.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: #3178f4;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #3178f4;
}
/* 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: #3178f4;
}
/* 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: #3178f4;
  text-shadow: none;
}
::selection {
  background: #3178f4;
  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 #3178f4;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #3178f4;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #3178f4;
  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: #3178f4;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #3178f4;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #3178f4;
  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: #3178f4;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #3178f4;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #3178f4;
  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: #3178f4;
  color: #ffffff;
  border-color: #3178f4;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #3178f4;
}
/* 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: #3178f4;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #3178f4;
}
/* 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: #3178f4;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #3178f4;
}
/*
   * 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: #3178f4;
  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: #3178f4;
  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: #3178f4;
}
/*
   * 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: #3178f4;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #3178f4;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #3178f4;
  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: #3178f4;
}
/* 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: #3178f4;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #3178f4;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #3178f4;
}
/* 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: #3178f4;
  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: #3178f4;
  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: #3178f4;
  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: #3178f4;
}
/* 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: #3178f4;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #3178f4;
  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: #3178f4;
}
/*
   * 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: #3178f4;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #3178f4;
}
/*
   * 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: #3178f4;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #3178f4;
}
.uk-progress::-moz-progress-bar {
  background-color: #3178f4;
}
.uk-progress::-ms-fill {
  background-color: #3178f4;
}
/* ========================================================================
     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: #3178f4 !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: #3178f4 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #3178f4;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #3178f4;
}
.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: #3178f4;
  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: #3178f4;
  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: #3178f4;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #3178f4;
}
.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: #3178f4;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #3178f4;
}
.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: #3178f4;
  border-color: #3178f4;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #3178f4;
}
/* ========================================================================
   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: #0c5be6;
}
.ap-list-filter dd a.active {
  background-color: #3178f4;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #3178f4;
}
.category li a.active {
  color: #3178f4;
}
.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: #3178f4;
}
.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: #3178f4;
  border: 1px solid rgba(49, 120, 244, 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: #3178f4;
}
form .step .ui-step.active .ui-step-title {
  color: #3178f4;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #3178f4;
  background-color: #3178f4;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #3178f4;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #3178f4;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #3178f4;
  color: #3178f4;
}
.btn-effect-2:hover {
  background-color: #3178f4;
}
.uk-button.btn-effect-5 {
  background-color: #3178f4;
  box-shadow: 0 0 15px rgba(49, 120, 244, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #3178f4;
}
.header-effect-6 [data-item='title']::before {
  background-color: #3178f4;
}
#a86b5a9e22ad444 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae9fca7999a40c6 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #ae9fca7999a40c6 .sidebar {
    width: 100%;
  }
}
#ae9fca7999a40c6 .accordion-menu,
#ae9fca7999a40c6 .accordion-menu ul ul.submenu,
#ae9fca7999a40c6 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ae9fca7999a40c6 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#ae9fca7999a40c6 .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;
}
#ae9fca7999a40c6 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#ae9fca7999a40c6 .accordion-menu li a:hover {
  background-color: #3178f4;
  color: #fff;
  border: none;
}
#ae9fca7999a40c6 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ae9fca7999a40c6 .contact {
  color: #fff;
}
#ae9fca7999a40c6 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#ae9fca7999a40c6 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#ae9fca7999a40c6 .hot-list a {
  color: #777;
}
#ae9fca7999a40c6 .hot-list a:hover {
  color: #3178f4;
}
#ae9fca7999a40c6 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ae9fca7999a40c6 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ae9fca7999a40c6 .hot-item:hover a {
  color: #3178f4;
}
#ae9fca7999a40c6 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ae9fca7999a40c6 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #3178f4;
  content: "";
}
#ae9fca7999a40c6 .content-header {
  padding-bottom: 10px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a96aba6317a4261 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab086a5a9da1a34 {
  min-height: 300px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2481a1cccaf033 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a579ea176fac0a7 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a579ea176fac0a7 .datetime {
  flex-shrink: 0;
  margin-left: 20px;
}
#a579ea176fac0a7 .data-list .uk-card {
  border-bottom: 1px dashed #ececec;
}
#a579ea176fac0a7 .content-header .category {
  border-left: 3px solid #3178f4;
  padding-left: 10px;
  line-height: 1;
}
#a579ea176fac0a7 .post-item {
  overflow: hidden;
}
#a579ea176fac0a7 .post-item .uk-button {
  color: #fff;
  background: #3178f4;
  border-radius: 14px;
  line-height: 28px;
  padding: 0 25px;
}
#a579ea176fac0a7 .post-item {
  height: 100%;
  width: 100%;
}
#a579ea176fac0a7 .post-title {
  margin-bottom: 20px;
}
#a579ea176fac0a7 .date {
  font-size: 28px;
  font-weight: bolder;
}
#a579ea176fac0a7 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a579ea176fac0a7 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a579ea176fac0a7 .data-list .uk-card {
    padding: 10px 0;
  }
  #a579ea176fac0a7 .post-title {
    margin-bottom: 6px;
  }
  #a579ea176fac0a7 .mobile-date {
    color: #999;
    font-size: 12px;
  }
}
#a579ea176fac0a7 .data-list .uk-card {
  cursor: pointer !important;
}
#a579ea176fac0a7 .data-list .uk-card img {
  max-height: 300px;
}
#a579ea176fac0a7 .data-list .uk-card:hover {
  background: #fafafa;
}
#a579ea176fac0a7 .data-list .uk-card:hover .uk-h4 {
  color: #3178f4;
}
#a579ea176fac0a7 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a579ea176fac0a7 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a579ea176fac0a7 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a579ea176fac0a7 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a579ea176fac0a7 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a579ea176fac0a7 .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: #3178f4;
  cursor: pointer;
}
#a579ea176fac0a7 .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;
}
#a579ea176fac0a7 .uk-card .category:hover {
  background: #3178f4;
}
#a579ea176fac0a7 .accordion-menu {
  width: 100%;
}
#a579ea176fac0a7 .accordion-menu ul ul.submenu,
#a579ea176fac0a7 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a579ea176fac0a7 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a579ea176fac0a7 .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;
}
#a579ea176fac0a7 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a579ea176fac0a7 .accordion-menu .menu-item.active > a {
  background: #3178f4;
  color: #fff;
}
#a579ea176fac0a7 .accordion-menu li a:hover {
  background-color: #3178f4;
  color: #fff;
  border: none;
}
#a579ea176fac0a7 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a579ea176fac0a7 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a579ea176fac0a7 .hot-list,
#a579ea176fac0a7 .new-list {
  padding: 12px;
}
#a579ea176fac0a7 .new-list a:hover,
#a579ea176fac0a7 .hot-list a:hover {
  color: #3178f4;
}
#a579ea176fac0a7 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a579ea176fac0a7 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a579ea176fac0a7 .hot-item:hover a {
  color: #3178f4;
}
#a579ea176fac0a7 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a579ea176fac0a7 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #3178f4;
  content: "";
}
#a579ea176fac0a7 .content-header {
  padding: 10px 0 0;
}
#a579ea176fac0a7 .item-title {
  color: #333;
}
#a579ea176fac0a7 input::placeholder {
  color: #999;
}
#a579ea176fac0a7 .datetime {
  color: #999;
}
#a579ea176fac0a7 .new-item a {
  padding-left: 25px;
}
#a579ea176fac0a7 .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;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a579ea176fac0a7 [data-item*=".abstract"], #a579ea176fac0a7 [data-item*=".abstract"] a {show: true;}#a579ea176fac0a7 [data-item*=".subTitle"], #a579ea176fac0a7 [data-item*=".subTitle"] a {show: true;}#a579ea176fac0a7 [data-item*=".category"], #a579ea176fac0a7 [data-item*=".category"] a {show: true;}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2481a1cccaf033 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af1bda2d8fa5139 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#af1bda2d8fa5139 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#af1bda2d8fa5139 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #af1bda2d8fa5139 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #af1bda2d8fa5139 .uk-container {
    padding: 0;
  }
  #af1bda2d8fa5139 .sidebar {
    padding: 10px;
  }
}
#af1bda2d8fa5139 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#af1bda2d8fa5139 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#af1bda2d8fa5139 .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: #3178f4;
  cursor: pointer;
}
#af1bda2d8fa5139 .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;
}
#af1bda2d8fa5139 .content-tags a:hover {
  background: #3178f4;
  color: #fff;
  border-color: #3178f4;
}
#af1bda2d8fa5139 .abstract,
#af1bda2d8fa5139 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#af1bda2d8fa5139 .copyright a {
  color: #999;
  word-break: break-all;
}
#af1bda2d8fa5139 .detail-content {
  font-size: 16px;
  color: #444;
}
#af1bda2d8fa5139 .detail-content img {
  margin-bottom: 10px;
}
#af1bda2d8fa5139 .detail-content table {
  font-size: 13px;
}
#af1bda2d8fa5139 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#af1bda2d8fa5139 .hot-list,
#af1bda2d8fa5139 .new-list {
  padding: 12px;
}
#af1bda2d8fa5139 .new-list a:hover,
#af1bda2d8fa5139 .hot-list a:hover {
  color: #3178f4;
}
#af1bda2d8fa5139 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#af1bda2d8fa5139 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#af1bda2d8fa5139 .hot-item:hover a {
  color: #3178f4;
}
#af1bda2d8fa5139 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#af1bda2d8fa5139 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #3178f4;
  content: "";
}
#af1bda2d8fa5139 .content-header {
  padding-bottom: 10px;
}
#af1bda2d8fa5139 .item-title {
  color: #333;
}
#af1bda2d8fa5139 input::placeholder {
  color: #999;
}
#af1bda2d8fa5139 .datetime {
  color: #999;
}
#af1bda2d8fa5139 .new-item a {
  padding-left: 25px;
}
#af1bda2d8fa5139 .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;
}
#af1bda2d8fa5139 .siblings a {
  color: #444;
  line-height: 2;
}
#af1bda2d8fa5139 .siblings a:hover {
  color: #3178f4;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a85d6a6b46a0086 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#abc9caf221adeee .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#abc9caf221adeee .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#ad843af8e4aebb7 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#ad843af8e4aebb7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#aeb64a72cba7651 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#aeb64a72cba7651 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#acc73a5daaa95aa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#acc73a5daaa95aa .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#aad56addbda1d81 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#a9610a8afaacc24 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aaf05a80fca64e2 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#aaf05a80fca64e2  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 0);}#a1edca1457abc48 , #a1edca1457abc48 a{color: rgba(49, 120, 244, 1);}#a1edca1457abc48:hover, #a1edca1457abc48 a:hover {color: rgba(255, 255, 255, 1);}#ae731ab06ba5dee > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#ae731ab06ba5dee  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#ae731ab06ba5dee .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a0105a929eae020 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671516620097.png);background-position: center center;background-size: cover;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a0105a929eae020  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 0);}#adf6daa5e1a5759 , #adf6daa5e1a5759 a{color: rgba(255, 255, 255, 1);}#adf6daa5e1a5759:hover, #adf6daa5e1a5759 a:hover {color: rgba(255, 255, 255, 1);}#aa198a21f0abdfd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);}#afd2ea1a74ad663 .ele-wrap {border-color: rgba(153, 153, 153, 1);color: #999999;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 2px;justify-content: center;}#afd2ea1a74ad663 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #3178f4;border-color: rgba(49, 120, 244, 1);background-color: rgba(0, 0, 0, 0);}#a5916a453badc92 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671516620097.png);background-position: center center;background-size: cover;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a5916a453badc92  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 0);}#abd13ac975a0259 , #abd13ac975a0259 a{color: rgba(255, 255, 255, 1);}#abd13ac975a0259:hover, #abd13ac975a0259 a:hover {color: rgba(255, 255, 255, 1);}#a349ca9c28a27b5 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#a6c6aa368cad4e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ad669a764eae900 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#ad669a764eae900  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a8dc1a4ca4a007e , #a8dc1a4ca4a007e a{color: rgba(49, 120, 244, 1);}#a8dc1a4ca4a007e:hover, #a8dc1a4ca4a007e a:hover {color: rgba(255, 255, 255, 1);}#a5c51a8b99a3982 > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af38daa493af392 > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#af38daa493af392  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#af38daa493af392 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a3535ae0a1aae61 > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a017ea646aadcfb > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad575a3f84a0427 , #ad575a3f84a0427 a{color: rgba(255, 255, 255, 1);}#a78cdaf41ba93f7 > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#aba12a3d9ea4a93 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9bdca338ca2f70 , #a9bdca338ca2f70 a{color: rgba(255, 255, 255, 1);}#a4c03ab8f8a4a36 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(49, 120, 244, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a4c03ab8f8a4a36 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);color: #ffffff;}#ae180aab42a04d7 > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#ae180aab42a04d7  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#ae180aab42a04d7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a0a36a0216ac564 > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a7246acb42a66ab > .ele-wrap {background-color: rgba(79, 122, 253, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a59faa2ba3ad6f3 , #a59faa2ba3ad6f3 a{color: rgba(255, 255, 255, 1);}#a5712af38dad369 > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a1b4aa5b37a64a3 > .ele-wrap {background-color: rgba(79, 122, 253, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad2c0a4d8da3fad , #ad2c0a4d8da3fad a{color: rgba(255, 255, 255, 1);}#a111aaeafeaea86 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(49, 120, 244, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a111aaeafeaea86 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);color: #ffffff;}#ad692a61ebac073 > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#ad692a61ebac073  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#ad692a61ebac073 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a7016ac79aa6e17 > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a2f91ae820a57b3 > .ele-wrap {background-color: rgba(0, 130, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad541a35cdaa57f , #ad541a35cdaa57f a{color: rgba(255, 255, 255, 1);}#a8e43ac0ccaa26e > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#aa402aa474ae115 > .ele-wrap {background-color: rgba(0, 130, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1519abeafa4b66 , #a1519abeafa4b66 a{color: rgba(255, 255, 255, 1);}#ac867a6832ab029 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(49, 120, 244, 1);border-radius: 2px;justify-content: center;border-style: solid;}#ac867a6832ab029 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);color: #ffffff;}#a2d0aa8a24ab7fa > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#a2d0aa8a24ab7fa  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#a2d0aa8a24ab7fa .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a96d0a3028a5b63 > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#ab500a29aaad94d > .ele-wrap {background-color: rgba(255, 95, 26, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a33b6abf1ea9f22 , #a33b6abf1ea9f22 a{color: rgba(255, 255, 255, 1);}#a3a27a0db6ac8a8 > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a53dca2142acfae > .ele-wrap {background-color: rgba(255, 95, 26, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5afea25eaa3bf4 , #a5afea25eaa3bf4 a{color: rgba(255, 255, 255, 1);}#af288a858aa256a .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(49, 120, 244, 1);border-radius: 2px;justify-content: center;border-style: solid;}#af288a858aa256a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);color: #ffffff;}#a9ce1a4771aeada > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#a9ce1a4771aeada  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#a9ce1a4771aeada .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a6f55a30a9a78a9 > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a7e32a88bda35b4 > .ele-wrap {background-color: rgba(252, 142, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa2c9ae248ab101 , #aa2c9ae248ab101 a{color: rgba(255, 255, 255, 1);}#a57b0a1b9ca0c3e > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#ae985ab4d2a22b5 > .ele-wrap {background-color: rgba(252, 142, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2d36a8b01ade40 , #a2d36a8b01ade40 a{color: rgba(255, 255, 255, 1);}#a93f1a30e3ac587 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(49, 120, 244, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a93f1a30e3ac587 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(49, 120, 244, 1);color: #ffffff;}#a4ecea18fbac119 > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#a4ecea18fbac119  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#a4ecea18fbac119 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a10f7a6f0daa405 > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a2839aeec9aa2cb > .ele-wrap {background-color: rgba(102, 150, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa7dda9ce9ad201 , #aa7dda9ce9ad201 a{color: rgba(255, 255, 255, 1);}#a330baf73da3da3 > .ele-wrap {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a6236abe34ac5a1 > .ele-wrap {background-color: rgba(102, 150, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4cb5a492ca52f5 , #a4cb5a492ca52f5 a{color: rgba(255, 255, 255, 1);}#acceca557fa1391 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(49, 120, 244, 1);border-radius: 2px;justify-content: center;border-style: solid;}#acceca557fa1391 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);color: #ffffff;}#acff5a5bbfa91d5 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a9fd9a553ba850a/1663724036282.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3206afffbadf9c > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-left-width: 1px;border-left-color: rgba(255, 255, 255, 0.03);border-left-style: solid;}#a7961aa005af65a .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a7961aa005af65a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#ae922af53ea097e .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#ae922af53ea097e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#ab8d6a7b78a8992 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(34, 34, 34, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad409a45dba5b05 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a9fd9a553ba850a/1663724036282.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1259ac990ad141 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-left-width: 1px;border-left-color: rgba(255, 255, 255, 0.03);border-left-style: solid;}#af851a1296a47f9 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#af851a1296a47f9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a407eaf130af4eb .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a407eaf130af4eb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#af583ad8e2ae8f0 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#af583ad8e2ae8f0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a126ea1fc8a65af > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(34, 34, 34, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6369a7629a72cd > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a9fd9a553ba850a/1663724036282.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0221a0469a7e90 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-left-width: 1px;border-left-color: rgba(255, 255, 255, 0.03);border-left-style: solid;}#a7f7ea0c44a117e .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a7f7ea0c44a117e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#ac328a2006a6785 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#ac328a2006a6785 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a2485ae79dafa2b > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(34, 34, 34, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad4aeabea7a4564 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a9fd9a553ba850a/1663724036282.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a071ca21daae7ca > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-left-width: 1px;border-left-color: rgba(255, 255, 255, 0.03);border-left-style: solid;}#a2bfaa4a24ae1b0 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a2bfaa4a24ae1b0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a3a8aa0a87ae8ce .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a3a8aa0a87ae8ce .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a7238a7abaa4fb9 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a7238a7abaa4fb9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a0d7da4c04aa93e > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(34, 34, 34, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a556aa14a4ab027 > .ele-wrap {background-color: rgba(0, 2, 21, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670810856854.jpeg);background-position: center center;background-size: cover;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a556aa14a4ab027  > .ele-wrap:hover {box-shadow: 0px 12px 14px 1px rgba(0, 11, 30, 0.3);border-bottom-width: 0px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a09f5aa38ca0474 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(0, 11, 30, 0.9),
                rgba(49, 120, 244, 0.5));
            border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a09f5aa38ca0474  > .ele-wrap:hover {border-bottom-width: 2px;border-bottom-color: rgba(255, 255, 255, 1);border-bottom-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 2px;border-left-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-top-style: solid;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a960fa690fa111e > .ele-wrap {background-color: rgba(0, 2, 21, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672304100045.png);background-position: center center;background-size: cover;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a960fa690fa111e  > .ele-wrap:hover {box-shadow: 0px 12px 14px 1px rgba(0, 11, 30, 0.3);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#af0b0a035da43d2 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(0, 11, 30, 0.9),
                rgba(49, 120, 244, 0.5));
            border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af0b0a035da43d2  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a85eba1f4baec68 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670811986448.jpeg);background-position: center center;background-size: cover;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a85eba1f4baec68  > .ele-wrap:hover {box-shadow: 0px 12px 14px 1px rgba(0, 11, 30, 0.3);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a97d4a6d98a8282 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(13, 171, 251, 1),
                rgba(0, 11, 30, 0.2));
            border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a97d4a6d98a8282  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8303ad5e1abf04 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670812894676.jpeg);background-position: center left;background-size: cover;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8303ad5e1abf04  > .ele-wrap:hover {box-shadow: 0px 12px 14px 1px rgba(0, 11, 30, 0.3);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8eceadb44a4912 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(13, 171, 251, 1),
                rgba(0, 11, 30, 0.2));
            border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8eceadb44a4912  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a24fcaa703a6f42 > .ele-wrap {background-color: rgba(0, 115, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672302817307.png);background-position: center center;background-size: cover;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a24fcaa703a6f42  > .ele-wrap:hover {box-shadow: 0px 12px 14px 1px rgba(0, 11, 30, 0.3);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#acb64a19fea8936 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(0, 115, 255, 1),
                rgba(0, 11, 30, 0.2));
            border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acb64a19fea8936  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a9049af4f6a9425 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670810837062.jpeg);background-position: center left;background-size: cover;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9049af4f6a9425  > .ele-wrap:hover {box-shadow: 0px 12px 14px 1px rgba(0, 11, 30, 0.3);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0635a25cea03d5 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(0, 115, 255, 1),
                rgba(0, 11, 30, 0.2));
            border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0635a25cea03d5  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a9887ac593a262f .a96a5a8b68aca27 > .ele-wrap {background-color: rgba(255, 255, 255, 0);}#a9887ac593a262f .a96a5a8b68aca27  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#a9887ac593a262f .a1382ad419a0e94 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a9887ac593a262f .afae2ab4d5ae337 > .ele-wrap {background-color: rgba(0, 0, 0, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9887ac593a262f .a899da435ca7ecb {
  overflow: hidden;
}
#a9887ac593a262f .a899da435ca7ecb , #a9887ac593a262f .a899da435ca7ecb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9887ac593a262f .abc67a6b8ca9ecd {
  overflow: hidden;
}
#a9887ac593a262f .abc67a6b8ca9ecd , #a9887ac593a262f .abc67a6b8ca9ecd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);line-height: 26px;}#a9887ac593a262f .a2888a81a3aa7be  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a9887ac593a262f .afa7aa0ceda7794 .ele-wrap {border-color: #333;color: #333;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a9887ac593a262f .afa7aa0ceda7794 .ele-wrap:hover {background-color: rgba(0, 0, 0, 0);}#a9887ac593a262f .a7fadaffc5aa26d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a9887ac593a262f .a3d7eae9eca662b > .ele-wrap {background-color: rgba(0, 0, 0, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9887ac593a262f .afa70aa5bba6c87 {
  overflow: hidden;
}
#a9887ac593a262f .afa70aa5bba6c87 , #a9887ac593a262f .afa70aa5bba6c87 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9887ac593a262f .aeca9aa86ea8eef {
  overflow: hidden;
}
#a9887ac593a262f .aeca9aa86ea8eef , #a9887ac593a262f .aeca9aa86ea8eef > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);line-height: 26px;}#a9887ac593a262f .a187aacb23a6431  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a9887ac593a262f .a0fe0aa2eaaf4f5 .ele-wrap {border-color: #333;color: #333;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a9887ac593a262f .a0fe0aa2eaaf4f5 .ele-wrap:hover {background-color: rgba(0, 0, 0, 0);}#a9887ac593a262f .uk-grid {
  margin-left: -30px;
}
#a9887ac593a262f .uk-grid > * {
  padding-left: 30px;
}
#a9887ac593a262f .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: #eaeaea;
  border-top-style: solid;
  border-right-color: #eaeaea;
  border-left-color: #eaeaea;
  border-bottom-color: #eaeaea;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a9887ac593a262f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9887ac593a262f .uk-position-center-left-out {
    left: -30px;
  }
  #a9887ac593a262f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2f8ba8a41a9748 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 0);border-radius: 2px;justify-content: center;border-style: solid;border-width: 1px;}#a2f8ba8a41a9748 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);color: #3178f4;border-color: rgba(255, 255, 255, 1);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a86b5a9e22ad444 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a081dac6bcaf8b1 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a081dac6bcaf8b1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#ab94eac2b9a3ff9 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#ab94eac2b9a3ff9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#aab98ad99da2138 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#aaea1aa5dba9324 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ab6beaf64da19d8 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#ab6beaf64da19d8  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 0);}#a15c7a28a7ae5cc , #a15c7a28a7ae5cc a{color: rgba(49, 120, 244, 1);}#a15c7a28a7ae5cc:hover, #a15c7a28a7ae5cc a:hover {color: rgba(255, 255, 255, 1);}#a36afa34d5a9233 > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#a36afa34d5a9233  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#a36afa34d5a9233 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a1600a7496af7e8 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671516620097.png);background-position: center center;background-size: cover;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a1600a7496af7e8  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 0);}#a02e5aaa6ba4536 , #a02e5aaa6ba4536 a{color: rgba(255, 255, 255, 1);}#a02e5aaa6ba4536:hover, #a02e5aaa6ba4536 a:hover {color: rgba(255, 255, 255, 1);}#ab076af3b9af1d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);}#aec00a6bb3a731e .ele-wrap {border-color: rgba(153, 153, 153, 1);color: #999999;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 2px;justify-content: center;}#aec00a6bb3a731e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #3178f4;border-color: rgba(49, 120, 244, 1);background-color: rgba(0, 0, 0, 0);}#a62afa11cea7159 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671516620097.png);background-position: center center;background-size: cover;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a62afa11cea7159  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 0);}#ac10ea438ea91da , #ac10ea438ea91da a{color: rgba(255, 255, 255, 1);}#ac10ea438ea91da:hover, #ac10ea438ea91da a:hover {color: rgba(255, 255, 255, 1);}#aceacaa106ac6c1 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#aebbca7d0aaaca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ae3aea8192a06d4 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#ae3aea8192a06d4  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a35b2ab209a85a3 , #a35b2ab209a85a3 a{color: rgba(49, 120, 244, 1);}#a35b2ab209a85a3:hover, #a35b2ab209a85a3 a:hover {color: rgba(255, 255, 255, 1);}#a1240a5205aacb4 > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8917a8df2ae6ab > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a9fd9a553ba850a/1663724036282.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f02ae858a9f63 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-left-width: 1px;border-left-color: rgba(255, 255, 255, 0.03);border-left-style: solid;}#a1d54ac76da3ed5 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a1d54ac76da3ed5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a36b2aea13a8c32 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a36b2aea13a8c32 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a5214ab36bad37b > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(34, 34, 34, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a076ea55b7ae0d5 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a9fd9a553ba850a/1663724036282.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7576ac939a3bf6 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-left-width: 1px;border-left-color: rgba(255, 255, 255, 0.03);border-left-style: solid;}#a2f92ac959a30e8 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a2f92ac959a30e8 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#afda1aa685a5dfa .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#afda1aa685a5dfa .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a9cf3af397a11b0 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a9cf3af397a11b0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a8022a7c9bab9cf > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(34, 34, 34, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2362a7e87aef57 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a9fd9a553ba850a/1663724036282.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7066a1c9ea2e29 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-left-width: 1px;border-left-color: rgba(255, 255, 255, 0.03);border-left-style: solid;}#a99daa50b8ac696 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a99daa50b8ac696 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#acb80a22a7a3e9f .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#acb80a22a7a3e9f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a169aac1caac520 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(34, 34, 34, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d8da3fa3a96c0 > .ele-wrap {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a9fd9a553ba850a/1663724036282.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaaa0af846a007f > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-left-width: 1px;border-left-color: rgba(255, 255, 255, 0.03);border-left-style: solid;}#a4f8aa4528ad43e .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a4f8aa4528ad43e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#a18b6a613ca0fb0 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a18b6a613ca0fb0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#ac111ac086a902b .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#ac111ac086a902b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(49, 120, 244, 1);border-color: rgba(49, 120, 244, 1);}#af125ad1a8a0954 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(34, 34, 34, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a059aa1ca8a73c5 > .ele-wrap {background-color: rgba(0, 2, 21, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670810856854.jpeg);background-position: center center;background-size: cover;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a059aa1ca8a73c5  > .ele-wrap:hover {border-bottom-width: 0px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2d3ea0448aab3e > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(0, 115, 255, 1),
                rgba(0, 11, 30, 0.2));
            border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2d3ea0448aab3e  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 0px 8px 12px 4px rgba(0, 0, 0, 0.2);}#a2ec5a205ea48ee > .ele-wrap {background-color: rgba(0, 2, 21, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671419292953.png);background-position: center center;background-size: cover;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2ec5a205ea48ee  > .ele-wrap:hover {box-shadow: 0px 12px 14px 1px rgba(0, 11, 30, 0.3);border-bottom-width: 0px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3d8fa734ca5bb6 > .ele-wrap {background-color: rgba(0, 2, 21, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669686913351.jpeg);background-position: center center;background-size: cover;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3d8fa734ca5bb6  > .ele-wrap:hover {box-shadow: 0px 12px 14px 1px rgba(0, 11, 30, 0.3);border-bottom-width: 0px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ddbab3d4a901d > .ele-wrap {background-color: rgba(0, 2, 21, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671173314113.png);background-position: center center;background-size: cover;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8ddbab3d4a901d  > .ele-wrap:hover {box-shadow: 0px 12px 14px 1px rgba(0, 11, 30, 0.3);border-bottom-width: 0px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa4e2ae6c9a8a57 > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac36da98c3a9ced > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66beab0f2a0cf3 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(0, 189, 255, 1),
                rgba(0, 11, 30, 0.2));
            border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a66beab0f2a0cf3  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 0px 8px 12px 4px rgba(0, 0, 0, 0.2);}#a5151a1501ad393 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(0, 189, 255, 1),
                rgba(0, 11, 30, 0.2));
            border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5151a1501ad393  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 0px 8px 12px 4px rgba(0, 0, 0, 0.2);}#a77dba4c79aeb30 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(0, 115, 255, 1),
                rgba(0, 11, 30, 0.2));
            border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a77dba4c79aeb30  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 0px 8px 12px 4px rgba(0, 0, 0, 0.2);}#a8049a53e4a06c5 .a838fa949aa542f > .ele-wrap {background-color: rgba(255, 255, 255, 0);}#a8049a53e4a06c5 .a838fa949aa542f  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#a8049a53e4a06c5 .a6fcbac349af1a5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8049a53e4a06c5 .a4447a3cc7abcd4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8049a53e4a06c5 .a05eba342dabc59 {
  overflow: hidden;
}
#a8049a53e4a06c5 .a05eba342dabc59 , #a8049a53e4a06c5 .a05eba342dabc59 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8049a53e4a06c5 .a2eadacf5ea8aa4 {
  overflow: hidden;
}
#a8049a53e4a06c5 .a2eadacf5ea8aa4 , #a8049a53e4a06c5 .a2eadacf5ea8aa4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);line-height: 26px;}#a8049a53e4a06c5 .aa20faa42da314e  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a8049a53e4a06c5 .a6ed5a6bc5a9497 .ele-wrap {border-color: #333;color: #333;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a8049a53e4a06c5 .a6ed5a6bc5a9497 .ele-wrap:hover {background-color: rgba(0, 0, 0, 0);}#a8049a53e4a06c5 .a560bab1f6a12d5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8049a53e4a06c5 .a1b70aa69ea1d2c > .ele-wrap {background-color: rgba(0, 0, 0, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8049a53e4a06c5 .ac24aa717ea25d5 {
  overflow: hidden;
}
#a8049a53e4a06c5 .ac24aa717ea25d5 , #a8049a53e4a06c5 .ac24aa717ea25d5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8049a53e4a06c5 .a2c12a333da48b1 {
  overflow: hidden;
}
#a8049a53e4a06c5 .a2c12a333da48b1 , #a8049a53e4a06c5 .a2c12a333da48b1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);line-height: 26px;}#a8049a53e4a06c5 .a1c63a3885a7eda  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a8049a53e4a06c5 .a38b9ac262a2421 .ele-wrap {border-color: #333;color: #333;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a8049a53e4a06c5 .a38b9ac262a2421 .ele-wrap:hover {background-color: rgba(0, 0, 0, 0);}#a8049a53e4a06c5 .uk-grid {
  margin-left: -30px;
}
#a8049a53e4a06c5 .uk-grid > * {
  padding-left: 30px;
}
#a8049a53e4a06c5 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: #eaeaea;
  border-top-style: solid;
  border-right-color: #eaeaea;
  border-left-color: #eaeaea;
  border-bottom-color: #eaeaea;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8049a53e4a06c5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8049a53e4a06c5 .uk-position-center-left-out {
    left: -30px;
  }
  #a8049a53e4a06c5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2f8ba8a41a9748 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 0);border-radius: 2px;justify-content: center;border-style: solid;border-width: 1px;}#a2f8ba8a41a9748 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);color: #3178f4;border-color: rgba(255, 255, 255, 1);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d6bad6fbae01e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#aa173aeaf4a42be > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa173aeaf4a42be  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a7338a12aea69ee > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af959a5b66a18b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a02f4acb27aa5a1 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae05babf39a122d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a684ea1831a6dfd > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aaa4caebb6ab7f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a73c1a5a74a4f3f > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ac8baa0075afa80 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a84d7a7e94a8a12 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a9532a65e7a4f97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9d79a2159a02f6 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a901ca1773aff3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6001adc11af4f4 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a603dae706a1c7d > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a603dae706a1c7d  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a2368aed70aa007 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9200a4645aba85 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2f3aad91eaf16e > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2045a3ddea6a0b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af307a0da9a46eb > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1c4aacf89aba6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afdd3a9005ae298 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2e08acd9da54ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab12cacec2a97e8 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a32d1a61a5a6d58 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4bbdaed5fa9c77 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a9729a1086a7309 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7ae0a6d47a9a83 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a9c91a8b86a34c0 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a9c91a8b86a34c0  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5ec4a0a46a88c0 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772763901868.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a5ec4a0a46a88c0  > .ele-wrap:hover {border-top-width: 0px;border-top-color: rgba(0, 113, 239, 1);border-top-style: none;border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ac0b5ab0ada8890 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#ac0b5ab0ada8890  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a64c1a080da0ad9 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790238563.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a64c1a080da0ad9  > .ele-wrap:hover {border-top-width: 0px;border-top-color: rgba(0, 113, 239, 1);border-top-style: none;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a79f0aa4f1a85f5 > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2342ac993a06f5 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2342ac993a06f5  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#adc70a2206ab3f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aac2ea8aa2a92f2 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#aac2ea8aa2a92f2  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad906af338a959f > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#ad906af338a959f  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae3dba2c2ea19eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae3dba2c2ea19eb  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac1eaacd83ac21a > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9ea1a25a4a228b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9ea1a25a4a228b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a7f7fa69cba0606 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa9e7af7c9aa0ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa9e7af7c9aa0ff  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a4569aec39a0ed8 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adf1ca3012af1a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adf1ca3012af1a6  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a16ffafa37a6374 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5138a89f4acb68 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5138a89f4acb68  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a86e5a5767ad419 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1757a4852a4209 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1757a4852a4209  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a3a0ba85eca0fc0 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a28f8aa8b0a939f > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790238006.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a28f8aa8b0a939f  > .ele-wrap:hover {border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;}#af9baaa42aad517 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790239724.png);background-repeat: no-repeat;background-size: auto;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9baaa42aad517  > .ele-wrap:hover {border-right-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abe32a485fa2fa4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790239952.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe32a485fa2fa4  > .ele-wrap:hover {border-right-width: 1px;border-right-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-top-width: 1px;border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-left-width: 1px;border-bottom-width: 1px;}#ae3aaac8eda5248 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240206.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae3aaac8eda5248  > .ele-wrap:hover {border-right-width: 0px;border-top-width: 0px;border-left-width: 0px;border-bottom-width: 0px;}#a4027a124bafaf2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240444.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4027a124bafaf2  > .ele-wrap:hover {border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;}#ab90da2ac0a00b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240693.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab90da2ac0a00b7  > .ele-wrap:hover {border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;}#a588bad0ada1eeb > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4de8a59bbaf7c7 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240981.png);background-size: auto;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a4de8a59bbaf7c7  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a07a6a21c7a5e80 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242423.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a07a6a21c7a5e80  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aa0f7afecda6e60 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790241215.png);background-size: auto;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#aa0f7afecda6e60  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac684a9856a81c3 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773370112638.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#ac684a9856a81c3  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac654a8abba0d2d > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242908.png);background-repeat: no-repeat;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac654a8abba0d2d  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a503da0b8da3bfd > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773370726797.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a503da0b8da3bfd  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad245a0d57a40c0 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790243153.png);background-repeat: no-repeat;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad245a0d57a40c0  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aba3ca1abbad94b > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790241950.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#aba3ca1abbad94b  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1f8fa7c03ab3f4 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242172.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a1f8fa7c03ab3f4  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ab45dae66ead4b7 > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ad3a1fdcaa8be [data-item="undefined"] {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242172.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a2ad3a1fdcaa8be [data-item="undefined"]:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a0dd2a92fca96d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790243883.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0dd2a92fca96d7  > .ele-wrap:hover {border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;}#aafa5ae2c4a86ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790244159.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aafa5ae2c4a86ea  > .ele-wrap:hover {border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;}#ae8b8aa4a1a4474 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790244476.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae8b8aa4a1a4474  > .ele-wrap:hover {border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;}#a7408afc92abb7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773386236615.png);background-repeat: no-repeat;background-size: contain;background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7408afc92abb7d  > .ele-wrap:hover {border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;}#a83aea16c6a2f71 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790245225.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a83aea16c6a2f71  > .ele-wrap:hover {border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;}#af49ea0edda0254 > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af858a3c47a0e90 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790244159.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23dbad337ab22f > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a23dbad337ab22f  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a6f23af559a611b > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a26f8a2e78ab996 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a9aa2a69c6a57c0 , #a9aa2a69c6a57c0 a{color: rgba(49, 120, 244, 1);}#a11a3a1f73af91c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a11a3a1f73af91c  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a1ee4ab729af90d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1ee4ab729af90d  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#abb60a3ce8a4d87 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#abb60a3ce8a4d87 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af04da65fbaf8d7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a3066abbaaa4535 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3066abbaaa4535  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ae18ea4caaab118 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f9cab193afa0c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8916afeb2a882c > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8663aedb3a90b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4f15aad8aa3e17 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a56c4aa605a7020 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8b60a0d76aeb80 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ac85da107aa93ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4a57a7f15a6068 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1ad8a28d2a1a74 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6448a96e4aa126 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a52deac3faae4e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2bc7a15a1a7253 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a39d6a0280a03bb > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a39d6a0280a03bb  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ac179a463faee8d > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5bccaecdfa3dd1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac136a561ca3c7a > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a58b1a513fa8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aecf6a3a87a139c > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ac5eeab2ecab8a8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac0cba4596a3e05 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a0689a8af7a67e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a718aa3b60a61cd > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae248ad3c5a0f26 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1c9ca141ca04e8 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3000ad678abd49 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a840da4440ab6c4 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#afb6cae212a3495 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#afb6cae212a3495  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a0aa2ad159a7b07 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772763901868.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a0aa2ad159a7b07  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a3393a13ffa18b5 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a3393a13ffa18b5  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7f24ac09daeea0 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790238563.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a7f24ac09daeea0  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1edba1299a8dad > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a818aa1c30a6755 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a818aa1c30a6755  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ae9c1a68c8afe9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad9b7a093caa092 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#ad9b7a093caa092  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a115da5d4da6f55 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a115da5d4da6f55  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a8362a60bfa1a4a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8362a60bfa1a4a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a87cba5490a3d6c > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3230a438fa2abc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3230a438fa2abc  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a95acabe67ad11d > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0596a30ceab17c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0596a30ceab17c  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a10cfa6fb0a3300 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa242af667a4447 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa242af667a4447  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a5d46ac05fa2fcd > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7befacbfea05ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7befacbfea05ce  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a8be1aa461aec13 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af3b7a25b2a9e65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af3b7a25b2a9e65  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a3825a5a59afc53 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab290a9580a45ad > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790238006.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a167aa0f5aaf712 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790239724.png);background-repeat: no-repeat;background-size: auto;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5005ab01fa9f4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790239952.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a64b2a5475a535b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240206.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a064ea9f92a6480 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240444.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a36caaf39faa22c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240693.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7a36ab778ada7b > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4863a13fba2d9f > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240981.png);background-size: auto;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a4863a13fba2d9f  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1688ae143af287 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242423.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a1688ae143af287  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a68aba1a3ead979 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790241215.png);background-size: auto;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a68aba1a3ead979  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad470a61d5a117b > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773370112638.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#ad470a61d5a117b  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5234a9b81ac773 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242908.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a5234a9b81ac773  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aff8dae438afe15 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773370726797.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#aff8dae438afe15  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a8ad1a2f51a9514 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790243153.png);background-repeat: no-repeat;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8ad1a2f51a9514  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad83da1e47aca45 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790241950.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#ad83da1e47aca45  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a6aa1a934aaf436 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242172.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a6aa1a934aaf436  > .ele-wrap:hover {border-top-width: 0px;border-top-style: solid;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af665a8cd1ae991 > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aebe3a326aa9596 [data-item="undefined"] {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242172.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#aebe3a326aa9596 [data-item="undefined"]:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a419aa17eba0328 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790243883.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab697a0131a9ff3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790244159.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae57fa9b60a72a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790244476.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c33a8d89a8ebd > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773386236615.png);background-repeat: no-repeat;background-size: contain;background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7c58a2b3ba282a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790245225.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc69acb60ae5f5 > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a24b9a5d57a6719 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790244159.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acff3a885da6877 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#acff3a885da6877  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a4920a6e21a1e8a > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#af147a2e17ac779 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#ab73eaa69ea9f9c , #ab73eaa69ea9f9c a{color: rgba(49, 120, 244, 1);}#ac776ae064af50d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac776ae064af50d  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#afa16a6de1ac778 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afa16a6de1ac778  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a639ca8b3bab0da .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a639ca8b3bab0da .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab887afd20ac179 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a19c5a4b55a199e > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a19c5a4b55a199e  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ab51eac9dfab31d > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0850aff5aa1547 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a73d3aa6fda73ac > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8eb5a0f4aaa7d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a99c3a038da9b64 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae428ab266a3c9d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0228a2e03ae6ff > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#adc52acd41ac6df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae93fa1c10a691b > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1e25a7d43a089b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2fe2ab567afce0 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad9d6a6513af735 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a853baea33ade28 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4f3facc26ac68f > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4f3facc26ac68f  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a21e5aa14fa4f16 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d6fab24cadc30 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a212aa73efacf30 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a94c6abb2fa86c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a83c6ab570aadb8 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1100a0a77a1b77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afed5a16fea743a > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7ec0ac52fa70ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9d86a17dca42d9 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a17b6aeea9a53f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a50ebaffeba4f03 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a097aac3f1a2d8e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad3bbaf1cea0596 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a70eeaca43ae62f > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a70eeaca43ae62f  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aee9fab006a4e86 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772763901868.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa1baa48e5ad7e8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae90eacd3eaee9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a573dabe8ba5893 {
  overflow: hidden;
  pointer-events: none;
}
#a573dabe8ba5893 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a573dabe8ba5893 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a573dabe8ba5893 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a573dabe8ba5893 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a573dabe8ba5893 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a573dabe8ba5893 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a573dabe8ba5893 > .tab-wrap > div > .tab-nav,
#a573dabe8ba5893 > .tab-nav,
#a573dabe8ba5893 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a573dabe8ba5893 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a573dabe8ba5893 > .tab-wrap > div > .tab-nav-horizontal,
#a573dabe8ba5893 > .tab-nav-horizontal,
#a573dabe8ba5893 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a573dabe8ba5893 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a573dabe8ba5893 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a573dabe8ba5893 > .tab-nav-horizontal::-webkit-scrollbar,
#a573dabe8ba5893 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a573dabe8ba5893 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a573dabe8ba5893 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a573dabe8ba5893 > .tab-nav-horizontal.tagScroll,
#a573dabe8ba5893 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a573dabe8ba5893 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a573dabe8ba5893 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a573dabe8ba5893 > .tab-nav-horizontal.tagScroll li a,
#a573dabe8ba5893 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a573dabe8ba5893 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a573dabe8ba5893 > .tab-wrap > div > .tab-nav a,
#a573dabe8ba5893 > .tab-nav a,
#a573dabe8ba5893 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a573dabe8ba5893 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a573dabe8ba5893 > .tab-wrap > div > .tab-nav li a,
#a573dabe8ba5893 > .tab-nav li a,
#a573dabe8ba5893 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a573dabe8ba5893 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a573dabe8ba5893 > .tab-wrap > div > .tab-nav li a svg,
#a573dabe8ba5893 > .tab-nav li a svg,
#a573dabe8ba5893 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a573dabe8ba5893 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a573dabe8ba5893 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a573dabe8ba5893 > .tab-nav li a .ap_icon,
#a573dabe8ba5893 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a573dabe8ba5893 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a573dabe8ba5893 > .tab-wrap > div > .tab-nav li a:hover,
#a573dabe8ba5893 > .tab-nav li a:hover,
#a573dabe8ba5893 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a573dabe8ba5893 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a573dabe8ba5893 > .tab-wrap > div > .tab-nav li.uk-active a,
#a573dabe8ba5893 > .tab-nav li.uk-active a,
#a573dabe8ba5893 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a573dabe8ba5893 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a573dabe8ba5893 .layout-left li,
#a573dabe8ba5893 .layout-center li,
#a573dabe8ba5893 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a573dabe8ba5893 .layout-left li a,
#a573dabe8ba5893 .layout-center li a,
#a573dabe8ba5893 .layout-right li a {
  height: 100%;
}
#a573dabe8ba5893 > .tab-tabs .layout-left {
  text-align: left;
}
#a573dabe8ba5893 > .tab-tabs .layout-center {
  text-align: center;
}
#a573dabe8ba5893 > .tab-tabs .layout-right {
  text-align: right;
}
#a573dabe8ba5893 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a573dabe8ba5893 .tab-content-wrap {
  background-color: #ffffff;
}
#a573dabe8ba5893 .tab-contents,
#a573dabe8ba5893 .tab-contents-wrap {
  pointer-events: none;
}
#a573dabe8ba5893 .tab-content,
#a573dabe8ba5893 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a573dabe8ba5893 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a573dabe8ba5893 .tab-wrap .tab-contents {
  height: 100%;
}
#a573dabe8ba5893 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a573dabe8ba5893 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a573dabe8ba5893 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#abe7fa2ca9a1543 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abe7fa2ca9a1543  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a02bfaf6bea0127 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac70dac1e7aecfb > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#ac70dac1e7aecfb  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aa820a2d0da270a > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#aa820a2d0da270a  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#acd44a20daace01 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acd44a20daace01  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a4d0fadc38abbc9 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a947da2676a5bf0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a947da2676a5bf0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a20e3a9417aa8c4 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac6fba9a66aec5d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac6fba9a66aec5d  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a009aadf40a349e > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6d6ba44d7ae6de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6d6ba44d7ae6de  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#abff8a67ada3461 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab0b2ab6dfa89d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab0b2ab6dfa89d0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6a09a32d1a77cd > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0975a2e3ea47a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0975a2e3ea47a0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a3af7af3b7a3e1e > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a433ca133cae221 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a433ca133cae221  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#aeae0a0b3ca22c3 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#acbefa28b0a134e > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#af037ad26fafedb , #af037ad26fafedb a{color: rgba(49, 120, 244, 1);}#a30e1a2693a2674 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a30e1a2693a2674  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a4d8cada95a0e72 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4d8cada95a0e72  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a4072abca6a0453 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a4072abca6a0453 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0e2aab424ae513 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a8a5bacaf6a1c9c > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8a5bacaf6a1c9c  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#aba42a0793af6d7 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac0e4ac2cfa91df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab52da0f40ae03a > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a73d8a036aa1a0c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a084da73dba4110 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a101cae019a95b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab9a4a04e0a8533 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a730aa3a67a0c13 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a883baab9ba87ac > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a08d9ad37cafea5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a694fa45e8a9377 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#af1dba7ad1acf65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab0e1a98e9a2d5f > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a41a8aab7fa0d80 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a41a8aab7fa0d80  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a2118a535aa4ba6 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1dfda1ce7a2f30 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acfe9ac06ea069b > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a465da9aaca6acd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a327dad8f6a2eaf > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae2eda691ea4b29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab396af34da831c > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a45afac778ab4a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6816a3114ad04f > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1f3eaf98ea460a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7f83a2f81af938 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2e7aaa48badf56 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4cfca2200a5321 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8da2af717a5998 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a8da2af717a5998  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a582aae2caaa8ae > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790238563.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0367a871fab026 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67d1a5daea358d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac713a3281ab0c7 {
  overflow: hidden;
  pointer-events: none;
}
#ac713a3281ab0c7 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac713a3281ab0c7 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ac713a3281ab0c7 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac713a3281ab0c7 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac713a3281ab0c7 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ac713a3281ab0c7 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac713a3281ab0c7 > .tab-wrap > div > .tab-nav,
#ac713a3281ab0c7 > .tab-nav,
#ac713a3281ab0c7 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac713a3281ab0c7 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac713a3281ab0c7 > .tab-wrap > div > .tab-nav-horizontal,
#ac713a3281ab0c7 > .tab-nav-horizontal,
#ac713a3281ab0c7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac713a3281ab0c7 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac713a3281ab0c7 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac713a3281ab0c7 > .tab-nav-horizontal::-webkit-scrollbar,
#ac713a3281ab0c7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac713a3281ab0c7 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac713a3281ab0c7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac713a3281ab0c7 > .tab-nav-horizontal.tagScroll,
#ac713a3281ab0c7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac713a3281ab0c7 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ac713a3281ab0c7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac713a3281ab0c7 > .tab-nav-horizontal.tagScroll li a,
#ac713a3281ab0c7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac713a3281ab0c7 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac713a3281ab0c7 > .tab-wrap > div > .tab-nav a,
#ac713a3281ab0c7 > .tab-nav a,
#ac713a3281ab0c7 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac713a3281ab0c7 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac713a3281ab0c7 > .tab-wrap > div > .tab-nav li a,
#ac713a3281ab0c7 > .tab-nav li a,
#ac713a3281ab0c7 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac713a3281ab0c7 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#ac713a3281ab0c7 > .tab-wrap > div > .tab-nav li a svg,
#ac713a3281ab0c7 > .tab-nav li a svg,
#ac713a3281ab0c7 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac713a3281ab0c7 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac713a3281ab0c7 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac713a3281ab0c7 > .tab-nav li a .ap_icon,
#ac713a3281ab0c7 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac713a3281ab0c7 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac713a3281ab0c7 > .tab-wrap > div > .tab-nav li a:hover,
#ac713a3281ab0c7 > .tab-nav li a:hover,
#ac713a3281ab0c7 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac713a3281ab0c7 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#ac713a3281ab0c7 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac713a3281ab0c7 > .tab-nav li.uk-active a,
#ac713a3281ab0c7 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac713a3281ab0c7 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#ac713a3281ab0c7 .layout-left li,
#ac713a3281ab0c7 .layout-center li,
#ac713a3281ab0c7 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac713a3281ab0c7 .layout-left li a,
#ac713a3281ab0c7 .layout-center li a,
#ac713a3281ab0c7 .layout-right li a {
  height: 100%;
}
#ac713a3281ab0c7 > .tab-tabs .layout-left {
  text-align: left;
}
#ac713a3281ab0c7 > .tab-tabs .layout-center {
  text-align: center;
}
#ac713a3281ab0c7 > .tab-tabs .layout-right {
  text-align: right;
}
#ac713a3281ab0c7 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ac713a3281ab0c7 .tab-content-wrap {
  background-color: #ffffff;
}
#ac713a3281ab0c7 .tab-contents,
#ac713a3281ab0c7 .tab-contents-wrap {
  pointer-events: none;
}
#ac713a3281ab0c7 .tab-content,
#ac713a3281ab0c7 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac713a3281ab0c7 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac713a3281ab0c7 .tab-wrap .tab-contents {
  height: 100%;
}
#ac713a3281ab0c7 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac713a3281ab0c7 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac713a3281ab0c7 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a840ba5af7a7cce > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a840ba5af7a7cce  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a4fe5a0972a1a94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab5fea5c16ac840 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#ab5fea5c16ac840  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a61c4abdbfa8ef3 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a61c4abdbfa8ef3  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a2e1facf18ab27a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2e1facf18ab27a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac6dfaa4e8a7371 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a993aa924da740a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a993aa924da740a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a232aa7a4cab5da > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae6faa9368adcfd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae6faa9368adcfd  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a41dbacccbaa217 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3409a48ffa6098 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3409a48ffa6098  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ae683ab5a0a977a > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5c78a71aba3c68 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5c78a71aba3c68  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a1f2aa7d55ad9a8 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa1d2a20adaefe0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa1d2a20adaefe0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a41f3a14bca0676 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a231aa529da2209 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a231aa529da2209  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#ad966a7694a8bd1 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a6ed4a3540ab492 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a568baaba2abb97 , #a568baaba2abb97 a{color: rgba(49, 120, 244, 1);}#a6adaa23cda4fa6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6adaa23cda4fa6  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#ac9f4ae040a7a60 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac9f4ae040a7a60  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#ad0b9aa5f2a1c8f .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#ad0b9aa5f2a1c8f .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5be9a22f5a86c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#aab67aa875a97d8 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aab67aa875a97d8  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a16f1a18fda9ede > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5067ad9f8a8dee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad84ea05b2a7e48 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1bd6ac8d9addf2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6f46a0773a0893 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#adc7aa67efa7bea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4a84a8326a5bb1 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a924ea2ed8af395 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a83eeaf706a855b > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad1b3ab859a8a60 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a38a7afd8ca6eda > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab0b1a6c3bada11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a995fadb98a7257 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6d82a23a8a29fb > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6d82a23a8a29fb  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a0097a0249a02e1 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c94ab9f2adc15 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aae71af333a956a > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab5f9ae72fada0c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4217a236cae7a4 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6303a3ed5a0b00 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5250aaf88a7cde > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae9f5a711ca6311 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afb43a4ca6a892a > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a54b1a7165a62a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab341a3ef2a8e31 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab4bba479fad121 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a909ba5fd3a7676 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a070aaf45ba6419 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a070aaf45ba6419  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae1c2a5a06ad6fb > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240981.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aafe9abdb4a28a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b6ca4b40a284a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a27d4a1faba059c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa598a2b0bac5a1 {
  overflow: hidden;
  pointer-events: none;
}
#aa598a2b0bac5a1 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa598a2b0bac5a1 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa598a2b0bac5a1 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa598a2b0bac5a1 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa598a2b0bac5a1 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa598a2b0bac5a1 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa598a2b0bac5a1 > .tab-wrap > div > .tab-nav,
#aa598a2b0bac5a1 > .tab-nav,
#aa598a2b0bac5a1 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa598a2b0bac5a1 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa598a2b0bac5a1 > .tab-wrap > div > .tab-nav-horizontal,
#aa598a2b0bac5a1 > .tab-nav-horizontal,
#aa598a2b0bac5a1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa598a2b0bac5a1 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa598a2b0bac5a1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa598a2b0bac5a1 > .tab-nav-horizontal::-webkit-scrollbar,
#aa598a2b0bac5a1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa598a2b0bac5a1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa598a2b0bac5a1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa598a2b0bac5a1 > .tab-nav-horizontal.tagScroll,
#aa598a2b0bac5a1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa598a2b0bac5a1 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa598a2b0bac5a1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa598a2b0bac5a1 > .tab-nav-horizontal.tagScroll li a,
#aa598a2b0bac5a1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa598a2b0bac5a1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa598a2b0bac5a1 > .tab-wrap > div > .tab-nav a,
#aa598a2b0bac5a1 > .tab-nav a,
#aa598a2b0bac5a1 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa598a2b0bac5a1 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa598a2b0bac5a1 > .tab-wrap > div > .tab-nav li a,
#aa598a2b0bac5a1 > .tab-nav li a,
#aa598a2b0bac5a1 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa598a2b0bac5a1 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#aa598a2b0bac5a1 > .tab-wrap > div > .tab-nav li a svg,
#aa598a2b0bac5a1 > .tab-nav li a svg,
#aa598a2b0bac5a1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa598a2b0bac5a1 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa598a2b0bac5a1 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa598a2b0bac5a1 > .tab-nav li a .ap_icon,
#aa598a2b0bac5a1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa598a2b0bac5a1 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa598a2b0bac5a1 > .tab-wrap > div > .tab-nav li a:hover,
#aa598a2b0bac5a1 > .tab-nav li a:hover,
#aa598a2b0bac5a1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa598a2b0bac5a1 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#aa598a2b0bac5a1 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa598a2b0bac5a1 > .tab-nav li.uk-active a,
#aa598a2b0bac5a1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa598a2b0bac5a1 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#aa598a2b0bac5a1 .layout-left li,
#aa598a2b0bac5a1 .layout-center li,
#aa598a2b0bac5a1 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa598a2b0bac5a1 .layout-left li a,
#aa598a2b0bac5a1 .layout-center li a,
#aa598a2b0bac5a1 .layout-right li a {
  height: 100%;
}
#aa598a2b0bac5a1 > .tab-tabs .layout-left {
  text-align: left;
}
#aa598a2b0bac5a1 > .tab-tabs .layout-center {
  text-align: center;
}
#aa598a2b0bac5a1 > .tab-tabs .layout-right {
  text-align: right;
}
#aa598a2b0bac5a1 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa598a2b0bac5a1 .tab-content-wrap {
  background-color: #ffffff;
}
#aa598a2b0bac5a1 .tab-contents,
#aa598a2b0bac5a1 .tab-contents-wrap {
  pointer-events: none;
}
#aa598a2b0bac5a1 .tab-content,
#aa598a2b0bac5a1 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa598a2b0bac5a1 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa598a2b0bac5a1 .tab-wrap .tab-contents {
  height: 100%;
}
#aa598a2b0bac5a1 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa598a2b0bac5a1 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa598a2b0bac5a1 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af4f2a91b1ae8b9 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af4f2a91b1ae8b9  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ac2e0a9835a9dba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7371a76f0ae211 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a7371a76f0ae211  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a9eb7adc42ae629 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a9eb7adc42ae629  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad119ae166aa18a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad119ae166aa18a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a9fcfae39da4ef0 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a03d2aad7aa240c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a03d2aad7aa240c  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac33ba8ffcac1a8 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7c56aadd5ab27a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7c56aadd5ab27a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ad555a6dd1a89b8 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adcceaecbaa2c88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adcceaecbaa2c88  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac77faf30ea407a > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab8d8a0d18a89b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab8d8a0d18a89b2  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a92daad0cda14e4 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a31c3a1fcaae9ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a31c3a1fcaae9ee  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a4752a50f4a9a8a > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a94d8a4cafafc7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a94d8a4cafafc7d  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a13aaad9b6a3a54 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a8cbcaccbda06f7 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#ac8c8a2490a62d1 , #ac8c8a2490a62d1 a{color: rgba(49, 120, 244, 1);}#a43b1a5421a7134 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a43b1a5421a7134  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a9c4ea2597a6f7b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9c4ea2597a6f7b  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a5d49aefc9a144d .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a5d49aefc9a144d .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b0cabc44af7a0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a1affa2dd8a4656 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1affa2dd8a4656  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a817fa9d5faa859 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ef0acf73adf1a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae381ab3ecaa3b5 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a02d0a442caf1ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a620aacae0a6a1f > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8116a1b7ca7f44 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa499ac00dadc6d > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4df9a250ea5ae2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1d0da4f56a1ee0 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#af8b5a8b1ca989f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a52d7a259aa3245 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aca88ab14da16de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adf6baff4ca5ead > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7d55a988da8133 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7d55a988da8133  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a8fcea0139a0f02 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ad1aff2da698a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad8faa10a5ad96c > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a568aaff01aa4c1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac8f8aa5c4a5c5d > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a74f1a7c63aca2a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a37b9a61fea4117 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a88d4ab02fa8e42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a30fbacc91a1571 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae804aa0d6a9f86 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3a68ac037a9d8a > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a403ca6bf3a4cc8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a003bab492a9d8a > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4a3ca67bda1bad > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a4a3ca67bda1bad  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5aa1a2e74a465d > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790239724.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a08bdae1c4a7197 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aed6ba6c61a16aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2424a391ca4100 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e3da5ddfa9d75 {
  overflow: hidden;
  pointer-events: none;
}
#a4e3da5ddfa9d75 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4e3da5ddfa9d75 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4e3da5ddfa9d75 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4e3da5ddfa9d75 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4e3da5ddfa9d75 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4e3da5ddfa9d75 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4e3da5ddfa9d75 > .tab-wrap > div > .tab-nav,
#a4e3da5ddfa9d75 > .tab-nav,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4e3da5ddfa9d75 > .tab-wrap > div > .tab-nav-horizontal,
#a4e3da5ddfa9d75 > .tab-nav-horizontal,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4e3da5ddfa9d75 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4e3da5ddfa9d75 > .tab-nav-horizontal::-webkit-scrollbar,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4e3da5ddfa9d75 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4e3da5ddfa9d75 > .tab-nav-horizontal.tagScroll,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a4e3da5ddfa9d75 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4e3da5ddfa9d75 > .tab-nav-horizontal.tagScroll li a,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4e3da5ddfa9d75 > .tab-wrap > div > .tab-nav a,
#a4e3da5ddfa9d75 > .tab-nav a,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4e3da5ddfa9d75 > .tab-wrap > div > .tab-nav li a,
#a4e3da5ddfa9d75 > .tab-nav li a,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a4e3da5ddfa9d75 > .tab-wrap > div > .tab-nav li a svg,
#a4e3da5ddfa9d75 > .tab-nav li a svg,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4e3da5ddfa9d75 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4e3da5ddfa9d75 > .tab-nav li a .ap_icon,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4e3da5ddfa9d75 > .tab-wrap > div > .tab-nav li a:hover,
#a4e3da5ddfa9d75 > .tab-nav li a:hover,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4e3da5ddfa9d75 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4e3da5ddfa9d75 > .tab-nav li.uk-active a,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4e3da5ddfa9d75 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a4e3da5ddfa9d75 .layout-left li,
#a4e3da5ddfa9d75 .layout-center li,
#a4e3da5ddfa9d75 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4e3da5ddfa9d75 .layout-left li a,
#a4e3da5ddfa9d75 .layout-center li a,
#a4e3da5ddfa9d75 .layout-right li a {
  height: 100%;
}
#a4e3da5ddfa9d75 > .tab-tabs .layout-left {
  text-align: left;
}
#a4e3da5ddfa9d75 > .tab-tabs .layout-center {
  text-align: center;
}
#a4e3da5ddfa9d75 > .tab-tabs .layout-right {
  text-align: right;
}
#a4e3da5ddfa9d75 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a4e3da5ddfa9d75 .tab-content-wrap {
  background-color: #ffffff;
}
#a4e3da5ddfa9d75 .tab-contents,
#a4e3da5ddfa9d75 .tab-contents-wrap {
  pointer-events: none;
}
#a4e3da5ddfa9d75 .tab-content,
#a4e3da5ddfa9d75 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4e3da5ddfa9d75 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4e3da5ddfa9d75 .tab-wrap .tab-contents {
  height: 100%;
}
#a4e3da5ddfa9d75 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4e3da5ddfa9d75 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4e3da5ddfa9d75 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1f0eabbbea2dca > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1f0eabbbea2dca  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ad10aa82d3a9233 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3826a5940a6b5b > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a3826a5940a6b5b  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a6bb6a976aa28c6 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a6bb6a976aa28c6  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aeeeba63b9a7578 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aeeeba63b9a7578  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#afd40a0e24acbc8 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a27b1a6f12ad069 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a27b1a6f12ad069  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a4d79a532ea7d74 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9f92af11fa2361 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9f92af11fa2361  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a310cacf03a7535 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af863a8530af7cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af863a8530af7cc  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a0343afb0baa02b > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a655ea5305a78ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a655ea5305a78ab  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ad556a604ba8c87 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9c0aac530a802b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9c0aac530a802b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2cf4ac9a5a90d3 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad6ffa5f80a456c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#ad6ffa5f80a456c  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#ac93ea49c8a612b > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#ad750a6a67a39a2 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#aad09a3df7adb5c , #aad09a3df7adb5c a{color: rgba(49, 120, 244, 1);}#ab61aa81e9a2a90 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab61aa81e9a2a90  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#ad4a1a7de2a7594 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad4a1a7de2a7594  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a550da939fa797a .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a550da939fa797a .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e05a4a3ca9e68 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a244ea45c2a3189 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a244ea45c2a3189  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a2812ae892a2519 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a135ea0113af55c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac475a4ed7aee57 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6a11ada38a4628 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2c7fad86cacd2a > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8369afdc1ae177 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8fdfae04ba8b0d > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab409a12e2ae776 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af6b4a33dba975a > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aac44a1d41a531d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab1d2abda7af703 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a0e9ca6c8da3f61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7472a20bea59f3 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a0681ac59eadc92 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0681ac59eadc92  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ae843a5bbaa4642 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b3dacfa0aac19 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afacaaf185a7043 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a5848ae952a7de6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5f26acb6aa9601 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#abd37aa2aba9a60 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0a4da8a67afb72 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6ebda0eb8ae6eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab99fac185abc60 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1603a838aa132d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af671a079ca44e6 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#acd5ea61f6a2a47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac517a224eabd1a > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a0ec5ab043a4121 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a0ec5ab043a4121  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a04b2ae277af836 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790245225.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a298eaf8cba5372 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae65ba0ffeae796 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a78d7ab6aca4382 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a09b0a792fafed6 {
  overflow: hidden;
  pointer-events: none;
}
#a09b0a792fafed6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a09b0a792fafed6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a09b0a792fafed6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a09b0a792fafed6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a09b0a792fafed6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a09b0a792fafed6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a09b0a792fafed6 > .tab-wrap > div > .tab-nav,
#a09b0a792fafed6 > .tab-nav,
#a09b0a792fafed6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a09b0a792fafed6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a09b0a792fafed6 > .tab-wrap > div > .tab-nav-horizontal,
#a09b0a792fafed6 > .tab-nav-horizontal,
#a09b0a792fafed6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a09b0a792fafed6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a09b0a792fafed6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a09b0a792fafed6 > .tab-nav-horizontal::-webkit-scrollbar,
#a09b0a792fafed6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a09b0a792fafed6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a09b0a792fafed6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a09b0a792fafed6 > .tab-nav-horizontal.tagScroll,
#a09b0a792fafed6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a09b0a792fafed6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a09b0a792fafed6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a09b0a792fafed6 > .tab-nav-horizontal.tagScroll li a,
#a09b0a792fafed6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a09b0a792fafed6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a09b0a792fafed6 > .tab-wrap > div > .tab-nav a,
#a09b0a792fafed6 > .tab-nav a,
#a09b0a792fafed6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a09b0a792fafed6 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a09b0a792fafed6 > .tab-wrap > div > .tab-nav li a,
#a09b0a792fafed6 > .tab-nav li a,
#a09b0a792fafed6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a09b0a792fafed6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a09b0a792fafed6 > .tab-wrap > div > .tab-nav li a svg,
#a09b0a792fafed6 > .tab-nav li a svg,
#a09b0a792fafed6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a09b0a792fafed6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a09b0a792fafed6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a09b0a792fafed6 > .tab-nav li a .ap_icon,
#a09b0a792fafed6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a09b0a792fafed6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a09b0a792fafed6 > .tab-wrap > div > .tab-nav li a:hover,
#a09b0a792fafed6 > .tab-nav li a:hover,
#a09b0a792fafed6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a09b0a792fafed6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a09b0a792fafed6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a09b0a792fafed6 > .tab-nav li.uk-active a,
#a09b0a792fafed6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a09b0a792fafed6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a09b0a792fafed6 .layout-left li,
#a09b0a792fafed6 .layout-center li,
#a09b0a792fafed6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a09b0a792fafed6 .layout-left li a,
#a09b0a792fafed6 .layout-center li a,
#a09b0a792fafed6 .layout-right li a {
  height: 100%;
}
#a09b0a792fafed6 > .tab-tabs .layout-left {
  text-align: left;
}
#a09b0a792fafed6 > .tab-tabs .layout-center {
  text-align: center;
}
#a09b0a792fafed6 > .tab-tabs .layout-right {
  text-align: right;
}
#a09b0a792fafed6 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a09b0a792fafed6 .tab-content-wrap {
  background-color: #ffffff;
}
#a09b0a792fafed6 .tab-contents,
#a09b0a792fafed6 .tab-contents-wrap {
  pointer-events: none;
}
#a09b0a792fafed6 .tab-content,
#a09b0a792fafed6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a09b0a792fafed6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a09b0a792fafed6 .tab-wrap .tab-contents {
  height: 100%;
}
#a09b0a792fafed6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a09b0a792fafed6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a09b0a792fafed6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aaf00a0800afb92 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aaf00a0800afb92  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a2183a7880abb6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4ba8a4818a6fd0 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a4ba8a4818a6fd0  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ab750ae953acd34 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#ab750ae953acd34  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a26a4aa992a4f88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a26a4aa992a4f88  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a0917a5aaba7780 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad587a9e8da1777 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad587a9e8da1777  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a8873a3631a63f3 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3b3da8398a46d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3b3da8398a46d0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a35a4a3c5fac438 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8088a12e7ae21f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8088a12e7ae21f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a09aea95e7ac02a > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab883a6e86af4a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab883a6e86af4a4  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aa09aaa4cca2e9e > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a92afa045da1951 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a92afa045da1951  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a0aadafeefa05a6 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a73faa150da843a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a73faa150da843a  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a39a7ac466a45d1 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a258ca5de9a8e05 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#ade51a12efa8484 , #ade51a12efa8484 a{color: rgba(49, 120, 244, 1);}#a2868a4647ac3ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2868a4647ac3ef  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a390ba1d0ca21f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a390ba1d0ca21f9  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a7226aad07aaecf .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a7226aad07aaecf .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d5caa0a2a9ee1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a7b98aeb34a7fff > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7b98aeb34a7fff  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a27d7ae1b1a8f2f > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0e3aa842da10e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aed3bad0ebaa54e > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#afe51a590aa347f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acccca8c33a2609 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a16eda71f6a8322 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac04ba47e3afc7d > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#afd84ac5a9a267e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aeee7a99dbae5cc > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a06b5aa5c3a8ff2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa188ac009ad41d > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a29a7ae440ac393 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abc1aaf433a38b1 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a50f5ae903a77e5 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a50f5ae903a77e5  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a4d22a267ca9fff > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6336acaeaa4336 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acb52aa71ca0880 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7ba5ac3eaaafe6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a564fa21baae128 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7d7cadd4fabb82 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a80d7a1fd1a6252 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8a3aa62fba8dc6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a70bca3bb2aaa1f > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4b8da1ae8ac547 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a772fa4c6bae163 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a05a2a1d57a511e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae46aafefcabad1 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1443ab11aaba0f > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a1443ab11aaba0f  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4707a0e91a2d79 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773386236615.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa136acd1cad5e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5fdfac37dad77f {
  overflow: hidden;
  pointer-events: none;
}
#a5fdfac37dad77f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5fdfac37dad77f > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5fdfac37dad77f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5fdfac37dad77f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5fdfac37dad77f > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5fdfac37dad77f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5fdfac37dad77f > .tab-wrap > div > .tab-nav,
#a5fdfac37dad77f > .tab-nav,
#a5fdfac37dad77f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5fdfac37dad77f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fdfac37dad77f > .tab-wrap > div > .tab-nav-horizontal,
#a5fdfac37dad77f > .tab-nav-horizontal,
#a5fdfac37dad77f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5fdfac37dad77f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5fdfac37dad77f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5fdfac37dad77f > .tab-nav-horizontal::-webkit-scrollbar,
#a5fdfac37dad77f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5fdfac37dad77f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5fdfac37dad77f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5fdfac37dad77f > .tab-nav-horizontal.tagScroll,
#a5fdfac37dad77f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5fdfac37dad77f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a5fdfac37dad77f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5fdfac37dad77f > .tab-nav-horizontal.tagScroll li a,
#a5fdfac37dad77f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5fdfac37dad77f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5fdfac37dad77f > .tab-wrap > div > .tab-nav a,
#a5fdfac37dad77f > .tab-nav a,
#a5fdfac37dad77f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5fdfac37dad77f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5fdfac37dad77f > .tab-wrap > div > .tab-nav li a,
#a5fdfac37dad77f > .tab-nav li a,
#a5fdfac37dad77f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5fdfac37dad77f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a5fdfac37dad77f > .tab-wrap > div > .tab-nav li a svg,
#a5fdfac37dad77f > .tab-nav li a svg,
#a5fdfac37dad77f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5fdfac37dad77f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5fdfac37dad77f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5fdfac37dad77f > .tab-nav li a .ap_icon,
#a5fdfac37dad77f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5fdfac37dad77f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5fdfac37dad77f > .tab-wrap > div > .tab-nav li a:hover,
#a5fdfac37dad77f > .tab-nav li a:hover,
#a5fdfac37dad77f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5fdfac37dad77f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a5fdfac37dad77f > .tab-wrap > div > .tab-nav li.uk-active a,
#a5fdfac37dad77f > .tab-nav li.uk-active a,
#a5fdfac37dad77f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5fdfac37dad77f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a5fdfac37dad77f .layout-left li,
#a5fdfac37dad77f .layout-center li,
#a5fdfac37dad77f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5fdfac37dad77f .layout-left li a,
#a5fdfac37dad77f .layout-center li a,
#a5fdfac37dad77f .layout-right li a {
  height: 100%;
}
#a5fdfac37dad77f > .tab-tabs .layout-left {
  text-align: left;
}
#a5fdfac37dad77f > .tab-tabs .layout-center {
  text-align: center;
}
#a5fdfac37dad77f > .tab-tabs .layout-right {
  text-align: right;
}
#a5fdfac37dad77f .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a5fdfac37dad77f .tab-content-wrap {
  background-color: #ffffff;
}
#a5fdfac37dad77f .tab-contents,
#a5fdfac37dad77f .tab-contents-wrap {
  pointer-events: none;
}
#a5fdfac37dad77f .tab-content,
#a5fdfac37dad77f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5fdfac37dad77f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5fdfac37dad77f .tab-wrap .tab-contents {
  height: 100%;
}
#a5fdfac37dad77f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5fdfac37dad77f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5fdfac37dad77f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae130a0005abeb0 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae130a0005abeb0  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ac087ad949ad0e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#accf3a3916af8de > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#accf3a3916af8de  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aca05a1f6ea9204 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#aca05a1f6ea9204  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a60d4af15ca0e70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a60d4af15ca0e70  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aac0cab606afaf1 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab928a540ca0d5b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab928a540ca0d5b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a5a51ac902aff58 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4993a466ca3bd7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4993a466ca3bd7  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#af636a60a2acd37 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa613ae482a883f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa613ae482a883f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ad52ca8cbeae2a1 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a05b7a3a28aacbc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a05b7a3a28aacbc  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a67f1a9d36a6142 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae843a8d1da7c8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae843a8d1da7c8d  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6bd7ab3c4a9797 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a40bfa9944a4b04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a40bfa9944a4b04  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a2a1ba8718a71b5 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#af0afabb70a328a > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a78c1acb87a7077 , #a78c1acb87a7077 a{color: rgba(49, 120, 244, 1);}#afc95a9613ab227 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afc95a9613ab227  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a3309af5d4a4340 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3309af5d4a4340  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a8dfaa489fa2e52 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a8dfaa489fa2e52 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab8d9a6e89aaddd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a93a5afd1faf2d9 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a93a5afd1faf2d9  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a3eada969ea22fe > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace24a8964a85d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2303a8695a5bb2 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a397cabae5a1135 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acba0abfaaa15db > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1cfaacc42a0f2e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a211ba3c10a3793 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7a0ea6452aa3f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6d54a7e7facad7 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#abef7ae7d9ad049 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a181da8fada75fe > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab494a3df9aadb7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8ff6a53aca1415 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1ac6ae21aadc6d > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1ac6ae21aadc6d  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a9464a7b48a04ad > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af37fa76b0a6ffd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adf74a4202a6763 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aa2eaa8b8daa606 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aab19a9a14ad612 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6ed7abee0a3087 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a140ba7bc3ac07c > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8026a7311ab5ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1db4a5a0da7cbd > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad70ba484aaf0c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a41b3a011ca2f78 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae0d6a0043a7e92 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4c3aa81ebac1d1 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a80e4adb31a108e > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a80e4adb31a108e  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a83aaaf727a6b1c > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790241950.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3ab3a100fae44b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5083aa96fa8ef5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1f7ea417fa9ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6fb4a6d2ca77f1 {
  overflow: hidden;
  pointer-events: none;
}
#a6fb4a6d2ca77f1 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6fb4a6d2ca77f1 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a6fb4a6d2ca77f1 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6fb4a6d2ca77f1 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6fb4a6d2ca77f1 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a6fb4a6d2ca77f1 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6fb4a6d2ca77f1 > .tab-wrap > div > .tab-nav,
#a6fb4a6d2ca77f1 > .tab-nav,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6fb4a6d2ca77f1 > .tab-wrap > div > .tab-nav-horizontal,
#a6fb4a6d2ca77f1 > .tab-nav-horizontal,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6fb4a6d2ca77f1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6fb4a6d2ca77f1 > .tab-nav-horizontal::-webkit-scrollbar,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6fb4a6d2ca77f1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6fb4a6d2ca77f1 > .tab-nav-horizontal.tagScroll,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a6fb4a6d2ca77f1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6fb4a6d2ca77f1 > .tab-nav-horizontal.tagScroll li a,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6fb4a6d2ca77f1 > .tab-wrap > div > .tab-nav a,
#a6fb4a6d2ca77f1 > .tab-nav a,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6fb4a6d2ca77f1 > .tab-wrap > div > .tab-nav li a,
#a6fb4a6d2ca77f1 > .tab-nav li a,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a6fb4a6d2ca77f1 > .tab-wrap > div > .tab-nav li a svg,
#a6fb4a6d2ca77f1 > .tab-nav li a svg,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6fb4a6d2ca77f1 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6fb4a6d2ca77f1 > .tab-nav li a .ap_icon,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6fb4a6d2ca77f1 > .tab-wrap > div > .tab-nav li a:hover,
#a6fb4a6d2ca77f1 > .tab-nav li a:hover,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a6fb4a6d2ca77f1 > .tab-wrap > div > .tab-nav li.uk-active a,
#a6fb4a6d2ca77f1 > .tab-nav li.uk-active a,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6fb4a6d2ca77f1 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a6fb4a6d2ca77f1 .layout-left li,
#a6fb4a6d2ca77f1 .layout-center li,
#a6fb4a6d2ca77f1 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6fb4a6d2ca77f1 .layout-left li a,
#a6fb4a6d2ca77f1 .layout-center li a,
#a6fb4a6d2ca77f1 .layout-right li a {
  height: 100%;
}
#a6fb4a6d2ca77f1 > .tab-tabs .layout-left {
  text-align: left;
}
#a6fb4a6d2ca77f1 > .tab-tabs .layout-center {
  text-align: center;
}
#a6fb4a6d2ca77f1 > .tab-tabs .layout-right {
  text-align: right;
}
#a6fb4a6d2ca77f1 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a6fb4a6d2ca77f1 .tab-content-wrap {
  background-color: #ffffff;
}
#a6fb4a6d2ca77f1 .tab-contents,
#a6fb4a6d2ca77f1 .tab-contents-wrap {
  pointer-events: none;
}
#a6fb4a6d2ca77f1 .tab-content,
#a6fb4a6d2ca77f1 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6fb4a6d2ca77f1 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6fb4a6d2ca77f1 .tab-wrap .tab-contents {
  height: 100%;
}
#a6fb4a6d2ca77f1 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6fb4a6d2ca77f1 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6fb4a6d2ca77f1 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae602afac9ab25e > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae602afac9ab25e  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#aabc3adb48a2d86 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a133aa0fa0a2a25 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a133aa0fa0a2a25  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7d11a663cac797 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a7d11a663cac797  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a6c81a6772acadc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6c81a6772acadc  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a8776a4c91aa448 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aee23a8012a2507 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aee23a8012a2507  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ad266ac547a8d9c > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6e41af673ac53e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6e41af673ac53e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a9f65aaa79ad046 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a07eea5aebad45e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a07eea5aebad45e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a57a1aeaa2a9ed5 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae6d3ac589aca88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae6d3ac589aca88  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a5d87a6a6eac548 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a57d1a139aaf9d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a57d1a139aaf9d3  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a3ff9ab3ffae3ae > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1d1ca1ca3a44d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a1d1ca1ca3a44d4  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#aa130a738fa4e86 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a56dfa38f2a9d8c > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a2ff6af27bac4fa , #a2ff6af27bac4fa a{color: rgba(49, 120, 244, 1);}#a8cb8a9db0a3b66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8cb8a9db0a3b66  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a5ae4adcc7a1223 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5ae4adcc7a1223  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a4779a302aac151 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a4779a302aac151 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a949baeef9a2537 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a7926a0017a9bc9 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7926a0017a9bc9  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ab267a2fe1a354e > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c44a6fa1a3943 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1cf2a9887a2788 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a969aa8b8baf833 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a872da2dd3a7b9d > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a56eba7b14ac683 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1728a7ddbac7b2 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a86dfa5f3ead77d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab03ca9d7ea9123 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ac29eac672a0904 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2da3ad52aafb37 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad167ad8e0aef17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3a24a9e50ad408 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3297a030aa628c > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3297a030aa628c  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a0fbca612da26ef > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad848abd32a212b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a13cba7525a4355 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2111a6b9ead007 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9a90aef2dad3d5 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ac573a1295a4858 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af75dad677ac4aa > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aaad9a9314ada1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a626ba556ba8b37 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab159a5fccafda6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a22a5adf13a382a > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aef29a31a0ad310 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac859a482da27b4 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a701fa582fa9848 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a701fa582fa9848  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a6ef2a71c8a1a68 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242908.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b6ca85e9adcff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf3eae89ca5dfa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9fdca509da52d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8e9adeeaab013 {
  overflow: hidden;
  pointer-events: none;
}
#ad8e9adeeaab013 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad8e9adeeaab013 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad8e9adeeaab013 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad8e9adeeaab013 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad8e9adeeaab013 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad8e9adeeaab013 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad8e9adeeaab013 > .tab-wrap > div > .tab-nav,
#ad8e9adeeaab013 > .tab-nav,
#ad8e9adeeaab013 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad8e9adeeaab013 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad8e9adeeaab013 > .tab-wrap > div > .tab-nav-horizontal,
#ad8e9adeeaab013 > .tab-nav-horizontal,
#ad8e9adeeaab013 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad8e9adeeaab013 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad8e9adeeaab013 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad8e9adeeaab013 > .tab-nav-horizontal::-webkit-scrollbar,
#ad8e9adeeaab013 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad8e9adeeaab013 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad8e9adeeaab013 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad8e9adeeaab013 > .tab-nav-horizontal.tagScroll,
#ad8e9adeeaab013 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad8e9adeeaab013 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ad8e9adeeaab013 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad8e9adeeaab013 > .tab-nav-horizontal.tagScroll li a,
#ad8e9adeeaab013 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad8e9adeeaab013 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad8e9adeeaab013 > .tab-wrap > div > .tab-nav a,
#ad8e9adeeaab013 > .tab-nav a,
#ad8e9adeeaab013 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad8e9adeeaab013 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad8e9adeeaab013 > .tab-wrap > div > .tab-nav li a,
#ad8e9adeeaab013 > .tab-nav li a,
#ad8e9adeeaab013 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad8e9adeeaab013 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#ad8e9adeeaab013 > .tab-wrap > div > .tab-nav li a svg,
#ad8e9adeeaab013 > .tab-nav li a svg,
#ad8e9adeeaab013 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad8e9adeeaab013 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad8e9adeeaab013 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad8e9adeeaab013 > .tab-nav li a .ap_icon,
#ad8e9adeeaab013 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad8e9adeeaab013 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad8e9adeeaab013 > .tab-wrap > div > .tab-nav li a:hover,
#ad8e9adeeaab013 > .tab-nav li a:hover,
#ad8e9adeeaab013 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad8e9adeeaab013 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#ad8e9adeeaab013 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad8e9adeeaab013 > .tab-nav li.uk-active a,
#ad8e9adeeaab013 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad8e9adeeaab013 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#ad8e9adeeaab013 .layout-left li,
#ad8e9adeeaab013 .layout-center li,
#ad8e9adeeaab013 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad8e9adeeaab013 .layout-left li a,
#ad8e9adeeaab013 .layout-center li a,
#ad8e9adeeaab013 .layout-right li a {
  height: 100%;
}
#ad8e9adeeaab013 > .tab-tabs .layout-left {
  text-align: left;
}
#ad8e9adeeaab013 > .tab-tabs .layout-center {
  text-align: center;
}
#ad8e9adeeaab013 > .tab-tabs .layout-right {
  text-align: right;
}
#ad8e9adeeaab013 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ad8e9adeeaab013 .tab-content-wrap {
  background-color: #ffffff;
}
#ad8e9adeeaab013 .tab-contents,
#ad8e9adeeaab013 .tab-contents-wrap {
  pointer-events: none;
}
#ad8e9adeeaab013 .tab-content,
#ad8e9adeeaab013 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad8e9adeeaab013 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad8e9adeeaab013 .tab-wrap .tab-contents {
  height: 100%;
}
#ad8e9adeeaab013 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad8e9adeeaab013 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad8e9adeeaab013 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad32dafd31a77ce > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad32dafd31a77ce  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#abdeaa0559a904a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aec08a5cb1ac812 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#aec08a5cb1ac812  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7a77a415ba7b8d > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a7a77a415ba7b8d  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a0480a50dba2d14 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0480a50dba2d14  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#adfbcaaa74a5376 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adf54a83bca6479 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adf54a83bca6479  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac85ca5af0a4b66 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0871a6d0aa2a6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0871a6d0aa2a6e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aab59ab0dda34be > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a612fa382dafbeb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a612fa382dafbeb  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a8ed1aa1daa7806 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a756aa996fa5102 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a756aa996fa5102  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a83f9a83f6ad373 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a99bba9b9ea4122 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a99bba9b9ea4122  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aa1a6a2287acdad > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4a09aecbea84d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a4a09aecbea84d6  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a7748a9fe1a3740 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#adedaaf0fda5e09 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a7d6ca9787a5755 , #a7d6ca9787a5755 a{color: rgba(49, 120, 244, 1);}#aa77aa3f3da006a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa77aa3f3da006a  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a09b9a92cca2194 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a09b9a92cca2194  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#ae0e4a2a9aad7ba .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#ae0e4a2a9aad7ba .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a95a2a76faa58e6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a7e1bab608aac37 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7e1bab608aac37  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a0d54a9b99afa0a > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab0a6a6ba4aedab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4817ad5ffa0fd2 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae1e4a284aa9665 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8fe6aadbaae101 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1873ac1eeab569 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a65d4a78afafa7a > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3ea6a08e4a894c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1f93a8222a45f6 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a699da4ff8a70f6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7872a79b1abd49 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aae97a2fb3a9617 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af6aea224ca1440 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2befabb6aa9558 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2befabb6aa9558  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a2527a7cbcaf641 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a32d7a7c99a0be1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a379ea09a0a2c98 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#af967af70ba89d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2f46a2cbbaa288 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aeb23a48b6ab1aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7413a8d11af486 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a5b1caeca2a9e59 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a13a1a9136aa513 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad62fa1606ab1d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac789a4900abe7d > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aac02a6ef7a43fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abe82a3639a0c23 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a9ff6a88b0a7682 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a9ff6a88b0a7682  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aa436a9a57a7458 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790244476.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa67ea255aa682b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9860a6304aee3f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab245a3f5aae8c4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9082a9832a4511 {
  overflow: hidden;
  pointer-events: none;
}
#a9082a9832a4511 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9082a9832a4511 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9082a9832a4511 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9082a9832a4511 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9082a9832a4511 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9082a9832a4511 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9082a9832a4511 > .tab-wrap > div > .tab-nav,
#a9082a9832a4511 > .tab-nav,
#a9082a9832a4511 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9082a9832a4511 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9082a9832a4511 > .tab-wrap > div > .tab-nav-horizontal,
#a9082a9832a4511 > .tab-nav-horizontal,
#a9082a9832a4511 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9082a9832a4511 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9082a9832a4511 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9082a9832a4511 > .tab-nav-horizontal::-webkit-scrollbar,
#a9082a9832a4511 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9082a9832a4511 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9082a9832a4511 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9082a9832a4511 > .tab-nav-horizontal.tagScroll,
#a9082a9832a4511 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9082a9832a4511 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9082a9832a4511 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9082a9832a4511 > .tab-nav-horizontal.tagScroll li a,
#a9082a9832a4511 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9082a9832a4511 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9082a9832a4511 > .tab-wrap > div > .tab-nav a,
#a9082a9832a4511 > .tab-nav a,
#a9082a9832a4511 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9082a9832a4511 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9082a9832a4511 > .tab-wrap > div > .tab-nav li a,
#a9082a9832a4511 > .tab-nav li a,
#a9082a9832a4511 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9082a9832a4511 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a9082a9832a4511 > .tab-wrap > div > .tab-nav li a svg,
#a9082a9832a4511 > .tab-nav li a svg,
#a9082a9832a4511 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9082a9832a4511 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9082a9832a4511 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9082a9832a4511 > .tab-nav li a .ap_icon,
#a9082a9832a4511 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9082a9832a4511 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9082a9832a4511 > .tab-wrap > div > .tab-nav li a:hover,
#a9082a9832a4511 > .tab-nav li a:hover,
#a9082a9832a4511 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9082a9832a4511 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a9082a9832a4511 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9082a9832a4511 > .tab-nav li.uk-active a,
#a9082a9832a4511 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9082a9832a4511 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a9082a9832a4511 .layout-left li,
#a9082a9832a4511 .layout-center li,
#a9082a9832a4511 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9082a9832a4511 .layout-left li a,
#a9082a9832a4511 .layout-center li a,
#a9082a9832a4511 .layout-right li a {
  height: 100%;
}
#a9082a9832a4511 > .tab-tabs .layout-left {
  text-align: left;
}
#a9082a9832a4511 > .tab-tabs .layout-center {
  text-align: center;
}
#a9082a9832a4511 > .tab-tabs .layout-right {
  text-align: right;
}
#a9082a9832a4511 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9082a9832a4511 .tab-content-wrap {
  background-color: #ffffff;
}
#a9082a9832a4511 .tab-contents,
#a9082a9832a4511 .tab-contents-wrap {
  pointer-events: none;
}
#a9082a9832a4511 .tab-content,
#a9082a9832a4511 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9082a9832a4511 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9082a9832a4511 .tab-wrap .tab-contents {
  height: 100%;
}
#a9082a9832a4511 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9082a9832a4511 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9082a9832a4511 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af7c0aa855af9b0 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af7c0aa855af9b0  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a96a1a31f0ac934 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae67ca7b27af40a > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#ae67ca7b27af40a  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae8d2a135fa9827 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#ae8d2a135fa9827  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1b08a4eb2a90ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1b08a4eb2a90ca  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a7a83aa8bbadf67 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0e8da60b7ae843 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0e8da60b7ae843  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a0136a4ca1aa674 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3508a7e04aafaf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3508a7e04aafaf  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac5d2af9caa9fa2 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0328a2a23a095c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0328a2a23a095c  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a7a45a15dca75ba > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab432a9b5cabd0e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab432a9b5cabd0e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a9624aa5ada0c44 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac150abf9ea36ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac150abf9ea36ab  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a776faf630a4b8e > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a82eca025ba3467 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a82eca025ba3467  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#ad357aa632a5fc3 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a6aaba8584ae5e0 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#ada27ac314a406e , #ada27ac314a406e a{color: rgba(49, 120, 244, 1);}#ad0ceaa7afa491b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad0ceaa7afa491b  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a3043a8df8a59ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3043a8df8a59ab  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#ad799af057a7d36 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#ad799af057a7d36 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4df7a66c0a3494 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#ab5b0af75da391e > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab5b0af75da391e  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a7edda5fc9a7dfa > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a55b5af130abe6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a836da12f9a7d61 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4618aa641ac9b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2500ab94ba6698 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6f5aa7c7aaeabc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2926afc67ab6d2 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a5b5fa7faba343f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1c6daf4e9aed09 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a67bfa05bea2e4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad4caaaf80ae287 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a88aba7dbea40cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab28badf6aa6b57 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aa1eaa540da3ec8 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa1eaa540da3ec8  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#af6b6ae5f8ae801 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a15bba12efa2ccb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a583da3861a1004 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a079ba81b4a6db4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad5c1a3d4cab7cc > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6a4ba15ffa2a37 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aac42a1553a3c37 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3563a9125aa1d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae85facff7a230a > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a78f6a2698aaf5b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afdcdaaf1fac0c2 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6fe2a7d22a19f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acd41a5bfea25a8 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4d25a2e00ab751 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a4d25a2e00ab751  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4e44a6c3ba6651 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790244159.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbdaa81faa415c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7a71ad225a8c28 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad5d0afc1fa148a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2df3a39fdaea6f {
  overflow: hidden;
  pointer-events: none;
}
#a2df3a39fdaea6f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2df3a39fdaea6f > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a2df3a39fdaea6f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2df3a39fdaea6f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2df3a39fdaea6f > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a2df3a39fdaea6f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2df3a39fdaea6f > .tab-wrap > div > .tab-nav,
#a2df3a39fdaea6f > .tab-nav,
#a2df3a39fdaea6f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2df3a39fdaea6f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2df3a39fdaea6f > .tab-wrap > div > .tab-nav-horizontal,
#a2df3a39fdaea6f > .tab-nav-horizontal,
#a2df3a39fdaea6f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2df3a39fdaea6f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2df3a39fdaea6f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2df3a39fdaea6f > .tab-nav-horizontal::-webkit-scrollbar,
#a2df3a39fdaea6f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2df3a39fdaea6f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2df3a39fdaea6f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2df3a39fdaea6f > .tab-nav-horizontal.tagScroll,
#a2df3a39fdaea6f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2df3a39fdaea6f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a2df3a39fdaea6f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2df3a39fdaea6f > .tab-nav-horizontal.tagScroll li a,
#a2df3a39fdaea6f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2df3a39fdaea6f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2df3a39fdaea6f > .tab-wrap > div > .tab-nav a,
#a2df3a39fdaea6f > .tab-nav a,
#a2df3a39fdaea6f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2df3a39fdaea6f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a2df3a39fdaea6f > .tab-wrap > div > .tab-nav li a,
#a2df3a39fdaea6f > .tab-nav li a,
#a2df3a39fdaea6f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2df3a39fdaea6f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a2df3a39fdaea6f > .tab-wrap > div > .tab-nav li a svg,
#a2df3a39fdaea6f > .tab-nav li a svg,
#a2df3a39fdaea6f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2df3a39fdaea6f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2df3a39fdaea6f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2df3a39fdaea6f > .tab-nav li a .ap_icon,
#a2df3a39fdaea6f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2df3a39fdaea6f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2df3a39fdaea6f > .tab-wrap > div > .tab-nav li a:hover,
#a2df3a39fdaea6f > .tab-nav li a:hover,
#a2df3a39fdaea6f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2df3a39fdaea6f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a2df3a39fdaea6f > .tab-wrap > div > .tab-nav li.uk-active a,
#a2df3a39fdaea6f > .tab-nav li.uk-active a,
#a2df3a39fdaea6f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2df3a39fdaea6f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a2df3a39fdaea6f .layout-left li,
#a2df3a39fdaea6f .layout-center li,
#a2df3a39fdaea6f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2df3a39fdaea6f .layout-left li a,
#a2df3a39fdaea6f .layout-center li a,
#a2df3a39fdaea6f .layout-right li a {
  height: 100%;
}
#a2df3a39fdaea6f > .tab-tabs .layout-left {
  text-align: left;
}
#a2df3a39fdaea6f > .tab-tabs .layout-center {
  text-align: center;
}
#a2df3a39fdaea6f > .tab-tabs .layout-right {
  text-align: right;
}
#a2df3a39fdaea6f .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a2df3a39fdaea6f .tab-content-wrap {
  background-color: #ffffff;
}
#a2df3a39fdaea6f .tab-contents,
#a2df3a39fdaea6f .tab-contents-wrap {
  pointer-events: none;
}
#a2df3a39fdaea6f .tab-content,
#a2df3a39fdaea6f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2df3a39fdaea6f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2df3a39fdaea6f .tab-wrap .tab-contents {
  height: 100%;
}
#a2df3a39fdaea6f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2df3a39fdaea6f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2df3a39fdaea6f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a541aa1d4faac35 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a541aa1d4faac35  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a8635ab345a5f02 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a300ba19bda9852 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a300ba19bda9852  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a215ba8b9eadc3c > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a215ba8b9eadc3c  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5c4ba9e7da7c12 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5c4ba9e7da7c12  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ad60caf6a0accc9 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa1caa690ba3b7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa1caa690ba3b7d  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac5eaa37fca042c > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a29bda0047afe87 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a29bda0047afe87  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a047ea0d11ace0e > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a97fba91bdad049 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a97fba91bdad049  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a058caed22a3867 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0745afb98af22f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0745afb98af22f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a78f1a4b59ad01f > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0615a5c25aa4b5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0615a5c25aa4b5  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a5946ab3c8ab381 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2504ada29a38bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a2504ada29a38bf  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#aec13ad565a1acf > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a1202a6817a40fc > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#ac851a7ea7a6c21 , #ac851a7ea7a6c21 a{color: rgba(49, 120, 244, 1);}#ad0e6a1592acadc > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad0e6a1592acadc  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a72c4a6d3ca9785 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a72c4a6d3ca9785  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a1a05afee7afd5e .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a1a05afee7afd5e .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa889a5f7ba9da4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a7e9aa0574af5b5 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7e9aa0574af5b5  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#af9e1a6d40af7aa > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4d63af773ae1b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa804a413aae0a5 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3fedaf499a5b4c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a52bea2673adc3b > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aa74fad73ba05a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac506ab958a13db > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7793a57aca1ec3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4bafa6de6ac4ab > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a827da87e8a7b8a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac3e1a9c5da780f > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab931a18cdab2c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a47feac1aaafa12 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6906ab441a23e3 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6906ab441a23e3  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#aed2fa3243a2b21 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5af9a9aa7a773d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aeee4a7d18ac328 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7e69aa60ea0fc8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9bacaf4d7aeb00 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a393faef50a5306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a907ea518da98e6 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad218ad95ba98db > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5277aa1f1af9c8 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2ff8a8c7ba84ad > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9b11a7fd7a25d1 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a024fab6f1aee14 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af5d3a6524a5df4 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8224aa3b2a3b29 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a8224aa3b2a3b29  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a87bfa5505aee29 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790243883.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afab8af1e0a5e9f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9b3abafda6f63 {
  overflow: hidden;
  pointer-events: none;
}
#ae9b3abafda6f63 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae9b3abafda6f63 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ae9b3abafda6f63 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae9b3abafda6f63 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae9b3abafda6f63 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ae9b3abafda6f63 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae9b3abafda6f63 > .tab-wrap > div > .tab-nav,
#ae9b3abafda6f63 > .tab-nav,
#ae9b3abafda6f63 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae9b3abafda6f63 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae9b3abafda6f63 > .tab-wrap > div > .tab-nav-horizontal,
#ae9b3abafda6f63 > .tab-nav-horizontal,
#ae9b3abafda6f63 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae9b3abafda6f63 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae9b3abafda6f63 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae9b3abafda6f63 > .tab-nav-horizontal::-webkit-scrollbar,
#ae9b3abafda6f63 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae9b3abafda6f63 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae9b3abafda6f63 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae9b3abafda6f63 > .tab-nav-horizontal.tagScroll,
#ae9b3abafda6f63 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae9b3abafda6f63 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ae9b3abafda6f63 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae9b3abafda6f63 > .tab-nav-horizontal.tagScroll li a,
#ae9b3abafda6f63 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae9b3abafda6f63 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae9b3abafda6f63 > .tab-wrap > div > .tab-nav a,
#ae9b3abafda6f63 > .tab-nav a,
#ae9b3abafda6f63 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae9b3abafda6f63 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae9b3abafda6f63 > .tab-wrap > div > .tab-nav li a,
#ae9b3abafda6f63 > .tab-nav li a,
#ae9b3abafda6f63 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae9b3abafda6f63 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#ae9b3abafda6f63 > .tab-wrap > div > .tab-nav li a svg,
#ae9b3abafda6f63 > .tab-nav li a svg,
#ae9b3abafda6f63 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae9b3abafda6f63 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae9b3abafda6f63 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae9b3abafda6f63 > .tab-nav li a .ap_icon,
#ae9b3abafda6f63 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae9b3abafda6f63 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae9b3abafda6f63 > .tab-wrap > div > .tab-nav li a:hover,
#ae9b3abafda6f63 > .tab-nav li a:hover,
#ae9b3abafda6f63 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae9b3abafda6f63 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#ae9b3abafda6f63 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae9b3abafda6f63 > .tab-nav li.uk-active a,
#ae9b3abafda6f63 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae9b3abafda6f63 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#ae9b3abafda6f63 .layout-left li,
#ae9b3abafda6f63 .layout-center li,
#ae9b3abafda6f63 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae9b3abafda6f63 .layout-left li a,
#ae9b3abafda6f63 .layout-center li a,
#ae9b3abafda6f63 .layout-right li a {
  height: 100%;
}
#ae9b3abafda6f63 > .tab-tabs .layout-left {
  text-align: left;
}
#ae9b3abafda6f63 > .tab-tabs .layout-center {
  text-align: center;
}
#ae9b3abafda6f63 > .tab-tabs .layout-right {
  text-align: right;
}
#ae9b3abafda6f63 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ae9b3abafda6f63 .tab-content-wrap {
  background-color: #ffffff;
}
#ae9b3abafda6f63 .tab-contents,
#ae9b3abafda6f63 .tab-contents-wrap {
  pointer-events: none;
}
#ae9b3abafda6f63 .tab-content,
#ae9b3abafda6f63 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae9b3abafda6f63 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae9b3abafda6f63 .tab-wrap .tab-contents {
  height: 100%;
}
#ae9b3abafda6f63 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae9b3abafda6f63 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae9b3abafda6f63 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a62e6a4fb2a58f0 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a62e6a4fb2a58f0  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#afbe8a999ca7727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2aa4ae3e4ab849 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a2aa4ae3e4ab849  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7901a30d1adc12 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a7901a30d1adc12  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a701caeba8aab8e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a701caeba8aab8e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a1a39a22f5a3cd3 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abbdea5ba4a403b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abbdea5ba4a403b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#abaa7a81dbaf7f7 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4041a0257a7d94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4041a0257a7d94  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a1ec2a9027aee2a > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5e04a1d90a8f09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5e04a1d90a8f09  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac84cae81ea9dad > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a97c9a20f1a8bc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a97c9a20f1a8bc2  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aab10ab87facc52 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a04c0a08fbaa701 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a04c0a08fbaa701  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a84daa85e5a31aa > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a42a8a2794aa096 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a42a8a2794aa096  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a993babe3da522b > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a38caaa963a32d5 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a72a3af14da3f98 , #a72a3af14da3f98 a{color: rgba(49, 120, 244, 1);}#a0efbad404a4a0a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0efbad404a4a0a  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a3319aa621a1f96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3319aa621a1f96  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#acb0cac8a7af6bc .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#acb0cac8a7af6bc .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af8d9a6ca2a307e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a1f45a9983aa63b > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1f45a9983aa63b  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a9975a969fa86bf > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a07b7ac001aab94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2f83a781ca0ddf > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4e64aca30ad9d9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ace58a6f1da60fb > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a843fa2d52ab7f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a94bea8a41a5f8d > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#af515abf67a79de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adfd1a1dc6a9128 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab68da4d55afc9d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a12a8afc57a081a > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab2d7ae2d5a2394 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af137a8a2baded4 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#afe28a43c9a3319 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afe28a43c9a3319  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ae731a5cf4ab9b0 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1482ae36da9ca7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae6c3a1b40a372e > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8f73a2606a35db > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9fb5aa13ca4676 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#adcaea993ca7c9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6f28a3498a6da0 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a925aae508ac82c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4345aef13a2536 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a026ca8b23aca95 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af465afcc1a795d > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3ddbac8f7ac485 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7edaa7868ad0d1 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aae7ba7842a64c1 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#aae7ba7842a64c1  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a850ba688da9604 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242423.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00dda5fb5abc54 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abb35a2836ae181 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4324a281aa24ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2259a2c04a09a5 {
  overflow: hidden;
  pointer-events: none;
}
#a2259a2c04a09a5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2259a2c04a09a5 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a2259a2c04a09a5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2259a2c04a09a5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2259a2c04a09a5 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a2259a2c04a09a5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2259a2c04a09a5 > .tab-wrap > div > .tab-nav,
#a2259a2c04a09a5 > .tab-nav,
#a2259a2c04a09a5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2259a2c04a09a5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2259a2c04a09a5 > .tab-wrap > div > .tab-nav-horizontal,
#a2259a2c04a09a5 > .tab-nav-horizontal,
#a2259a2c04a09a5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2259a2c04a09a5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2259a2c04a09a5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2259a2c04a09a5 > .tab-nav-horizontal::-webkit-scrollbar,
#a2259a2c04a09a5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2259a2c04a09a5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2259a2c04a09a5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2259a2c04a09a5 > .tab-nav-horizontal.tagScroll,
#a2259a2c04a09a5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2259a2c04a09a5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a2259a2c04a09a5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2259a2c04a09a5 > .tab-nav-horizontal.tagScroll li a,
#a2259a2c04a09a5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2259a2c04a09a5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2259a2c04a09a5 > .tab-wrap > div > .tab-nav a,
#a2259a2c04a09a5 > .tab-nav a,
#a2259a2c04a09a5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2259a2c04a09a5 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a2259a2c04a09a5 > .tab-wrap > div > .tab-nav li a,
#a2259a2c04a09a5 > .tab-nav li a,
#a2259a2c04a09a5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2259a2c04a09a5 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a2259a2c04a09a5 > .tab-wrap > div > .tab-nav li a svg,
#a2259a2c04a09a5 > .tab-nav li a svg,
#a2259a2c04a09a5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2259a2c04a09a5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2259a2c04a09a5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2259a2c04a09a5 > .tab-nav li a .ap_icon,
#a2259a2c04a09a5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2259a2c04a09a5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2259a2c04a09a5 > .tab-wrap > div > .tab-nav li a:hover,
#a2259a2c04a09a5 > .tab-nav li a:hover,
#a2259a2c04a09a5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2259a2c04a09a5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a2259a2c04a09a5 > .tab-wrap > div > .tab-nav li.uk-active a,
#a2259a2c04a09a5 > .tab-nav li.uk-active a,
#a2259a2c04a09a5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2259a2c04a09a5 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a2259a2c04a09a5 .layout-left li,
#a2259a2c04a09a5 .layout-center li,
#a2259a2c04a09a5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2259a2c04a09a5 .layout-left li a,
#a2259a2c04a09a5 .layout-center li a,
#a2259a2c04a09a5 .layout-right li a {
  height: 100%;
}
#a2259a2c04a09a5 > .tab-tabs .layout-left {
  text-align: left;
}
#a2259a2c04a09a5 > .tab-tabs .layout-center {
  text-align: center;
}
#a2259a2c04a09a5 > .tab-tabs .layout-right {
  text-align: right;
}
#a2259a2c04a09a5 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a2259a2c04a09a5 .tab-content-wrap {
  background-color: #ffffff;
}
#a2259a2c04a09a5 .tab-contents,
#a2259a2c04a09a5 .tab-contents-wrap {
  pointer-events: none;
}
#a2259a2c04a09a5 .tab-content,
#a2259a2c04a09a5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2259a2c04a09a5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2259a2c04a09a5 .tab-wrap .tab-contents {
  height: 100%;
}
#a2259a2c04a09a5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2259a2c04a09a5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2259a2c04a09a5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a25e1a8bd4aaf05 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a25e1a8bd4aaf05  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a1c0eaf671a45c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2383a4d74a6f7d > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a2383a4d74a6f7d  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#adbefaa211afe9b > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#adbefaa211afe9b  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#afccdab4c9ad7e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afccdab4c9ad7e5  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a103ca6b5ea5884 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a36bca705ba720c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a36bca705ba720c  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a0214aab45a5fde > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4973af468ab795 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4973af468ab795  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2f8ea82eeaa748 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae9b8ab428ab66a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae9b8ab428ab66a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ad7fba06bdaed2b > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2750a217dad167 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2750a217dad167  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ad1afa8b70a363d > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a71daa8ae5a0214 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a71daa8ae5a0214  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a9992ad6c9a8601 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2e53ab841ab9b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a2e53ab841ab9b7  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a5a96a6215ae9a2 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a8cb3a9782a3545 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#ade72a58dca95e0 , #ade72a58dca95e0 a{color: rgba(49, 120, 244, 1);}#ab2e5aab43abe34 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab2e5aab43abe34  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#aa1bfa8a6dad0a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa1bfa8a6dad0a4  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#aeb78a01eba07ad .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#aeb78a01eba07ad .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a713ba36e0a8e71 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a7193adccaafbf7 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7193adccaafbf7  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a188ea77f5aaee5 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00fda3164a5e2d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae357a6ba7a89d9 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a76c7a76f8a35bc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab9c5aef7fa5e22 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a9d5ca7dc4afb6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6beaa4550a220c > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8615aaf4fa9e52 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa996aa7f1abc4e > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3b3ea16afa3632 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2815affddaeb83 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4c17af1fdaa78a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abed7a6ae7a0e96 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7bfda0003a7af9 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7bfda0003a7af9  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a7f6ca59d5ac99b > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abbafa028eab22e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae181af93bad453 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ac9d0a560aa4c05 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a78ffa4222a1694 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1478a7f7faad54 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a41bea0e15a274e > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8720ae4b9a28c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a328fa9281aed35 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a669da1410a3bd2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a179fafedea2569 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1c29aa6a7aa8c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad2b3a4f7eab7ff > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a5529a929aab1d7 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a5529a929aab1d7  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4569a2b85a076f > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790243153.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0276a54f0a2964 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0276a54f0a2964  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a418da0075a36b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a233fab2fcae1b5 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a233fab2fcae1b5  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af6daa8756a147b > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#af6daa8756a147b  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae838a2a12a4aac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad67ba84c1aeef7 {
  overflow: hidden;
  pointer-events: none;
}
#ad67ba84c1aeef7 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad67ba84c1aeef7 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad67ba84c1aeef7 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad67ba84c1aeef7 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad67ba84c1aeef7 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad67ba84c1aeef7 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad67ba84c1aeef7 > .tab-wrap > div > .tab-nav,
#ad67ba84c1aeef7 > .tab-nav,
#ad67ba84c1aeef7 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad67ba84c1aeef7 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad67ba84c1aeef7 > .tab-wrap > div > .tab-nav-horizontal,
#ad67ba84c1aeef7 > .tab-nav-horizontal,
#ad67ba84c1aeef7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad67ba84c1aeef7 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad67ba84c1aeef7 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad67ba84c1aeef7 > .tab-nav-horizontal::-webkit-scrollbar,
#ad67ba84c1aeef7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad67ba84c1aeef7 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad67ba84c1aeef7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad67ba84c1aeef7 > .tab-nav-horizontal.tagScroll,
#ad67ba84c1aeef7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad67ba84c1aeef7 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ad67ba84c1aeef7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad67ba84c1aeef7 > .tab-nav-horizontal.tagScroll li a,
#ad67ba84c1aeef7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad67ba84c1aeef7 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad67ba84c1aeef7 > .tab-wrap > div > .tab-nav a,
#ad67ba84c1aeef7 > .tab-nav a,
#ad67ba84c1aeef7 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad67ba84c1aeef7 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad67ba84c1aeef7 > .tab-wrap > div > .tab-nav li a,
#ad67ba84c1aeef7 > .tab-nav li a,
#ad67ba84c1aeef7 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad67ba84c1aeef7 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#ad67ba84c1aeef7 > .tab-wrap > div > .tab-nav li a svg,
#ad67ba84c1aeef7 > .tab-nav li a svg,
#ad67ba84c1aeef7 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad67ba84c1aeef7 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad67ba84c1aeef7 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad67ba84c1aeef7 > .tab-nav li a .ap_icon,
#ad67ba84c1aeef7 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad67ba84c1aeef7 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad67ba84c1aeef7 > .tab-wrap > div > .tab-nav li a:hover,
#ad67ba84c1aeef7 > .tab-nav li a:hover,
#ad67ba84c1aeef7 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad67ba84c1aeef7 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#ad67ba84c1aeef7 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad67ba84c1aeef7 > .tab-nav li.uk-active a,
#ad67ba84c1aeef7 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad67ba84c1aeef7 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#ad67ba84c1aeef7 .layout-left li,
#ad67ba84c1aeef7 .layout-center li,
#ad67ba84c1aeef7 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad67ba84c1aeef7 .layout-left li a,
#ad67ba84c1aeef7 .layout-center li a,
#ad67ba84c1aeef7 .layout-right li a {
  height: 100%;
}
#ad67ba84c1aeef7 > .tab-tabs .layout-left {
  text-align: left;
}
#ad67ba84c1aeef7 > .tab-tabs .layout-center {
  text-align: center;
}
#ad67ba84c1aeef7 > .tab-tabs .layout-right {
  text-align: right;
}
#ad67ba84c1aeef7 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ad67ba84c1aeef7 .tab-content-wrap {
  background-color: #ffffff;
}
#ad67ba84c1aeef7 .tab-contents,
#ad67ba84c1aeef7 .tab-contents-wrap {
  pointer-events: none;
}
#ad67ba84c1aeef7 .tab-content,
#ad67ba84c1aeef7 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad67ba84c1aeef7 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad67ba84c1aeef7 .tab-wrap .tab-contents {
  height: 100%;
}
#ad67ba84c1aeef7 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad67ba84c1aeef7 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad67ba84c1aeef7 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#abc33a3d15a33d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abc33a3d15a33d2  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a1962a2807a44a7 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a63d2abfcca31c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a63d2abfcca31c2  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ae786ad7eda83fe > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2779a1e28a8922 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2779a1e28a8922  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ae60ea14eaa0ac2 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aed86aef54abb05 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aed86aef54abb05  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a7c42a4189a4a4a > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7000afff3a59ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7000afff3a59ce  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aa06fa0dcdae21e > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7ed5adbffad546 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7ed5adbffad546  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a01e5abac5adcc5 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac874a1fcba8744 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#ac874a1fcba8744  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a4481a18f4a5a1a > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a9de3afda1a45df > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a42b2a453aaaed2 , #a42b2a453aaaed2 a{color: rgba(49, 120, 244, 1);}#a8d0aab0bfa7a37 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8d0aab0bfa7a37  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#ac8c8a330aa69e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac8c8a330aa69e2  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a827cae43ba4aa0 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a827cae43ba4aa0 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa307a8f1ea7c36 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#aad98a3f0aa4974 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aad98a3f0aa4974  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#aaa3dae1aca53ec > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad35aafedca6ea6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5ae9a8128a1aa8 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1052aef59a345f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1e46a96feaaccc > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aaa35a692fa02b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad3a4a8527a7bb4 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a93e1af054ab040 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a608cad774a9b60 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab858ac074abcc5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aca6aad564ab9ab > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8c93a3af0a3d40 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a84d2a1981a5b71 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2feca8e03ac896 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2feca8e03ac896  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a5e55a9271aa4f6 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9ba6acfeca311a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a38ebae37babf12 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#afefaae842a23cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a16bfabcabafa45 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a218ea839ca0bf5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1a5ba1bbcaa559 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a900da2eb4a30e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5222a3b73a8b01 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3395a86a8af108 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1402a4440ac1f1 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ac6edac647aee63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1b52a0787a1707 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a24cca39d6a7e5c > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a24cca39d6a7e5c  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a9683a3c65aee5d > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242172.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3baba3638a3711 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa253ae19bac5de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a31c8aad20aba9c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad0d4af784ac86e {
  overflow: hidden;
  pointer-events: none;
}
#ad0d4af784ac86e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad0d4af784ac86e > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad0d4af784ac86e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad0d4af784ac86e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad0d4af784ac86e > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad0d4af784ac86e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad0d4af784ac86e > .tab-wrap > div > .tab-nav,
#ad0d4af784ac86e > .tab-nav,
#ad0d4af784ac86e > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad0d4af784ac86e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad0d4af784ac86e > .tab-wrap > div > .tab-nav-horizontal,
#ad0d4af784ac86e > .tab-nav-horizontal,
#ad0d4af784ac86e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad0d4af784ac86e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad0d4af784ac86e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad0d4af784ac86e > .tab-nav-horizontal::-webkit-scrollbar,
#ad0d4af784ac86e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad0d4af784ac86e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad0d4af784ac86e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad0d4af784ac86e > .tab-nav-horizontal.tagScroll,
#ad0d4af784ac86e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad0d4af784ac86e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ad0d4af784ac86e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad0d4af784ac86e > .tab-nav-horizontal.tagScroll li a,
#ad0d4af784ac86e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad0d4af784ac86e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad0d4af784ac86e > .tab-wrap > div > .tab-nav a,
#ad0d4af784ac86e > .tab-nav a,
#ad0d4af784ac86e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad0d4af784ac86e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad0d4af784ac86e > .tab-wrap > div > .tab-nav li a,
#ad0d4af784ac86e > .tab-nav li a,
#ad0d4af784ac86e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad0d4af784ac86e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#ad0d4af784ac86e > .tab-wrap > div > .tab-nav li a svg,
#ad0d4af784ac86e > .tab-nav li a svg,
#ad0d4af784ac86e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad0d4af784ac86e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad0d4af784ac86e > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad0d4af784ac86e > .tab-nav li a .ap_icon,
#ad0d4af784ac86e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad0d4af784ac86e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad0d4af784ac86e > .tab-wrap > div > .tab-nav li a:hover,
#ad0d4af784ac86e > .tab-nav li a:hover,
#ad0d4af784ac86e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad0d4af784ac86e > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#ad0d4af784ac86e > .tab-wrap > div > .tab-nav li.uk-active a,
#ad0d4af784ac86e > .tab-nav li.uk-active a,
#ad0d4af784ac86e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad0d4af784ac86e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#ad0d4af784ac86e .layout-left li,
#ad0d4af784ac86e .layout-center li,
#ad0d4af784ac86e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad0d4af784ac86e .layout-left li a,
#ad0d4af784ac86e .layout-center li a,
#ad0d4af784ac86e .layout-right li a {
  height: 100%;
}
#ad0d4af784ac86e > .tab-tabs .layout-left {
  text-align: left;
}
#ad0d4af784ac86e > .tab-tabs .layout-center {
  text-align: center;
}
#ad0d4af784ac86e > .tab-tabs .layout-right {
  text-align: right;
}
#ad0d4af784ac86e .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ad0d4af784ac86e .tab-content-wrap {
  background-color: #ffffff;
}
#ad0d4af784ac86e .tab-contents,
#ad0d4af784ac86e .tab-contents-wrap {
  pointer-events: none;
}
#ad0d4af784ac86e .tab-content,
#ad0d4af784ac86e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad0d4af784ac86e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad0d4af784ac86e .tab-wrap .tab-contents {
  height: 100%;
}
#ad0d4af784ac86e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad0d4af784ac86e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad0d4af784ac86e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2dc2a2b10a9936 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2dc2a2b10a9936  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a01d2ae629afb82 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac9b8a22a7acb29 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#ac9b8a22a7acb29  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5641a714aac297 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a5641a714aac297  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5432ad522aacbb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5432ad522aacbb  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#afba7a943da8223 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa23fac448a989a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa23fac448a989a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ab532a3cc9a45ad > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a66afacc3fa563a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a66afacc3fa563a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a7374afbb9af3e9 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac89da212dadc91 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac89da212dadc91  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ae389ac018a9b23 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8c41a72b0ad6c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8c41a72b0ad6c2  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#af1e7a9465a4a1f > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa32ea1dbba8c0e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa32ea1dbba8c0e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aa45ba3d4da49ca > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0886ad7faa30d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a0886ad7faa30d6  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#aa9c0a5edba367a > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#aba10a058da2138 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a001ca0934ad0cd , #a001ca0934ad0cd a{color: rgba(49, 120, 244, 1);}#aa706acf07a119e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa706acf07a119e  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#aa7fca5462ad856 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa7fca5462ad856  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a40e4a24fcaec81 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a40e4a24fcaec81 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a946ea394ea8f06 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#ac39cae593a22f1 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac39cae593a22f1  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a96b0ae8f5a3e7b > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50baaa830a28d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2a9da17b4a990c > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a15afa5cc3ac315 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa1efac6b7a3eb7 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8963aba4ca0751 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad503ae038aa7d3 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4903a9f85aac3e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab116a20ceabcc9 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a9726a023fab25b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aeab7a7a3bac334 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1156a50d9a84e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae458a779aa00a6 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aa1dca3193a6bd7 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa1dca3193a6bd7  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a572aa87f6a9b13 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a68a98c9aaf2e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8a8cada80a2237 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a89e1ab43daf09c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a827aa6d85aa283 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2482ac104ac977 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3d4fad6b3a52b6 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a13a5a673ba5366 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab3b2a5ca4adb2e > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1817ade57a3ee8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8ed4aa3abad970 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aadcba84aca0134 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4c1eaea7bac3b2 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae400a388ca865d > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#ae400a388ca865d  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac206a802fae78e > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773370726797.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa94ba15b5a815c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4aeba75ada7b58 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa468a996ba1006 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8abfabaf1a872f {
  overflow: hidden;
  pointer-events: none;
}
#a8abfabaf1a872f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8abfabaf1a872f > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a8abfabaf1a872f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8abfabaf1a872f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8abfabaf1a872f > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a8abfabaf1a872f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8abfabaf1a872f > .tab-wrap > div > .tab-nav,
#a8abfabaf1a872f > .tab-nav,
#a8abfabaf1a872f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8abfabaf1a872f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8abfabaf1a872f > .tab-wrap > div > .tab-nav-horizontal,
#a8abfabaf1a872f > .tab-nav-horizontal,
#a8abfabaf1a872f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8abfabaf1a872f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8abfabaf1a872f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8abfabaf1a872f > .tab-nav-horizontal::-webkit-scrollbar,
#a8abfabaf1a872f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8abfabaf1a872f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8abfabaf1a872f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8abfabaf1a872f > .tab-nav-horizontal.tagScroll,
#a8abfabaf1a872f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8abfabaf1a872f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8abfabaf1a872f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8abfabaf1a872f > .tab-nav-horizontal.tagScroll li a,
#a8abfabaf1a872f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8abfabaf1a872f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8abfabaf1a872f > .tab-wrap > div > .tab-nav a,
#a8abfabaf1a872f > .tab-nav a,
#a8abfabaf1a872f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8abfabaf1a872f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8abfabaf1a872f > .tab-wrap > div > .tab-nav li a,
#a8abfabaf1a872f > .tab-nav li a,
#a8abfabaf1a872f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8abfabaf1a872f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a8abfabaf1a872f > .tab-wrap > div > .tab-nav li a svg,
#a8abfabaf1a872f > .tab-nav li a svg,
#a8abfabaf1a872f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8abfabaf1a872f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8abfabaf1a872f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8abfabaf1a872f > .tab-nav li a .ap_icon,
#a8abfabaf1a872f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8abfabaf1a872f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8abfabaf1a872f > .tab-wrap > div > .tab-nav li a:hover,
#a8abfabaf1a872f > .tab-nav li a:hover,
#a8abfabaf1a872f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8abfabaf1a872f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a8abfabaf1a872f > .tab-wrap > div > .tab-nav li.uk-active a,
#a8abfabaf1a872f > .tab-nav li.uk-active a,
#a8abfabaf1a872f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8abfabaf1a872f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a8abfabaf1a872f .layout-left li,
#a8abfabaf1a872f .layout-center li,
#a8abfabaf1a872f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8abfabaf1a872f .layout-left li a,
#a8abfabaf1a872f .layout-center li a,
#a8abfabaf1a872f .layout-right li a {
  height: 100%;
}
#a8abfabaf1a872f > .tab-tabs .layout-left {
  text-align: left;
}
#a8abfabaf1a872f > .tab-tabs .layout-center {
  text-align: center;
}
#a8abfabaf1a872f > .tab-tabs .layout-right {
  text-align: right;
}
#a8abfabaf1a872f .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8abfabaf1a872f .tab-content-wrap {
  background-color: #ffffff;
}
#a8abfabaf1a872f .tab-contents,
#a8abfabaf1a872f .tab-contents-wrap {
  pointer-events: none;
}
#a8abfabaf1a872f .tab-content,
#a8abfabaf1a872f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8abfabaf1a872f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8abfabaf1a872f .tab-wrap .tab-contents {
  height: 100%;
}
#a8abfabaf1a872f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8abfabaf1a872f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8abfabaf1a872f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1f8da2e99a5ace > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1f8da2e99a5ace  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ad00aa561ba765c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afcdaa9e95a1b80 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#afcdaa9e95a1b80  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a9439a54c6a6849 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a9439a54c6a6849  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ada81a97e4a77e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ada81a97e4a77e6  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a0a1ca88dbacfb6 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0b2da5cc0a77e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0b2da5cc0a77e0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ad40ca9bb9a0b8f > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8055a6760ac38e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8055a6760ac38e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2620a4feaa4b17 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6fbaa2bcba806e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6fbaa2bcba806e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#af7e9ab730a2442 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9c3fab9a7a4f60 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9c3fab9a7a4f60  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aeee3afedda0c16 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0a02a7dd3a3271 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0a02a7dd3a3271  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a00a7a5765a1707 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab422aabb9a01df > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#ab422aabb9a01df  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#abe51ae2f8adcc0 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a09afaa985a08cd > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a6cbca6493a51e6 , #a6cbca6493a51e6 a{color: rgba(49, 120, 244, 1);}#a229ba97ffa9dd6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a229ba97ffa9dd6  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a3a25a55d5a23d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3a25a55d5a23d1  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a6063a9584a4577 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a6063a9584a4577 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af5deace53a6a4b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a2c7ea5b9ba1fbb > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2c7ea5b9ba1fbb  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#afd1cae212ad071 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a639eaa6c6a0b3d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a712aa0480af007 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6db2afa67ae9be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa60ea8255a5613 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3cc2a881ea26c1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7d51aa5d2aca26 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a5ff2ae76fa625d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a92c2a1b1ca17ac > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#affa4ab340a3102 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad0cdadbd1ab90d > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7bb6a24e8aef3c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a90f0a300aa16e1 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a02d0a93f2a7dcd > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a02d0a93f2a7dcd  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#af9b2af46aa54f1 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d05a52baaa440 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3613a7357aa461 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8489af02ea5883 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab0fbadecaad77b > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aa33aa9bbca73c1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afc5cae4fca8df4 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab483aa6a6a262c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac614a3f1ea4de1 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab24da1c4dabbb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a394fa744ead0d5 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a82e2a3a7dac4cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9fb5a27bfa135b > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a5fc6a0959a1157 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a5fc6a0959a1157  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#afb4daba4eafec9 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773370112638.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6106a6d5ca6b08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a43e7a7dbdadcb3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d3ba199cab39f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af964a9e5cae0a1 {
  overflow: hidden;
  pointer-events: none;
}
#af964a9e5cae0a1 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#af964a9e5cae0a1 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#af964a9e5cae0a1 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af964a9e5cae0a1 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#af964a9e5cae0a1 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#af964a9e5cae0a1 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af964a9e5cae0a1 > .tab-wrap > div > .tab-nav,
#af964a9e5cae0a1 > .tab-nav,
#af964a9e5cae0a1 > .tab-tabs > .tab-wrap > div > .tab-nav,
#af964a9e5cae0a1 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af964a9e5cae0a1 > .tab-wrap > div > .tab-nav-horizontal,
#af964a9e5cae0a1 > .tab-nav-horizontal,
#af964a9e5cae0a1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af964a9e5cae0a1 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af964a9e5cae0a1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af964a9e5cae0a1 > .tab-nav-horizontal::-webkit-scrollbar,
#af964a9e5cae0a1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af964a9e5cae0a1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af964a9e5cae0a1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af964a9e5cae0a1 > .tab-nav-horizontal.tagScroll,
#af964a9e5cae0a1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af964a9e5cae0a1 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#af964a9e5cae0a1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af964a9e5cae0a1 > .tab-nav-horizontal.tagScroll li a,
#af964a9e5cae0a1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af964a9e5cae0a1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af964a9e5cae0a1 > .tab-wrap > div > .tab-nav a,
#af964a9e5cae0a1 > .tab-nav a,
#af964a9e5cae0a1 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af964a9e5cae0a1 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#af964a9e5cae0a1 > .tab-wrap > div > .tab-nav li a,
#af964a9e5cae0a1 > .tab-nav li a,
#af964a9e5cae0a1 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af964a9e5cae0a1 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#af964a9e5cae0a1 > .tab-wrap > div > .tab-nav li a svg,
#af964a9e5cae0a1 > .tab-nav li a svg,
#af964a9e5cae0a1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af964a9e5cae0a1 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af964a9e5cae0a1 > .tab-wrap > div > .tab-nav li a .ap_icon,
#af964a9e5cae0a1 > .tab-nav li a .ap_icon,
#af964a9e5cae0a1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af964a9e5cae0a1 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af964a9e5cae0a1 > .tab-wrap > div > .tab-nav li a:hover,
#af964a9e5cae0a1 > .tab-nav li a:hover,
#af964a9e5cae0a1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af964a9e5cae0a1 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#af964a9e5cae0a1 > .tab-wrap > div > .tab-nav li.uk-active a,
#af964a9e5cae0a1 > .tab-nav li.uk-active a,
#af964a9e5cae0a1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af964a9e5cae0a1 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#af964a9e5cae0a1 .layout-left li,
#af964a9e5cae0a1 .layout-center li,
#af964a9e5cae0a1 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af964a9e5cae0a1 .layout-left li a,
#af964a9e5cae0a1 .layout-center li a,
#af964a9e5cae0a1 .layout-right li a {
  height: 100%;
}
#af964a9e5cae0a1 > .tab-tabs .layout-left {
  text-align: left;
}
#af964a9e5cae0a1 > .tab-tabs .layout-center {
  text-align: center;
}
#af964a9e5cae0a1 > .tab-tabs .layout-right {
  text-align: right;
}
#af964a9e5cae0a1 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#af964a9e5cae0a1 .tab-content-wrap {
  background-color: #ffffff;
}
#af964a9e5cae0a1 .tab-contents,
#af964a9e5cae0a1 .tab-contents-wrap {
  pointer-events: none;
}
#af964a9e5cae0a1 .tab-content,
#af964a9e5cae0a1 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af964a9e5cae0a1 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af964a9e5cae0a1 .tab-wrap .tab-contents {
  height: 100%;
}
#af964a9e5cae0a1 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af964a9e5cae0a1 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af964a9e5cae0a1 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2e32a75a9ade0b > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2e32a75a9ade0b  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a4ef1a0550a6778 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a12dfa4eeea2c7b > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a12dfa4eeea2c7b  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad56ba3525a6caa > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#ad56ba3525a6caa  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a438ea5d2fa5c7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a438ea5d2fa5c7a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a513caeba4ac68b > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae115afdb6a2873 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae115afdb6a2873  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a4c01ab305adbc1 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa425a61f0a2079 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa425a61f0a2079  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#adaeba6baaa4893 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5460abc66a92ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5460abc66a92ef  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a14b9a2d13ac976 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4675ae466a6cd7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4675ae466a6cd7  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a9a95a43a4aea30 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adddbab720aec5e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adddbab720aec5e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a90fca1936a1b78 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1b5fa65e5a62d9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a1b5fa65e5a62d9  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a40a7ae23eaa354 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a32a3a7757acbea > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#abc0ea8807a0130 , #abc0ea8807a0130 a{color: rgba(49, 120, 244, 1);}#a9cd4a8f7faf73b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9cd4a8f7faf73b  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a7038a0534ae8be > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7038a0534ae8be  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#abc9ba5f15a6835 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#abc9ba5f15a6835 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a82edaba1daf94a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9200a57cea94f4 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9200a57cea94f4  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#aa37da601faf07b > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7926aa3d2ace45 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4662ac191ada3d > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a5c5cac6b9a0db9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afa95ab56fa12fe > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aed87afe9aa7499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a902fa8d54a5cde > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1b87a7481aa5b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af21aaa437ae3f9 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2c6ba7e23a8b46 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af126a9e92acdd3 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a5479a0e0bad79f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a312ea0f1da1f17 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8c3aa7741a2515 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8c3aa7741a2515  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a194ba7b31a2f55 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a858cae640a1e03 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4f2bae4aaadb22 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a653da701ea6a8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a746ba1867a0ae8 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4700a565ca98e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a54c3ad87ea8b86 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7a88af525ad9a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a593ca0322abd45 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6eaaa3ca2abe9a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a947fac7d5ac04d > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a5d1faa53ea0b45 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9303a8f36a533e > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4370a7808ac303 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a4370a7808ac303  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad99aa6feaadd5a > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790241215.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2f63ab5e9afcc7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae6c7a0b26ac6e8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5eafaf115abffe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d11a2617a304f {
  overflow: hidden;
  pointer-events: none;
}
#a7d11a2617a304f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7d11a2617a304f > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a7d11a2617a304f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7d11a2617a304f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7d11a2617a304f > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a7d11a2617a304f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7d11a2617a304f > .tab-wrap > div > .tab-nav,
#a7d11a2617a304f > .tab-nav,
#a7d11a2617a304f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7d11a2617a304f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7d11a2617a304f > .tab-wrap > div > .tab-nav-horizontal,
#a7d11a2617a304f > .tab-nav-horizontal,
#a7d11a2617a304f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7d11a2617a304f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7d11a2617a304f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7d11a2617a304f > .tab-nav-horizontal::-webkit-scrollbar,
#a7d11a2617a304f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7d11a2617a304f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7d11a2617a304f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7d11a2617a304f > .tab-nav-horizontal.tagScroll,
#a7d11a2617a304f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7d11a2617a304f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a7d11a2617a304f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7d11a2617a304f > .tab-nav-horizontal.tagScroll li a,
#a7d11a2617a304f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7d11a2617a304f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7d11a2617a304f > .tab-wrap > div > .tab-nav a,
#a7d11a2617a304f > .tab-nav a,
#a7d11a2617a304f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7d11a2617a304f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7d11a2617a304f > .tab-wrap > div > .tab-nav li a,
#a7d11a2617a304f > .tab-nav li a,
#a7d11a2617a304f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7d11a2617a304f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a7d11a2617a304f > .tab-wrap > div > .tab-nav li a svg,
#a7d11a2617a304f > .tab-nav li a svg,
#a7d11a2617a304f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7d11a2617a304f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7d11a2617a304f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7d11a2617a304f > .tab-nav li a .ap_icon,
#a7d11a2617a304f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7d11a2617a304f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7d11a2617a304f > .tab-wrap > div > .tab-nav li a:hover,
#a7d11a2617a304f > .tab-nav li a:hover,
#a7d11a2617a304f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7d11a2617a304f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a7d11a2617a304f > .tab-wrap > div > .tab-nav li.uk-active a,
#a7d11a2617a304f > .tab-nav li.uk-active a,
#a7d11a2617a304f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7d11a2617a304f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a7d11a2617a304f .layout-left li,
#a7d11a2617a304f .layout-center li,
#a7d11a2617a304f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7d11a2617a304f .layout-left li a,
#a7d11a2617a304f .layout-center li a,
#a7d11a2617a304f .layout-right li a {
  height: 100%;
}
#a7d11a2617a304f > .tab-tabs .layout-left {
  text-align: left;
}
#a7d11a2617a304f > .tab-tabs .layout-center {
  text-align: center;
}
#a7d11a2617a304f > .tab-tabs .layout-right {
  text-align: right;
}
#a7d11a2617a304f .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a7d11a2617a304f .tab-content-wrap {
  background-color: #ffffff;
}
#a7d11a2617a304f .tab-contents,
#a7d11a2617a304f .tab-contents-wrap {
  pointer-events: none;
}
#a7d11a2617a304f .tab-content,
#a7d11a2617a304f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7d11a2617a304f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7d11a2617a304f .tab-wrap .tab-contents {
  height: 100%;
}
#a7d11a2617a304f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7d11a2617a304f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7d11a2617a304f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a12c3a8c2ba3384 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a12c3a8c2ba3384  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a1047a4b41a76d9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a714ca99aaae8c4 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a714ca99aaae8c4  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a874bafbb3a0c05 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a874bafbb3a0c05  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5eefa3136a0a2f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5eefa3136a0a2f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a9f25a6c2dad39e > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a148fabf13a4786 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a148fabf13a4786  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a1fdaaf3f8a1611 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1b0aa102faadd9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1b0aa102faadd9  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aa68ba7f10ad558 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4d27aec5aa6cb7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4d27aec5aa6cb7  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac4bdacc59aee4a > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2a97a5157aefc1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2a97a5157aefc1  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aeb5ca2a60ae66e > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3b87a55e6a242f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3b87a55e6a242f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a9faca8bccac202 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afcc0ad244aff3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#afcc0ad244aff3b  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a8095a88d2a9886 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a0f36a04e6a9898 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#ab17aad7dba3538 , #ab17aad7dba3538 a{color: rgba(49, 120, 244, 1);}#a95bfa2c95a6e18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a95bfa2c95a6e18  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a20bfa2e95a5011 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a20bfa2e95a5011  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a6954aebefa84c5 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a6954aebefa84c5 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a43d0ad1e0ac43e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a2718a1663a49a8 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2718a1663a49a8  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a69e3a94f3a7abb > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa10aaab03a1fb5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa245a66efa0292 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1c5aae9fba2017 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aabdaae5a0a9826 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aec04a212bac767 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adfb9a4f33a1d63 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a45b7a034fa9a92 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3072a4bd1a291d > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#adc82a7fa3aabf2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae71da7714a9ab1 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6c58a8879a1676 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afc85a9af1a8cff > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3eaea7c38ad1c0 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3eaea7c38ad1c0  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a8de5afa0fa81d1 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae0d1a445ca2f6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a86e5a3d0ba92ea > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3533af83ca1541 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abde7a624ea563e > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7cfdaebc6a9cc9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a75caa6742a42b0 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a003aa96b1a6a65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a65b6a9afaa0d2c > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a5cbbacc3aa8810 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af0f2a7817a9544 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a450ca5bfea71d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0ed2a4ae5a4d08 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2d20aba65a287f > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a2d20aba65a287f  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ab79ca6291a7307 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790239952.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3078a1cebab842 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b4fa8404ade3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c72afd0aaff5a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae19ca4942a27e3 {
  overflow: hidden;
  pointer-events: none;
}
#ae19ca4942a27e3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae19ca4942a27e3 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ae19ca4942a27e3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae19ca4942a27e3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae19ca4942a27e3 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ae19ca4942a27e3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae19ca4942a27e3 > .tab-wrap > div > .tab-nav,
#ae19ca4942a27e3 > .tab-nav,
#ae19ca4942a27e3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae19ca4942a27e3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae19ca4942a27e3 > .tab-wrap > div > .tab-nav-horizontal,
#ae19ca4942a27e3 > .tab-nav-horizontal,
#ae19ca4942a27e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae19ca4942a27e3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae19ca4942a27e3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae19ca4942a27e3 > .tab-nav-horizontal::-webkit-scrollbar,
#ae19ca4942a27e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae19ca4942a27e3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae19ca4942a27e3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae19ca4942a27e3 > .tab-nav-horizontal.tagScroll,
#ae19ca4942a27e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae19ca4942a27e3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ae19ca4942a27e3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae19ca4942a27e3 > .tab-nav-horizontal.tagScroll li a,
#ae19ca4942a27e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae19ca4942a27e3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae19ca4942a27e3 > .tab-wrap > div > .tab-nav a,
#ae19ca4942a27e3 > .tab-nav a,
#ae19ca4942a27e3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae19ca4942a27e3 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae19ca4942a27e3 > .tab-wrap > div > .tab-nav li a,
#ae19ca4942a27e3 > .tab-nav li a,
#ae19ca4942a27e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae19ca4942a27e3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#ae19ca4942a27e3 > .tab-wrap > div > .tab-nav li a svg,
#ae19ca4942a27e3 > .tab-nav li a svg,
#ae19ca4942a27e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae19ca4942a27e3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae19ca4942a27e3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae19ca4942a27e3 > .tab-nav li a .ap_icon,
#ae19ca4942a27e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae19ca4942a27e3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae19ca4942a27e3 > .tab-wrap > div > .tab-nav li a:hover,
#ae19ca4942a27e3 > .tab-nav li a:hover,
#ae19ca4942a27e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae19ca4942a27e3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#ae19ca4942a27e3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae19ca4942a27e3 > .tab-nav li.uk-active a,
#ae19ca4942a27e3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae19ca4942a27e3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#ae19ca4942a27e3 .layout-left li,
#ae19ca4942a27e3 .layout-center li,
#ae19ca4942a27e3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae19ca4942a27e3 .layout-left li a,
#ae19ca4942a27e3 .layout-center li a,
#ae19ca4942a27e3 .layout-right li a {
  height: 100%;
}
#ae19ca4942a27e3 > .tab-tabs .layout-left {
  text-align: left;
}
#ae19ca4942a27e3 > .tab-tabs .layout-center {
  text-align: center;
}
#ae19ca4942a27e3 > .tab-tabs .layout-right {
  text-align: right;
}
#ae19ca4942a27e3 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ae19ca4942a27e3 .tab-content-wrap {
  background-color: #ffffff;
}
#ae19ca4942a27e3 .tab-contents,
#ae19ca4942a27e3 .tab-contents-wrap {
  pointer-events: none;
}
#ae19ca4942a27e3 .tab-content,
#ae19ca4942a27e3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae19ca4942a27e3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae19ca4942a27e3 .tab-wrap .tab-contents {
  height: 100%;
}
#ae19ca4942a27e3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae19ca4942a27e3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae19ca4942a27e3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aad8ca898aa7e2d > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aad8ca898aa7e2d  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ac8e8ae0c9a8303 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0692aaa41a9c34 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a0692aaa41a9c34  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5411aba9faca12 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a5411aba9faca12  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad8dda37c4a4f9b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad8dda37c4a4f9b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aedcda1594ab77b > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a08c1ae7faacb50 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a08c1ae7faacb50  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ad1e0a3b3aaa292 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae61da84eea418e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae61da84eea418e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac0b5a003aa5f1d > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3f3ca98bcaa7cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3f3ca98bcaa7cd  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2f65af17ba0d2c > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a405eae8d7a1ded > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a405eae8d7a1ded  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a00a1ac2d0ac650 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#add6cab353a380a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#add6cab353a380a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6222a256da4665 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aaefeac9f8a07b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#aaefeac9f8a07b2  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#af711a0637a6991 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#ac3c9a01a2a12b3 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a15e3ad05ea58a4 , #a15e3ad05ea58a4 a{color: rgba(49, 120, 244, 1);}#a7b2baa27ba5f1a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7b2baa27ba5f1a  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a03bea38f7ab24e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a03bea38f7ab24e  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a2430a5cc8a832f .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a2430a5cc8a832f .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac7b9a631aa7efc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a80faa34ada1753 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a80faa34ada1753  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#aefeda8388a711c > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3adfa1a3aa720a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a68e2a2823aca03 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7692a6462a337c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af903a3e60a5904 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab61ea9805a296c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a482ca2f94ad8d8 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#affa8a3349a9523 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a90eba8f47ac64e > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a545aaa1daad75c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac2efa4be3af3bd > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae1e5a95c8ada21 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9383a6d50af7c1 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#af3d0adb49abac5 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af3d0adb49abac5  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a5648abafca7f16 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0dfba9e95a0d7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a85e7ad310a8a85 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2586a5f77a676e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#add1aa2c9fa5bff > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aa5f8ac76aa7880 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6f42acc50ae7ba > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2807ae0bbac691 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a082eacc3da9acb > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad42ca76c5a53e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae694afd28abf0f > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a732da2eaca438d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8527a8043a01c8 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6ea3a534dafdae > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a6ea3a534dafdae  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a78beaeddaad041 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240693.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1a0ea22a6a3cbf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a06d7ae424a02fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52e2a8343abaa1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a07f3a00e5a5c00 {
  overflow: hidden;
  pointer-events: none;
}
#a07f3a00e5a5c00 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a07f3a00e5a5c00 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a07f3a00e5a5c00 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a07f3a00e5a5c00 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a07f3a00e5a5c00 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a07f3a00e5a5c00 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a07f3a00e5a5c00 > .tab-wrap > div > .tab-nav,
#a07f3a00e5a5c00 > .tab-nav,
#a07f3a00e5a5c00 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a07f3a00e5a5c00 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a07f3a00e5a5c00 > .tab-wrap > div > .tab-nav-horizontal,
#a07f3a00e5a5c00 > .tab-nav-horizontal,
#a07f3a00e5a5c00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a07f3a00e5a5c00 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a07f3a00e5a5c00 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a07f3a00e5a5c00 > .tab-nav-horizontal::-webkit-scrollbar,
#a07f3a00e5a5c00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a07f3a00e5a5c00 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a07f3a00e5a5c00 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a07f3a00e5a5c00 > .tab-nav-horizontal.tagScroll,
#a07f3a00e5a5c00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a07f3a00e5a5c00 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a07f3a00e5a5c00 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a07f3a00e5a5c00 > .tab-nav-horizontal.tagScroll li a,
#a07f3a00e5a5c00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a07f3a00e5a5c00 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a07f3a00e5a5c00 > .tab-wrap > div > .tab-nav a,
#a07f3a00e5a5c00 > .tab-nav a,
#a07f3a00e5a5c00 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a07f3a00e5a5c00 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a07f3a00e5a5c00 > .tab-wrap > div > .tab-nav li a,
#a07f3a00e5a5c00 > .tab-nav li a,
#a07f3a00e5a5c00 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a07f3a00e5a5c00 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a07f3a00e5a5c00 > .tab-wrap > div > .tab-nav li a svg,
#a07f3a00e5a5c00 > .tab-nav li a svg,
#a07f3a00e5a5c00 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a07f3a00e5a5c00 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a07f3a00e5a5c00 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a07f3a00e5a5c00 > .tab-nav li a .ap_icon,
#a07f3a00e5a5c00 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a07f3a00e5a5c00 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a07f3a00e5a5c00 > .tab-wrap > div > .tab-nav li a:hover,
#a07f3a00e5a5c00 > .tab-nav li a:hover,
#a07f3a00e5a5c00 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a07f3a00e5a5c00 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a07f3a00e5a5c00 > .tab-wrap > div > .tab-nav li.uk-active a,
#a07f3a00e5a5c00 > .tab-nav li.uk-active a,
#a07f3a00e5a5c00 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a07f3a00e5a5c00 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a07f3a00e5a5c00 .layout-left li,
#a07f3a00e5a5c00 .layout-center li,
#a07f3a00e5a5c00 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a07f3a00e5a5c00 .layout-left li a,
#a07f3a00e5a5c00 .layout-center li a,
#a07f3a00e5a5c00 .layout-right li a {
  height: 100%;
}
#a07f3a00e5a5c00 > .tab-tabs .layout-left {
  text-align: left;
}
#a07f3a00e5a5c00 > .tab-tabs .layout-center {
  text-align: center;
}
#a07f3a00e5a5c00 > .tab-tabs .layout-right {
  text-align: right;
}
#a07f3a00e5a5c00 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a07f3a00e5a5c00 .tab-content-wrap {
  background-color: #ffffff;
}
#a07f3a00e5a5c00 .tab-contents,
#a07f3a00e5a5c00 .tab-contents-wrap {
  pointer-events: none;
}
#a07f3a00e5a5c00 .tab-content,
#a07f3a00e5a5c00 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a07f3a00e5a5c00 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a07f3a00e5a5c00 .tab-wrap .tab-contents {
  height: 100%;
}
#a07f3a00e5a5c00 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a07f3a00e5a5c00 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a07f3a00e5a5c00 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8147a6296ab173 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8147a6296ab173  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a78caae604a839d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adb40a3c08a3223 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#adb40a3c08a3223  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1734a72aaa126d > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a1734a72aaa126d  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ab19ca529ba36d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab19ca529ba36d5  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a5b6da4bdca2108 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3c00a7ba8ae6e8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3c00a7ba8ae6e8  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#abb23abf26ab122 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4904a44c6a2f91 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4904a44c6a2f91  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a3aeda249fad871 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad194a6c66ad9cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad194a6c66ad9cd  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aab71a628ea80e2 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5366a11fba4903 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5366a11fba4903  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aa9f2a8f3faf213 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae28ca2675adb81 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae28ca2675adb81  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a0473a92ebaac26 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5d51a2f7ea9366 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a5d51a2f7ea9366  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a8386ad11eaeac6 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a3186a1c58a3827 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a7e0fa338aa3df6 , #a7e0fa338aa3df6 a{color: rgba(49, 120, 244, 1);}#ae1b3a76a7a7e04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae1b3a76a7a7e04  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a521eac968a2dcd > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a521eac968a2dcd  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#ad051a8ca0aee17 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#ad051a8ca0aee17 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae510ad401aa0d5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#ae162a91ebad581 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae162a91ebad581  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a69ecad1d8ac424 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8224ab18dab38d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a76ddab71cabeaf > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6021a2e50ac01a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7514aebb4a9a02 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ac199a7ff3a5c1f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a93f1a6b87a86eb > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1731a894fac191 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7656a8a67acdc8 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2edca91aeaec68 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae067a8038a520c > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8f7ea68ffa6575 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa406a474ba125d > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6b52a28d4a7960 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6b52a28d4a7960  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a6bd2a4a32ab822 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae61cad532a9ba1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9085a0496ac33c > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a1178a6836af1b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab321a5259ac38e > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a4273aed60a32ad > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7ad3a57b2aa7af > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a5739a7fffab36d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aefa5aca1bab042 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a588fab4c1af126 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a72d5a036faf896 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a0516a43fdac5aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad5b2ad2a2a217d > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad046aa820a7212 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#ad046aa820a7212  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a3d7aa534fa89f1 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240444.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a695ba3d8ca8919 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1779a3204aca75 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7cf1abc45a25b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4849ac4fba125a {
  overflow: hidden;
  pointer-events: none;
}
#a4849ac4fba125a > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4849ac4fba125a > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4849ac4fba125a > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4849ac4fba125a > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4849ac4fba125a > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4849ac4fba125a > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4849ac4fba125a > .tab-wrap > div > .tab-nav,
#a4849ac4fba125a > .tab-nav,
#a4849ac4fba125a > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4849ac4fba125a > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4849ac4fba125a > .tab-wrap > div > .tab-nav-horizontal,
#a4849ac4fba125a > .tab-nav-horizontal,
#a4849ac4fba125a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4849ac4fba125a > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4849ac4fba125a > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4849ac4fba125a > .tab-nav-horizontal::-webkit-scrollbar,
#a4849ac4fba125a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4849ac4fba125a > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4849ac4fba125a > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4849ac4fba125a > .tab-nav-horizontal.tagScroll,
#a4849ac4fba125a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4849ac4fba125a > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a4849ac4fba125a > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4849ac4fba125a > .tab-nav-horizontal.tagScroll li a,
#a4849ac4fba125a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4849ac4fba125a > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4849ac4fba125a > .tab-wrap > div > .tab-nav a,
#a4849ac4fba125a > .tab-nav a,
#a4849ac4fba125a > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4849ac4fba125a > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4849ac4fba125a > .tab-wrap > div > .tab-nav li a,
#a4849ac4fba125a > .tab-nav li a,
#a4849ac4fba125a > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4849ac4fba125a > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a4849ac4fba125a > .tab-wrap > div > .tab-nav li a svg,
#a4849ac4fba125a > .tab-nav li a svg,
#a4849ac4fba125a > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4849ac4fba125a > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4849ac4fba125a > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4849ac4fba125a > .tab-nav li a .ap_icon,
#a4849ac4fba125a > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4849ac4fba125a > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4849ac4fba125a > .tab-wrap > div > .tab-nav li a:hover,
#a4849ac4fba125a > .tab-nav li a:hover,
#a4849ac4fba125a > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4849ac4fba125a > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4849ac4fba125a > .tab-wrap > div > .tab-nav li.uk-active a,
#a4849ac4fba125a > .tab-nav li.uk-active a,
#a4849ac4fba125a > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4849ac4fba125a > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a4849ac4fba125a .layout-left li,
#a4849ac4fba125a .layout-center li,
#a4849ac4fba125a .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4849ac4fba125a .layout-left li a,
#a4849ac4fba125a .layout-center li a,
#a4849ac4fba125a .layout-right li a {
  height: 100%;
}
#a4849ac4fba125a > .tab-tabs .layout-left {
  text-align: left;
}
#a4849ac4fba125a > .tab-tabs .layout-center {
  text-align: center;
}
#a4849ac4fba125a > .tab-tabs .layout-right {
  text-align: right;
}
#a4849ac4fba125a .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a4849ac4fba125a .tab-content-wrap {
  background-color: #ffffff;
}
#a4849ac4fba125a .tab-contents,
#a4849ac4fba125a .tab-contents-wrap {
  pointer-events: none;
}
#a4849ac4fba125a .tab-content,
#a4849ac4fba125a .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4849ac4fba125a .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4849ac4fba125a .tab-wrap .tab-contents {
  height: 100%;
}
#a4849ac4fba125a .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4849ac4fba125a .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4849ac4fba125a .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac7aaa7b09ae5d2 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac7aaa7b09ae5d2  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a9284a6364ab1a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad173af14ca6432 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#ad173af14ca6432  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a26f8ad295aeaae > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a26f8ad295aeaae  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a93bba40c0a3842 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a93bba40c0a3842  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#abddcafeaca58dc > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2838a8e40af326 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2838a8e40af326  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6a2aaeea8afff5 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7059a7f18a5cb8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7059a7f18a5cb8  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a1ec9a09a7a19ea > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aaaf6a1ab2a9459 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aaaf6a1ab2a9459  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6222a540aa118d > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac3e3a744ea864b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac3e3a744ea864b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aa23cac4a8ac464 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aff52a8b88a5a0d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aff52a8b88a5a0d  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#af820ace91abfde > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acda1a811ea36f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#acda1a811ea36f9  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#a7922aea40afc34 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#abccba21f3a7161 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#abb97af94ba3cb2 , #abb97af94ba3cb2 a{color: rgba(49, 120, 244, 1);}#a6b53a0f9ea332d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6b53a0f9ea332d  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#afcc0a52c2a9784 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afcc0a52c2a9784  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a9d6aac3e8a7ffd .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a9d6aac3e8a7ffd .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a13eaa8014ab5d1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9681a47feaf4cd > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9681a47feaf4cd  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a6180a4a74a0ef7 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af74aa81f3a59c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afba7acf1ea68b2 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aa2dca5606aca86 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9e0fab12ba505d > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a9ed9a310eac3d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4c82a59c4a85c5 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#acdfca0f5faf7c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a879aa8559a008f > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a25a2a4e85a9d79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a260ca9635aefd2 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#acd9babccba69f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a39dfac892a02f2 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aaf43a2677a2a03 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aaf43a2677a2a03  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#adcb5a5634adcde > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1b7a8269a5542 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af16bacaa6a44c5 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab093a363ba9b16 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8f1ca5a8eaef3e > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab36ba2513a6689 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abfb7a9193aca92 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6bb8ac9e4af244 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a397ba8721a0bc8 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad09fa5c76a8d18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1818a699daec3f > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae88ea26faa703c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a618da608baf994 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a90f3a3a6eab51d > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a90f3a3a6eab51d  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7ba5ae9d5aa67c > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240206.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a11ada3e3aa3666 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adfbead757adeef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab687abd80ae953 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bdca362ead6eb {
  overflow: hidden;
  pointer-events: none;
}
#a3bdca362ead6eb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3bdca362ead6eb > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a3bdca362ead6eb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3bdca362ead6eb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3bdca362ead6eb > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a3bdca362ead6eb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3bdca362ead6eb > .tab-wrap > div > .tab-nav,
#a3bdca362ead6eb > .tab-nav,
#a3bdca362ead6eb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3bdca362ead6eb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3bdca362ead6eb > .tab-wrap > div > .tab-nav-horizontal,
#a3bdca362ead6eb > .tab-nav-horizontal,
#a3bdca362ead6eb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3bdca362ead6eb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3bdca362ead6eb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3bdca362ead6eb > .tab-nav-horizontal::-webkit-scrollbar,
#a3bdca362ead6eb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3bdca362ead6eb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3bdca362ead6eb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3bdca362ead6eb > .tab-nav-horizontal.tagScroll,
#a3bdca362ead6eb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3bdca362ead6eb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3bdca362ead6eb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3bdca362ead6eb > .tab-nav-horizontal.tagScroll li a,
#a3bdca362ead6eb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3bdca362ead6eb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3bdca362ead6eb > .tab-wrap > div > .tab-nav a,
#a3bdca362ead6eb > .tab-nav a,
#a3bdca362ead6eb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3bdca362ead6eb > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3bdca362ead6eb > .tab-wrap > div > .tab-nav li a,
#a3bdca362ead6eb > .tab-nav li a,
#a3bdca362ead6eb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3bdca362ead6eb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a3bdca362ead6eb > .tab-wrap > div > .tab-nav li a svg,
#a3bdca362ead6eb > .tab-nav li a svg,
#a3bdca362ead6eb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3bdca362ead6eb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3bdca362ead6eb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3bdca362ead6eb > .tab-nav li a .ap_icon,
#a3bdca362ead6eb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3bdca362ead6eb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3bdca362ead6eb > .tab-wrap > div > .tab-nav li a:hover,
#a3bdca362ead6eb > .tab-nav li a:hover,
#a3bdca362ead6eb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3bdca362ead6eb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a3bdca362ead6eb > .tab-wrap > div > .tab-nav li.uk-active a,
#a3bdca362ead6eb > .tab-nav li.uk-active a,
#a3bdca362ead6eb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3bdca362ead6eb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a3bdca362ead6eb .layout-left li,
#a3bdca362ead6eb .layout-center li,
#a3bdca362ead6eb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3bdca362ead6eb .layout-left li a,
#a3bdca362ead6eb .layout-center li a,
#a3bdca362ead6eb .layout-right li a {
  height: 100%;
}
#a3bdca362ead6eb > .tab-tabs .layout-left {
  text-align: left;
}
#a3bdca362ead6eb > .tab-tabs .layout-center {
  text-align: center;
}
#a3bdca362ead6eb > .tab-tabs .layout-right {
  text-align: right;
}
#a3bdca362ead6eb .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3bdca362ead6eb .tab-content-wrap {
  background-color: #ffffff;
}
#a3bdca362ead6eb .tab-contents,
#a3bdca362ead6eb .tab-contents-wrap {
  pointer-events: none;
}
#a3bdca362ead6eb .tab-content,
#a3bdca362ead6eb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3bdca362ead6eb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3bdca362ead6eb .tab-wrap .tab-contents {
  height: 100%;
}
#a3bdca362ead6eb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3bdca362ead6eb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3bdca362ead6eb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aba9faded5aa5de > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aba9faded5aa5de  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a9925a4ea0a95ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9a46aaf5fa8e21 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a9a46aaf5fa8e21  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1418af4b2a84a5 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a1418af4b2a84a5  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7706a29acaa4cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7706a29acaa4cd  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ae718abe50a3088 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0326a64c2acef3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0326a64c2acef3  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#abd46a253fa4c69 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a158ca149fa9e59 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a158ca149fa9e59  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a48a2ac917acd22 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acc63a524ea309d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acc63a524ea309d  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a849ca88c9a1bd4 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af067a711fae655 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af067a711fae655  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a8af6a36bba90a2 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a49ccab56aa3bc0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a49ccab56aa3bc0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a8d35a0b8ea5e1e > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aaa3ca0767a3b4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#aaa3ca0767a3b4d  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#adf79acd02a6a6e > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a075eaaaa0ae5ee > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#aa5a3a0bd0a1c87 , #aa5a3a0bd0a1c87 a{color: rgba(49, 120, 244, 1);}#a9e2da2203aea4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9e2da2203aea4f  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#ae8e2a6aa8a8d72 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae8e2a6aa8a8d72  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a9034a352cae2d9 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a9034a352cae2d9 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1756a71a5acb1a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#aec4baca3da70c2 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aec4baca3da70c2  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#afbf1ae989a480b > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad501ace0ea8fa4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1986afa49acab5 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a40efadf7daac78 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a735faa14fa6687 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7036a74b2a9dc9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acc10a24b7ae4b4 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a178aabaccabac6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0eeba46dbaeb40 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#afc79a554ca17ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0233ae75ba97ff > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3be7aa6eaaef7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab176a02c0a5c1c > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3743a7e00ab003 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a3743a7e00ab003  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4a2fada88a48c2 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790238006.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a22c0a01a2ad673 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a77e4a0465aacd8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d3a9523a60b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3aa6afb8fa8336 {
  overflow: hidden;
  pointer-events: none;
}
#a3aa6afb8fa8336 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3aa6afb8fa8336 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a3aa6afb8fa8336 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3aa6afb8fa8336 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3aa6afb8fa8336 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a3aa6afb8fa8336 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3aa6afb8fa8336 > .tab-wrap > div > .tab-nav,
#a3aa6afb8fa8336 > .tab-nav,
#a3aa6afb8fa8336 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3aa6afb8fa8336 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3aa6afb8fa8336 > .tab-wrap > div > .tab-nav-horizontal,
#a3aa6afb8fa8336 > .tab-nav-horizontal,
#a3aa6afb8fa8336 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3aa6afb8fa8336 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3aa6afb8fa8336 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3aa6afb8fa8336 > .tab-nav-horizontal::-webkit-scrollbar,
#a3aa6afb8fa8336 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3aa6afb8fa8336 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3aa6afb8fa8336 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3aa6afb8fa8336 > .tab-nav-horizontal.tagScroll,
#a3aa6afb8fa8336 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3aa6afb8fa8336 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3aa6afb8fa8336 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3aa6afb8fa8336 > .tab-nav-horizontal.tagScroll li a,
#a3aa6afb8fa8336 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3aa6afb8fa8336 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3aa6afb8fa8336 > .tab-wrap > div > .tab-nav a,
#a3aa6afb8fa8336 > .tab-nav a,
#a3aa6afb8fa8336 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3aa6afb8fa8336 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3aa6afb8fa8336 > .tab-wrap > div > .tab-nav li a,
#a3aa6afb8fa8336 > .tab-nav li a,
#a3aa6afb8fa8336 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3aa6afb8fa8336 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a3aa6afb8fa8336 > .tab-wrap > div > .tab-nav li a svg,
#a3aa6afb8fa8336 > .tab-nav li a svg,
#a3aa6afb8fa8336 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3aa6afb8fa8336 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3aa6afb8fa8336 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3aa6afb8fa8336 > .tab-nav li a .ap_icon,
#a3aa6afb8fa8336 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3aa6afb8fa8336 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3aa6afb8fa8336 > .tab-wrap > div > .tab-nav li a:hover,
#a3aa6afb8fa8336 > .tab-nav li a:hover,
#a3aa6afb8fa8336 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3aa6afb8fa8336 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a3aa6afb8fa8336 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3aa6afb8fa8336 > .tab-nav li.uk-active a,
#a3aa6afb8fa8336 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3aa6afb8fa8336 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a3aa6afb8fa8336 .layout-left li,
#a3aa6afb8fa8336 .layout-center li,
#a3aa6afb8fa8336 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3aa6afb8fa8336 .layout-left li a,
#a3aa6afb8fa8336 .layout-center li a,
#a3aa6afb8fa8336 .layout-right li a {
  height: 100%;
}
#a3aa6afb8fa8336 > .tab-tabs .layout-left {
  text-align: left;
}
#a3aa6afb8fa8336 > .tab-tabs .layout-center {
  text-align: center;
}
#a3aa6afb8fa8336 > .tab-tabs .layout-right {
  text-align: right;
}
#a3aa6afb8fa8336 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3aa6afb8fa8336 .tab-content-wrap {
  background-color: #ffffff;
}
#a3aa6afb8fa8336 .tab-contents,
#a3aa6afb8fa8336 .tab-contents-wrap {
  pointer-events: none;
}
#a3aa6afb8fa8336 .tab-content,
#a3aa6afb8fa8336 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3aa6afb8fa8336 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3aa6afb8fa8336 .tab-wrap .tab-contents {
  height: 100%;
}
#a3aa6afb8fa8336 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3aa6afb8fa8336 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3aa6afb8fa8336 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#abdc4afe5ba9257 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abdc4afe5ba9257  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a7926aa73aa0670 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9695a4290a5aec > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a9695a4290a5aec  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7225adc02a649e > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a7225adc02a649e  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae58dac580a0854 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae58dac580a0854  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a7f1faefd9a7d12 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a09c6a0aefa8a61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a09c6a0aefa8a61  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a26dda6be3a2bac > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#accbda6ca8a5373 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#accbda6ca8a5373  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ab8efa25d5a86a0 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a83ffaf745a7e30 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a83ffaf745a7e30  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a5960af2f8a1614 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afe44ad77dacee4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afe44ad77dacee4  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#abb37a9d7dada3c > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1a8aa9fbba2047 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1a8aa9fbba2047  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6dcba2746aea23 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9f17ae562a46d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a9f17ae562a46d6  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#af318a914caf6b0 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a3455ab40fa1d2a > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a0db0a76afa6b64 , #a0db0a76afa6b64 a{color: rgba(49, 120, 244, 1);}#afa36ac378a9061 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afa36ac378a9061  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#ad6d2a924aa6324 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad6d2a924aa6324  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a9ac7a2c0aab88b .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a9ac7a2c0aab88b .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab37da090da76a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#af651a8993a881c > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af651a8993a881c  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#af312a2c04a42e4 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a13d0abac8a72d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a52b9a7cf3a655f > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a3d36a5e95a933a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6a2ea1b2ba05f3 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a99d8a44c4a4a46 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6b58ad13ca2168 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aeb82ab1e6a2e62 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7ee8a299ca2b7a > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a42bda86cba5d34 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afef2ac37ba7e02 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a63dba4db4a8aa0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5760add8aacbd1 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a40ebab84ca6292 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a40ebab84ca6292  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae1daa880da2581 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790238006.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5468a4a3dae00b > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773132303105.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1478a1e4aa9547 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaeb1a4d8faceee > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773136577200.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a473aad54ba537c > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc8fadae7ab204 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773136577200.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab0afaf7ffa5ee6 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a904ba6a77a83cc > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af7c7a5f0aa6591 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f26ace2aac905 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e2ca6d15a1444 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773131756207.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3f5a13b9a1b48 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa959a869fac214 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab45dae783a39c3 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf89ab38aabbda > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afb74ae744a6219 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afb74ae744a6219  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a8d89a8430a2e81 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6b74a44e7a8ef1 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a6b74a44e7a8ef1  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4f22a9ebda0807 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a4f22a9ebda0807  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a9faea58bda247c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9faea58bda247c  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a88eaa939eaf374 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab0bfa771ea29b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab0bfa771ea29b1  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#af175ab63da26a5 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0ce4ade90a513c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0ce4ade90a513c  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a0f6daad0dac10d > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6461aab47a75bd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6461aab47a75bd  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aca31a44f3a44c1 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afc44a0ee3a9ebf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afc44a0ee3a9ebf  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a4e42a9281a1525 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9cbaae287a771e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9cbaae287a771e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ab1f1a5f45a0680 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac1baa4581a6893 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#ac1baa4581a6893  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#ab7a4a979eab643 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a2b46a2278ac863 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a297cac852aefca , #a297cac852aefca a{color: rgba(49, 120, 244, 1);}#a250ca499fa1c26 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a250ca499fa1c26  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a2173a001daed04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2173a001daed04  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a604ca993faafb4 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a604ca993faafb4 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5223ae376ab73a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a4ae5a5ceda3b31 > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae6c1a1345a98e7 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac845a5a11a00c7 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773224368099.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a86bda0ee6a0243 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773224794539.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9fe5a2e9aa86de > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773225187863.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f8fa13faa284f > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773224909166.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d4da3e04a7872 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773224469048.png);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9b3dac763a714c > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9b3dac763a714c  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a1eb6a1d41ab1fa > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a232ca996daa223 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9596aa939a8144 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab5a1aa650ae44a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a19dba315ca5f8c > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#afad1a64a9a75ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4751a6f1fab990 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2216a9087a70c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aaa58ac0a5a781c > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#af21fa0e88acb06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a78e0a054ba7a8d > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2cddaa548a1b6c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7be7a3a53afbf0 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2999ab77ba93de > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2999ab77ba93de  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a71fea22dba068a > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8177a7095a9be1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab185a7d9aafcc5 > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2e87a79f0a87c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0702ac6fead2be > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6cb1aeb50ac2e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afe4faa47aa9da7 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad4b8a8225adf44 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3a4caadb3a2f83 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aca7ea68faa271f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0699a3676ab827 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ab39ea83fba5024 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa9fba172aa8380 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a576ea9d8ba65b0 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a576ea9d8ba65b0  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad308a4cc6a9c61 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790238006.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2fefab903ac92a > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2fefab903ac92a  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#aa4dea4aa5aa097 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2092a33d6a465a > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a2092a33d6a465a  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a6aaeab9efa5f48 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a6aaeab9efa5f48  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a67d8a9403a6f35 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a67d8a9403a6f35  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#add57a0c3aae99f > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa83faaaf2a3508 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa83faaaf2a3508  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a64f3a8366a6ae7 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3ad1adde7a16a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3ad1adde7a16a9  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#abec6ae060a8708 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a07aea6eedafad8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a07aea6eedafad8  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a403ead3c0adb93 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5da8a8539a9cf0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5da8a8539a9cf0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a5cb9a5155a0dfd > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afb49ae2f7a3087 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afb49ae2f7a3087  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ae9f1abb46a412d > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7aa6a3841ad97b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a7aa6a3841ad97b  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#ac1e8abc91ad9af > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a955cae56fac8c9 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#afd87a7f9daa7ff , #afd87a7f9daa7ff a{color: rgba(49, 120, 244, 1);}#a0057afee7a4cf2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0057afee7a4cf2  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#ab60ea6ad0a457c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab60ea6ad0a457c  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a8a9ca0f87abab9 .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a8a9ca0f87abab9 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f0da99faa6496 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a61eba54faaf5fc > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a61eba54faaf5fc  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a5877a1f1cac27e > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6dbca5ce4a4d12 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3cd0a2fcfa0d5c > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2290a30daac9ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2847aa91eaf464 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a28fba71f9a78b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3bf8acce0a4ac6 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad91fa9077a0495 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9438a858ba6c03 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a893aa4f05a8453 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2a89a5d96a5e92 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a9ff2a201fa20b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aac70acdaaa2898 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a025caa2e3a86d1 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a025caa2e3a86d1  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a6bfbaafa4a2f59 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f52a22a4a8864 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac125a8a9da3ece > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a29beac32ea44f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6308ab20ca0a1e > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a853ea35f3a759a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9b23adf5ba0864 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ae651a5ce5afb21 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a08b1a4078a8077 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#abe5ea4621a8727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4624a1e0ba41e2 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a80eeac779a2836 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3bf1afcbea22e5 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a8323a5eb2a0ea8 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a8323a5eb2a0ea8  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a75cfa416aa0392 > .ele-wrap {background-color: rgba(246, 250, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a75cfa416aa0392  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a54aaaf1f6a2918 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a54aaaf1f6a2918  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a804fa035cad44b > .ele-wrap {background-color: rgba(246, 250, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a804fa035cad44b  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aa1beac4f0ac89d > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772763901868.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7cc0a2278a7fe0 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790238563.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc9aa3906a925e > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a42b4a0d8ea6fe3 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a42b4a0d8ea6fe3  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ad4f5a5eeaaa022 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af4a2a6549a7dd8 > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#af4a2a6549a7dd8  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a9f3caf113a28ad > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a9f3caf113a28ad  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a3a13a9721a423d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3a13a9721a423d  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aecb6a1e42a862c > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae554ac981a1a7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae554ac981a1a7a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a5ec8a3255a30bb > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad853a182aa255b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad853a182aa255b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aeb18afc5ca3ff9 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1613aa9f3ab434 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1613aa9f3ab434  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a7c3eafb03affa6 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad385a7475a19ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad385a7475a19ef  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a0ef1a8b6ca8560 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adf9ca0122a57d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adf9ca0122a57d7  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a06eda37fea5257 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aabfaaa83ca9c50 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3e11a7bc3a3045 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790239112.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3537a0a9eaba89 > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8a5aae8caad6c1 > .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790238840.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad605af719a003e > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790238006.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a4dac697ae07a > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790239724.png);background-repeat: no-repeat;background-size: auto;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2df4a3731a0edc > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790239952.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9627a4123a8143 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240206.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6a93a4fe2a3a32 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240444.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaedda3f83aef5f > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240693.png);background-size: auto;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c39a85d1a1225 > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adf9aa9668aa280 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240981.png);background-size: auto;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#adf9aa9668aa280  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac60ba748fad01a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242423.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#ac60ba748fad01a  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a0c89a5281a3963 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790241215.png);background-size: auto;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a0c89a5281a3963  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a0d9daf226a51f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773370112638.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a0d9daf226a51f5  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad9c8a3207afdcb > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242908.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#ad9c8a3207afdcb  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7bd1a71d8ab9f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790240444.png);background-size: auto;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a7bd1a71d8ab9f7  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a3e85a30dcab86c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790243153.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a3e85a30dcab86c  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a8cb3ac68aa7281 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790241950.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a8cb3ac68aa7281  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#afccbad5c3adf8c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790242172.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#afccbad5c3adf8c  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac79fa88edab91f > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790243608.png);background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#ac79fa88edab91f  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae35ba2185aba86 > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9ca8a3933a9045 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790243883.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93e8a6320a6c37 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790244159.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac31da17e1a88e3 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790244476.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a77ffa9822a0caa > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1773386236615.png);background-repeat: no-repeat;background-size: contain;background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2f9ea715ba1bf7 > .ele-wrap {background-color: rgba(246, 250, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1772790245225.png);background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7763a8f7ca2361 > .ele-wrap {background-color: rgba(0, 110, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa9b0ac13ba7056 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#aa9b0ac13ba7056  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#ab131a2296ad264 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a1cbaabe6bab458 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a616fa4e41ab9e0 , #a616fa4e41ab9e0 a{color: rgba(49, 120, 244, 1);}#a3b5ea3cf9a237e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3b5ea3cf9a237e  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a7634a1eaaafbec > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7634a1eaaafbec  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#ab5cba9da8ad70c .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#ab5cba9da8ad70c .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5479a082ea31c6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a46f6ae97fa0eba .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a46f6ae97fa0eba .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#abbc0a1b8dae75c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a26cead622ae7df > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a26cead622ae7df  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a6226a3e56a1903 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae969add47a589b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9c40ad0ccae95a > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a207caf552ad22a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a68cbada49ab60a > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#acd7aaa2d3a6ab2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afc5da7f78afffc > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a83e3a1d1bae069 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af2dea917faa40e > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a14f3a5d5da66e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aef47add91a09bc > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#af1f4a47a4a8312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6424a12e6a663e > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a300da112ba92bc > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a300da112ba92bc  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a8370a489aa4049 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aebb8a0584a31df > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ade9ba6082ae6da > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a13bbace34ae9ad > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a79c2a1faaaa7f5 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a7a4aa81f8a0d81 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0986ad4b0ae5fe > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#afa5fa955ca50cb > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae2b2a201dadf1f > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a2adda8f54a8184 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3bbba0604a95bc > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#aafc7a774ea7738 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aba8eaedbba1d32 > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a33c5aa116a18d7 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a33c5aa116a18d7  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#acb1babe60ae9c4 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b28aeacaaeb44 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aeb8eae667a2b3e > .ele-wrap {background-color: rgba(244, 150, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a6991ab094ab78e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a79afac792a80e1 > .ele-wrap {background-color: rgba(49, 158, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a35a5a755ea675b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abdafa938ead757 > .ele-wrap {background-color: rgba(0, 194, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#ad717a9c50ab4b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1592a1994a97b4 > .ele-wrap {background-color: rgba(244, 210, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a71afaf7afad2a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a64ddaa648a4d54 > .ele-wrap {background-color: rgba(0, 113, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a9f61a5279a8f4b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aea83ad239aa5ea > .ele-wrap {background-color: rgba(244, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1000px;border-bottom-right-radius: 1000px;border-bottom-left-radius: 1000px;border-top-left-radius: 1000px;}#a027ea4730a556c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a027ea4730a556c  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#af45eab60aab2f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#af45eab60aab2f1  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#a2b0fa3023a7516 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 10px;border-bottom-left-radius: 2px;border-top-left-radius: 10px;}#aad03a6ed0a36e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#aad03a6ed0a36e3  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#acee5a92f7a7797 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 10px;border-bottom-left-radius: 2px;border-top-left-radius: 10px;}#a5056abd21a0ea6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a5056abd21a0ea6  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#a5513ac5bca88a1 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 10px;border-bottom-left-radius: 2px;border-top-left-radius: 10px;}#a516aa1526a8231 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a516aa1526a8231  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#acacba579aae080 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 10px;border-bottom-left-radius: 2px;border-top-left-radius: 10px;}#a7b55af159ac960 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7b55af159ac960  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a656ba8ba5ac80b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a37e1a754ba9c2b > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a37e1a754ba9c2b  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#abc83a7225a7725 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#abc83a7225a7725  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a6573ad751ae9ba > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6573ad751ae9ba  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a92e7a28b4a7502 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a12a6a075ea9f6b > .ele-wrap {background-color: rgba(159, 194, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#a12a6a075ea9f6b  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac0fda49efa7070 > .ele-wrap {background-color: rgba(175, 204, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 0.3);border-right-color: rgba(175, 204, 255, 0.3);border-left-color: rgba(175, 204, 255, 0.3);border-bottom-color: rgba(175, 204, 255, 0.3);}#ac0fda49efa7070  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(175, 204, 255, 1);border-top-style: solid;border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#affb3a958aab51f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#affb3a958aab51f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2459a4237a1627 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad48ea6567a03fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad48ea6567a03fa  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a3269ae542a91bd > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0bb7ad7fbaaf12 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0bb7ad7fbaaf12  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ad1dfaff39ab6a4 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4479acbf1a6718 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4479acbf1a6718  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a3974a0212af60f > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a747eaefeca759b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a747eaefeca759b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a8123a12f4a1a5a > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4ae5ad726a9462 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4ae5ad726a9462  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#af4c1a52ebaf8a8 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac642a5b00ab029 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac642a5b00ab029  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac1f3a7503aa1b5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac1f3a7503aa1b5  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a29ffa92eea2876 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a29ffa92eea2876  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a66a6a11d2a9699 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a66a6a11d2a9699  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a33cbab51ca0d1a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a33cbab51ca0d1a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ade97afcc4a380b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ade97afcc4a380b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a19a9a5fabaab82 .a9bddaff1aa9ecc > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#a19a9a5fabaab82 .a9bddaff1aa9ecc  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#a19a9a5fabaab82 .af4e6a36f5a4292 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(0, 0, 0, 0.1));
            }#a19a9a5fabaab82 .a6e86abbf4aa6d2 {
  overflow: hidden;
}
#a19a9a5fabaab82 .a6e86abbf4aa6d2 , #a19a9a5fabaab82 .a6e86abbf4aa6d2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a19a9a5fabaab82 .a6e86abbf4aa6d2:hover , #a19a9a5fabaab82 .a6e86abbf4aa6d2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a19a9a5fabaab82 .ad461aa8d6ab67b {
  overflow: hidden;
}
#a19a9a5fabaab82 .ad461aa8d6ab67b , #a19a9a5fabaab82 .ad461aa8d6ab67b > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 26px;}#a19a9a5fabaab82 .af9e5a7feba478a > .ele-wrap {background-color: rgba(0, 0, 0, 0.6);}#a19a9a5fabaab82 .a3456a7d9fad2f2 {
  overflow: hidden;
}
#a19a9a5fabaab82 .a3456a7d9fad2f2 , #a19a9a5fabaab82 .a3456a7d9fad2f2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a19a9a5fabaab82 .a3456a7d9fad2f2:hover , #a19a9a5fabaab82 .a3456a7d9fad2f2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a19a9a5fabaab82 .a4644a7260a6cad {
  overflow: hidden;
}
#a19a9a5fabaab82 .a4644a7260a6cad , #a19a9a5fabaab82 .a4644a7260a6cad > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 26px;}#a19a9a5fabaab82 .uk-grid {
  margin-left: -30px;
}
#a19a9a5fabaab82 .uk-grid > * {
  padding-left: 30px;
}
#a19a9a5fabaab82 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a19a9a5fabaab82 .uk-position-center-left-out {
    left: -30px;
  }
  #a19a9a5fabaab82 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afd7fa8b81a63ff [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#afd7fa8b81a63ff [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#afecea8f59acfff > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672294503838.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#afecea8f59acfff  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ae15ca3958ad343 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672294503838.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#ae15ca3958ad343  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac204a0ebcaf96d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#ac204a0ebcaf96d  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 1);}#afa2aa8ac6a4dac > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a97cdabfaba87e2 > .ele-wrap {background-color: rgba(49, 120, 244, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#ac54fa7d35a5fb9 , #ac54fa7d35a5fb9 a{color: rgba(49, 120, 244, 1);}#a11e2ae48eadf61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a11e2ae48eadf61  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a8029a8f5fa214a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8029a8f5fa214a  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a0600a0fd8a8d0e .ele-slideshow .uk-dotnav li a {
  background: rgba(220, 220, 220, 0.5);
}
#a0600a0fd8a8d0e .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96aba6317a4261 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a8332a638bae08d .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a8332a638bae08d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#a0258a26aaab6e8 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a0258a26aaab6e8  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a5b30a7ac2af0a0 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a5b30a7ac2af0a0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac504a8ed2a785a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(237, 237, 237, 1);border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac504a8ed2a785a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aca01abf33acb98 > .ele-wrap {background-color: rgba(255, 255, 255, 0);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672388812595.png);background-position: center center;background-size: cover;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a6f56aeb62ae422 > .ele-wrap {background-color: rgba(0, 33, 56, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a6f56aeb62ae422  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7bc4a2da1a6d61 > .ele-wrap {background-color: rgba(0, 33, 56, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a7bc4a2da1a6d61  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aa87fafcd6aaeb3 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa87fafcd6aaeb3  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ab7ddae1a2a7f2c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8357ae411af76e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a8357ae411af76e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#aad54a2346a81e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#aad54a2346a81e7  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#ab07da62a5a4f9f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#ab07da62a5a4f9f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#afaf3addfdaf6df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#afaf3addfdaf6df  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#ab276a1eb3a44c2 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a07fca92b6a650d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a07fca92b6a650d  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a9af0aa99fa5083 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a9af0aa99fa5083  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a18e2a429ea92a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(0, 113, 239, 1);border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a18e2a429ea92a7  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#ae9d4adbd3acb7c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#ae9d4adbd3acb7c  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a5977a844badeb3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5931adf36a5dd7 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a262faea29a7fb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4a8da0b1fa4bdb .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a9c52a34a6a4221 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5f18af68dacf58 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a2a99a650dac740 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab6e1a79d0a4007 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a460ca3ab2a8294 {
  overflow: hidden;
  pointer-events: none;
}
#a460ca3ab2a8294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a460ca3ab2a8294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a460ca3ab2a8294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a460ca3ab2a8294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a460ca3ab2a8294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a460ca3ab2a8294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a460ca3ab2a8294 > .tab-wrap > div > .tab-nav,
#a460ca3ab2a8294 > .tab-nav,
#a460ca3ab2a8294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a460ca3ab2a8294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a460ca3ab2a8294 > .tab-wrap > div > .tab-nav-horizontal,
#a460ca3ab2a8294 > .tab-nav-horizontal,
#a460ca3ab2a8294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a460ca3ab2a8294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a460ca3ab2a8294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a460ca3ab2a8294 > .tab-nav-horizontal::-webkit-scrollbar,
#a460ca3ab2a8294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a460ca3ab2a8294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a460ca3ab2a8294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a460ca3ab2a8294 > .tab-nav-horizontal.tagScroll,
#a460ca3ab2a8294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a460ca3ab2a8294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a460ca3ab2a8294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a460ca3ab2a8294 > .tab-nav-horizontal.tagScroll li a,
#a460ca3ab2a8294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a460ca3ab2a8294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a460ca3ab2a8294 > .tab-wrap > div > .tab-nav a,
#a460ca3ab2a8294 > .tab-nav a,
#a460ca3ab2a8294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a460ca3ab2a8294 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a460ca3ab2a8294 > .tab-wrap > div > .tab-nav li a,
#a460ca3ab2a8294 > .tab-nav li a,
#a460ca3ab2a8294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a460ca3ab2a8294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a460ca3ab2a8294 > .tab-wrap > div > .tab-nav li a svg,
#a460ca3ab2a8294 > .tab-nav li a svg,
#a460ca3ab2a8294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a460ca3ab2a8294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a460ca3ab2a8294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a460ca3ab2a8294 > .tab-nav li a .ap_icon,
#a460ca3ab2a8294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a460ca3ab2a8294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a460ca3ab2a8294 > .tab-wrap > div > .tab-nav li a:hover,
#a460ca3ab2a8294 > .tab-nav li a:hover,
#a460ca3ab2a8294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a460ca3ab2a8294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a460ca3ab2a8294 > .tab-wrap > div > .tab-nav li.uk-active a,
#a460ca3ab2a8294 > .tab-nav li.uk-active a,
#a460ca3ab2a8294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a460ca3ab2a8294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a460ca3ab2a8294 .layout-left li,
#a460ca3ab2a8294 .layout-center li,
#a460ca3ab2a8294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a460ca3ab2a8294 .layout-left li a,
#a460ca3ab2a8294 .layout-center li a,
#a460ca3ab2a8294 .layout-right li a {
  height: 100%;
}
#a460ca3ab2a8294 > .tab-tabs .layout-left {
  text-align: left;
}
#a460ca3ab2a8294 > .tab-tabs .layout-center {
  text-align: center;
}
#a460ca3ab2a8294 > .tab-tabs .layout-right {
  text-align: right;
}
#a460ca3ab2a8294 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a460ca3ab2a8294 .tab-content-wrap {
  background-color: transparent;
}
#a460ca3ab2a8294 .tab-contents,
#a460ca3ab2a8294 .tab-contents-wrap {
  pointer-events: none;
}
#a460ca3ab2a8294 .tab-content,
#a460ca3ab2a8294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a460ca3ab2a8294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a460ca3ab2a8294 .tab-wrap .tab-contents {
  height: 100%;
}
#a460ca3ab2a8294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a460ca3ab2a8294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a460ca3ab2a8294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7013add4fa37c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a7013add4fa37c7  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#aa005a91d5a90b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#aa005a91d5a90b9  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#ab9c4a2bd4a5a10 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#ab9c4a2bd4a5a10  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#a6fbfa6199a5154 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a6fbfa6199a5154  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#a5c96a133bafea2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7c2bac12aacdcb .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#ab6a2a9c38ae2f6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac1e9a9270ada15 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#af27fa7d39af053 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3162a7314a4061 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a0ed6a966ba8ddf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a5046a510aaa241 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#acb9cae383a0323 {
  overflow: hidden;
  pointer-events: none;
}
#acb9cae383a0323 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#acb9cae383a0323 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#acb9cae383a0323 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acb9cae383a0323 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#acb9cae383a0323 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#acb9cae383a0323 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acb9cae383a0323 > .tab-wrap > div > .tab-nav,
#acb9cae383a0323 > .tab-nav,
#acb9cae383a0323 > .tab-tabs > .tab-wrap > div > .tab-nav,
#acb9cae383a0323 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#acb9cae383a0323 > .tab-wrap > div > .tab-nav-horizontal,
#acb9cae383a0323 > .tab-nav-horizontal,
#acb9cae383a0323 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#acb9cae383a0323 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#acb9cae383a0323 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acb9cae383a0323 > .tab-nav-horizontal::-webkit-scrollbar,
#acb9cae383a0323 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acb9cae383a0323 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#acb9cae383a0323 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acb9cae383a0323 > .tab-nav-horizontal.tagScroll,
#acb9cae383a0323 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acb9cae383a0323 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#acb9cae383a0323 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acb9cae383a0323 > .tab-nav-horizontal.tagScroll li a,
#acb9cae383a0323 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acb9cae383a0323 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#acb9cae383a0323 > .tab-wrap > div > .tab-nav a,
#acb9cae383a0323 > .tab-nav a,
#acb9cae383a0323 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#acb9cae383a0323 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#acb9cae383a0323 > .tab-wrap > div > .tab-nav li a,
#acb9cae383a0323 > .tab-nav li a,
#acb9cae383a0323 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#acb9cae383a0323 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#acb9cae383a0323 > .tab-wrap > div > .tab-nav li a svg,
#acb9cae383a0323 > .tab-nav li a svg,
#acb9cae383a0323 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#acb9cae383a0323 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#acb9cae383a0323 > .tab-wrap > div > .tab-nav li a .ap_icon,
#acb9cae383a0323 > .tab-nav li a .ap_icon,
#acb9cae383a0323 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#acb9cae383a0323 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#acb9cae383a0323 > .tab-wrap > div > .tab-nav li a:hover,
#acb9cae383a0323 > .tab-nav li a:hover,
#acb9cae383a0323 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#acb9cae383a0323 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#acb9cae383a0323 > .tab-wrap > div > .tab-nav li.uk-active a,
#acb9cae383a0323 > .tab-nav li.uk-active a,
#acb9cae383a0323 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#acb9cae383a0323 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#acb9cae383a0323 .layout-left li,
#acb9cae383a0323 .layout-center li,
#acb9cae383a0323 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#acb9cae383a0323 .layout-left li a,
#acb9cae383a0323 .layout-center li a,
#acb9cae383a0323 .layout-right li a {
  height: 100%;
}
#acb9cae383a0323 > .tab-tabs .layout-left {
  text-align: left;
}
#acb9cae383a0323 > .tab-tabs .layout-center {
  text-align: center;
}
#acb9cae383a0323 > .tab-tabs .layout-right {
  text-align: right;
}
#acb9cae383a0323 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#acb9cae383a0323 .tab-content-wrap {
  background-color: transparent;
}
#acb9cae383a0323 .tab-contents,
#acb9cae383a0323 .tab-contents-wrap {
  pointer-events: none;
}
#acb9cae383a0323 .tab-content,
#acb9cae383a0323 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#acb9cae383a0323 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#acb9cae383a0323 .tab-wrap .tab-contents {
  height: 100%;
}
#acb9cae383a0323 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#acb9cae383a0323 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#acb9cae383a0323 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a139ca455fa829c > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a139ca455fa829c  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad442aea43ac0de > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#ad442aea43ac0de  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad9b7a25eaab8bc > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#ad9b7a25eaab8bc  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae7ceaca93a1edb > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#ae7ceaca93a1edb  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a0069a7104a2f37 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0069a7104a2f37  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;background-color: rgba(175, 204, 255, 0.4);}#a6bbfa9a33a56fb .img-wrap {
  box-shadow: 0px 1px 6px 4px rgba(34, 25, 77, 0.1);
}
#a2b4ca2cf5acd54 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0a94a6210a9de2 .img-wrap {
  box-shadow: 0px 1px 6px 4px rgba(34, 25, 77, 0.1);
}
#a8094a0c59aaa7a > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8ef8ab3b4aed06 .img-wrap {
  box-shadow: 0px 1px 6px 4px rgba(34, 25, 77, 0.1);
}
#acfaaa02bcab66b > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a629fa350bad010 > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a629fa350bad010  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a437baa9daae7fe > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a437baa9daae7fe  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae239af670a60ca > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#ae239af670a60ca  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a423fa89c2a26c1 > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a423fa89c2a26c1  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af974a0095a7e9f > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b6ba0248ab468 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a232ca91c2a4a77 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab9d1a285ea8b59 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad913a4db2a2bb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afff6aad8ea51e6 > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad439a42ffa1642 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0b79a1912a6760 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b08a3acea1c0f > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad53ea581ca7b40 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2e87abfdaa2ba0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e1aadb81a295a > .ele-wrap {background-color: rgba(242, 245, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6b91aaa63a2ce8 {
  overflow: hidden;
  pointer-events: none;
}
#a6b91aaa63a2ce8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6b91aaa63a2ce8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a6b91aaa63a2ce8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6b91aaa63a2ce8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6b91aaa63a2ce8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a6b91aaa63a2ce8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6b91aaa63a2ce8 > .tab-wrap > div > .tab-nav,
#a6b91aaa63a2ce8 > .tab-nav,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a6b91aaa63a2ce8 > .tab-wrap > div > .tab-nav-horizontal,
#a6b91aaa63a2ce8 > .tab-nav-horizontal,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6b91aaa63a2ce8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6b91aaa63a2ce8 > .tab-nav-horizontal::-webkit-scrollbar,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6b91aaa63a2ce8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6b91aaa63a2ce8 > .tab-nav-horizontal.tagScroll,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a6b91aaa63a2ce8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6b91aaa63a2ce8 > .tab-nav-horizontal.tagScroll li a,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6b91aaa63a2ce8 > .tab-wrap > div > .tab-nav a,
#a6b91aaa63a2ce8 > .tab-nav a,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6b91aaa63a2ce8 > .tab-wrap > div > .tab-nav li a,
#a6b91aaa63a2ce8 > .tab-nav li a,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a6b91aaa63a2ce8 > .tab-wrap > div > .tab-nav li a svg,
#a6b91aaa63a2ce8 > .tab-nav li a svg,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6b91aaa63a2ce8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6b91aaa63a2ce8 > .tab-nav li a .ap_icon,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6b91aaa63a2ce8 > .tab-wrap > div > .tab-nav li a:hover,
#a6b91aaa63a2ce8 > .tab-nav li a:hover,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a6b91aaa63a2ce8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a6b91aaa63a2ce8 > .tab-nav li.uk-active a,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6b91aaa63a2ce8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a6b91aaa63a2ce8 .layout-left li,
#a6b91aaa63a2ce8 .layout-center li,
#a6b91aaa63a2ce8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6b91aaa63a2ce8 .layout-left li a,
#a6b91aaa63a2ce8 .layout-center li a,
#a6b91aaa63a2ce8 .layout-right li a {
  height: 100%;
}
#a6b91aaa63a2ce8 > .tab-tabs .layout-left {
  text-align: left;
}
#a6b91aaa63a2ce8 > .tab-tabs .layout-center {
  text-align: center;
}
#a6b91aaa63a2ce8 > .tab-tabs .layout-right {
  text-align: right;
}
#a6b91aaa63a2ce8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a6b91aaa63a2ce8 .tab-content-wrap {
  background-color: #ffffff;
}
#a6b91aaa63a2ce8 .tab-contents,
#a6b91aaa63a2ce8 .tab-contents-wrap {
  pointer-events: none;
}
#a6b91aaa63a2ce8 .tab-content,
#a6b91aaa63a2ce8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6b91aaa63a2ce8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6b91aaa63a2ce8 .tab-wrap .tab-contents {
  height: 100%;
}
#a6b91aaa63a2ce8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6b91aaa63a2ce8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6b91aaa63a2ce8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac762a5b04af8fc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac762a5b04af8fc  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2fbba055ca6753 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2fbba055ca6753  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac966a0e6da8778 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac966a0e6da8778  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a00cfab2fca0a06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a00cfab2fca0a06  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#af4eca9145a145f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af4eca9145a145f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aae08ac571a6165 .a70a9a3411ac709 > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#aae08ac571a6165 .a70a9a3411ac709  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#aae08ac571a6165 .aacada6100ac030 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(0, 0, 0, 0.1));
            }#aae08ac571a6165 .a1c57ae73ea300e {
  overflow: hidden;
}
#aae08ac571a6165 .a1c57ae73ea300e , #aae08ac571a6165 .a1c57ae73ea300e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#aae08ac571a6165 .a1c57ae73ea300e:hover , #aae08ac571a6165 .a1c57ae73ea300e *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#aae08ac571a6165 .a4677af590ac87d {
  overflow: hidden;
}
#aae08ac571a6165 .a4677af590ac87d , #aae08ac571a6165 .a4677af590ac87d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 26px;}#aae08ac571a6165 .aa455af5fca22cc > .ele-wrap {background-color: rgba(0, 0, 0, 0.6);}#aae08ac571a6165 .a2e68aa498a7464 {
  overflow: hidden;
}
#aae08ac571a6165 .a2e68aa498a7464 , #aae08ac571a6165 .a2e68aa498a7464 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#aae08ac571a6165 .a2e68aa498a7464:hover , #aae08ac571a6165 .a2e68aa498a7464 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#aae08ac571a6165 .aae37abf1aaabe4 {
  overflow: hidden;
}
#aae08ac571a6165 .aae37abf1aaabe4 , #aae08ac571a6165 .aae37abf1aaabe4 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 26px;}#aae08ac571a6165 .uk-grid {
  margin-left: -30px;
}
#aae08ac571a6165 .uk-grid > * {
  padding-left: 30px;
}
#aae08ac571a6165 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aae08ac571a6165 .uk-position-center-left-out {
    left: -30px;
  }
  #aae08ac571a6165 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a10cfa72f7ace95 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a10cfa72f7ace95 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6417a8519a1487 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672294503838.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a6417a8519a1487  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a02f3a960da047a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672294503838.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a02f3a960da047a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a8d28a5573a2f10 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672294503838.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a8d28a5573a2f10  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a1063ae0daa3301 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672294503838.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a1063ae0daa3301  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a8336a68faaec7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8336a68faaec7d  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a39d9a4199a3b4d .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a39d9a4199a3b4d .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1272aa628a03ff .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9f9ea4793a66ab .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a9f9ea4793a66ab .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#ae365a3c98a69f5 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae365a3c98a69f5  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a9fcda055aa3935 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9fcda055aa3935  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2725ac517a5f8a > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2725ac517a5f8a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a99b8aefe1afc58 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1222a2153aef9e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad6cca8df3a9afb .img-wrap {
  box-shadow: 0px 0px 10px 6px rgba(0, 11, 30, 0.1);
}
#a8988a6ed9a7eff .img-wrap {
  box-shadow: 0px 0px 10px 6px rgba(0, 11, 30, 0.1);
}
#a9e17ac904a3572 .img-wrap {
  box-shadow: 0px 0px 10px 6px rgba(0, 11, 30, 0.1);
}
#a9074a5383ac2bb , #a9074a5383ac2bb a{color: rgba(49, 120, 244, 1);}#ac8c1a7914a9897 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac8c1a7914a9897  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a6a6aaad58a277f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6a6aaad58a277f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a37c0a8b78af219 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-width: 1px;
  border-top-color: #e5f0fe;
  border-top-style: solid;
  border-right-color: #e5f0fe;
  border-left-color: #e5f0fe;
  border-bottom-color: #e5f0fe;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9f38a6058a1871 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-width: 1px;
  border-top-color: #e5f0fe;
  border-top-style: solid;
  border-right-color: #e5f0fe;
  border-left-color: #e5f0fe;
  border-bottom-color: #e5f0fe;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a8defad5a3a29ed {
  overflow: hidden;
  pointer-events: none;
}
#a8defad5a3a29ed > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8defad5a3a29ed > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a8defad5a3a29ed > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8defad5a3a29ed > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8defad5a3a29ed > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a8defad5a3a29ed > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8defad5a3a29ed > .tab-wrap > div > .tab-nav,
#a8defad5a3a29ed > .tab-nav,
#a8defad5a3a29ed > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8defad5a3a29ed > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a8defad5a3a29ed > .tab-wrap > div > .tab-nav-horizontal,
#a8defad5a3a29ed > .tab-nav-horizontal,
#a8defad5a3a29ed > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8defad5a3a29ed > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8defad5a3a29ed > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8defad5a3a29ed > .tab-nav-horizontal::-webkit-scrollbar,
#a8defad5a3a29ed > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8defad5a3a29ed > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8defad5a3a29ed > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8defad5a3a29ed > .tab-nav-horizontal.tagScroll,
#a8defad5a3a29ed > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8defad5a3a29ed > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8defad5a3a29ed > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8defad5a3a29ed > .tab-nav-horizontal.tagScroll li a,
#a8defad5a3a29ed > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8defad5a3a29ed > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8defad5a3a29ed > .tab-wrap > div > .tab-nav a,
#a8defad5a3a29ed > .tab-nav a,
#a8defad5a3a29ed > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8defad5a3a29ed > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8defad5a3a29ed > .tab-wrap > div > .tab-nav li a,
#a8defad5a3a29ed > .tab-nav li a,
#a8defad5a3a29ed > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8defad5a3a29ed > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a8defad5a3a29ed > .tab-wrap > div > .tab-nav li a svg,
#a8defad5a3a29ed > .tab-nav li a svg,
#a8defad5a3a29ed > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8defad5a3a29ed > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8defad5a3a29ed > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8defad5a3a29ed > .tab-nav li a .ap_icon,
#a8defad5a3a29ed > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8defad5a3a29ed > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8defad5a3a29ed > .tab-wrap > div > .tab-nav li a:hover,
#a8defad5a3a29ed > .tab-nav li a:hover,
#a8defad5a3a29ed > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8defad5a3a29ed > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8defad5a3a29ed > .tab-wrap > div > .tab-nav li.uk-active a,
#a8defad5a3a29ed > .tab-nav li.uk-active a,
#a8defad5a3a29ed > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8defad5a3a29ed > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a8defad5a3a29ed .layout-left li,
#a8defad5a3a29ed .layout-center li,
#a8defad5a3a29ed .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8defad5a3a29ed .layout-left li a,
#a8defad5a3a29ed .layout-center li a,
#a8defad5a3a29ed .layout-right li a {
  height: 100%;
}
#a8defad5a3a29ed > .tab-tabs .layout-left {
  text-align: left;
}
#a8defad5a3a29ed > .tab-tabs .layout-center {
  text-align: center;
}
#a8defad5a3a29ed > .tab-tabs .layout-right {
  text-align: right;
}
#a8defad5a3a29ed .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8defad5a3a29ed .tab-content-wrap {
  background-color: transparent;
}
#a8defad5a3a29ed .tab-contents,
#a8defad5a3a29ed .tab-contents-wrap {
  pointer-events: none;
}
#a8defad5a3a29ed .tab-content,
#a8defad5a3a29ed .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8defad5a3a29ed .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8defad5a3a29ed .tab-wrap .tab-contents {
  height: 100%;
}
#a8defad5a3a29ed .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8defad5a3a29ed .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8defad5a3a29ed .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad561ab77da91ec .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a41f7a0927a6e71 .img-wrap {
  box-shadow: 0px 1px 6px 4px rgba(34, 25, 77, 0.1);
}
#a03f8a7336aaad8 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#ae19ca0f2ea80e4 .img-wrap {
  box-shadow: 0px 1px 6px 4px rgba(34, 25, 77, 0.1);
}
#a986ca7770a0025 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a986ca7770a0025  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#a153fa4dc1a2286 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a153fa4dc1a2286  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#ab6b6a6e3eaab6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#ab6b6a6e3eaab6e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#a0e94a9527ab2d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a0e94a9527ab2d4  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#a2bb3a695eaca57 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a2bb3a695eaca57  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#ad339ad0cba8392 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#ad339ad0cba8392  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#a877ba7fa0a4c5c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a877ba7fa0a4c5c  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a740fadfc7a063e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a740fadfc7a063e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#abe03adb85aa358 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1c9a97a4aba73 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1328a6da0a8fca {
  overflow: hidden;
  pointer-events: none;
}
#a1328a6da0a8fca > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1328a6da0a8fca > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a1328a6da0a8fca > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1328a6da0a8fca > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1328a6da0a8fca > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a1328a6da0a8fca > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1328a6da0a8fca > .tab-wrap > div > .tab-nav,
#a1328a6da0a8fca > .tab-nav,
#a1328a6da0a8fca > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1328a6da0a8fca > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a1328a6da0a8fca > .tab-wrap > div > .tab-nav-horizontal,
#a1328a6da0a8fca > .tab-nav-horizontal,
#a1328a6da0a8fca > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1328a6da0a8fca > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1328a6da0a8fca > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1328a6da0a8fca > .tab-nav-horizontal::-webkit-scrollbar,
#a1328a6da0a8fca > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1328a6da0a8fca > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1328a6da0a8fca > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1328a6da0a8fca > .tab-nav-horizontal.tagScroll,
#a1328a6da0a8fca > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1328a6da0a8fca > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a1328a6da0a8fca > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1328a6da0a8fca > .tab-nav-horizontal.tagScroll li a,
#a1328a6da0a8fca > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1328a6da0a8fca > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1328a6da0a8fca > .tab-wrap > div > .tab-nav a,
#a1328a6da0a8fca > .tab-nav a,
#a1328a6da0a8fca > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1328a6da0a8fca > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1328a6da0a8fca > .tab-wrap > div > .tab-nav li a,
#a1328a6da0a8fca > .tab-nav li a,
#a1328a6da0a8fca > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1328a6da0a8fca > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a1328a6da0a8fca > .tab-wrap > div > .tab-nav li a svg,
#a1328a6da0a8fca > .tab-nav li a svg,
#a1328a6da0a8fca > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1328a6da0a8fca > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1328a6da0a8fca > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1328a6da0a8fca > .tab-nav li a .ap_icon,
#a1328a6da0a8fca > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1328a6da0a8fca > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1328a6da0a8fca > .tab-wrap > div > .tab-nav li a:hover,
#a1328a6da0a8fca > .tab-nav li a:hover,
#a1328a6da0a8fca > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1328a6da0a8fca > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a1328a6da0a8fca > .tab-wrap > div > .tab-nav li.uk-active a,
#a1328a6da0a8fca > .tab-nav li.uk-active a,
#a1328a6da0a8fca > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1328a6da0a8fca > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a1328a6da0a8fca .layout-left li,
#a1328a6da0a8fca .layout-center li,
#a1328a6da0a8fca .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1328a6da0a8fca .layout-left li a,
#a1328a6da0a8fca .layout-center li a,
#a1328a6da0a8fca .layout-right li a {
  height: 100%;
}
#a1328a6da0a8fca > .tab-tabs .layout-left {
  text-align: left;
}
#a1328a6da0a8fca > .tab-tabs .layout-center {
  text-align: center;
}
#a1328a6da0a8fca > .tab-tabs .layout-right {
  text-align: right;
}
#a1328a6da0a8fca .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a1328a6da0a8fca .tab-content-wrap {
  background-color: transparent;
}
#a1328a6da0a8fca .tab-contents,
#a1328a6da0a8fca .tab-contents-wrap {
  pointer-events: none;
}
#a1328a6da0a8fca .tab-content,
#a1328a6da0a8fca .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1328a6da0a8fca .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1328a6da0a8fca .tab-wrap .tab-contents {
  height: 100%;
}
#a1328a6da0a8fca .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1328a6da0a8fca .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1328a6da0a8fca .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a4e0ea3ea1a0887 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a4e0ea3ea1a0887  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a0439a7749ab303 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a0439a7749ab303  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a46f4a2589ada3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a46f4a2589ada3b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a576aab9dcaae30 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f01a1f2fa09db > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a004ea0c73ab606 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e3fa47d9a3881 {
  overflow: hidden;
  pointer-events: none;
}
#a1e3fa47d9a3881 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1e3fa47d9a3881 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a1e3fa47d9a3881 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1e3fa47d9a3881 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1e3fa47d9a3881 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a1e3fa47d9a3881 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1e3fa47d9a3881 > .tab-wrap > div > .tab-nav,
#a1e3fa47d9a3881 > .tab-nav,
#a1e3fa47d9a3881 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1e3fa47d9a3881 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a1e3fa47d9a3881 > .tab-wrap > div > .tab-nav-horizontal,
#a1e3fa47d9a3881 > .tab-nav-horizontal,
#a1e3fa47d9a3881 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1e3fa47d9a3881 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1e3fa47d9a3881 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1e3fa47d9a3881 > .tab-nav-horizontal::-webkit-scrollbar,
#a1e3fa47d9a3881 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1e3fa47d9a3881 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1e3fa47d9a3881 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1e3fa47d9a3881 > .tab-nav-horizontal.tagScroll,
#a1e3fa47d9a3881 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1e3fa47d9a3881 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a1e3fa47d9a3881 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1e3fa47d9a3881 > .tab-nav-horizontal.tagScroll li a,
#a1e3fa47d9a3881 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1e3fa47d9a3881 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1e3fa47d9a3881 > .tab-wrap > div > .tab-nav a,
#a1e3fa47d9a3881 > .tab-nav a,
#a1e3fa47d9a3881 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1e3fa47d9a3881 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1e3fa47d9a3881 > .tab-wrap > div > .tab-nav li a,
#a1e3fa47d9a3881 > .tab-nav li a,
#a1e3fa47d9a3881 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1e3fa47d9a3881 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a1e3fa47d9a3881 > .tab-wrap > div > .tab-nav li a svg,
#a1e3fa47d9a3881 > .tab-nav li a svg,
#a1e3fa47d9a3881 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1e3fa47d9a3881 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1e3fa47d9a3881 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1e3fa47d9a3881 > .tab-nav li a .ap_icon,
#a1e3fa47d9a3881 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1e3fa47d9a3881 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1e3fa47d9a3881 > .tab-wrap > div > .tab-nav li a:hover,
#a1e3fa47d9a3881 > .tab-nav li a:hover,
#a1e3fa47d9a3881 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1e3fa47d9a3881 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a1e3fa47d9a3881 > .tab-wrap > div > .tab-nav li.uk-active a,
#a1e3fa47d9a3881 > .tab-nav li.uk-active a,
#a1e3fa47d9a3881 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1e3fa47d9a3881 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a1e3fa47d9a3881 .layout-left li,
#a1e3fa47d9a3881 .layout-center li,
#a1e3fa47d9a3881 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1e3fa47d9a3881 .layout-left li a,
#a1e3fa47d9a3881 .layout-center li a,
#a1e3fa47d9a3881 .layout-right li a {
  height: 100%;
}
#a1e3fa47d9a3881 > .tab-tabs .layout-left {
  text-align: left;
}
#a1e3fa47d9a3881 > .tab-tabs .layout-center {
  text-align: center;
}
#a1e3fa47d9a3881 > .tab-tabs .layout-right {
  text-align: right;
}
#a1e3fa47d9a3881 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a1e3fa47d9a3881 .tab-content-wrap {
  background-color: transparent;
}
#a1e3fa47d9a3881 .tab-contents,
#a1e3fa47d9a3881 .tab-contents-wrap {
  pointer-events: none;
}
#a1e3fa47d9a3881 .tab-content,
#a1e3fa47d9a3881 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1e3fa47d9a3881 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1e3fa47d9a3881 .tab-wrap .tab-contents {
  height: 100%;
}
#a1e3fa47d9a3881 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1e3fa47d9a3881 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1e3fa47d9a3881 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3169afd16a0706 > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a3169afd16a0706  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7213a1a9ea2bfb > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a7213a1a9ea2bfb  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1d38a06dba45b9 > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a1d38a06dba45b9  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4c62a5706a10db > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4c62a5706a10db  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aa4b4a3e41a1344 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#afa3aa61e6aa1a1 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a67adac778a10ce .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#ab00ba2e81a6a37 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9bd5a2b48a4d8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9bd5a2b48a4d8f  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1830a7376a01f0 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8da9a549aa1114 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8da9a549aa1114  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7f2ea6b0ca5542 {
  overflow: hidden;
  pointer-events: none;
}
#a7f2ea6b0ca5542 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7f2ea6b0ca5542 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a7f2ea6b0ca5542 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7f2ea6b0ca5542 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7f2ea6b0ca5542 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a7f2ea6b0ca5542 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7f2ea6b0ca5542 > .tab-wrap > div > .tab-nav,
#a7f2ea6b0ca5542 > .tab-nav,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a7f2ea6b0ca5542 > .tab-wrap > div > .tab-nav-horizontal,
#a7f2ea6b0ca5542 > .tab-nav-horizontal,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7f2ea6b0ca5542 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7f2ea6b0ca5542 > .tab-nav-horizontal::-webkit-scrollbar,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7f2ea6b0ca5542 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7f2ea6b0ca5542 > .tab-nav-horizontal.tagScroll,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a7f2ea6b0ca5542 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7f2ea6b0ca5542 > .tab-nav-horizontal.tagScroll li a,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7f2ea6b0ca5542 > .tab-wrap > div > .tab-nav a,
#a7f2ea6b0ca5542 > .tab-nav a,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7f2ea6b0ca5542 > .tab-wrap > div > .tab-nav li a,
#a7f2ea6b0ca5542 > .tab-nav li a,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a7f2ea6b0ca5542 > .tab-wrap > div > .tab-nav li a svg,
#a7f2ea6b0ca5542 > .tab-nav li a svg,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7f2ea6b0ca5542 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7f2ea6b0ca5542 > .tab-nav li a .ap_icon,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7f2ea6b0ca5542 > .tab-wrap > div > .tab-nav li a:hover,
#a7f2ea6b0ca5542 > .tab-nav li a:hover,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a7f2ea6b0ca5542 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7f2ea6b0ca5542 > .tab-nav li.uk-active a,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7f2ea6b0ca5542 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a7f2ea6b0ca5542 .layout-left li,
#a7f2ea6b0ca5542 .layout-center li,
#a7f2ea6b0ca5542 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7f2ea6b0ca5542 .layout-left li a,
#a7f2ea6b0ca5542 .layout-center li a,
#a7f2ea6b0ca5542 .layout-right li a {
  height: 100%;
}
#a7f2ea6b0ca5542 > .tab-tabs .layout-left {
  text-align: left;
}
#a7f2ea6b0ca5542 > .tab-tabs .layout-center {
  text-align: center;
}
#a7f2ea6b0ca5542 > .tab-tabs .layout-right {
  text-align: right;
}
#a7f2ea6b0ca5542 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a7f2ea6b0ca5542 .tab-content-wrap {
  background-color: transparent;
}
#a7f2ea6b0ca5542 .tab-contents,
#a7f2ea6b0ca5542 .tab-contents-wrap {
  pointer-events: none;
}
#a7f2ea6b0ca5542 .tab-content,
#a7f2ea6b0ca5542 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7f2ea6b0ca5542 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7f2ea6b0ca5542 .tab-wrap .tab-contents {
  height: 100%;
}
#a7f2ea6b0ca5542 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7f2ea6b0ca5542 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7f2ea6b0ca5542 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae1d7ab2d2aa9b5 > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#ae1d7ab2d2aa9b5  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a0f28a27c6a8195 > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a0f28a27c6a8195  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a776fa54dea1718 > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a776fa54dea1718  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aa3fdac1d1a3b41 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a343baf4f1a1111 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a343baf4f1a1111  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af8b8a7a50ad8ff > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d54a6c31a53b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9d54a6c31a53b9  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a6e77a92a3a1a2c > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7c4bab536a0c94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7c4bab536a0c94  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a0b9aabb13a6331 {
  overflow: hidden;
  pointer-events: none;
}
#a0b9aabb13a6331 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0b9aabb13a6331 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a0b9aabb13a6331 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0b9aabb13a6331 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0b9aabb13a6331 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a0b9aabb13a6331 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0b9aabb13a6331 > .tab-wrap > div > .tab-nav,
#a0b9aabb13a6331 > .tab-nav,
#a0b9aabb13a6331 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0b9aabb13a6331 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a0b9aabb13a6331 > .tab-wrap > div > .tab-nav-horizontal,
#a0b9aabb13a6331 > .tab-nav-horizontal,
#a0b9aabb13a6331 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0b9aabb13a6331 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0b9aabb13a6331 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0b9aabb13a6331 > .tab-nav-horizontal::-webkit-scrollbar,
#a0b9aabb13a6331 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0b9aabb13a6331 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0b9aabb13a6331 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0b9aabb13a6331 > .tab-nav-horizontal.tagScroll,
#a0b9aabb13a6331 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0b9aabb13a6331 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a0b9aabb13a6331 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0b9aabb13a6331 > .tab-nav-horizontal.tagScroll li a,
#a0b9aabb13a6331 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0b9aabb13a6331 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0b9aabb13a6331 > .tab-wrap > div > .tab-nav a,
#a0b9aabb13a6331 > .tab-nav a,
#a0b9aabb13a6331 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0b9aabb13a6331 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0b9aabb13a6331 > .tab-wrap > div > .tab-nav li a,
#a0b9aabb13a6331 > .tab-nav li a,
#a0b9aabb13a6331 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0b9aabb13a6331 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a0b9aabb13a6331 > .tab-wrap > div > .tab-nav li a svg,
#a0b9aabb13a6331 > .tab-nav li a svg,
#a0b9aabb13a6331 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0b9aabb13a6331 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0b9aabb13a6331 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0b9aabb13a6331 > .tab-nav li a .ap_icon,
#a0b9aabb13a6331 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0b9aabb13a6331 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0b9aabb13a6331 > .tab-wrap > div > .tab-nav li a:hover,
#a0b9aabb13a6331 > .tab-nav li a:hover,
#a0b9aabb13a6331 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0b9aabb13a6331 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a0b9aabb13a6331 > .tab-wrap > div > .tab-nav li.uk-active a,
#a0b9aabb13a6331 > .tab-nav li.uk-active a,
#a0b9aabb13a6331 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0b9aabb13a6331 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a0b9aabb13a6331 .layout-left li,
#a0b9aabb13a6331 .layout-center li,
#a0b9aabb13a6331 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0b9aabb13a6331 .layout-left li a,
#a0b9aabb13a6331 .layout-center li a,
#a0b9aabb13a6331 .layout-right li a {
  height: 100%;
}
#a0b9aabb13a6331 > .tab-tabs .layout-left {
  text-align: left;
}
#a0b9aabb13a6331 > .tab-tabs .layout-center {
  text-align: center;
}
#a0b9aabb13a6331 > .tab-tabs .layout-right {
  text-align: right;
}
#a0b9aabb13a6331 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a0b9aabb13a6331 .tab-content-wrap {
  background-color: transparent;
}
#a0b9aabb13a6331 .tab-contents,
#a0b9aabb13a6331 .tab-contents-wrap {
  pointer-events: none;
}
#a0b9aabb13a6331 .tab-content,
#a0b9aabb13a6331 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0b9aabb13a6331 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0b9aabb13a6331 .tab-wrap .tab-contents {
  height: 100%;
}
#a0b9aabb13a6331 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0b9aabb13a6331 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0b9aabb13a6331 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a4b66afc0ca20f5 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a4b66afc0ca20f5  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a2d0ca128da49a6 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a2d0ca128da49a6  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#adadaa06d9a717e > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#adadaa06d9a717e  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a509ea293ea8304 > .ele-wrap {background-color: rgba(49, 120, 244, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a509ea293ea8304  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#afeaca9790a1647 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#aa941a2556a390c .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a7a59a640aaac8d .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#ae61aa6f34adfc3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae61aa6f34adfc3  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aa76ba81c8a187f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aa76ba81c8a187f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#adac7aa297a0087 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adac7aa297a0087  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a76c9a5bd2a6d31 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a76c9a5bd2a6d31  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a95e6a5a78a5e7f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a95e6a5a78a5e7f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a04dfab565a92ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a04dfab565a92ea  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a0caaa125aa3e56 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0caaa125aa3e56  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a7ee9a11efa0a9c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ad2aea8facd3c > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670989212830.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ad2aea8facd3c  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670989340637.png);}#a1ceea7dd5a53f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdd6aafe8ad242 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670989212830.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdd6aafe8ad242  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670989340637.png);}#a5bd0a77c0aca01 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0a77c0aca01 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0a77c0aca01 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0a77c0aca01 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0a77c0aca01 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0a77c0aca01 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0a77c0aca01 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0a77c0aca01 > .tab-wrap > div > .tab-nav,
#a5bd0a77c0aca01 > .tab-nav,
#a5bd0a77c0aca01 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0a77c0aca01 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0a77c0aca01 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0a77c0aca01 > .tab-nav-horizontal,
#a5bd0a77c0aca01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0a77c0aca01 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0a77c0aca01 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0a77c0aca01 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0a77c0aca01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0a77c0aca01 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0a77c0aca01 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0a77c0aca01 > .tab-nav-horizontal.tagScroll,
#a5bd0a77c0aca01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0a77c0aca01 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a5bd0a77c0aca01 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0a77c0aca01 > .tab-nav-horizontal.tagScroll li a,
#a5bd0a77c0aca01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0a77c0aca01 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0a77c0aca01 > .tab-wrap > div > .tab-nav a,
#a5bd0a77c0aca01 > .tab-nav a,
#a5bd0a77c0aca01 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0a77c0aca01 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5bd0a77c0aca01 > .tab-wrap > div > .tab-nav li a,
#a5bd0a77c0aca01 > .tab-nav li a,
#a5bd0a77c0aca01 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0a77c0aca01 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 150px;
  margin-left: 150px;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a5bd0a77c0aca01 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0a77c0aca01 > .tab-nav li a svg,
#a5bd0a77c0aca01 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0a77c0aca01 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0a77c0aca01 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0a77c0aca01 > .tab-nav li a .ap_icon,
#a5bd0a77c0aca01 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0a77c0aca01 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0a77c0aca01 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0a77c0aca01 > .tab-nav li a:hover,
#a5bd0a77c0aca01 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0a77c0aca01 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a5bd0a77c0aca01 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0a77c0aca01 > .tab-nav li.uk-active a,
#a5bd0a77c0aca01 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0a77c0aca01 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a5bd0a77c0aca01 .layout-left li,
#a5bd0a77c0aca01 .layout-center li,
#a5bd0a77c0aca01 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0a77c0aca01 .layout-left li a,
#a5bd0a77c0aca01 .layout-center li a,
#a5bd0a77c0aca01 .layout-right li a {
  height: 100%;
}
#a5bd0a77c0aca01 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0a77c0aca01 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0a77c0aca01 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0a77c0aca01 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a5bd0a77c0aca01 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0a77c0aca01 .tab-contents,
#a5bd0a77c0aca01 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0a77c0aca01 .tab-content,
#a5bd0a77c0aca01 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0a77c0aca01 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0a77c0aca01 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0a77c0aca01 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0a77c0aca01 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0a77c0aca01 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aea57a8c57a19a3 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);}#a1107a1ed3a0a06 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);}#a781aa54f1aabcc > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);}#ad6afad0e4ad23a > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);}#a3318ab166a2cfb > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);}#ac2a9a61b5a24f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670985620706.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#ac2a9a61b5a24f8  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#af92ead6caaa801 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670985620706.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#af92ead6caaa801  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a72b8a9318a32d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670985620706.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a72b8a9318a32d8  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac071a1e1ca054b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670985620706.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#ac071a1e1ca054b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a107da3974a12a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670985620706.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a107da3974a12a0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6642a33f2a1db6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6642a33f2a1db6  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a24dba0965a3f71 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832883360.png);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a24dba0965a3f71  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670832777589.png);background-position: bottom right;background-size: cover;}#a4211a8500a8c2d .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a4211a8500a8c2d .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5953ad9f6a83a6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a279ea2509ac7b1 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a279ea2509ac7b1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#a5574a4071a3f20 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a5574a4071a3f20  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a87caa0f78a627b > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a87caa0f78a627b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ab500a7af4a231a > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#ab500a7af4a231a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ae0a6af23aa2add > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#ae0a6af23aa2add  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a7c33ab2eba9899 > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a7c33ab2eba9899  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a1ba6a10baadc44 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a43a8aa280a4fdc .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a7c0bae015a5b94 > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a7c0bae015a5b94  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4222acad9ae000 > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a4222acad9ae000  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aadb7aa5e0ab9ca > .ele-wrap {background-color: rgba(175, 204, 255, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#aadb7aa5e0ab9ca  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a0454ac8c6a66de > .ele-wrap {background-color: rgba(49, 120, 244, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0454ac8c6a66de  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a34c1a43d5a5613 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf1aa808da7387 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a9fd4aa04fad903 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a9fd4aa04fad903  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a2c3cab18faa66b > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a2c3cab18faa66b  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a9bcea3cada9cf4 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a9bcea3cada9cf4  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4d2cab8a1a495c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670997419454.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a4d2cab8a1a495c  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a539fa1404a8f96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670997419454.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a539fa1404a8f96  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a4a15a8336a833f > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670997419454.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a4a15a8336a833f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#adbecaf836af71f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 10px 3px rgba(0, 11, 30, 0.06);}#a9c50af38daf507 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a7e8aa5a2ea0b8e > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#a7e8aa5a2ea0b8e  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae181a6e9ca81bc > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(175, 204, 255, 1);border-right-color: rgba(175, 204, 255, 1);border-left-color: rgba(175, 204, 255, 1);border-bottom-color: rgba(175, 204, 255, 1);}#ae181a6e9ca81bc  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(0, 113, 239, 1);border-top-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-bottom-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a6fc3a99c1a6efa > .ele-wrap {background-color: rgba(175, 204, 255, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6fc3a99c1a6efa  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ab0a1a8713a0b9e > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#ab0a1a8713a0b9e  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#add09aa0e1a39d4 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#add09aa0e1a39d4  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a2cc5ae8e6a492c > .ele-wrap {background-color: rgba(49, 120, 244, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2cc5ae8e6a492c  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a941aa2a30ae021 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a941aa2a30ae021  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a71b1a366ca344f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a71b1a366ca344f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a0e99a705ba2e69 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0e99a705ba2e69  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a189ca8bd6ade61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(235, 235, 235, 1);border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);}#a660eaccf5ab476 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a46caa2f18a74c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a46caa2f18a74c8  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#add84acaaaa8d56 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#add84acaaaa8d56  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6b35a6b03a2394 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6b35a6b03a2394  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a3337a9c62a7d15 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3337a9c62a7d15  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#afc88a5e9dab076 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afc88a5e9dab076  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ad893acc80a8b34 .a83f6aa1e3ae676 > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#ad893acc80a8b34 .a83f6aa1e3ae676  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#ad893acc80a8b34 .af3aca1d96aee20 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(0, 0, 0, 0.1));
            }#ad893acc80a8b34 .ad550a780aa10c9 {
  overflow: hidden;
}
#ad893acc80a8b34 .ad550a780aa10c9 , #ad893acc80a8b34 .ad550a780aa10c9 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad893acc80a8b34 .ad550a780aa10c9:hover , #ad893acc80a8b34 .ad550a780aa10c9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#ad893acc80a8b34 .a1a3faa737a7917 {
  overflow: hidden;
}
#ad893acc80a8b34 .a1a3faa737a7917 , #ad893acc80a8b34 .a1a3faa737a7917 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 26px;}#ad893acc80a8b34 .a8df0a2446ab7e9 > .ele-wrap {background-color: rgba(0, 0, 0, 0.6);}#ad893acc80a8b34 .aa033a1b58a13cc {
  overflow: hidden;
}
#ad893acc80a8b34 .aa033a1b58a13cc , #ad893acc80a8b34 .aa033a1b58a13cc > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad893acc80a8b34 .aa033a1b58a13cc:hover , #ad893acc80a8b34 .aa033a1b58a13cc *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#ad893acc80a8b34 .a08dfabd9ca8c64 {
  overflow: hidden;
}
#ad893acc80a8b34 .a08dfabd9ca8c64 , #ad893acc80a8b34 .a08dfabd9ca8c64 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 26px;}#ad893acc80a8b34 .uk-grid {
  margin-left: -28px;
}
#ad893acc80a8b34 .uk-grid > * {
  padding-left: 28px;
}
#ad893acc80a8b34 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad893acc80a8b34 .uk-position-center-left-out {
    left: -30px;
  }
  #ad893acc80a8b34 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a96b8a9217aec8e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670829882873.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a96b8a9217aec8e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a1f75a5a30a36fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670829882873.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a1f75a5a30a36fa  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2d4fa1df0ab5d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670829882873.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a2d4fa1df0ab5d8  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#abae0a2788a1bfe > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670829882873.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#abae0a2788a1bfe  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac06cae60aa3a18 > .ele-wrap {background-color: rgba(255, 255, 255, 0.9);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#ac06cae60aa3a18  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 0.9);box-shadow: 0px 5px 20px 5px rgba(0, 11, 30, 0.15);}#af6c1abc28abba5 > .ele-wrap {background-color: rgba(241, 243, 246, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#aa126a6887a7cb4 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672284374431.png);background-position: bottom center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1d50a6f84a7c9e > .ele-wrap {background-color: rgba(255, 255, 255, 0.9);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a1d50a6f84a7c9e  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 0.9);box-shadow: 0px 5px 20px 5px rgba(0, 11, 30, 0.15);}#a0eecadc5ca0257 > .ele-wrap {background-color: rgba(241, 243, 246, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#a651badd7faaec5 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672296445677.png);background-position: bottom center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6502a44a1a7822 > .ele-wrap {background-color: rgba(255, 255, 255, 0.9);background-position: bottom right;background-size: cover;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 1px;border-top-color: rgba(49, 120, 244, 1);border-top-style: none;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 10px 4px rgba(0, 11, 30, 0.06);}#a6502a44a1a7822  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(255, 255, 255, 0.9);box-shadow: 0px 5px 20px 5px rgba(0, 11, 30, 0.15);}#a81ffa5f49a4950 > .ele-wrap {background-color: rgba(241, 243, 246, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-bottom-color: rgba(219, 222, 226, 1);border-right-color: rgba(219, 222, 226, 1);border-left-color: rgba(219, 222, 226, 1);border-top-color: rgba(219, 222, 226, 1);}#aeb75a7a60aed27 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672296571326.png);background-position: bottom center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adee9a4d4eaadae .ele-slideshow .uk-dotnav li a {
  background: #c0c0c0;
}
#adee9a4d4eaadae .ele-slideshow .uk-dotnav > .uk-active a {
  background: #3178f4;
}
#a339ba48b9aa35f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);}#aa342a5a4cabdd3 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);}#af3bda075ca31ed > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);}#a0958a19e0a7bad > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c1eae970aedde .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#ad210ab17ca5efe .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#ad210ab17ca5efe .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#af91fa20f6a8805 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#af91fa20f6a8805  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#afc79a40f2ab008 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#afc79a40f2ab008  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6583a504caa7d3 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a6583a504caa7d3  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a613aaf2d0a282a > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a613aaf2d0a282a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a36fba1ca0a4130 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a36fba1ca0a4130  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#acf4bac86fa6f34 > .ele-wrap {background-color: rgba(49, 120, 244, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acf4bac86fa6f34  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae0e0af05dad51a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac5b7a804dab9e5 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#ad875adbe7a8f9c > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#ad875adbe7a8f9c  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aaba9a942fa27b5 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#aaba9a942fa27b5  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1a0dabe3aa3eb6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671002363916.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.1);}#a1a0dabe3aa3eb6  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#ab485ad88cace13 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671002363916.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.1);}#ab485ad88cace13  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#a8f60a2056a0ec2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a205daef5fa48aa > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#a205daef5fa48aa  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#aa3d0ae102a9141 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#aa3d0ae102a9141  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);border-bottom-width: 1px;border-bottom-color: rgba(0, 113, 239, 1);border-bottom-style: solid;border-right-color: rgba(0, 113, 239, 1);border-left-color: rgba(0, 113, 239, 1);border-top-color: rgba(0, 113, 239, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#aaad4ad454a63aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e01a44f7a2832 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d8fa3dfda236d {
  overflow: hidden;
  pointer-events: none;
}
#a7d8fa3dfda236d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7d8fa3dfda236d > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a7d8fa3dfda236d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7d8fa3dfda236d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7d8fa3dfda236d > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a7d8fa3dfda236d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7d8fa3dfda236d > .tab-wrap > div > .tab-nav,
#a7d8fa3dfda236d > .tab-nav,
#a7d8fa3dfda236d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7d8fa3dfda236d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a7d8fa3dfda236d > .tab-wrap > div > .tab-nav-horizontal,
#a7d8fa3dfda236d > .tab-nav-horizontal,
#a7d8fa3dfda236d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7d8fa3dfda236d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7d8fa3dfda236d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7d8fa3dfda236d > .tab-nav-horizontal::-webkit-scrollbar,
#a7d8fa3dfda236d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7d8fa3dfda236d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7d8fa3dfda236d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7d8fa3dfda236d > .tab-nav-horizontal.tagScroll,
#a7d8fa3dfda236d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7d8fa3dfda236d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a7d8fa3dfda236d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7d8fa3dfda236d > .tab-nav-horizontal.tagScroll li a,
#a7d8fa3dfda236d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7d8fa3dfda236d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7d8fa3dfda236d > .tab-wrap > div > .tab-nav a,
#a7d8fa3dfda236d > .tab-nav a,
#a7d8fa3dfda236d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7d8fa3dfda236d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7d8fa3dfda236d > .tab-wrap > div > .tab-nav li a,
#a7d8fa3dfda236d > .tab-nav li a,
#a7d8fa3dfda236d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7d8fa3dfda236d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a7d8fa3dfda236d > .tab-wrap > div > .tab-nav li a svg,
#a7d8fa3dfda236d > .tab-nav li a svg,
#a7d8fa3dfda236d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7d8fa3dfda236d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7d8fa3dfda236d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7d8fa3dfda236d > .tab-nav li a .ap_icon,
#a7d8fa3dfda236d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7d8fa3dfda236d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7d8fa3dfda236d > .tab-wrap > div > .tab-nav li a:hover,
#a7d8fa3dfda236d > .tab-nav li a:hover,
#a7d8fa3dfda236d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7d8fa3dfda236d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a7d8fa3dfda236d > .tab-wrap > div > .tab-nav li.uk-active a,
#a7d8fa3dfda236d > .tab-nav li.uk-active a,
#a7d8fa3dfda236d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7d8fa3dfda236d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a7d8fa3dfda236d .layout-left li,
#a7d8fa3dfda236d .layout-center li,
#a7d8fa3dfda236d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7d8fa3dfda236d .layout-left li a,
#a7d8fa3dfda236d .layout-center li a,
#a7d8fa3dfda236d .layout-right li a {
  height: 100%;
}
#a7d8fa3dfda236d > .tab-tabs .layout-left {
  text-align: left;
}
#a7d8fa3dfda236d > .tab-tabs .layout-center {
  text-align: center;
}
#a7d8fa3dfda236d > .tab-tabs .layout-right {
  text-align: right;
}
#a7d8fa3dfda236d .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a7d8fa3dfda236d .tab-content-wrap {
  background-color: transparent;
}
#a7d8fa3dfda236d .tab-contents,
#a7d8fa3dfda236d .tab-contents-wrap {
  pointer-events: none;
}
#a7d8fa3dfda236d .tab-content,
#a7d8fa3dfda236d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7d8fa3dfda236d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7d8fa3dfda236d .tab-wrap .tab-contents {
  height: 100%;
}
#a7d8fa3dfda236d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7d8fa3dfda236d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7d8fa3dfda236d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8012aae6dad2ec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8012aae6dad2ec  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a9c1faaf62affb7 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1cfca897ca46b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1cfca897ca46b0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac7b5a36faadde6 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3782a43ffa3c83 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3782a43ffa3c83  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#acea7a8087a9d83 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a231ba9688a2ff8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a231ba9688a2ff8  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#abcfea8946a21f0 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a2186a5a30a1ee4 .ace0aa1cc6a3c0c > .ele-wrap {background-color: rgba(74, 144, 226, 0);}#a2186a5a30a1ee4 .ace0aa1cc6a3c0c  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#a2186a5a30a1ee4 .abb34a5de3a9af8 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);}#a2186a5a30a1ee4 .a2496a2dbfae7d8 {
  overflow: hidden;
}
#a2186a5a30a1ee4 .a2496a2dbfae7d8 , #a2186a5a30a1ee4 .a2496a2dbfae7d8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2186a5a30a1ee4 .a2496a2dbfae7d8:hover , #a2186a5a30a1ee4 .a2496a2dbfae7d8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a2186a5a30a1ee4 .a09faaa5a5a4e18 {
  overflow: hidden;
}
#a2186a5a30a1ee4 .a09faaa5a5a4e18 , #a2186a5a30a1ee4 .a09faaa5a5a4e18 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 26px;}#a2186a5a30a1ee4 .a8164aa1afa1ffa > .ele-wrap {background-color: rgba(0, 0, 0, 0.5);}#a2186a5a30a1ee4 .a40c7a32baa916b {
  overflow: hidden;
}
#a2186a5a30a1ee4 .a40c7a32baa916b , #a2186a5a30a1ee4 .a40c7a32baa916b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2186a5a30a1ee4 .a40c7a32baa916b:hover , #a2186a5a30a1ee4 .a40c7a32baa916b *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a2186a5a30a1ee4 .a4765af8cda9e02 {
  overflow: hidden;
}
#a2186a5a30a1ee4 .a4765af8cda9e02 , #a2186a5a30a1ee4 .a4765af8cda9e02 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 26px;}#a2186a5a30a1ee4 .uk-grid {
  margin-left: -28px;
}
#a2186a5a30a1ee4 .uk-grid > * {
  padding-left: 28px;
}
#a2186a5a30a1ee4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2186a5a30a1ee4 .uk-position-center-left-out {
    left: -30px;
  }
  #a2186a5a30a1ee4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abab7a3c03a1e5b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670829882873.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#abab7a3c03a1e5b  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a954dadf7fad8c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670829882873.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a954dadf7fad8c9  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a774aa3266a289b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a8b8ba2020a3e69 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a8b8ba2020a3e69 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#a3ecfad51ca8548 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a3ecfad51ca8548  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6135a9340a1deb > .ele-wrap {border-top-width: 1px;border-top-color: rgba(237, 237, 237, 1);border-top-style: solid;border-right-color: rgba(237, 237, 237, 1);border-left-color: rgba(237, 237, 237, 1);border-bottom-color: rgba(237, 237, 237, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;background-color: rgba(255, 255, 255, 1);}#a6135a9340a1deb  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a7555a9c07adbeb > .ele-wrap {background-color: rgba(49, 120, 244, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acc7eadfeba60ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adafead64daa9e9 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#af6b8aba35ad122 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c7ba3196abcc7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3c7ba3196abcc7  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a1041ad8eca9312 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8d50a438aa3f78 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a8d50a438aa3f78  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ae7aba5a45a87b9 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4039a17c9af38a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a4039a17c9af38a  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a337daced1a6d12 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a342ea8927aaacb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aebeea9b42a2987 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670989212830.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aebeea9b42a2987  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670989340637.png);}#aea82a810ba25c7 {
  overflow: hidden;
  pointer-events: none;
}
#aea82a810ba25c7 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aea82a810ba25c7 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aea82a810ba25c7 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aea82a810ba25c7 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aea82a810ba25c7 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aea82a810ba25c7 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aea82a810ba25c7 > .tab-wrap > div > .tab-nav,
#aea82a810ba25c7 > .tab-nav,
#aea82a810ba25c7 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aea82a810ba25c7 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aea82a810ba25c7 > .tab-wrap > div > .tab-nav-horizontal,
#aea82a810ba25c7 > .tab-nav-horizontal,
#aea82a810ba25c7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aea82a810ba25c7 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aea82a810ba25c7 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aea82a810ba25c7 > .tab-nav-horizontal::-webkit-scrollbar,
#aea82a810ba25c7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aea82a810ba25c7 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aea82a810ba25c7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aea82a810ba25c7 > .tab-nav-horizontal.tagScroll,
#aea82a810ba25c7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aea82a810ba25c7 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aea82a810ba25c7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aea82a810ba25c7 > .tab-nav-horizontal.tagScroll li a,
#aea82a810ba25c7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aea82a810ba25c7 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aea82a810ba25c7 > .tab-wrap > div > .tab-nav a,
#aea82a810ba25c7 > .tab-nav a,
#aea82a810ba25c7 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aea82a810ba25c7 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aea82a810ba25c7 > .tab-wrap > div > .tab-nav li a,
#aea82a810ba25c7 > .tab-nav li a,
#aea82a810ba25c7 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aea82a810ba25c7 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 150px;
  margin-left: 150px;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#aea82a810ba25c7 > .tab-wrap > div > .tab-nav li a svg,
#aea82a810ba25c7 > .tab-nav li a svg,
#aea82a810ba25c7 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aea82a810ba25c7 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aea82a810ba25c7 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aea82a810ba25c7 > .tab-nav li a .ap_icon,
#aea82a810ba25c7 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aea82a810ba25c7 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aea82a810ba25c7 > .tab-wrap > div > .tab-nav li a:hover,
#aea82a810ba25c7 > .tab-nav li a:hover,
#aea82a810ba25c7 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aea82a810ba25c7 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#aea82a810ba25c7 > .tab-wrap > div > .tab-nav li.uk-active a,
#aea82a810ba25c7 > .tab-nav li.uk-active a,
#aea82a810ba25c7 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aea82a810ba25c7 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#aea82a810ba25c7 .layout-left li,
#aea82a810ba25c7 .layout-center li,
#aea82a810ba25c7 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aea82a810ba25c7 .layout-left li a,
#aea82a810ba25c7 .layout-center li a,
#aea82a810ba25c7 .layout-right li a {
  height: 100%;
}
#aea82a810ba25c7 > .tab-tabs .layout-left {
  text-align: left;
}
#aea82a810ba25c7 > .tab-tabs .layout-center {
  text-align: center;
}
#aea82a810ba25c7 > .tab-tabs .layout-right {
  text-align: right;
}
#aea82a810ba25c7 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aea82a810ba25c7 .tab-content-wrap {
  background-color: #ffffff;
}
#aea82a810ba25c7 .tab-contents,
#aea82a810ba25c7 .tab-contents-wrap {
  pointer-events: none;
}
#aea82a810ba25c7 .tab-content,
#aea82a810ba25c7 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aea82a810ba25c7 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aea82a810ba25c7 .tab-wrap .tab-contents {
  height: 100%;
}
#aea82a810ba25c7 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aea82a810ba25c7 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aea82a810ba25c7 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2067aff9fabfe0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670829882873.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a2067aff9fabfe0  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a42b1a8afaa0143 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670829882873.png);background-position: bottom right;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.3);}#a42b1a8afaa0143  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada18a2c05af109 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#af62baa543a6d49 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#af62baa543a6d49 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#aed95ade98a5e3a > .ele-wrap {background-color: rgba(49, 120, 244, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aed95ade98a5e3a  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a87f6a87c6a6cab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b1ba2855a486a > .ele-wrap {background-color: rgba(242, 245, 250, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a36bdadb2ca187e > .ele-wrap {background-color: rgba(242, 245, 250, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a76bda50bfa7587 > .ele-wrap {background-color: rgba(242, 245, 250, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e91a7beaacca5 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a1e91a7beaacca5  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4535aef72aee6c > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a4535aef72aee6c  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a8861a872aafde3 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a8861a872aafde3  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a34c2a110fa80b8 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a34c2a110fa80b8  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af14faac36a819f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#af14faac36a819f  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#aab79ad518a98b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 0px 1px 6px 2px rgba(0, 11, 30, 0.06);}#aab79ad518a98b2  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.1);}#a785ea0890adfa6 > .ele-wrap {background-color: rgba(49, 120, 244, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(49, 120, 244, 1);border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-top-color: rgba(49, 120, 244, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a785ea0890adfa6  > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(49, 120, 244, 1);border-top-style: solid;border-right-color: rgba(49, 120, 244, 1);border-left-color: rgba(49, 120, 244, 1);border-bottom-color: rgba(49, 120, 244, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5cbaa8565a9629 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a1639aa179ac2b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae20ba10ffa3e8c .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a6238ad481a0ad9 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a6238ad481a0ad9  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7794a9be2a41f6 > .ele-wrap {background-color: rgba(0, 33, 56, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-left-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);}#a7794a9be2a41f6  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a74b3ae1caa27dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a74b3ae1caa27dc  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aab20a0e9daabd0 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a631ba08eea2a7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a631ba08eea2a7e  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ae5f3a06aba9262 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac202ad298ab6f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac202ad298ab6f1  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a12dbafb1ba4102 > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad3e1a454babf25 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad3e1a454babf25  > .ele-wrap:hover {box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#adcc7ab600a0fdd > .ele-wrap {background-color: rgba(49, 120, 244, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1669110656050.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6b55a5429a5b6b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e97a8431a5d44 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670989212830.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e97a8431a5d44  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670989340637.png);}#a92dda6f9bad90a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab8dba1a0fa93c6 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670989212830.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab8dba1a0fa93c6  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1670989340637.png);}#a3bf7a1260a4d4a {
  overflow: hidden;
  pointer-events: none;
}
#a3bf7a1260a4d4a > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3bf7a1260a4d4a > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a3bf7a1260a4d4a > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3bf7a1260a4d4a > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3bf7a1260a4d4a > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a3bf7a1260a4d4a > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3bf7a1260a4d4a > .tab-wrap > div > .tab-nav,
#a3bf7a1260a4d4a > .tab-nav,
#a3bf7a1260a4d4a > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3bf7a1260a4d4a > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3bf7a1260a4d4a > .tab-wrap > div > .tab-nav-horizontal,
#a3bf7a1260a4d4a > .tab-nav-horizontal,
#a3bf7a1260a4d4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3bf7a1260a4d4a > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3bf7a1260a4d4a > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3bf7a1260a4d4a > .tab-nav-horizontal::-webkit-scrollbar,
#a3bf7a1260a4d4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3bf7a1260a4d4a > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3bf7a1260a4d4a > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3bf7a1260a4d4a > .tab-nav-horizontal.tagScroll,
#a3bf7a1260a4d4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3bf7a1260a4d4a > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3bf7a1260a4d4a > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3bf7a1260a4d4a > .tab-nav-horizontal.tagScroll li a,
#a3bf7a1260a4d4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3bf7a1260a4d4a > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3bf7a1260a4d4a > .tab-wrap > div > .tab-nav a,
#a3bf7a1260a4d4a > .tab-nav a,
#a3bf7a1260a4d4a > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3bf7a1260a4d4a > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3bf7a1260a4d4a > .tab-wrap > div > .tab-nav li a,
#a3bf7a1260a4d4a > .tab-nav li a,
#a3bf7a1260a4d4a > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3bf7a1260a4d4a > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 150px;
  margin-left: 150px;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a3bf7a1260a4d4a > .tab-wrap > div > .tab-nav li a svg,
#a3bf7a1260a4d4a > .tab-nav li a svg,
#a3bf7a1260a4d4a > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3bf7a1260a4d4a > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3bf7a1260a4d4a > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3bf7a1260a4d4a > .tab-nav li a .ap_icon,
#a3bf7a1260a4d4a > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3bf7a1260a4d4a > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3bf7a1260a4d4a > .tab-wrap > div > .tab-nav li a:hover,
#a3bf7a1260a4d4a > .tab-nav li a:hover,
#a3bf7a1260a4d4a > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3bf7a1260a4d4a > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a3bf7a1260a4d4a > .tab-wrap > div > .tab-nav li.uk-active a,
#a3bf7a1260a4d4a > .tab-nav li.uk-active a,
#a3bf7a1260a4d4a > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3bf7a1260a4d4a > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a3bf7a1260a4d4a .layout-left li,
#a3bf7a1260a4d4a .layout-center li,
#a3bf7a1260a4d4a .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3bf7a1260a4d4a .layout-left li a,
#a3bf7a1260a4d4a .layout-center li a,
#a3bf7a1260a4d4a .layout-right li a {
  height: 100%;
}
#a3bf7a1260a4d4a > .tab-tabs .layout-left {
  text-align: left;
}
#a3bf7a1260a4d4a > .tab-tabs .layout-center {
  text-align: center;
}
#a3bf7a1260a4d4a > .tab-tabs .layout-right {
  text-align: right;
}
#a3bf7a1260a4d4a .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3bf7a1260a4d4a .tab-content-wrap {
  background-color: #ffffff;
}
#a3bf7a1260a4d4a .tab-contents,
#a3bf7a1260a4d4a .tab-contents-wrap {
  pointer-events: none;
}
#a3bf7a1260a4d4a .tab-content,
#a3bf7a1260a4d4a .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3bf7a1260a4d4a .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3bf7a1260a4d4a .tab-wrap .tab-contents {
  height: 100%;
}
#a3bf7a1260a4d4a .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3bf7a1260a4d4a .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3bf7a1260a4d4a .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a94b0ad557a49f5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9066a26eeaf061 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a9066a26eeaf061 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#ab277a7cfca9754 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8896ac154ab886 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8896ac154ab886  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a28eda1480adfa6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac5e2a4974a9497 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac5e2a4974a9497  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#aa743a3ee7aeff8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0cada8957a4950 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0cada8957a4950  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#ae142ad5d8afe51 {
  overflow: hidden;
  pointer-events: none;
}
#ae142ad5d8afe51 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae142ad5d8afe51 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ae142ad5d8afe51 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae142ad5d8afe51 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae142ad5d8afe51 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ae142ad5d8afe51 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae142ad5d8afe51 > .tab-wrap > div > .tab-nav,
#ae142ad5d8afe51 > .tab-nav,
#ae142ad5d8afe51 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae142ad5d8afe51 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae142ad5d8afe51 > .tab-wrap > div > .tab-nav-horizontal,
#ae142ad5d8afe51 > .tab-nav-horizontal,
#ae142ad5d8afe51 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae142ad5d8afe51 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae142ad5d8afe51 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae142ad5d8afe51 > .tab-nav-horizontal::-webkit-scrollbar,
#ae142ad5d8afe51 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae142ad5d8afe51 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae142ad5d8afe51 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae142ad5d8afe51 > .tab-nav-horizontal.tagScroll,
#ae142ad5d8afe51 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae142ad5d8afe51 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ae142ad5d8afe51 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae142ad5d8afe51 > .tab-nav-horizontal.tagScroll li a,
#ae142ad5d8afe51 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae142ad5d8afe51 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae142ad5d8afe51 > .tab-wrap > div > .tab-nav a,
#ae142ad5d8afe51 > .tab-nav a,
#ae142ad5d8afe51 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae142ad5d8afe51 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae142ad5d8afe51 > .tab-wrap > div > .tab-nav li a,
#ae142ad5d8afe51 > .tab-nav li a,
#ae142ad5d8afe51 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae142ad5d8afe51 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#ae142ad5d8afe51 > .tab-wrap > div > .tab-nav li a svg,
#ae142ad5d8afe51 > .tab-nav li a svg,
#ae142ad5d8afe51 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae142ad5d8afe51 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae142ad5d8afe51 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae142ad5d8afe51 > .tab-nav li a .ap_icon,
#ae142ad5d8afe51 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae142ad5d8afe51 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae142ad5d8afe51 > .tab-wrap > div > .tab-nav li a:hover,
#ae142ad5d8afe51 > .tab-nav li a:hover,
#ae142ad5d8afe51 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae142ad5d8afe51 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#ae142ad5d8afe51 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae142ad5d8afe51 > .tab-nav li.uk-active a,
#ae142ad5d8afe51 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae142ad5d8afe51 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#ae142ad5d8afe51 .layout-left li,
#ae142ad5d8afe51 .layout-center li,
#ae142ad5d8afe51 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae142ad5d8afe51 .layout-left li a,
#ae142ad5d8afe51 .layout-center li a,
#ae142ad5d8afe51 .layout-right li a {
  height: 100%;
}
#ae142ad5d8afe51 > .tab-tabs .layout-left {
  text-align: left;
}
#ae142ad5d8afe51 > .tab-tabs .layout-center {
  text-align: center;
}
#ae142ad5d8afe51 > .tab-tabs .layout-right {
  text-align: right;
}
#ae142ad5d8afe51 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ae142ad5d8afe51 .tab-content-wrap {
  background-color: #ffffff;
}
#ae142ad5d8afe51 .tab-contents,
#ae142ad5d8afe51 .tab-contents-wrap {
  pointer-events: none;
}
#ae142ad5d8afe51 .tab-content,
#ae142ad5d8afe51 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae142ad5d8afe51 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae142ad5d8afe51 .tab-wrap .tab-contents {
  height: 100%;
}
#ae142ad5d8afe51 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae142ad5d8afe51 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae142ad5d8afe51 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3858aa721a5dcc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a859ba337aa4a0d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174262836.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a859ba337aa4a0d  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174324859.png);background-position: bottom right;background-size: cover;}#af0caaf83ca754b , #af0caaf83ca754b a{color: rgba(49, 120, 244, 1);}#adf4ea21a0a5c69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174262836.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#adf4ea21a0a5c69  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174324859.png);background-position: bottom right;background-size: cover;}#a98eda8470a47f0 , #a98eda8470a47f0 a{color: rgba(49, 120, 244, 1);}#a3b2aa0c4ba57a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174262836.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3b2aa0c4ba57a3  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174324859.png);background-position: bottom right;background-size: cover;}#a97e8ad14aa3245 , #a97e8ad14aa3245 a{color: rgba(49, 120, 244, 1);}#abd07a6994a525e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174262836.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#abd07a6994a525e  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174324859.png);background-position: bottom right;background-size: cover;}#a11dfa55e0a634a , #a11dfa55e0a634a a{color: rgba(49, 120, 244, 1);}#ab4b5ab5aca4ee1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174262836.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab4b5ab5aca4ee1  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174324859.png);background-position: bottom right;background-size: cover;}#ab148a3d98a36e4 , #ab148a3d98a36e4 a{color: rgba(49, 120, 244, 1);}#aabf4a0d79ad91e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174262836.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#aabf4a0d79ad91e  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174324859.png);background-position: bottom right;background-size: cover;}#a8358a005fa50b8 , #a8358a005fa50b8 a{color: rgba(49, 120, 244, 1);}#ad172ac869ad24d > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#ad172ac869ad24d  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(218, 218, 218, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a887da920dad35c > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a887da920dad35c  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(218, 218, 218, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2f8ba8a41a9748 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 0);border-radius: 2px;justify-content: center;border-style: solid;border-width: 1px;}#a2f8ba8a41a9748 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);color: #3178f4;border-color: rgba(255, 255, 255, 1);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa4a8a105ba5b0a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a020fa3a4dad7dc .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a020fa3a4dad7dc .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#a960cab486a26eb > .ele-wrap {background-color: rgba(242, 245, 250, 0);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a960cab486a26eb  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(0, 0, 0, 0);}#acee3afbd2a9bc0 > .ele-wrap {background-color: rgba(242, 245, 250, 0);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acee3afbd2a9bc0  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(0, 0, 0, 0);}#ad58aac385ab591 > .ele-wrap {background-color: rgba(242, 245, 250, 0);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad58aac385ab591  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(0, 0, 0, 0);}#ae2b8acfb6add4e > .ele-wrap {background-color: rgba(242, 245, 250, 0);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae2b8acfb6add4e  > .ele-wrap:hover {background-position: bottom right;background-size: cover;background-color: rgba(0, 0, 0, 0);}#a095eafafcac908 > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a095eafafcac908  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(218, 218, 218, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#abb50a13c3adfba > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#abb50a13c3adfba  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(218, 218, 218, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2f8ba8a41a9748 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 0);border-radius: 2px;justify-content: center;border-style: solid;border-width: 1px;}#a2f8ba8a41a9748 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);color: #3178f4;border-color: rgba(255, 255, 255, 1);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af6aca3c98a4302 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a25c8a2a84aed02 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a25c8a2a84aed02 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#a6515aa421aa67c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0cada9977aaa94 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5cd3a1992ae1e6 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a693eabc9caed59 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af195a2046a58d9 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f36a29e4a5821 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0e9fa0c8da1ca9 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0788a73e8a43ec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a756daea74afe2b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab120a10cca2bd2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e37ac828acca5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc6cac172a9c64 {
  overflow: hidden;
  pointer-events: none;
}
#afc6cac172a9c64 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#afc6cac172a9c64 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#afc6cac172a9c64 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc6cac172a9c64 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#afc6cac172a9c64 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#afc6cac172a9c64 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc6cac172a9c64 > .tab-wrap > div > .tab-nav,
#afc6cac172a9c64 > .tab-nav,
#afc6cac172a9c64 > .tab-tabs > .tab-wrap > div > .tab-nav,
#afc6cac172a9c64 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#afc6cac172a9c64 > .tab-wrap > div > .tab-nav-horizontal,
#afc6cac172a9c64 > .tab-nav-horizontal,
#afc6cac172a9c64 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afc6cac172a9c64 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afc6cac172a9c64 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc6cac172a9c64 > .tab-nav-horizontal::-webkit-scrollbar,
#afc6cac172a9c64 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc6cac172a9c64 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afc6cac172a9c64 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc6cac172a9c64 > .tab-nav-horizontal.tagScroll,
#afc6cac172a9c64 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc6cac172a9c64 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#afc6cac172a9c64 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc6cac172a9c64 > .tab-nav-horizontal.tagScroll li a,
#afc6cac172a9c64 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc6cac172a9c64 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afc6cac172a9c64 > .tab-wrap > div > .tab-nav a,
#afc6cac172a9c64 > .tab-nav a,
#afc6cac172a9c64 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afc6cac172a9c64 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afc6cac172a9c64 > .tab-wrap > div > .tab-nav li a,
#afc6cac172a9c64 > .tab-nav li a,
#afc6cac172a9c64 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afc6cac172a9c64 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#afc6cac172a9c64 > .tab-wrap > div > .tab-nav li a svg,
#afc6cac172a9c64 > .tab-nav li a svg,
#afc6cac172a9c64 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afc6cac172a9c64 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afc6cac172a9c64 > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc6cac172a9c64 > .tab-nav li a .ap_icon,
#afc6cac172a9c64 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc6cac172a9c64 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afc6cac172a9c64 > .tab-wrap > div > .tab-nav li a:hover,
#afc6cac172a9c64 > .tab-nav li a:hover,
#afc6cac172a9c64 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afc6cac172a9c64 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#afc6cac172a9c64 > .tab-wrap > div > .tab-nav li.uk-active a,
#afc6cac172a9c64 > .tab-nav li.uk-active a,
#afc6cac172a9c64 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afc6cac172a9c64 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 3px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#afc6cac172a9c64 .layout-left li,
#afc6cac172a9c64 .layout-center li,
#afc6cac172a9c64 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afc6cac172a9c64 .layout-left li a,
#afc6cac172a9c64 .layout-center li a,
#afc6cac172a9c64 .layout-right li a {
  height: 100%;
}
#afc6cac172a9c64 > .tab-tabs .layout-left {
  text-align: left;
}
#afc6cac172a9c64 > .tab-tabs .layout-center {
  text-align: center;
}
#afc6cac172a9c64 > .tab-tabs .layout-right {
  text-align: right;
}
#afc6cac172a9c64 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#afc6cac172a9c64 .tab-content-wrap {
  background-color: #ffffff;
}
#afc6cac172a9c64 .tab-contents,
#afc6cac172a9c64 .tab-contents-wrap {
  pointer-events: none;
}
#afc6cac172a9c64 .tab-content,
#afc6cac172a9c64 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afc6cac172a9c64 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afc6cac172a9c64 .tab-wrap .tab-contents {
  height: 100%;
}
#afc6cac172a9c64 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afc6cac172a9c64 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afc6cac172a9c64 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a90d4a211ca6788 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a928aab86fac01e > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a928aab86fac01e  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a19d5a4e8eaabae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae74aa774aa1d6b > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae74aa774aa1d6b  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a6b70a37cea2b37 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac2dfab02ca0644 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac2dfab02ca0644  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a64b8aa1efae34f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abd24a4b44ab029 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abd24a4b44ab029  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a5153a72f7a9e8e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ef0a0d4aa86cf > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ef0a0d4aa86cf  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a16bbaceb5aea70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad441a89c0af728 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad441a89c0af728  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a7085ac4a5acbc8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affcaac5d0a9ff5 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affcaac5d0a9ff5  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#aa4fba7abfa9453 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a61eea6935aac80 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a61eea6935aac80  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a1f55a1d1aa77c4 {
  overflow: hidden;
  pointer-events: none;
}
#a1f55a1d1aa77c4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1f55a1d1aa77c4 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a1f55a1d1aa77c4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1f55a1d1aa77c4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1f55a1d1aa77c4 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a1f55a1d1aa77c4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1f55a1d1aa77c4 > .tab-wrap > div > .tab-nav,
#a1f55a1d1aa77c4 > .tab-nav,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f55a1d1aa77c4 > .tab-wrap > div > .tab-nav-horizontal,
#a1f55a1d1aa77c4 > .tab-nav-horizontal,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1f55a1d1aa77c4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1f55a1d1aa77c4 > .tab-nav-horizontal::-webkit-scrollbar,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1f55a1d1aa77c4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1f55a1d1aa77c4 > .tab-nav-horizontal.tagScroll,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a1f55a1d1aa77c4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1f55a1d1aa77c4 > .tab-nav-horizontal.tagScroll li a,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1f55a1d1aa77c4 > .tab-wrap > div > .tab-nav a,
#a1f55a1d1aa77c4 > .tab-nav a,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1f55a1d1aa77c4 > .tab-wrap > div > .tab-nav li a,
#a1f55a1d1aa77c4 > .tab-nav li a,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a1f55a1d1aa77c4 > .tab-wrap > div > .tab-nav li a svg,
#a1f55a1d1aa77c4 > .tab-nav li a svg,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1f55a1d1aa77c4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1f55a1d1aa77c4 > .tab-nav li a .ap_icon,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1f55a1d1aa77c4 > .tab-wrap > div > .tab-nav li a:hover,
#a1f55a1d1aa77c4 > .tab-nav li a:hover,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a1f55a1d1aa77c4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a1f55a1d1aa77c4 > .tab-nav li.uk-active a,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1f55a1d1aa77c4 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a1f55a1d1aa77c4 .layout-left li,
#a1f55a1d1aa77c4 .layout-center li,
#a1f55a1d1aa77c4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1f55a1d1aa77c4 .layout-left li a,
#a1f55a1d1aa77c4 .layout-center li a,
#a1f55a1d1aa77c4 .layout-right li a {
  height: 100%;
}
#a1f55a1d1aa77c4 > .tab-tabs .layout-left {
  text-align: left;
}
#a1f55a1d1aa77c4 > .tab-tabs .layout-center {
  text-align: center;
}
#a1f55a1d1aa77c4 > .tab-tabs .layout-right {
  text-align: right;
}
#a1f55a1d1aa77c4 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a1f55a1d1aa77c4 .tab-content-wrap {
  background-color: #ffffff;
}
#a1f55a1d1aa77c4 .tab-contents,
#a1f55a1d1aa77c4 .tab-contents-wrap {
  pointer-events: none;
}
#a1f55a1d1aa77c4 .tab-content,
#a1f55a1d1aa77c4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1f55a1d1aa77c4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1f55a1d1aa77c4 .tab-wrap .tab-contents {
  height: 100%;
}
#a1f55a1d1aa77c4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1f55a1d1aa77c4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1f55a1d1aa77c4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1effac026adb6b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6095a20acab5aa > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a6095a20acab5aa  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6ce5a54deaceaf > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a6ce5a54deaceaf  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ac3cfaac2dac4ec > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#ac3cfaac2dac4ec  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6490afde4ac3a9 > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a6490afde4ac3a9  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2f8ba8a41a9748 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 0);border-radius: 2px;justify-content: center;border-style: solid;border-width: 1px;}#a2f8ba8a41a9748 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);color: #3178f4;border-color: rgba(255, 255, 255, 1);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6043aead6a9048 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#adf6ca3a8ca457e .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#adf6ca3a8ca457e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#a94cba7c09a3b71 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ecaa08a9a39bb > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ecaa08a9a39bb  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a574aaba44aae94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0774a2bfca6954 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0774a2bfca6954  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a3cc9af8ccaef47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac48ba4a6ea0713 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac48ba4a6ea0713  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#aff14a9839a07a8 {
  overflow: hidden;
  pointer-events: none;
}
#aff14a9839a07a8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aff14a9839a07a8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aff14a9839a07a8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aff14a9839a07a8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aff14a9839a07a8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aff14a9839a07a8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aff14a9839a07a8 > .tab-wrap > div > .tab-nav,
#aff14a9839a07a8 > .tab-nav,
#aff14a9839a07a8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aff14a9839a07a8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff14a9839a07a8 > .tab-wrap > div > .tab-nav-horizontal,
#aff14a9839a07a8 > .tab-nav-horizontal,
#aff14a9839a07a8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aff14a9839a07a8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aff14a9839a07a8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aff14a9839a07a8 > .tab-nav-horizontal::-webkit-scrollbar,
#aff14a9839a07a8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aff14a9839a07a8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aff14a9839a07a8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aff14a9839a07a8 > .tab-nav-horizontal.tagScroll,
#aff14a9839a07a8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aff14a9839a07a8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aff14a9839a07a8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aff14a9839a07a8 > .tab-nav-horizontal.tagScroll li a,
#aff14a9839a07a8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aff14a9839a07a8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aff14a9839a07a8 > .tab-wrap > div > .tab-nav a,
#aff14a9839a07a8 > .tab-nav a,
#aff14a9839a07a8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aff14a9839a07a8 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aff14a9839a07a8 > .tab-wrap > div > .tab-nav li a,
#aff14a9839a07a8 > .tab-nav li a,
#aff14a9839a07a8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aff14a9839a07a8 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#aff14a9839a07a8 > .tab-wrap > div > .tab-nav li a svg,
#aff14a9839a07a8 > .tab-nav li a svg,
#aff14a9839a07a8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aff14a9839a07a8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aff14a9839a07a8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aff14a9839a07a8 > .tab-nav li a .ap_icon,
#aff14a9839a07a8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aff14a9839a07a8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aff14a9839a07a8 > .tab-wrap > div > .tab-nav li a:hover,
#aff14a9839a07a8 > .tab-nav li a:hover,
#aff14a9839a07a8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aff14a9839a07a8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#aff14a9839a07a8 > .tab-wrap > div > .tab-nav li.uk-active a,
#aff14a9839a07a8 > .tab-nav li.uk-active a,
#aff14a9839a07a8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aff14a9839a07a8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#aff14a9839a07a8 .layout-left li,
#aff14a9839a07a8 .layout-center li,
#aff14a9839a07a8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aff14a9839a07a8 .layout-left li a,
#aff14a9839a07a8 .layout-center li a,
#aff14a9839a07a8 .layout-right li a {
  height: 100%;
}
#aff14a9839a07a8 > .tab-tabs .layout-left {
  text-align: left;
}
#aff14a9839a07a8 > .tab-tabs .layout-center {
  text-align: center;
}
#aff14a9839a07a8 > .tab-tabs .layout-right {
  text-align: right;
}
#aff14a9839a07a8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aff14a9839a07a8 .tab-content-wrap {
  background-color: #ffffff;
}
#aff14a9839a07a8 .tab-contents,
#aff14a9839a07a8 .tab-contents-wrap {
  pointer-events: none;
}
#aff14a9839a07a8 .tab-content,
#aff14a9839a07a8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aff14a9839a07a8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aff14a9839a07a8 .tab-wrap .tab-contents {
  height: 100%;
}
#aff14a9839a07a8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aff14a9839a07a8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aff14a9839a07a8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6e15a3ce1a1528 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac9e7ada0fa8689 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174262836.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac9e7ada0fa8689  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671174324859.png);background-position: bottom right;background-size: cover;}#ab36ca3637a1d6a > .ele-wrap {background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab36ca3637a1d6a  > .ele-wrap:hover {background-position: bottom right;background-size: cover;}#aa169a5d67a3399 , #aa169a5d67a3399 a{color: rgba(49, 120, 244, 1);}#ad530a5247a9628 > .ele-wrap {background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad530a5247a9628  > .ele-wrap:hover {background-position: bottom right;background-size: cover;}#afccea0b75ad2cb , #afccea0b75ad2cb a{color: rgba(49, 120, 244, 1);}#a6df2ae051a9053 > .ele-wrap {background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a6df2ae051a9053  > .ele-wrap:hover {background-position: bottom right;background-size: cover;}#a023daf89eaa6d4 , #a023daf89eaa6d4 a{color: rgba(49, 120, 244, 1);}#a8b2aa780fa77c6 , #a8b2aa780fa77c6 a{color: rgba(49, 120, 244, 1);}#a0c01af01fa27f0 > .ele-wrap {background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a0c01af01fa27f0  > .ele-wrap:hover {background-position: bottom right;background-size: cover;}#aecf5a964ca35be , #aecf5a964ca35be a{color: rgba(49, 120, 244, 1);}#ac033a5b3ca4c92 > .ele-wrap {background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ac033a5b3ca4c92  > .ele-wrap:hover {background-position: bottom right;background-size: cover;}#ac1a8ac3dfab821 , #ac1a8ac3dfab821 a{color: rgba(49, 120, 244, 1);}#a3b0ba8a2ca3186 > .ele-wrap {background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3b0ba8a2ca3186  > .ele-wrap:hover {background-position: bottom right;background-size: cover;}#a9eb7a29ffaee8a , #a9eb7a29ffaee8a a{color: rgba(49, 120, 244, 1);}#a372aad21ea3469 > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a372aad21ea3469  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a6022a734fad9a7 > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a6022a734fad9a7  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2f8ba8a41a9748 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 0);border-radius: 2px;justify-content: center;border-style: solid;border-width: 1px;}#a2f8ba8a41a9748 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);color: #3178f4;border-color: rgba(255, 255, 255, 1);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a26a3251ae59d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a4f83ae27ba53cb .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a4f83ae27ba53cb .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#a4b5eaeb86a5ba3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a91c5a5576aa1fe > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a91c5a5576aa1fe  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a485ba02ebae918 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a087da5affa2138 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a087da5affa2138  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a0cd8aa6d6adf2c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae78ca57b0a2cf1 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae78ca57b0a2cf1  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a8f7ba0ccaaf349 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad59daa614a6209 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad59daa614a6209  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#aa858a6559a13f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8207ae941adae4 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8207ae941adae4  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a0728a021faae5d {
  overflow: hidden;
  pointer-events: none;
}
#a0728a021faae5d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0728a021faae5d > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a0728a021faae5d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0728a021faae5d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0728a021faae5d > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a0728a021faae5d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0728a021faae5d > .tab-wrap > div > .tab-nav,
#a0728a021faae5d > .tab-nav,
#a0728a021faae5d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0728a021faae5d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0728a021faae5d > .tab-wrap > div > .tab-nav-horizontal,
#a0728a021faae5d > .tab-nav-horizontal,
#a0728a021faae5d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0728a021faae5d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0728a021faae5d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0728a021faae5d > .tab-nav-horizontal::-webkit-scrollbar,
#a0728a021faae5d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0728a021faae5d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0728a021faae5d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0728a021faae5d > .tab-nav-horizontal.tagScroll,
#a0728a021faae5d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0728a021faae5d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a0728a021faae5d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0728a021faae5d > .tab-nav-horizontal.tagScroll li a,
#a0728a021faae5d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0728a021faae5d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0728a021faae5d > .tab-wrap > div > .tab-nav a,
#a0728a021faae5d > .tab-nav a,
#a0728a021faae5d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0728a021faae5d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0728a021faae5d > .tab-wrap > div > .tab-nav li a,
#a0728a021faae5d > .tab-nav li a,
#a0728a021faae5d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0728a021faae5d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a0728a021faae5d > .tab-wrap > div > .tab-nav li a svg,
#a0728a021faae5d > .tab-nav li a svg,
#a0728a021faae5d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0728a021faae5d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0728a021faae5d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0728a021faae5d > .tab-nav li a .ap_icon,
#a0728a021faae5d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0728a021faae5d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0728a021faae5d > .tab-wrap > div > .tab-nav li a:hover,
#a0728a021faae5d > .tab-nav li a:hover,
#a0728a021faae5d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0728a021faae5d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a0728a021faae5d > .tab-wrap > div > .tab-nav li.uk-active a,
#a0728a021faae5d > .tab-nav li.uk-active a,
#a0728a021faae5d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0728a021faae5d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a0728a021faae5d .layout-left li,
#a0728a021faae5d .layout-center li,
#a0728a021faae5d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0728a021faae5d .layout-left li a,
#a0728a021faae5d .layout-center li a,
#a0728a021faae5d .layout-right li a {
  height: 100%;
}
#a0728a021faae5d > .tab-tabs .layout-left {
  text-align: left;
}
#a0728a021faae5d > .tab-tabs .layout-center {
  text-align: center;
}
#a0728a021faae5d > .tab-tabs .layout-right {
  text-align: right;
}
#a0728a021faae5d .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a0728a021faae5d .tab-content-wrap {
  background-color: #ffffff;
}
#a0728a021faae5d .tab-contents,
#a0728a021faae5d .tab-contents-wrap {
  pointer-events: none;
}
#a0728a021faae5d .tab-content,
#a0728a021faae5d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0728a021faae5d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0728a021faae5d .tab-wrap .tab-contents {
  height: 100%;
}
#a0728a021faae5d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0728a021faae5d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0728a021faae5d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0dfda198ca0373 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a38ada79b6a0afd > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a38ada79b6a0afd  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(218, 218, 218, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aed5cab368a819a > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#aed5cab368a819a  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(218, 218, 218, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2f8ba8a41a9748 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 0);border-radius: 2px;justify-content: center;border-style: solid;border-width: 1px;}#a2f8ba8a41a9748 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);color: #3178f4;border-color: rgba(255, 255, 255, 1);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affb6a9cb7afba4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a421bac8c7af023 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a421bac8c7af023 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#a9c0ea7638a7917 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afbf0a04d3aef00 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afbf0a04d3aef00  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a3479a49cfa2243 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae06abe59a9ac6 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae06abe59a9ac6  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#afb34aa866a34bd {
  overflow: hidden;
  pointer-events: none;
}
#afb34aa866a34bd > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#afb34aa866a34bd > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#afb34aa866a34bd > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afb34aa866a34bd > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#afb34aa866a34bd > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#afb34aa866a34bd > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afb34aa866a34bd > .tab-wrap > div > .tab-nav,
#afb34aa866a34bd > .tab-nav,
#afb34aa866a34bd > .tab-tabs > .tab-wrap > div > .tab-nav,
#afb34aa866a34bd > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#afb34aa866a34bd > .tab-wrap > div > .tab-nav-horizontal,
#afb34aa866a34bd > .tab-nav-horizontal,
#afb34aa866a34bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afb34aa866a34bd > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afb34aa866a34bd > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afb34aa866a34bd > .tab-nav-horizontal::-webkit-scrollbar,
#afb34aa866a34bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afb34aa866a34bd > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afb34aa866a34bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afb34aa866a34bd > .tab-nav-horizontal.tagScroll,
#afb34aa866a34bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afb34aa866a34bd > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#afb34aa866a34bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afb34aa866a34bd > .tab-nav-horizontal.tagScroll li a,
#afb34aa866a34bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afb34aa866a34bd > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afb34aa866a34bd > .tab-wrap > div > .tab-nav a,
#afb34aa866a34bd > .tab-nav a,
#afb34aa866a34bd > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afb34aa866a34bd > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afb34aa866a34bd > .tab-wrap > div > .tab-nav li a,
#afb34aa866a34bd > .tab-nav li a,
#afb34aa866a34bd > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afb34aa866a34bd > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#afb34aa866a34bd > .tab-wrap > div > .tab-nav li a svg,
#afb34aa866a34bd > .tab-nav li a svg,
#afb34aa866a34bd > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afb34aa866a34bd > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afb34aa866a34bd > .tab-wrap > div > .tab-nav li a .ap_icon,
#afb34aa866a34bd > .tab-nav li a .ap_icon,
#afb34aa866a34bd > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afb34aa866a34bd > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afb34aa866a34bd > .tab-wrap > div > .tab-nav li a:hover,
#afb34aa866a34bd > .tab-nav li a:hover,
#afb34aa866a34bd > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afb34aa866a34bd > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#afb34aa866a34bd > .tab-wrap > div > .tab-nav li.uk-active a,
#afb34aa866a34bd > .tab-nav li.uk-active a,
#afb34aa866a34bd > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afb34aa866a34bd > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#afb34aa866a34bd .layout-left li,
#afb34aa866a34bd .layout-center li,
#afb34aa866a34bd .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afb34aa866a34bd .layout-left li a,
#afb34aa866a34bd .layout-center li a,
#afb34aa866a34bd .layout-right li a {
  height: 100%;
}
#afb34aa866a34bd > .tab-tabs .layout-left {
  text-align: left;
}
#afb34aa866a34bd > .tab-tabs .layout-center {
  text-align: center;
}
#afb34aa866a34bd > .tab-tabs .layout-right {
  text-align: right;
}
#afb34aa866a34bd .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#afb34aa866a34bd .tab-content-wrap {
  background-color: #ffffff;
}
#afb34aa866a34bd .tab-contents,
#afb34aa866a34bd .tab-contents-wrap {
  pointer-events: none;
}
#afb34aa866a34bd .tab-content,
#afb34aa866a34bd .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afb34aa866a34bd .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afb34aa866a34bd .tab-wrap .tab-contents {
  height: 100%;
}
#afb34aa866a34bd .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afb34aa866a34bd .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afb34aa866a34bd .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30a8a2575abc07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#afbcaa3420a10ff > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#afbcaa3420a10ff  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#aa4a0ad845aa8c9 > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#aa4a0ad845aa8c9  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#ae4b4a7c95a32c9 > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#ae4b4a7c95a32c9  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a7cbaa8d2caddb3 > .ele-wrap {background-color: rgba(242, 245, 250, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a7cbaa8d2caddb3  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2f8ba8a41a9748 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 0);border-radius: 2px;justify-content: center;border-style: solid;border-width: 1px;}#a2f8ba8a41a9748 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);color: #3178f4;border-color: rgba(255, 255, 255, 1);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4b90afc41aacfa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a7657a65fca3bcf .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 113, 239, 1);border-radius: 2px;justify-content: center;border-style: solid;}#a7657a65fca3bcf .ele-wrap:hover {background-color: #0483cc;background-color: rgba(56, 150, 255, 1);}#a2e02a4eeea8c6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6476a1542a6427 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6476a1542a6427  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#acf8ea3b84a3760 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af6eda0d01ad322 > .ele-wrap {background-color: rgba(242, 245, 250, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091558441.png);background-position: bottom right;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af6eda0d01ad322  > .ele-wrap:hover {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1671091596378.png);background-position: bottom right;background-size: cover;}#a78eca202fac4b1 {
  overflow: hidden;
  pointer-events: none;
}
#a78eca202fac4b1 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a78eca202fac4b1 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a78eca202fac4b1 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a78eca202fac4b1 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a78eca202fac4b1 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a78eca202fac4b1 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a78eca202fac4b1 > .tab-wrap > div > .tab-nav,
#a78eca202fac4b1 > .tab-nav,
#a78eca202fac4b1 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a78eca202fac4b1 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a78eca202fac4b1 > .tab-wrap > div > .tab-nav-horizontal,
#a78eca202fac4b1 > .tab-nav-horizontal,
#a78eca202fac4b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a78eca202fac4b1 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a78eca202fac4b1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a78eca202fac4b1 > .tab-nav-horizontal::-webkit-scrollbar,
#a78eca202fac4b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a78eca202fac4b1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a78eca202fac4b1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a78eca202fac4b1 > .tab-nav-horizontal.tagScroll,
#a78eca202fac4b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a78eca202fac4b1 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a78eca202fac4b1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a78eca202fac4b1 > .tab-nav-horizontal.tagScroll li a,
#a78eca202fac4b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a78eca202fac4b1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a78eca202fac4b1 > .tab-wrap > div > .tab-nav a,
#a78eca202fac4b1 > .tab-nav a,
#a78eca202fac4b1 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a78eca202fac4b1 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a78eca202fac4b1 > .tab-wrap > div > .tab-nav li a,
#a78eca202fac4b1 > .tab-nav li a,
#a78eca202fac4b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a78eca202fac4b1 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-top-color: #dedede;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-top-style: none;
  background-color: rgba(242, 245, 250, 0);
}
#a78eca202fac4b1 > .tab-wrap > div > .tab-nav li a svg,
#a78eca202fac4b1 > .tab-nav li a svg,
#a78eca202fac4b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a78eca202fac4b1 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a78eca202fac4b1 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a78eca202fac4b1 > .tab-nav li a .ap_icon,
#a78eca202fac4b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a78eca202fac4b1 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a78eca202fac4b1 > .tab-wrap > div > .tab-nav li a:hover,
#a78eca202fac4b1 > .tab-nav li a:hover,
#a78eca202fac4b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a78eca202fac4b1 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a78eca202fac4b1 > .tab-wrap > div > .tab-nav li.uk-active a,
#a78eca202fac4b1 > .tab-nav li.uk-active a,
#a78eca202fac4b1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a78eca202fac4b1 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
  background-color: rgba(49, 120, 244, 0);
}
#a78eca202fac4b1 .layout-left li,
#a78eca202fac4b1 .layout-center li,
#a78eca202fac4b1 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a78eca202fac4b1 .layout-left li a,
#a78eca202fac4b1 .layout-center li a,
#a78eca202fac4b1 .layout-right li a {
  height: 100%;
}
#a78eca202fac4b1 > .tab-tabs .layout-left {
  text-align: left;
}
#a78eca202fac4b1 > .tab-tabs .layout-center {
  text-align: center;
}
#a78eca202fac4b1 > .tab-tabs .layout-right {
  text-align: right;
}
#a78eca202fac4b1 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a78eca202fac4b1 .tab-content-wrap {
  background-color: #ffffff;
}
#a78eca202fac4b1 .tab-contents,
#a78eca202fac4b1 .tab-contents-wrap {
  pointer-events: none;
}
#a78eca202fac4b1 .tab-content,
#a78eca202fac4b1 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a78eca202fac4b1 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a78eca202fac4b1 .tab-wrap .tab-contents {
  height: 100%;
}
#a78eca202fac4b1 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a78eca202fac4b1 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a78eca202fac4b1 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acea7a98c6a69a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#acd2fa194da8ed6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1467ae96ea96c6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a1467ae96ea96c6  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);background-color: rgba(255, 255, 255, 1);}#af050a46f6a5691 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#af050a46f6a5691  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);background-color: rgba(255, 255, 255, 1);}#a0a07a9e1bade98 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a0a07a9e1bade98  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);}#a2b48a15cca3ae0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a2b48a15cca3ae0  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);background-color: rgba(255, 255, 255, 1);}#a2b04ab7dca897b [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a2b04ab7dca897b [data-item="undefined"]:hover {border-top-width: 1px;border-top-color: rgba(238, 238, 238, 1);border-top-style: solid;border-right-color: rgba(218, 218, 218, 1);border-left-color: rgba(218, 218, 218, 1);border-bottom-color: rgba(218, 218, 218, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 4px 6px 2px rgba(0, 11, 30, 0.08);background-color: rgba(255, 255, 255, 1);}#a2f8ba8a41a9748 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 0);border-radius: 2px;justify-content: center;border-style: solid;border-width: 1px;}#a2f8ba8a41a9748 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);color: #3178f4;border-color: rgba(255, 255, 255, 1);}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a340ea1000a886e {background-color: rgba(0,0,0,0.7);}#a340ea1000a886e > .lightbox-content {background-color: rgba(255, 255, 255, 0);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4873a1419a91ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/a97d2a6db8a1ade/1672211744313.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 500px;border-top-left-radius: 500px;}#ab4b1aa5f9aa6b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2b0ba97fda1102 > .ele-wrap {background-position: center center;background-size: cover;background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-left-color: rgba(255, 255, 255, 0.3);border-right-color: rgba(255, 255, 255, 0.3);border-bottom-color: rgba(255, 255, 255, 0.3);border-top-color: rgba(255, 255, 255, 0.3);}#a2b0ba97fda1102  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae1d0a5c27a3453 , #ae1d0a5c27a3453 a{color: rgba(49, 120, 244, 1);}#ae1d0a5c27a3453:hover, #ae1d0a5c27a3453 a:hover {color: rgba(255, 255, 255, 1);}#aee26a1d70a08ba > .ele-wrap {background-color: rgba(38, 119, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a86b5a9e22ad444 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a31c6a1042a0b77 {
  min-height: 90vh;
  /* mobile */
}
#a31c6a1042a0b77 .search-highlight {
  background: yellow;
}
#a31c6a1042a0b77 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a31c6a1042a0b77 .el-title {
  margin-bottom: 20px;
}
#a31c6a1042a0b77 .el-item:hover .el-title {
  color: #3178f4;
}
#a31c6a1042a0b77 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a31c6a1042a0b77 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a31c6a1042a0b77 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a31c6a1042a0b77 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a31c6a1042a0b77 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a31c6a1042a0b77 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a31c6a1042a0b77 .el-title {
    margin-bottom: 0;
  }
  #a31c6a1042a0b77 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a31c6a1042a0b77 .category {
    font-size: 12px;
  }
  #a31c6a1042a0b77 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a86b5a9e22ad444 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7d13a7937a6911 {
  /* 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------------------------*/
}
#a7d13a7937a6911 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a7d13a7937a6911 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a7d13a7937a6911 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a7d13a7937a6911 .error .clip:nth-of-type(1) .shadow,
#a7d13a7937a6911 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a7d13a7937a6911 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a7d13a7937a6911 .error h2 {
  font-size: 32px;
}
#a7d13a7937a6911 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a7d13a7937a6911 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a7d13a7937a6911 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a7d13a7937a6911 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a7d13a7937a6911 .error .clip .shadow {
  overflow: hidden;
}
#a7d13a7937a6911 .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);
}
#a7d13a7937a6911 .error .clip:nth-of-type(3) .shadow:after,
#a7d13a7937a6911 .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%;
}
#a7d13a7937a6911 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a7d13a7937a6911 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a7d13a7937a6911 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a7d13a7937a6911 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a7d13a7937a6911 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a7d13a7937a6911 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a7d13a7937a6911 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a7d13a7937a6911 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a7d13a7937a6911 {
    /* Error Page */
    /* Error Page */
  }
  #a7d13a7937a6911 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a7d13a7937a6911 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a7d13a7937a6911 .error .clip:nth-of-type(1) .shadow,
  #a7d13a7937a6911 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a7d13a7937a6911 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a7d13a7937a6911 .error h2 {
    font-size: 24px;
  }
  #a7d13a7937a6911 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a7d13a7937a6911 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a7d13a7937a6911 .error .container-error-404 {
    height: 150px;
  }
}
#a7d13a7937a6911 .overlay {
  position: relative;
  z-index: 20;
}
#a7d13a7937a6911 .ground-color {
  background: white;
}
#a7d13a7937a6911 .item-bg-color {
  background: #EAEAEA;
}
#a7d13a7937a6911 .padding-top {
  padding-top: 10px;
}
#a7d13a7937a6911 .padding-bottom {
  padding-bottom: 10px;
}
#a7d13a7937a6911 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7d13a7937a6911 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a7d13a7937a6911 .padding-all {
  padding: 10px;
}
#a7d13a7937a6911 .no-padding-left {
  padding-left: 0px;
}
#a7d13a7937a6911 .no-padding-right {
  padding-right: 0px;
}
#a7d13a7937a6911 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a7d13a7937a6911 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a7d13a7937a6911 .no-padding {
  padding: 0px;
}
#a7d13a7937a6911 .margin-top {
  margin-top: 10px;
}
#a7d13a7937a6911 .margin-bottom {
  margin-bottom: 10px;
}
#a7d13a7937a6911 .margin-right {
  margin-right: 10px;
}
#a7d13a7937a6911 .margin-left {
  margin-left: 10px;
}
#a7d13a7937a6911 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a7d13a7937a6911 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a7d13a7937a6911 .margin-all {
  margin: 10px;
}
#a7d13a7937a6911 .no-margin {
  margin: 0px;
}
#a7d13a7937a6911 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a7d13a7937a6911 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a7d13a7937a6911 .inside-col-shrink {
  margin: 0px 20px;
}
#a7d13a7937a6911 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a86b5a9e22ad444 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab05ba98dca5c89 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ab05ba98dca5c89 .switch_item {
  margin-right: 10px;
}
#ab05ba98dca5c89 a.switch_item:hover {
  text-decoration: underline;
}
#ab05ba98dca5c89 .slider {
  width: 420px;
  height: 600px;
}
#ab05ba98dca5c89 .uk-slideshow-items {
  height: 100%;
}
#ab05ba98dca5c89 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ab05ba98dca5c89 .login-wrap {
  width: 100%;
  height: 100%;
}
#ab05ba98dca5c89 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ab05ba98dca5c89 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ab05ba98dca5c89 .phone-login-box {
  margin: 40px auto 40px;
}
#ab05ba98dca5c89 .login-header {
  margin-bottom: 24px;
}
#ab05ba98dca5c89 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ab05ba98dca5c89 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ab05ba98dca5c89 .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;
}
#ab05ba98dca5c89 .forget_password {
  cursor: pointer;
}
#ab05ba98dca5c89 .forget_password:hover {
  color: #3178f4;
}
#ab05ba98dca5c89 .input-item input.error,
#ab05ba98dca5c89 .input-item input.error::placeholder {
  color: #fc4343;
}
#ab05ba98dca5c89 .input-item input::placeholder {
  color: #999;
}
#ab05ba98dca5c89 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ab05ba98dca5c89 .form-item {
  margin: 24px 0;
}
#ab05ba98dca5c89 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ab05ba98dca5c89 .send-code {
  float: left;
  margin-left: 20px;
}
#ab05ba98dca5c89 .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;
}
#ab05ba98dca5c89 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ab05ba98dca5c89 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ab05ba98dca5c89 .login_btn_wrap {
  text-align: center;
}
#ab05ba98dca5c89 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ab05ba98dca5c89 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ab05ba98dca5c89 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a86b5a9e22ad444 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a770ca9e47a9eac .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a770ca9e47a9eac .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a770ca9e47a9eac .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a770ca9e47a9eac .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a770ca9e47a9eac .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a770ca9e47a9eac .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a770ca9e47a9eac .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a770ca9e47a9eac .nav-list {
  padding: 0 20px;
}
#a770ca9e47a9eac .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;
}
#a770ca9e47a9eac .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a770ca9e47a9eac .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a770ca9e47a9eac .order-item:hover {
  background: #f7f7f7;
}
#a770ca9e47a9eac .del-order {
  cursor: pointer;
}
#a770ca9e47a9eac .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a770ca9e47a9eac .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a770ca9e47a9eac .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a770ca9e47a9eac .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a770ca9e47a9eac .goods-item .goods-info {
  padding: 0 15px;
}
#a770ca9e47a9eac .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a770ca9e47a9eac .appoint-time {
  margin-bottom: 4px;
}
#a770ca9e47a9eac .appoint-name {
  color: #333;
  font-size: 14px;
}
#a770ca9e47a9eac .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a770ca9e47a9eac .goods-item .goods-name {
  color: #333;
}
#a770ca9e47a9eac .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a770ca9e47a9eac .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a770ca9e47a9eac .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a770ca9e47a9eac .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a770ca9e47a9eac .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a770ca9e47a9eac .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;
}
#a770ca9e47a9eac .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a770ca9e47a9eac .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a770ca9e47a9eac .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a770ca9e47a9eac .setting-form {
  padding: 30px 20px;
}
#a770ca9e47a9eac .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a770ca9e47a9eac .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a770ca9e47a9eac .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a770ca9e47a9eac .setting-form .setting-btns {
  margin-left: 130px;
}
#a770ca9e47a9eac .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a770ca9e47a9eac .setting-wrap {
  position: relative;
}
#a770ca9e47a9eac .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a770ca9e47a9eac .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a770ca9e47a9eac .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a770ca9e47a9eac .address-wrap {
  padding: 30px 20px;
}
#a770ca9e47a9eac .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a770ca9e47a9eac .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a770ca9e47a9eac .addr-list {
  min-height: 200px;
}
#a770ca9e47a9eac .addr-detail .addr-item-name,
#a770ca9e47a9eac .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;
}
#a770ca9e47a9eac .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a770ca9e47a9eac .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a770ca9e47a9eac .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a770ca9e47a9eac .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a770ca9e47a9eac .add-addr {
  height: 32px;
  line-height: 30px;
}
#a770ca9e47a9eac .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a770ca9e47a9eac .publish-item {
  cursor: default;
  min-height: 120px;
}
#a770ca9e47a9eac .publish-item .status-0 {
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/info-unread.png);
}
#a770ca9e47a9eac .publish-item .status-1 {
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/info-fail.png);
}
#a770ca9e47a9eac .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #3178f4;
}
#a770ca9e47a9eac .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a86b5a9e22ad444 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac8bfa6f3baef79 {
  min-height: 90vh;
  /* mobile */
}
#ac8bfa6f3baef79 .search-highlight {
  background: yellow;
}
#ac8bfa6f3baef79 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ac8bfa6f3baef79 .el-title {
  margin-bottom: 20px;
}
#ac8bfa6f3baef79 .el-item:hover .el-title {
  color: #3178f4;
}
#ac8bfa6f3baef79 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ac8bfa6f3baef79 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ac8bfa6f3baef79 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ac8bfa6f3baef79 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ac8bfa6f3baef79 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ac8bfa6f3baef79 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ac8bfa6f3baef79 .el-title {
    margin-bottom: 0;
  }
  #ac8bfa6f3baef79 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ac8bfa6f3baef79 .category {
    font-size: 12px;
  }
  #ac8bfa6f3baef79 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a86b5a9e22ad444 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adb1ba2693acd1f .comment-detail {
  min-height: 600px;
}
#adb1ba2693acd1f table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#adb1ba2693acd1f table th,
#adb1ba2693acd1f table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#adb1ba2693acd1f table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#adb1ba2693acd1f .red {
  color: #F00!important;
}
#adb1ba2693acd1f .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#a5f55ad7d9a80c2 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a6dbcae82da8d50 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a447badcb8acf23  > .ele-wrap:hover {border-left-style: none;}#aee7daff4ea3305 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aee7daff4ea3305 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a62bfa745fa545b  > .ele-wrap:hover {border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#a617ba5efda293d a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a617ba5efda293d a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa1f2ab4deaeec4  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#ac2b4ab883a6999 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac2b4ab883a6999 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a8848a6b5dab3b9  > .ele-wrap:hover {border-left-style: none;}#a8e45a0d1ca465f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8e45a0d1ca465f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a51ffa04f9a094b  > .ele-wrap:hover {border-left-width: 0px;border-left-style: none;}#aefb0a5a71adc6c a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aefb0a5a71adc6c a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0d4ba22c3a7b3b  > .ele-wrap:hover {border-left-style: none;}#a8de6a5d87a8bc3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a8de6a5d87a8bc3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a04a9a3e58ad326  > .ele-wrap:hover {border-left-style: none;}#a9326aac68a9d25 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9326aac68a9d25 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#adb36ad9bba5378  > .ele-wrap:hover {border-left-style: none;}#ad26dad191aabad a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad26dad191aabad a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9b1fa02eaa00a1  > .ele-wrap:hover {border-left-style: none;}#a0cedae195a530e a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0cedae195a530e a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc93a8cbaa9816 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a06c0aa18ba6d51 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65cfa24f5ad480  > .ele-wrap:hover {border-left-style: none;}#ab5c3a04bfafdf4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab5c3a04bfafdf4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aefc6a3423a9f9b  > .ele-wrap:hover {border-left-style: none;}#a4c92abb74aa330 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4c92abb74aa330 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aab47a5662a61f4  > .ele-wrap:hover {border-left-style: none;}#aff86abc60a25e2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aff86abc60a25e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abf0fa975faefb9  > .ele-wrap:hover {border-left-style: none;}#a1f68a3273a409e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1f68a3273a409e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1726ad91bae81b  > .ele-wrap:hover {border-left-style: none;}#ac4abaf2dba5c51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac4abaf2dba5c51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a41daabee6ad70b  > .ele-wrap:hover {border-left-style: none;}#af682a0a4ea4790 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af682a0a4ea4790 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a993ea93cbafd49  > .ele-wrap:hover {border-left-style: none;}#a9c9ca7b2ca4cd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9c9ca7b2ca4cd6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2297a9c00a3540 > .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 15px 10px 1px rgba(0, 0, 0, 0.08);}#a757fa2235aae97 > .ele-wrap {background-color: rgba(246, 249, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f21ab1b9a314f a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f21ab1b9a314f a:hover {
        font-weight: bold;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(49, 120, 244, 1);}#af94bab491aa437 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af94bab491aa437 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1cbaa86eeaa2c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1cbaa86eeaa2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1038a3394ada56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1038a3394ada56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0dd2a39fcaf791 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0dd2a39fcaf791 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4eea1481aaa02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4eea1481aaa02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a24fda48e6a7eee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a24fda48e6a7eee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a0afea794ba3018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a0afea794ba3018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4f32a5b5fad69e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4f32a5b5fad69e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac128a5daba81f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac128a5daba81f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a1eecae7f6a84e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a1eecae7f6a84e0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ac57ca398aa2c40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ac57ca398aa2c40 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a89d3ad897a56a2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a89d3ad897a56a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afc6ba2245ad053 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afc6ba2245ad053 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad4bfa3c70a3e72 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad4bfa3c70a3e72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aca38a7a80adcc0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aca38a7a80adcc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ad50ea69f5a1903 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ad50ea69f5a1903 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#abcc4ac76cac752 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#abcc4ac76cac752 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a9299a446ea17d4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9299a446ea17d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acfccabbcfaff3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acfccabbcfaff3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2405ada26afbb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2405ada26afbb0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ab07faf112aefcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ab07faf112aefcb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#afea2a0589ae642 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#afea2a0589ae642 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a74d4a6f4ba0340 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a74d4a6f4ba0340 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aec4badb44aa6b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aec4badb44aa6b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2d1eaf816a9ea7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2d1eaf816a9ea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#ae355ab58fae6e7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae355ab58fae6e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4d7da1b91af084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4d7da1b91af084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#af4e1a45e6aaaba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#af4e1a45e6aaaba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a2642a3a17a30be a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a2642a3a17a30be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#acdaba2c78aba45 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#acdaba2c78aba45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#aa9e1a826aa0b41 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#aa9e1a826aa0b41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4eb1ac655a8180 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a4eb1ac655a8180 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a7a7aaeb73a4604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a7a7aaeb73a4604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a55dca5321a8056 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a55dca5321a8056 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a217dad185a6ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a217dad185a6ce5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a50a2a1d73a7fc8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a50a2a1d73a7fc8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a3fdaa4a2ba9dc3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3fdaa4a2ba9dc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(49, 120, 244, 1);}#a4a67a2204a8525 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4a67a2204a8525 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4a67a2204a8525 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cad8ed;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #222222;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 30px;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: none;
}
#a4a67a2204a8525 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4a67a2204a8525 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  border-bottom-width: 2px;
  border-bottom-color: #3178f4;
  border-bottom-style: solid;
}
#a4a67a2204a8525 .layout-left li,
#a4a67a2204a8525 .layout-center li,
#a4a67a2204a8525 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4a67a2204a8525 .layout-left li a,
#a4a67a2204a8525 .layout-center li a,
#a4a67a2204a8525 .layout-right li a {
  height: 100%;
}
#a4a67a2204a8525 > .tab-tabs .layout-left {
  text-align: left;
}
#a4a67a2204a8525 > .tab-tabs .layout-center {
  text-align: center;
}
#a4a67a2204a8525 > .tab-tabs .layout-right {
  text-align: right;
}
#a4a67a2204a8525 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4a67a2204a8525 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a4a67a2204a8525 .tab-contents,
#a4a67a2204a8525 .tab-contents-wrap {
  pointer-events: none;
}
#a4a67a2204a8525 .tab-content,
#a4a67a2204a8525 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4a67a2204a8525 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4a67a2204a8525 .tab-wrap .tab-contents {
  height: 100%;
}
#a4a67a2204a8525 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4a67a2204a8525 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8074acf70aee7d > .ele-wrap {background-color: rgba(204, 204, 204, 0);border-bottom-width: 1px;border-bottom-color: rgba(202, 216, 237, 1);border-bottom-style: none;}#a9297a079fa8866 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9297a079fa8866 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9297a079fa8866 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9297a079fa8866 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9297a079fa8866 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul li a img,
#a9297a079fa8866 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9297a079fa8866 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9297a079fa8866 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show,
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9297a079fa8866 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9297a079fa8866 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9297a079fa8866 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6405a7a95a496f .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0d74a941dab7a8 .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6ecfa1bfaafb48 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6ecfa1bfaafb48 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6ecfa1bfaafb48 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #222222;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  padding: 0 35px;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:before {
  height: 100%;
}
#a6ecfa1bfaafb48 .menu-list > li:hover:after {
  color: auto;
}
#a6ecfa1bfaafb48 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a6ecfa1bfaafb48 .menu-list > li:first-child:after {
  content: "";
}
#a6ecfa1bfaafb48 .menu-list > li.active > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6ecfa1bfaafb48 .menu-list > li ul li {
  position: relative;
}
#a6ecfa1bfaafb48 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#a6ecfa1bfaafb48 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ecfa1bfaafb48 .menu-list > li:hover > a {
  background-color: #222222;
}
#a6ecfa1bfaafb48 li ul,
#a6ecfa1bfaafb48 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6ecfa1bfaafb48 li:hover > ul {
  left: auto;
}
#a6ecfa1bfaafb48 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7ac5a9eb1a07b6 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a img,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7ac5a9eb1a07b6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show,
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a7ac5a9eb1a07b6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a30efa8d8da5e7e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a30efa8d8da5e7e .menu-list-expand .submenu-indicator {
  display: none;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul li a img,
#a30efa8d8da5e7e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a30efa8d8da5e7e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a30efa8d8da5e7e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show,
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a30efa8d8da5e7e .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a30efa8d8da5e7e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9a12a2c52a054a .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #bdbdbd;
}
#a9a12a2c52a054a .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a {
  color: #bdbdbd;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9a12a2c52a054a .menu-list-expand .submenu-indicator {
  display: none;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3178f4;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bdbdbd;
  background-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li.active > a {
  color: #bdbdbd;
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul li a img,
#a9a12a2c52a054a .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9a12a2c52a054a .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9a12a2c52a054a .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show,
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9a12a2c52a054a .jquery-accordion-menu > ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#a9a12a2c52a054a .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8fd0a3c5aa6f2b .img-wrap {
  border-top-width: 6px;
  border-top-color: #ffffff;
  border-top-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 6px;
  border-left-width: 6px;
  border-bottom-width: 6px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
