.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei"; } /* ======================================================================== Component: Base ========================================================================== */ /* * 1. Set `font-size` to support `rem` units * Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge * 2. Prevent adjustments of font size after orientation changes in IE and iOS. * 3. Style */ html { font-size: 16px; font-weight: 400; line-height: 1.5; /* 2 */ -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; /* 3 */ color: #666; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; } /* * Removes default margin. */ body { margin: 0; font-size: 14px; color: #666; background-color: #ffffff; } /* Links ========================================================================== */ /* * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { /* 1 */ background-color: transparent; /* 2 */ -webkit-text-decoration-skip: objects; } /* * Remove the outline on focused links when they are also active or hovered */ a:active, a:hover { outline: none; } /* * Style */ a, .uk-link { color: #1e87f0; text-decoration: none; cursor: pointer; } a:hover, .uk-link:hover { color: #0f6ecd; } /* Text-level semantics ========================================================================== */ /* * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /* * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6. * 2. Add the correct font weight in Chrome, Edge, and Safari. */ /* 1 */ b, strong { font-weight: inherit; } /* 2 */ b, strong { font-weight: bolder; } /* * 1. Correct the odd `em` font sizing in all browsers. * 2. Consolas has a better baseline in running text compared to `Courier` * 3. Style */ :not(pre) > code, :not(pre) > kbd, :not(pre) > samp { /* 1 */ font-size: 11px; /* 2 */ font-family: Consolas, monaco, monospace; /* 3 */ color: #435DBA; white-space: nowrap; padding: 2px 6px; border: 1px solid #EBEBED; border-radius: 3px; } /* * Emphasize */ em { color: #0f6ecd; } /* Preformatted text ========================================================================== */ /* * 1. Contain overflow in all browsers. * 2. Override UA */ pre { background: #ffffff; } pre code { font-family: Consolas, monaco, monospace; } /* Selection pseudo-element ========================================================================== */ ::-moz-selection { background: #2b3886; text-shadow: none; } ::selection { background: #2b3886; 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 #2b3886; } /* Small ========================================================================== */ /* * Reset child height, caused by `inline-block` */ .uk-divider-small { line-height: 0; } .uk-divider-small::after { border-top: 2px solid #2b3886; } /* ======================================================================== 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: #2b3886; 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: #2b3886; outline: none; } /* OnClick + Active */ .uk-icon-button:active, .uk-active > .uk-icon-button { background-color: #2b3886; 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: #2b3886; 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: #2b3886; } /* OnClick + Active */ .uk-button-default:active, .uk-button-default.uk-active { background-color: #2b3886; color: #ffffff; } /* * Primary */ .uk-button-primary { background-color: #2b3886; color: #ffffff; } /* Hover + Focus */ .uk-button-primary:hover, .uk-button-primary:focus { background-color: #0f6ecd; color: #ffffff; } /* OnClick + Active */ .uk-button-primary:active, .uk-button-primary.uk-active { color: #ffffff; } /* * Secondary */ .uk-button-secondary { color: #666; border: 1px solid #0f6ecd; } /* OnClick + Active */ .uk-button-secondary:active, .uk-button-secondary.uk-active { background-color: #2b3886; color: #ffffff; border-color: #2b3886; } /* * 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: #2b3886; } /* Disabled */ .uk-button-text:disabled { color: #999999; } /* * Link * 1. Reset * 2. Style */ .uk-button-link { /* 1 */ padding: 0; line-height: 1.5; background: none; /* 2 */ color: #1e87f0; } /* Hover + Focus */ .uk-button-link:hover, .uk-button-link:focus { color: #0f6ecd; } /* Disabled */ .uk-button-link:disabled { color: #999999; text-decoration: none; } /* Style modifiers ========================================================================== */ /* * Default */ .uk-section-default, .ap-container-default .uk-container { background: #ffffff; } /* * Primary */ .uk-section-primary, .ap-container-primary .uk-container { background: #2b3886; } /* * Secondary */ .uk-section-secondary, .ap-container-secondary .uk-container { background: #0f6ecd; } .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: #2b3886; } /* * Secondary */ .uk-tile-secondary { background: #0f6ecd; } /* ======================================================================== 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: #2b3886; color: #ffffff; } .uk-card-primary .uk-card-title { color: #ffffff; } /* * Secondary */ .uk-card-secondary { background: #0f6ecd; 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: #2b3886; background-color: transparent; } /* ======================================================================== Component: Marker ========================================================================== */ /* * Addopts `uk-icon` */ .uk-marker { padding: 5px; background: #0f6ecd; color: #ffffff; } /* Hover + Focus */ .uk-marker:hover, .uk-marker:focus { color: #ffffff; outline: none; } /* ======================================================================== Component: Alert ========================================================================== */ .uk-alert { position: relative; background: #ffffff; color: #333333; } /* Style modifiers ========================================================================== */ /* * Primary */ .uk-alert-primary { background: #ffffff; color: #2b3886; } /* * 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: #2b3886; color: #ffffff; } /* * Required for `a` */ .uk-badge:hover, .uk-badge:focus { color: #ffffff; text-decoration: none; outline: none; } /* ======================================================================== Component: Label ========================================================================== */ .uk-label { background: #2b3886; 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: #2b3886; 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: #2b3886; } /* 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: #2b3886; outline: none; } .uk-navbar-nav > li > a:hover::before { background-color: currentColor; } /* OnClick */ .uk-navbar-nav > li.uk-active > a::before { background-color: #2b3886; } /* Item ========================================================================== */ .uk-navbar-item { color: #666; } /* Toggle ========================================================================== */ .uk-navbar-toggle:hover, .uk-navbar-toggle:focus, .uk-navbar-toggle.uk-open { color: #2b3886; } /* 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: #2b3886; 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: #2b3886; 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: #2b3886; 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: #2b3886; } /* 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: #2b3886; border-color: transparent; } /* Active */ .uk-dotnav > .uk-active > * { background-color: #2b3886; 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: #2b3886; } /* * 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: #2b3886; } /* 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: #2b3886; } /* * 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: #2b3886; 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: #2b3886; } .uk-progress::-moz-progress-bar { background-color: #2b3886; } .uk-progress::-ms-fill { background-color: #2b3886; } /* ======================================================================== 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: #2b3886 !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: #2b3886 !important; } @supports (-webkit-background-clip: text) { .uk-text-background { background-color: #2b3886; } } /* ======================================================================== Component: Background ========================================================================== */ /* Color ========================================================================== */ .uk-background-default { background-color: #ffffff; } .uk-background-muted { background-color: #f8f8f8; } .uk-background-primary { background-color: #2b3886; } .uk-background-secondary { background-color: #0f6ecd; } /* ======================================================================== 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; 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: #2b3886; 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: #2b3886; 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: #2b3886; 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; 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; } .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: #2b3886; } .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(15, 110, 205, 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: #2b3886; } .uk-section-muted .uk-navbar-container.uk-navbar-sticky { background-color: #f8f8f8; } .uk-section-primary .uk-navbar-container.uk-navbar-sticky { background-color: #2b3886; } .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: #2b3886; border-color: #2b3886; } .category .uk-pagination li:hover, .ap-pagination li:hover, .dynamic-pagination li:hover { border-color: #2b3886; } /* ======================================================================== 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: #1f285f; } .ap-list-filter dd a.active { background-color: #2b3886; color: #fff; border-radius: 2px; } .ap-filter-dropdown .filter-item-wrap.open, .ap-filter-dropdown .filter-item.active { color: #2b3886; } .category li a.active { color: #2b3886; } .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: #2b3886; } .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: #2b3886; border: 1px solid rgba(43, 56, 134, 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: #2b3886; } form .step .ui-step.active .ui-step-title { color: #2b3886; } #a3642a6bada0ad9 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a35c4a59c5a8558 > .ele-wrap {background-color: rgba(255, 255, 255, 0.82);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7362af283aa99b > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a9055a7073a88a0 > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);}#a9055a7073a88a0 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9055a7073a88a0:hover * {color: #ffffff !important} #a9055a7073a88a0:hover .line{border-color: #ffffff !important}#a4605abdf1a8afe > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a4605abdf1a8afe > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4605abdf1a8afe:hover * {color: #ffffff !important} #a4605abdf1a8afe:hover .line{border-color: #ffffff !important}#af645a01d5a63c9 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#af645a01d5a63c9 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af645a01d5a63c9:hover * {color: #ffffff !important} #af645a01d5a63c9:hover .line{border-color: #ffffff !important}#a80feaa063a94ba > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a80feaa063a94ba > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a80feaa063a94ba:hover * {color: #ffffff !important} #a80feaa063a94ba:hover .line{border-color: #ffffff !important}#a30bba7055af78d > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a30bba7055af78d > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a30bba7055af78d:hover * {color: #ffffff !important} #a30bba7055af78d:hover .line{border-color: #ffffff !important}#acddbac814a173a > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#acddbac814a173a > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acddbac814a173a:hover * {color: #ffffff !important} #acddbac814a173a:hover .line{border-color: #ffffff !important}#adc73ac1eea1a53 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#adc73ac1eea1a53 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc73ac1eea1a53:hover * {color: #ffffff !important} #adc73ac1eea1a53:hover .line{border-color: #ffffff !important}#ae794ab466a35cb > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#ad566ac88eac8cc > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: none;border-right-style: none;border-bottom-style: none;border-top-style: none;}#ad566ac88eac8cc > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad566ac88eac8cc:hover * {color: #ffffff !important} #ad566ac88eac8cc:hover .line{border-color: #ffffff !important}#a5a3aac477add5a > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a5a3aac477add5a > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a3aac477add5a:hover * {color: #ffffff !important} #a5a3aac477add5a:hover .line{border-color: #ffffff !important}#a8ee6ab0a6a247b > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a8ee6ab0a6a247b > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ee6ab0a6a247b:hover * {color: #ffffff !important} #a8ee6ab0a6a247b:hover .line{border-color: #ffffff !important}#adc6ca02caa3fae > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#adc6ca02caa3fae > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc6ca02caa3fae:hover * {color: #ffffff !important} #adc6ca02caa3fae:hover .line{border-color: #ffffff !important}#a320ea888ca6eb8 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a320ea888ca6eb8 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a320ea888ca6eb8:hover * {color: #ffffff !important} #a320ea888ca6eb8:hover .line{border-color: #ffffff !important}#a9bb6aa0e0a341d > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a9bb6aa0e0a341d > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9bb6aa0e0a341d:hover * {color: #ffffff !important} #a9bb6aa0e0a341d:hover .line{border-color: #ffffff !important}#aeb82ad04dad584 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aeb82ad04dad584 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeb82ad04dad584:hover * {color: #ffffff !important} #aeb82ad04dad584:hover .line{border-color: #ffffff !important}#a2da5ab54dac83b > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a2da5ab54dac83b > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2da5ab54dac83b:hover * {color: #ffffff !important} #a2da5ab54dac83b:hover .line{border-color: #ffffff !important}#a3e2ca9d9ba9417 .a2f85a3ed8a1858 { overflow: hidden; } #a3e2ca9d9ba9417 .a2f85a3ed8a1858 , #a3e2ca9d9ba9417 .a2f85a3ed8a1858 > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3e2ca9d9ba9417 .uk-grid { margin-left: 0px; } #a3e2ca9d9ba9417 .uk-grid > * { padding-left: 0px; } #a3e2ca9d9ba9417 .uk-grid > .uk-grid-margin { margin-top: 0px; } #a3e2ca9d9ba9417 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a3e2ca9d9ba9417 .uk-position-center-left-out { left: -30px; } #a3e2ca9d9ba9417 .uk-position-center-right-out { left: auto; right: -30px; } } #a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a50a8aac7aace44 .ap-content-container { height: 100%; min-height: 40px; } #a85bda2bd0ad2c9 .phone-info { font-size: 28px; color: #296fb7; font-family: 'helvetica'; padding-top: 5px; font-weight: bold; line-height: 1; } #a85bda2bd0ad2c9 .phone-info span { font-size: 13px; font-weight: 400; display: block; } #a85bda2bd0ad2c9 .abstract { white-space: pre-wrap; } #a85bda2bd0ad2c9 .product-main { margin: 15px 0; } #a85bda2bd0ad2c9 .video-box, #a85bda2bd0ad2c9 .preview-box { margin-bottom: 20px; border: 1px solid #eee; text-align: center; } #a85bda2bd0ad2c9 .video-box video { object-fit: contain; position: absolute; left: 0; top: 0; z-index: 10; } #a85bda2bd0ad2c9 .goods-slider { width: 430px; max-width: 100%; } #a85bda2bd0ad2c9 .preview-box img { width: 100%; } #a85bda2bd0ad2c9 .preview-box .zoom-hover { display: none; position: absolute; left: 0; top: 0; width: 180px; height: 180px; border: 1px solid #aaa; background: #0099ff; background-color: rgba(133, 111, 41, 0.3); opacity: .5; cursor: move; } #a85bda2bd0ad2c9 .zoom-indicator { background-color: #fff; opacity: .3; position: absolute; right: 0; bottom: 0; } #a85bda2bd0ad2c9 .zoom-indicator i { width: 30px; height: 30px; line-height: 30px; text-align: center; } #a85bda2bd0ad2c9 .thumb-box { width: 100%; position: relative; } #a85bda2bd0ad2c9 .thumb-box .btn { width: 22px; height: 32px; } #a85bda2bd0ad2c9 .thumb-box .btn-next { background: url(/resources/sys/img/section/btn_next.png) no-repeat center center; } #a85bda2bd0ad2c9 .thumb-box .btn-prev { background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center; } #a85bda2bd0ad2c9 .thumb-list { overflow: hidden; } #a85bda2bd0ad2c9 .thumb-list ul { width: 100000px; } #a85bda2bd0ad2c9 .thumb-list ul li { list-style: none; float: left; margin: 0 4px; cursor: pointer; position: relative; } #a85bda2bd0ad2c9 .thumb-list ul li img { width: 68px; height: 68px; border: 2px solid #fff; } #a85bda2bd0ad2c9 .thumb-list ul li.thumb-video::after { content: ''; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; background: url(/resources/sys/img/play-light.svg) center center no-repeat; background-size: 30px; position: absolute; opacity: .8; transition: all .2s ease; } #a85bda2bd0ad2c9 .thumb-list ul li.thumb-video:hover::after { opacity: 1; background-size: 35px; } #a85bda2bd0ad2c9 .thumb-list ul li.active img { border-color: #2b3886; } #a85bda2bd0ad2c9 .zoom-box { display: none; overflow: hidden; position: absolute; left: 440px; top: 0; width: 500px; height: 500px; border: 1px solid #e4e4e4; z-index: 400; background: #fff; } #a85bda2bd0ad2c9 .zoom-box img { max-width: initial; } #a85bda2bd0ad2c9 .uk-button-primary { font-size: 16px; } #a85bda2bd0ad2c9 .questions .question { font-size: 16px; font-weight: 400; color: #333; } #a85bda2bd0ad2c9 .questions .answer { font-size: 13px; color: #999; } #a85bda2bd0ad2c9 .questions .fa { line-height: 24px; } @media (max-width: 640px) { #a85bda2bd0ad2c9 .content-wrap { padding: 0; } #a85bda2bd0ad2c9 .title { font-size: 18px; font-weight: bolder; } #a85bda2bd0ad2c9 .content-wrap .rich-img-wrap { margin-left: -15px; margin-right: -15px; } } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a8bdba0ecba71b6 .a74ceaf06ca8eb1 { overflow: hidden; } #a8bdba0ecba71b6 .a74ceaf06ca8eb1 , #a8bdba0ecba71b6 .a74ceaf06ca8eb1 > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a8bdba0ecba71b6 .uk-grid { margin-left: 0px; } #a8bdba0ecba71b6 .uk-grid > * { padding-left: 0px; } #a8bdba0ecba71b6 .uk-grid > .uk-grid-margin { margin-top: 0px; } #a8bdba0ecba71b6 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a8bdba0ecba71b6 .uk-position-center-left-out { left: -30px; } #a8bdba0ecba71b6 .uk-position-center-right-out { left: auto; right: -30px; } } #a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a90e1a19caab7a1 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #aa6a7a3961a8359 > .ele-wrap {background-color: rgba(255, 255, 255, 0.82);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6efaa88ba92b8 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a3384af3bca21a2 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a3384af3bca21a2 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3384af3bca21a2:hover * {color: #ffffff !important} #a3384af3bca21a2:hover .line{border-color: #ffffff !important}#a876ea697ba7ea6 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a876ea697ba7ea6 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a876ea697ba7ea6:hover * {color: #ffffff !important} #a876ea697ba7ea6:hover .line{border-color: #ffffff !important}#ab2d0ae43aa2436 > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 0px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;}#ab2d0ae43aa2436 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2d0ae43aa2436:hover * {color: #ffffff !important} #ab2d0ae43aa2436:hover .line{border-color: #ffffff !important}#a580da6a29a0a82 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a580da6a29a0a82 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a580da6a29a0a82:hover * {color: #ffffff !important} #a580da6a29a0a82:hover .line{border-color: #ffffff !important}#a2d95a06e8ac8cb > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a2d95a06e8ac8cb > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d95a06e8ac8cb:hover * {color: #ffffff !important} #a2d95a06e8ac8cb:hover .line{border-color: #ffffff !important}#aba4eade1cacbba > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aba4eade1cacbba > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba4eade1cacbba:hover * {color: #ffffff !important} #aba4eade1cacbba:hover .line{border-color: #ffffff !important}#a6c64a612fa8ea9 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a6c64a612fa8ea9 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c64a612fa8ea9:hover * {color: #ffffff !important} #a6c64a612fa8ea9:hover .line{border-color: #ffffff !important}#a40ada4c5aa57e6 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a58c7a385bac2f9 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a58c7a385bac2f9 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a58c7a385bac2f9:hover * {color: #ffffff !important} #a58c7a385bac2f9:hover .line{border-color: #ffffff !important}#a7b0ca110ea98ad > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a7b0ca110ea98ad > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b0ca110ea98ad:hover * {color: #ffffff !important} #a7b0ca110ea98ad:hover .line{border-color: #ffffff !important}#afd7ba1ff8a004b > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#afd7ba1ff8a004b > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd7ba1ff8a004b:hover * {color: #ffffff !important} #afd7ba1ff8a004b:hover .line{border-color: #ffffff !important}#a83d7a5fc3a6c04 > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a83d7a5fc3a6c04 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a83d7a5fc3a6c04:hover * {color: #ffffff !important} #a83d7a5fc3a6c04:hover .line{border-color: #ffffff !important}#af83aa5f2ea0f85 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#af83aa5f2ea0f85 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af83aa5f2ea0f85:hover * {color: #ffffff !important} #af83aa5f2ea0f85:hover .line{border-color: #ffffff !important}#a909aa3192ad2d2 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a909aa3192ad2d2 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a909aa3192ad2d2:hover * {color: #ffffff !important} #a909aa3192ad2d2:hover .line{border-color: #ffffff !important}#aa8bba1305a2094 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aa8bba1305a2094 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa8bba1305a2094:hover * {color: #ffffff !important} #aa8bba1305a2094:hover .line{border-color: #ffffff !important}#af8aeabb85a5068 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#af8aeabb85a5068 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af8aeabb85a5068:hover * {color: #ffffff !important} #af8aeabb85a5068:hover .line{border-color: #ffffff !important}#a7f1aa8507a5785 .aa7f5aebaba1968 { overflow: hidden; } #a7f1aa8507a5785 .aa7f5aebaba1968 , #a7f1aa8507a5785 .aa7f5aebaba1968 > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7f1aa8507a5785 .uk-grid { margin-left: 0px; } #a7f1aa8507a5785 .uk-grid > * { padding-left: 0px; } #a7f1aa8507a5785 .uk-grid > .uk-grid-margin { margin-top: 0px; } #a7f1aa8507a5785 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a7f1aa8507a5785 .uk-position-center-left-out { left: -30px; } #a7f1aa8507a5785 .uk-position-center-right-out { left: auto; right: -30px; } } #a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a14aaac5c6a7fd4 .ap-content-container { height: 100%; min-height: 40px; } #ae88da4663ae245 .phone-info { font-size: 28px; color: #296fb7; font-family: 'helvetica'; padding-top: 5px; font-weight: bold; line-height: 1; } #ae88da4663ae245 .phone-info span { font-size: 13px; font-weight: 400; display: block; } #ae88da4663ae245 .abstract { white-space: pre-wrap; } #ae88da4663ae245 .product-main { margin: 15px 0; } #ae88da4663ae245 .video-box, #ae88da4663ae245 .preview-box { margin-bottom: 20px; border: 1px solid #eee; text-align: center; } #ae88da4663ae245 .video-box video { object-fit: contain; position: absolute; left: 0; top: 0; z-index: 10; } #ae88da4663ae245 .goods-slider { width: 430px; max-width: 100%; } #ae88da4663ae245 .preview-box img { width: 100%; } #ae88da4663ae245 .preview-box .zoom-hover { display: none; position: absolute; left: 0; top: 0; width: 180px; height: 180px; border: 1px solid #aaa; background: #0099ff; background-color: rgba(133, 111, 41, 0.3); opacity: .5; cursor: move; } #ae88da4663ae245 .zoom-indicator { background-color: #fff; opacity: .3; position: absolute; right: 0; bottom: 0; } #ae88da4663ae245 .zoom-indicator i { width: 30px; height: 30px; line-height: 30px; text-align: center; } #ae88da4663ae245 .thumb-box { width: 100%; position: relative; } #ae88da4663ae245 .thumb-box .btn { width: 22px; height: 32px; } #ae88da4663ae245 .thumb-box .btn-next { background: url(/resources/sys/img/section/btn_next.png) no-repeat center center; } #ae88da4663ae245 .thumb-box .btn-prev { background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center; } #ae88da4663ae245 .thumb-list { overflow: hidden; } #ae88da4663ae245 .thumb-list ul { width: 100000px; } #ae88da4663ae245 .thumb-list ul li { list-style: none; float: left; margin: 0 4px; cursor: pointer; position: relative; } #ae88da4663ae245 .thumb-list ul li img { width: 68px; height: 68px; border: 2px solid #fff; } #ae88da4663ae245 .thumb-list ul li.thumb-video::after { content: ''; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; background: url(/resources/sys/img/play-light.svg) center center no-repeat; background-size: 30px; position: absolute; opacity: .8; transition: all .2s ease; } #ae88da4663ae245 .thumb-list ul li.thumb-video:hover::after { opacity: 1; background-size: 35px; } #ae88da4663ae245 .thumb-list ul li.active img { border-color: #2b3886; } #ae88da4663ae245 .zoom-box { display: none; overflow: hidden; position: absolute; left: 440px; top: 0; width: 500px; height: 500px; border: 1px solid #e4e4e4; z-index: 400; background: #fff; } #ae88da4663ae245 .zoom-box img { max-width: initial; } #ae88da4663ae245 .uk-button-primary { font-size: 16px; } #ae88da4663ae245 .questions .question { font-size: 16px; font-weight: 400; color: #333; } #ae88da4663ae245 .questions .answer { font-size: 13px; color: #999; } #ae88da4663ae245 .questions .fa { line-height: 24px; } @media (max-width: 640px) { #ae88da4663ae245 .content-wrap { padding: 0; } #ae88da4663ae245 .title { font-size: 18px; font-weight: bolder; } #ae88da4663ae245 .content-wrap .rich-img-wrap { margin-left: -15px; margin-right: -15px; } } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a8cefa5ab1a68e0 .aebd0ae67da99e7 { overflow: hidden; } #a8cefa5ab1a68e0 .aebd0ae67da99e7 , #a8cefa5ab1a68e0 .aebd0ae67da99e7 > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a8cefa5ab1a68e0 .uk-grid { margin-left: 0px; } #a8cefa5ab1a68e0 .uk-grid > * { padding-left: 0px; } #a8cefa5ab1a68e0 .uk-grid > .uk-grid-margin { margin-top: 0px; } #a8cefa5ab1a68e0 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a8cefa5ab1a68e0 .uk-position-center-left-out { left: -30px; } #a8cefa5ab1a68e0 .uk-position-center-right-out { left: auto; right: -30px; } } #a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a0513a9911a24ee .a89efaffeda30ba { overflow: hidden; } #a0513a9911a24ee .a89efaffeda30ba , #a0513a9911a24ee .a89efaffeda30ba > * { font-weight: bold; font-style: normal; font-size: 17px;font-family: inherit;color: rgba(54, 54, 54, 1);line-height: 20px;}#a0513a9911a24ee .adb38a6e1ea62b8 { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(155, 155, 155, 1);}#a0513a9911a24ee .abee8a23d5a6077 { overflow: hidden; } #a0513a9911a24ee .abee8a23d5a6077 , #a0513a9911a24ee .abee8a23d5a6077 > * { font-weight: normal; font-style: normal; font-size: 13px;font-family: inherit;line-height: 20px;}#a0513a9911a24ee .uk-grid { margin-left: -nullpx; } #a0513a9911a24ee .uk-grid > * { padding-left: nullpx; } #a0513a9911a24ee .uk-grid > .uk-grid-margin { margin-top: 8px; } #a0513a9911a24ee .dynamic-list-item { background-color: #ffffff; } #a0513a9911a24ee .dynamic-list-item:hover { background-color: #ffffff; } /* mobile */ @media (max-width: 640px) { #a0513a9911a24ee .uk-position-center-left-out { left: -30px; } #a0513a9911a24ee .uk-position-center-right-out { left: auto; right: -30px; } } #a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } @media (min-width: 1200px) { #aa831a7b42a4cca .uk-container { padding: 0 60px; } } @media (min-width: 980px) { #aa831a7b42a4cca .sidebar { width: 300px; padding: 1; } } #aa831a7b42a4cca .author-avatar { width: 80px; height: 80px; border-radius: 50%; border: 1px solid #ccc; margin-right: 15px; } #aa831a7b42a4cca .rich-img-wrap { display: block; } #aa831a7b42a4cca .author-name { color: #262626; display: block; font-size: 20px; height: 28px; line-height: 28px; } #aa831a7b42a4cca .author-info span { background: #9da7e0; border: 1px solid #2b3886; color: #2b3886; display: inline-block; font-size: 12px; height: 18px; line-height: 18px; margin-top: 4px; padding: 0 6px; text-align: center; } #aa831a7b42a4cca .sidebar .border-1 { padding: 15px 16px 40px; border-radius: 3px; overflow: hidden; border-top: 3px solid #2b3886; } #aa831a7b42a4cca .new-list { padding: 15px 0 0; border-top: 1px solid #ececec; } #aa831a7b42a4cca .sidebar .uk-h4 { color: #262626; font-size: 14px; margin: 0; } #aa831a7b42a4cca .sidebar .uk-h4:before { background: #2b3886; content: ""; display: inline-block; height: 10px; margin: 0 6px 0 0; width: 2px; } #aa831a7b42a4cca .author-wrapper { position: relative; } #aa831a7b42a4cca .sidebar h3 { font-size: 16px; line-height: 25px; color: #262626; } #aa831a7b42a4cca .sidebar h3::after { border: .5px solid #ddd; content: ""; display: block; height: 0; margin-top: 10px; width: 20px; } #aa831a7b42a4cca .sidebar .footer-tip { text-align: center; line-height: 40px; color: #fff; height: 40px; position: absolute; left: 0; bottom: 0; width: 100%; } #aa831a7b42a4cca .new-list li { padding: 5px 0 15px; } #aa831a7b42a4cca .sidebar a { font-size: 14px; color: #262626; line-height: 20px; padding-bottom: 4px; display: block; } #aa831a7b42a4cca .sidebar a:hover { color: #3545a5; } #aa831a7b42a4cca .new-list li span { font-size: 12px; color: #a7a7a7; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a19c8a5ccda8319 .aaab0a9d97ad19c { overflow: hidden; } #a19c8a5ccda8319 .aaab0a9d97ad19c , #a19c8a5ccda8319 .aaab0a9d97ad19c > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;}#a19c8a5ccda8319 .a6b4aa60daabe93 > .ele-wrap {background-color: #2b3886;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a19c8a5ccda8319 .a6a66a821da4a53 { overflow: hidden; } #a19c8a5ccda8319 .a6a66a821da4a53 , #a19c8a5ccda8319 .a6a66a821da4a53 > * { font-weight: bold; font-style: normal; font-size: 15px;font-family: inherit;color: #ffffff;}#a19c8a5ccda8319 .af47fa2ea3aad84 { font-weight: normal; font-style: normal; font-size: 13px;text-align: right;font-family: inherit;color: rgba(153, 153, 153, 1);}#a19c8a5ccda8319 .uk-grid > .uk-grid-margin { margin-top: 8px; } #a19c8a5ccda8319 .dynamic-list-item { background-color: #f8f8f8; border-top-width: 1px; border-top-color: #2b3886; border-top-style: solid; border-right-color: #2b3886; border-left-color: #2b3886; border-bottom-color: #2b3886; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; } #a19c8a5ccda8319 .dynamic-list-item:hover { background-color: #ffffff; } /* mobile */ @media (max-width: 640px) { #a19c8a5ccda8319 .uk-position-center-left-out { left: -30px; } #a19c8a5ccda8319 .uk-position-center-right-out { left: auto; right: -30px; } } #a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7ad4a6928a003f { min-height: 300px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #acc25a34a4aa154 { overflow: hidden; } #acc25a34a4aa154 , #acc25a34a4aa154 > * { font-weight: bold; font-style: normal; font-size: 24px;font-family: inherit;color: #2b3886;}#ae07da222aa7721 a, #ae07da222aa7721 span {border-top-width: 1px;border-top-color: rgba(88, 88, 88, 1);border-top-style: solid;border-right-color: rgba(88, 88, 88, 1);border-left-color: rgba(88, 88, 88, 1);border-bottom-color: rgba(88, 88, 88, 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;padding-right: 10px;padding-left: 10px;padding-top: 4px;padding-bottom: 4px; font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(101, 101, 101, 1);}#abcc6ac751addbe , #abcc6ac751addbe .param-tag { font-weight: normal; font-style: normal; font-size: 15px;font-family: inherit;}#af976a023ba8086 , #af976a023ba8086 .param-tag { font-weight: normal; font-style: normal; font-size: 15px;font-family: inherit;}#a4d17ae62ba0920 , #a4d17ae62ba0920 .param-tag { font-weight: normal; font-style: normal; font-size: 15px;font-family: inherit;}#ac6dea9de2a184f , #ac6dea9de2a184f .param-tag { font-weight: normal; font-style: normal; font-size: 15px;font-family: inherit;}#a9d93a7d83a4d89 , #a9d93a7d83a4d89 .param-tag { font-weight: normal; font-style: normal; font-size: 15px;font-family: inherit;}#a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a904aa0fa1a89b3 .a9094a86e2a1c9c { overflow: hidden; } #a904aa0fa1a89b3 .a9094a86e2a1c9c , #a904aa0fa1a89b3 .a9094a86e2a1c9c > * { font-weight: normal; font-style: normal; font-size: 13px;text-align: left;font-family: inherit;}#a904aa0fa1a89b3 .a8972a6d87aca10 { overflow: hidden; } #a904aa0fa1a89b3 .a8972a6d87aca10 , #a904aa0fa1a89b3 .a8972a6d87aca10 > * { font-weight: bold; font-style: normal; font-size: 18px;text-align: center;font-family: inherit;color: #2b3886;}#a904aa0fa1a89b3 .dynamic-list-item { background-color: #ffffff; } #a904aa0fa1a89b3 .dynamic-list-item:hover { background-color: #ffffff; } /* mobile */ @media (max-width: 640px) { #a904aa0fa1a89b3 .uk-position-center-left-out { left: -30px; } #a904aa0fa1a89b3 .uk-position-center-right-out { left: auto; right: -30px; } } #ab6cda1227aa980 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a8466ab27aa1147 > .ele-wrap {background-color: rgba(255, 255, 255, 0.82);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae716ace8caccac > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#ab268ac941a06e9 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ab268ac941a06e9 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab268ac941a06e9:hover * {color: #ffffff !important} #ab268ac941a06e9:hover .line{border-color: #ffffff !important}#a3802aa27eaf5e2 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a3802aa27eaf5e2 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3802aa27eaf5e2:hover * {color: #ffffff !important} #a3802aa27eaf5e2:hover .line{border-color: #ffffff !important}#a7382ac1a2a286a > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a7382ac1a2a286a > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7382ac1a2a286a:hover * {color: #ffffff !important} #a7382ac1a2a286a:hover .line{border-color: #ffffff !important}#a5350ac4fba4acb > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a5350ac4fba4acb > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5350ac4fba4acb:hover * {color: #ffffff !important} #a5350ac4fba4acb:hover .line{border-color: #ffffff !important}#a1634abd6aa31d3 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a1634abd6aa31d3 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1634abd6aa31d3:hover * {color: #ffffff !important} #a1634abd6aa31d3:hover .line{border-color: #ffffff !important}#ac9cfae1d6af868 > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac9cfae1d6af868 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac9cfae1d6af868:hover * {color: #ffffff !important} #ac9cfae1d6af868:hover .line{border-color: #ffffff !important}#a6583a6a53a9a65 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a6583a6a53a9a65 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6583a6a53a9a65:hover * {color: #ffffff !important} #a6583a6a53a9a65:hover .line{border-color: #ffffff !important}#a1182af201a4fba > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a1182af201a4fba > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1182af201a4fba:hover * {color: #ffffff !important} #a1182af201a4fba:hover .line{border-color: #ffffff !important}#a054ba7072a2c10 .aa1c7ab3bba1cbc { overflow: hidden; } #a054ba7072a2c10 .aa1c7ab3bba1cbc , #a054ba7072a2c10 .aa1c7ab3bba1cbc > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a054ba7072a2c10 .uk-grid { margin-left: 0px; } #a054ba7072a2c10 .uk-grid > * { padding-left: 0px; } #a054ba7072a2c10 .uk-grid > .uk-grid-margin { margin-top: 0px; } #a054ba7072a2c10 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a054ba7072a2c10 .uk-position-center-left-out { left: -30px; } #a054ba7072a2c10 .uk-position-center-right-out { left: auto; right: -30px; } } #a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#af31fa0d24ad5c8 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a0204a1027a5ba9 > .ele-wrap {background-color: rgba(255, 255, 255, 0.82);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a33e9ac2c7a5c16 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#aff86a019ba8578 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aff86a019ba8578 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff86a019ba8578:hover * {color: #ffffff !important} #aff86a019ba8578:hover .line{border-color: #ffffff !important}#aa047ae03ca546b > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa047ae03ca546b > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa047ae03ca546b:hover * {color: #ffffff !important} #aa047ae03ca546b:hover .line{border-color: #ffffff !important}#a5eada5b0ca1a76 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a5eada5b0ca1a76 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5eada5b0ca1a76:hover * {color: #ffffff !important} #a5eada5b0ca1a76:hover .line{border-color: #ffffff !important}#adc9bac89ba6673 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#adc9bac89ba6673 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc9bac89ba6673:hover * {color: #ffffff !important} #adc9bac89ba6673:hover .line{border-color: #ffffff !important}#a6963acd81ae611 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a6963acd81ae611 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6963acd81ae611:hover * {color: #ffffff !important} #a6963acd81ae611:hover .line{border-color: #ffffff !important}#a7516a62a5afe74 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a7516a62a5afe74 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7516a62a5afe74:hover * {color: #ffffff !important} #a7516a62a5afe74:hover .line{border-color: #ffffff !important}#a7ea7a4041a2161 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a7ea7a4041a2161 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ea7a4041a2161:hover * {color: #ffffff !important} #a7ea7a4041a2161:hover .line{border-color: #ffffff !important}#a85daa1137a09fa > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a85daa1137a09fa > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a85daa1137a09fa:hover * {color: #ffffff !important} #a85daa1137a09fa:hover .line{border-color: #ffffff !important}#a0129a4d59a0b75 .a76d9aad18a2f67 { overflow: hidden; } #a0129a4d59a0b75 .a76d9aad18a2f67 , #a0129a4d59a0b75 .a76d9aad18a2f67 > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a0129a4d59a0b75 .uk-grid { margin-left: 0px; } #a0129a4d59a0b75 .uk-grid > * { padding-left: 0px; } #a0129a4d59a0b75 .uk-grid > .uk-grid-margin { margin-top: 0px; } #a0129a4d59a0b75 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a0129a4d59a0b75 .uk-position-center-left-out { left: -30px; } #a0129a4d59a0b75 .uk-position-center-right-out { left: auto; right: -30px; } } #a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a9e6bab34aa78d6 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #af2f4a62c5ae3a0 > .ele-wrap {background-color: rgba(255, 255, 255, 0.82);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4509ac088a1bfd > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a3e9aa7d3fadbb1 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a3e9aa7d3fadbb1 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3e9aa7d3fadbb1:hover * {color: #ffffff !important} #a3e9aa7d3fadbb1:hover .line{border-color: #ffffff !important}#aa2aaaf034a18ff > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aa2aaaf034a18ff > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa2aaaf034a18ff:hover * {color: #ffffff !important} #aa2aaaf034a18ff:hover .line{border-color: #ffffff !important}#aab30ab347a493d > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab30ab347a493d > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab30ab347a493d:hover * {color: #ffffff !important} #aab30ab347a493d:hover .line{border-color: #ffffff !important}#a8f95af862a3597 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a8f95af862a3597 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f95af862a3597:hover * {color: #ffffff !important} #a8f95af862a3597:hover .line{border-color: #ffffff !important}#a79e9aa788acf65 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a79e9aa788acf65 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79e9aa788acf65:hover * {color: #ffffff !important} #a79e9aa788acf65:hover .line{border-color: #ffffff !important}#aa45aa1a23aabc5 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aa45aa1a23aabc5 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa45aa1a23aabc5:hover * {color: #ffffff !important} #aa45aa1a23aabc5:hover .line{border-color: #ffffff !important}#a341cacabfae92a > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a341cacabfae92a > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a341cacabfae92a:hover * {color: #ffffff !important} #a341cacabfae92a:hover .line{border-color: #ffffff !important}#a5d9ba0e85ab6ed > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a5d9ba0e85ab6ed > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9ba0e85ab6ed:hover * {color: #ffffff !important} #a5d9ba0e85ab6ed:hover .line{border-color: #ffffff !important}#a0e5dabd27aec5f .a3522a92d4a00d9 { overflow: hidden; } #a0e5dabd27aec5f .a3522a92d4a00d9 , #a0e5dabd27aec5f .a3522a92d4a00d9 > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a0e5dabd27aec5f .uk-grid { margin-left: 0px; } #a0e5dabd27aec5f .uk-grid > * { padding-left: 0px; } #a0e5dabd27aec5f .uk-grid > .uk-grid-margin { margin-top: 0px; } #a0e5dabd27aec5f .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a0e5dabd27aec5f .uk-position-center-left-out { left: -30px; } #a0e5dabd27aec5f .uk-position-center-right-out { left: auto; right: -30px; } } #a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a992da41fda8fc6 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a0ed4a4ca3ad20c > .ele-wrap {background-color: rgba(255, 255, 255, 0.82);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a03e1afddaacf8d > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a8426a7922a6a32 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a8426a7922a6a32 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8426a7922a6a32:hover * {color: #ffffff !important} #a8426a7922a6a32:hover .line{border-color: #ffffff !important}#ae7aca3163a1287 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ae7aca3163a1287 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae7aca3163a1287:hover * {color: #ffffff !important} #ae7aca3163a1287:hover .line{border-color: #ffffff !important}#a933da856aa897e > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 0px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;}#a933da856aa897e > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a933da856aa897e:hover * {color: #ffffff !important} #a933da856aa897e:hover .line{border-color: #ffffff !important}#ac04ea39ceaf1fb > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ac04ea39ceaf1fb > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac04ea39ceaf1fb:hover * {color: #ffffff !important} #ac04ea39ceaf1fb:hover .line{border-color: #ffffff !important}#ad443aeec3a446c > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ad443aeec3a446c > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad443aeec3a446c:hover * {color: #ffffff !important} #ad443aeec3a446c:hover .line{border-color: #ffffff !important}#a5ad5a10ecab7eb > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a5ad5a10ecab7eb > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ad5a10ecab7eb:hover * {color: #ffffff !important} #a5ad5a10ecab7eb:hover .line{border-color: #ffffff !important}#aee9fa712ca1d9d > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aee9fa712ca1d9d > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee9fa712ca1d9d:hover * {color: #ffffff !important} #aee9fa712ca1d9d:hover .line{border-color: #ffffff !important}#a5de3a7dfaa68a5 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#ac481a6cf3a7ea3 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ac481a6cf3a7ea3 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac481a6cf3a7ea3:hover * {color: #ffffff !important} #ac481a6cf3a7ea3:hover .line{border-color: #ffffff !important}#acdb6a5f53ac0d0 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#acdb6a5f53ac0d0 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdb6a5f53ac0d0:hover * {color: #ffffff !important} #acdb6a5f53ac0d0:hover .line{border-color: #ffffff !important}#a6d56a8359a3117 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a6d56a8359a3117 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d56a8359a3117:hover * {color: #ffffff !important} #a6d56a8359a3117:hover .line{border-color: #ffffff !important}#a655ea0fd3a3df6 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a655ea0fd3a3df6 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a655ea0fd3a3df6:hover * {color: #ffffff !important} #a655ea0fd3a3df6:hover .line{border-color: #ffffff !important}#a42b3ae40aa95db > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a42b3ae40aa95db > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a42b3ae40aa95db:hover * {color: #ffffff !important} #a42b3ae40aa95db:hover .line{border-color: #ffffff !important}#a1cbea394ead7bf > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a1cbea394ead7bf > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1cbea394ead7bf:hover * {color: #ffffff !important} #a1cbea394ead7bf:hover .line{border-color: #ffffff !important}#ac295aaacca2ed1 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ac295aaacca2ed1 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac295aaacca2ed1:hover * {color: #ffffff !important} #ac295aaacca2ed1:hover .line{border-color: #ffffff !important}#ae470a7bdfa5962 > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: none;}#ae470a7bdfa5962 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae470a7bdfa5962:hover * {color: #ffffff !important} #ae470a7bdfa5962:hover .line{border-color: #ffffff !important}#a9654a9b1aa18e8 .a00c3a0e28a6308 { overflow: hidden; } #a9654a9b1aa18e8 .a00c3a0e28a6308 , #a9654a9b1aa18e8 .a00c3a0e28a6308 > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9654a9b1aa18e8 .uk-grid { margin-left: 0px; } #a9654a9b1aa18e8 .uk-grid > * { padding-left: 0px; } #a9654a9b1aa18e8 .uk-grid > .uk-grid-margin { margin-top: 0px; } #a9654a9b1aa18e8 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a9654a9b1aa18e8 .uk-position-center-left-out { left: -30px; } #a9654a9b1aa18e8 .uk-position-center-right-out { left: auto; right: -30px; } } #a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a302aa4711aeb9e .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a6a16a3439ae277 > .ele-wrap {background-color: rgba(255, 255, 255, 0.82);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e24ac5eba3acf > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#abc27aca3caa350 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#abc27aca3caa350 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abc27aca3caa350:hover * {color: #ffffff !important} #abc27aca3caa350:hover .line{border-color: #ffffff !important}#a7819a33cfa24dc > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a7819a33cfa24dc > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7819a33cfa24dc:hover * {color: #ffffff !important} #a7819a33cfa24dc:hover .line{border-color: #ffffff !important}#add53aee3daa2ef > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#add53aee3daa2ef > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#add53aee3daa2ef:hover * {color: #ffffff !important} #add53aee3daa2ef:hover .line{border-color: #ffffff !important}#a247fa9228a413a > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a247fa9228a413a > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a247fa9228a413a:hover * {color: #ffffff !important} #a247fa9228a413a:hover .line{border-color: #ffffff !important}#a2e7daa018aa191 > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2e7daa018aa191 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2e7daa018aa191:hover * {color: #ffffff !important} #a2e7daa018aa191:hover .line{border-color: #ffffff !important}#a7ba1a9a7caae0a > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a7ba1a9a7caae0a > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ba1a9a7caae0a:hover * {color: #ffffff !important} #a7ba1a9a7caae0a:hover .line{border-color: #ffffff !important}#aceddaeea6af7d3 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aceddaeea6af7d3 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aceddaeea6af7d3:hover * {color: #ffffff !important} #aceddaeea6af7d3:hover .line{border-color: #ffffff !important}#a2195a5b63afaf7 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a2195a5b63afaf7 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2195a5b63afaf7:hover * {color: #ffffff !important} #a2195a5b63afaf7:hover .line{border-color: #ffffff !important}#aa586a66aaa2ad3 .ab8f8a5ee7abc6c { overflow: hidden; } #aa586a66aaa2ad3 .ab8f8a5ee7abc6c , #aa586a66aaa2ad3 .ab8f8a5ee7abc6c > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa586a66aaa2ad3 .uk-grid { margin-left: 0px; } #aa586a66aaa2ad3 .uk-grid > * { padding-left: 0px; } #aa586a66aaa2ad3 .uk-grid > .uk-grid-margin { margin-top: 0px; } #aa586a66aaa2ad3 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #aa586a66aaa2ad3 .uk-position-center-left-out { left: -30px; } #aa586a66aaa2ad3 .uk-position-center-right-out { left: auto; right: -30px; } } #a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a84e7add8ca1377 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #aa69ea6724a3010 > .ele-wrap {background-color: rgba(255, 255, 255, 0.82);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a92b6a87e3a22b3 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#aa8dda71c6a88cc > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aa8dda71c6a88cc > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa8dda71c6a88cc:hover * {color: #ffffff !important} #aa8dda71c6a88cc:hover .line{border-color: #ffffff !important}#afa5faed5aaf3c5 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#afa5faed5aaf3c5 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa5faed5aaf3c5:hover * {color: #ffffff !important} #afa5faed5aaf3c5:hover .line{border-color: #ffffff !important}#acc92a2eaaa7c60 > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 0px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;}#acc92a2eaaa7c60 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acc92a2eaaa7c60:hover * {color: #ffffff !important} #acc92a2eaaa7c60:hover .line{border-color: #ffffff !important}#a8ef8a3084acded > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a8ef8a3084acded > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ef8a3084acded:hover * {color: #ffffff !important} #a8ef8a3084acded:hover .line{border-color: #ffffff !important}#a063ba7adcaaf73 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a063ba7adcaaf73 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a063ba7adcaaf73:hover * {color: #ffffff !important} #a063ba7adcaaf73:hover .line{border-color: #ffffff !important}#ab196a83f4a0e90 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ab196a83f4a0e90 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab196a83f4a0e90:hover * {color: #ffffff !important} #ab196a83f4a0e90:hover .line{border-color: #ffffff !important}#a1c96a5836a015c > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a1c96a5836a015c > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c96a5836a015c:hover * {color: #ffffff !important} #a1c96a5836a015c:hover .line{border-color: #ffffff !important}#a21a8adf44ac0f1 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#ae1a7a3bb9a2625 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ae1a7a3bb9a2625 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae1a7a3bb9a2625:hover * {color: #ffffff !important} #ae1a7a3bb9a2625:hover .line{border-color: #ffffff !important}#af395af006a1809 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#af395af006a1809 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af395af006a1809:hover * {color: #ffffff !important} #af395af006a1809:hover .line{border-color: #ffffff !important}#a7cb7a48e1acd7a > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a7cb7a48e1acd7a > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7cb7a48e1acd7a:hover * {color: #ffffff !important} #a7cb7a48e1acd7a:hover .line{border-color: #ffffff !important}#a0105a81d5af721 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a0105a81d5af721 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0105a81d5af721:hover * {color: #ffffff !important} #a0105a81d5af721:hover .line{border-color: #ffffff !important}#a49eea543aaa470 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a49eea543aaa470 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a49eea543aaa470:hover * {color: #ffffff !important} #a49eea543aaa470:hover .line{border-color: #ffffff !important}#af547a2858ab10f > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#af547a2858ab10f > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af547a2858ab10f:hover * {color: #ffffff !important} #af547a2858ab10f:hover .line{border-color: #ffffff !important}#a8d0cacf23a3f6e > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d0cacf23a3f6e > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d0cacf23a3f6e:hover * {color: #ffffff !important} #a8d0cacf23a3f6e:hover .line{border-color: #ffffff !important}#a8890ae692a66be > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a8890ae692a66be > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8890ae692a66be:hover * {color: #ffffff !important} #a8890ae692a66be:hover .line{border-color: #ffffff !important}#a2602a997da049d .a5686aed6da4ca2 { overflow: hidden; } #a2602a997da049d .a5686aed6da4ca2 , #a2602a997da049d .a5686aed6da4ca2 > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2602a997da049d .uk-grid { margin-left: 0px; } #a2602a997da049d .uk-grid > * { padding-left: 0px; } #a2602a997da049d .uk-grid > .uk-grid-margin { margin-top: 0px; } #a2602a997da049d .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a2602a997da049d .uk-position-center-left-out { left: -30px; } #a2602a997da049d .uk-position-center-right-out { left: auto; right: -30px; } } #a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a50a8aac7aace44 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a548ca4a0daa7ea .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 13px;background-color: transparent;border-radius: 3px;justify-content: center;}#a548ca4a0daa7ea .ele-wrap:hover {background-color: rgb(248, 158, 35);}#ab30dad24aa3cf1 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 13px;background-color: transparent;border-radius: 3px;justify-content: center;}#ab30dad24aa3cf1 .ele-wrap:hover {background-color: rgb(248, 158, 35);background-color: rgba(0, 0, 0, 0);}#a03a3a592daa8fb > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a535bac1d2aca30 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(220, 220, 220, 1);border-left-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a535bac1d2aca30 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a535bac1d2aca30:hover * {color: #ffffff !important} #a535bac1d2aca30:hover .line{border-color: #ffffff !important}#ad134a9635ad75a > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-color: rgba(220, 220, 220, 1);border-left-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);}#ad134a9635ad75a > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad134a9635ad75a:hover * {color: #ffffff !important} #ad134a9635ad75a:hover .line{border-color: #ffffff !important}#a94e9ad7b8a0c3d > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(220, 220, 220, 1);border-left-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a94e9ad7b8a0c3d > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a94e9ad7b8a0c3d:hover * {color: #ffffff !important} #a94e9ad7b8a0c3d:hover .line{border-color: #ffffff !important}#a8516a22a4ac240 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(220, 220, 220, 1);border-left-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a8516a22a4ac240 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8516a22a4ac240:hover * {color: #ffffff !important} #a8516a22a4ac240:hover .line{border-color: #ffffff !important}#ab1afaf195a424b > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(220, 220, 220, 1);border-left-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ab1afaf195a424b > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab1afaf195a424b:hover * {color: #ffffff !important} #ab1afaf195a424b:hover .line{border-color: #ffffff !important}#a5588ac1fdad2f9 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(220, 220, 220, 1);border-left-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a5588ac1fdad2f9 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5588ac1fdad2f9:hover * {color: #ffffff !important} #a5588ac1fdad2f9:hover .line{border-color: #ffffff !important}#a967faeb25a2f4c > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(220, 220, 220, 1);border-left-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a967faeb25a2f4c > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a967faeb25a2f4c:hover * {color: #ffffff !important} #a967faeb25a2f4c:hover .line{border-color: #ffffff !important}#aeadaa5a42a06ac > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(220, 220, 220, 1);border-left-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aeadaa5a42a06ac > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeadaa5a42a06ac:hover * {color: #ffffff !important} #aeadaa5a42a06ac:hover .line{border-color: #ffffff !important}#a2adaa4d2dae049 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(220, 220, 220, 1);border-left-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a2adaa4d2dae049 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2adaa4d2dae049:hover * {color: #ffffff !important} #a2adaa4d2dae049:hover .line{border-color: #ffffff !important}#a6580aaceba418f .ad1dda6573a2efd { overflow: hidden; } #a6580aaceba418f .ad1dda6573a2efd , #a6580aaceba418f .ad1dda6573a2efd > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a6580aaceba418f .uk-grid { margin-left: 0px; } #a6580aaceba418f .uk-grid > * { padding-left: 0px; } #a6580aaceba418f .uk-grid > .uk-grid-margin { margin-top: 0px; } #a6580aaceba418f .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a6580aaceba418f .uk-position-center-left-out { left: -30px; } #a6580aaceba418f .uk-position-center-right-out { left: auto; right: -30px; } } #af8eba18cfa5f27 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500; background-image: linear-gradient(300deg, rgba(45, 59, 138, 1), rgba(73, 97, 224, 1)); border-radius: 5px;justify-content: center;border-style: solid;}#af8eba18cfa5f27 .ele-wrap:hover {background-color: #0483cc;}#ae0b9a0aa4a5169 .a292eab871a0a19 { overflow: hidden; } #ae0b9a0aa4a5169 .a292eab871a0a19 , #ae0b9a0aa4a5169 .a292eab871a0a19 > * { font-weight: bold; font-style: normal; font-size: 17px;font-family: inherit;color: rgba(54, 54, 54, 1);line-height: 20px;}#ae0b9a0aa4a5169 .a2902ac50da1371 { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(155, 155, 155, 1);}#ae0b9a0aa4a5169 .ac89dacb2ca2414 { overflow: hidden; } #ae0b9a0aa4a5169 .ac89dacb2ca2414 , #ae0b9a0aa4a5169 .ac89dacb2ca2414 > * { font-weight: normal; font-style: normal; font-size: 13px;font-family: inherit;line-height: 20px;}#ae0b9a0aa4a5169 .uk-grid { margin-left: -nullpx; } #ae0b9a0aa4a5169 .uk-grid > * { padding-left: nullpx; } #ae0b9a0aa4a5169 .uk-grid > .uk-grid-margin { margin-top: 0px; } #ae0b9a0aa4a5169 .dynamic-list-item:hover { background-color: #ffffff; } /* mobile */ @media (max-width: 640px) { #ae0b9a0aa4a5169 .uk-position-center-left-out { left: -30px; } #ae0b9a0aa4a5169 .uk-position-center-right-out { left: auto; right: -30px; } } #a8b4babf1aae418 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500; background-image: linear-gradient(300deg, rgba(45, 59, 138, 1), rgba(73, 97, 224, 1)); border-radius: 5px;justify-content: center;border-style: solid;}#a8b4babf1aae418 .ele-wrap:hover {background-color: #0483cc;}#a41c2af76aa590f { overflow: hidden; } #a41c2af76aa590f , #a41c2af76aa590f > * { font-weight: normal; font-style: normal; font-size: 15px;font-family: inherit;color: rgba(47, 47, 47, 1);line-height: 20px;}#a50a8aac7aace44 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a6eb9af66fa08e3 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0002ad92da9f6e .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0002ad92da9f6e .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a18a7ae701a29d7 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeffea4abea93bf { overflow: hidden; } #aeffea4abea93bf .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #aeffea4abea93bf .img-wrap:hover { transform: scale(1.1); } #ab5dea49ccac93c .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ab5dea49ccac93c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a0552a6131a34f9 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a806ea171ba176f { overflow: hidden; } #a806ea171ba176f .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a806ea171ba176f .img-wrap:hover { transform: scale(1.1); } #a52f0a8648acbe5 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a52f0a8648acbe5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a7c40aa557aa817 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a06b6a4954adf4b { overflow: hidden; } #a06b6a4954adf4b .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a06b6a4954adf4b .img-wrap:hover { transform: scale(1.1); } #a8e7aadf76a62e4 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a8e7aadf76a62e4 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a97caa2543a2e25 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d5cad223a0c9c { overflow: hidden; } #a9d5cad223a0c9c .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a9d5cad223a0c9c .img-wrap:hover { transform: scale(1.1); } #aab86aef08af567 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#aab86aef08af567 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a9d1fa85aeaf8e2 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0906a9450a8df0 { overflow: hidden; } #a0906a9450a8df0 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a0906a9450a8df0 .img-wrap:hover { transform: scale(1.1); } #a8567a27b9ad6f1 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a8567a27b9ad6f1 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a50a8aac7aace44 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #ac1f8a2c31a91c0 .ele-wrap {border-color: rgba(102, 102, 102, 1);color: #666666;font-size: 14px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#ac1f8a2c31a91c0 .ele-wrap:hover {background-color: #0483cc;background-color: #0f6ecd;border-color: rgba(15, 110, 205, 1);color: #ffffff;}#ac6f8a3f66a5e62 .ele-wrap {border-color: rgba(102, 102, 102, 1);color: #666666;font-size: 14px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#ac6f8a3f66a5e62 .ele-wrap:hover {background-color: #0483cc;background-color: #0f6ecd;border-color: rgba(15, 110, 205, 1);color: #ffffff;}#a9bffae4e0a7e5b > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a113eabcb0a6dce .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a113eabcb0a6dce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#ab3cea1c88a03b8 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4d0fa7444ab5fd { overflow: hidden; } #a4d0fa7444ab5fd .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a4d0fa7444ab5fd .img-wrap:hover { transform: scale(1.1); } #af36aa5f24a19ef .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#af36aa5f24a19ef .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a450ead1dea19d6 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab57ea0bf5ae2d3 { overflow: hidden; } #ab57ea0bf5ae2d3 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #ab57ea0bf5ae2d3 .img-wrap:hover { transform: scale(1.1); } #a0385a2215a56ba .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0385a2215a56ba .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a33b8aafc4a974c > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ddba3aedada4f { overflow: hidden; } #a7ddba3aedada4f .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a7ddba3aedada4f .img-wrap:hover { transform: scale(1.1); } #a4ef9abb34acd24 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a4ef9abb34acd24 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a6c25aa6f7a7b02 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd73a1faaa8d92 { overflow: hidden; } #acd73a1faaa8d92 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #acd73a1faaa8d92 .img-wrap:hover { transform: scale(1.1); } #ad57aa005ea7d35 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ad57aa005ea7d35 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a50a8aac7aace44 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a7e13af16aa22df > .ele-wrap {background-color: #0f6ecd;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af4fca5293a00b2 > .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-color: #0f6ecd;border-right-color: #0f6ecd;border-left-color: #0f6ecd;border-bottom-color: #0f6ecd;}#a1e2eaaa7aae7cf > .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-color: #0f6ecd;border-right-color: #0f6ecd;border-left-color: #0f6ecd;border-bottom-color: #0f6ecd;}#a976ba8d43a812f > .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-color: #0f6ecd;border-right-color: #0f6ecd;border-left-color: #0f6ecd;border-bottom-color: #0f6ecd;}#aea9eaa97ca1c49 > .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-color: #0f6ecd;border-right-color: #0f6ecd;border-left-color: #0f6ecd;border-bottom-color: #0f6ecd;}#a91a3a8b86acbdb > .ele-wrap {background-color: #0f6ecd;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae8e0a9c12acd97 > .ele-wrap {background-color: #0f6ecd;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a300cae9d6a2620 > .ele-wrap {background-color: #0f6ecd;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a78e9a3448ac9e1 > .ele-wrap {background-color: #f8f8f8;background-image: url(/resources/upload/ad6a8ad281adae8/1669361645525.jpeg);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-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a3840a828ca9fcc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1d8fa3b13aa0cc > .ele-wrap {background-color: #f8f8f8;background-image: url(/resources/upload/ad6a8ad281adae8/1669361645525.jpeg);background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a0497a010ca087c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a62cfae7c4ab246 > .ele-wrap {background-color: #f8f8f8;background-image: url(/resources/upload/ad6a8ad281adae8/1669361645525.jpeg);background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a1752a3cc8a187d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a99c6a2d4aa9530 > .ele-wrap {background-color: #f8f8f8;background-image: url(/resources/upload/ad6a8ad281adae8/1669361645525.jpeg);background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a469fa9b1bac03a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1e76a2813a2d0b > .ele-wrap {background-color: rgba(43, 56, 134, 1);background-image: url(/resources/upload/ad6a8ad281adae8/1663920957336.jpeg);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;}#ae8d3a314ea91f4 > .ele-wrap {background-color: rgba(43, 56, 134, 1);background-image: url(/resources/upload/ad6a8ad281adae8/1663920957336.jpeg);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;}#a8163ac1fba7c11 > .ele-wrap {background-color: rgba(43, 56, 134, 1);background-image: url(/resources/upload/ad6a8ad281adae8/1663920957336.jpeg);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;}#a6077afd69ae2d9 { overflow: hidden; } #a6077afd69ae2d9 .img-wrap { border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 0; border-top-left-radius: 0; transition: all 0.3s ease-in; } #a6077afd69ae2d9 .img-wrap:hover { transform: scale(1.1); } #a6912a550ba1723 > .ele-wrap {background-color: rgba(44, 57, 136, 1);background-image: url(/resources/upload/ad6a8ad281adae8/1663920957336.jpeg);background-size: cover;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: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 10px;}#a5454a6781a17ab > .ele-wrap {background-color: rgba(43, 56, 134, 1);background-image: url(/resources/upload/ad6a8ad281adae8/1663920957336.jpeg);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;}#a5044a1a60a6bc1 { overflow: hidden; } #a5044a1a60a6bc1 .img-wrap { border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; transition: all 0.3s ease-in; } #a5044a1a60a6bc1 .img-wrap:hover { transform: scale(1.1); } #a2e46acbb9aa1d1 > .ele-wrap {background-color: rgba(44, 57, 136, 1);background-image: url(/resources/upload/ad6a8ad281adae8/1663920957336.jpeg);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 10px;}#a4f3aaa09caf276 .uk-position-bottom, #a4f3aaa09caf276 .uk-position-bottom div { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a4f3aaa09caf276 .gallery-thumbnails .uk-thumbnav { justify-content: center; } #a4f3aaa09caf276 .gallery-thumbnails .uk-thumbnav > * { padding-left: 8px; } #a13b4ad627a4890 .uk-position-bottom, #a13b4ad627a4890 .uk-position-bottom div { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a13b4ad627a4890 .gallery-thumbnails .uk-thumbnav { justify-content: center; } #a13b4ad627a4890 .gallery-thumbnails .uk-thumbnav > * { padding-left: 8px; } #abe44a675da51ef > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d95a5f9fae134 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a1d95a5f9fae134 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a6a15ae0f5a3533 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e5aaec83ae014 { overflow: hidden; } #a9e5aaec83ae014 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a9e5aaec83ae014 .img-wrap:hover { transform: scale(1.1); } #a38c6a274da4faf .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a38c6a274da4faf .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a8425a6a66ab439 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9929af5c8ab266 { overflow: hidden; } #a9929af5c8ab266 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a9929af5c8ab266 .img-wrap:hover { transform: scale(1.1); } #ae423aa3f6a66df .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ae423aa3f6a66df .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a9979ab25da9144 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a924fa673fad2ce { overflow: hidden; } #a924fa673fad2ce .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a924fa673fad2ce .img-wrap:hover { transform: scale(1.1); } #ae652a913bacd56 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ae652a913bacd56 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#ad592a9ee5a088d > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa084ad197a1fa8 { overflow: hidden; } #aa084ad197a1fa8 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #aa084ad197a1fa8 .img-wrap:hover { transform: scale(1.1); } #a25fea4703a66b1 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a25fea4703a66b1 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a50a8aac7aace44 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a54dcab076a9cd5 > .ele-wrap {background-color: rgba(43, 56, 134, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1328a94f4ae8b3 > .ele-wrap {background-color: rgba(43, 56, 134, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9f6baa25ca9ad8 > .ele-wrap {background-color: rgba(43, 56, 134, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa5efafec8a956f > .ele-wrap {background-color: rgba(43, 56, 134, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae5e1ae7dfa614f > .ele-wrap {background-color: rgba(43, 56, 134, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abc4ea06fea97e9 > .ele-wrap {background-color: rgba(43, 56, 134, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a65a8ad19aa1994 > .ele-wrap {background-color: rgba(43, 56, 134, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a417ca6550a6108 > .ele-wrap {background-color: rgba(43, 56, 134, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a48b2ab928a5bcf > .ele-wrap {background-color: rgba(43, 56, 134, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac9d0ac10faa61f > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a045aaaf20aed00 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a045aaaf20aed00 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#ac4b0a1b39aaa3b > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f9aacc77abff5 { overflow: hidden; } #a6f9aacc77abff5 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a6f9aacc77abff5 .img-wrap:hover { transform: scale(1.1); } #a0d99acba7a9081 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0d99acba7a9081 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a8875a2289a3058 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a81b0ab6a5affcd { overflow: hidden; } #a81b0ab6a5affcd .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a81b0ab6a5affcd .img-wrap:hover { transform: scale(1.1); } #a9880aceffa9934 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a9880aceffa9934 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#af09fa0b39a5688 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abb52a7d4fab212 { overflow: hidden; } #abb52a7d4fab212 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #abb52a7d4fab212 .img-wrap:hover { transform: scale(1.1); } #a541ba507fa9be5 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a541ba507fa9be5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a36d2afa9ea6bfa > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0f79a11baa82cb { overflow: hidden; } #a0f79a11baa82cb .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a0f79a11baa82cb .img-wrap:hover { transform: scale(1.1); } #aca01a1426ad48f .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#aca01a1426ad48f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a03a4a92a4aea4f .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a42acacc07aa237 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#aa1ffa2e1ca63d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a6d20aa868a6e20 .uk-position-bottom, #a6d20aa868a6e20 .uk-position-bottom div { font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; } #a6d20aa868a6e20 .gallery-thumbnails .uk-thumbnav { justify-content: center; } #a6d20aa868a6e20 .gallery-thumbnails .uk-thumbnav > * { padding-left: 8px; } #ad00caae76a5e1f .uk-position-bottom, #ad00caae76a5e1f .uk-position-bottom div { font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; } #ad00caae76a5e1f .gallery-thumbnails .uk-thumbnav { justify-content: center; } #ad00caae76a5e1f .gallery-thumbnails .uk-thumbnav > * { padding-left: 8px; } #a6233acdb1a0bd7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a3927a4579afa9d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a698fa891aa9584 .gallery-thumbnails .uk-thumbnav { justify-content: center; } #a698fa891aa9584 .gallery-thumbnails .uk-thumbnav > * { padding-left: 8px; } #a5b2cab121a1dac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a6003ae338a2eed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ab36eadaadaad55 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae73faa355a4bef .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ae73faa355a4bef .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a54c3aab0bacfc4 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab515a670faaaa8 { overflow: hidden; } #ab515a670faaaa8 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #ab515a670faaaa8 .img-wrap:hover { transform: scale(1.1); } #ae945a7e79a1270 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ae945a7e79a1270 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a71d0a77aeab892 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a169bac328a301e { overflow: hidden; } #a169bac328a301e .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a169bac328a301e .img-wrap:hover { transform: scale(1.1); } #a09bead986a1a66 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a09bead986a1a66 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a6056a2ee9acc60 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0addae61eaf9fa { overflow: hidden; } #a0addae61eaf9fa .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a0addae61eaf9fa .img-wrap:hover { transform: scale(1.1); } #abc0eafc84a9daf .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#abc0eafc84a9daf .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a2709a0553aa51e > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7d8a4124ad974 { overflow: hidden; } #ad7d8a4124ad974 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #ad7d8a4124ad974 .img-wrap:hover { transform: scale(1.1); } #a0e04a8366a8eb5 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0e04a8366a8eb5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a6062a9467abb1d > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa12da3606a88cf .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#aa12da3606a88cf .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a1699a1f30a2ee7 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0731a346ca1b07 { overflow: hidden; } #a0731a346ca1b07 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a0731a346ca1b07 .img-wrap:hover { transform: scale(1.1); } #a6ed0a373ea77c7 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a6ed0a373ea77c7 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#aaf12ac822aee4e > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65a2ae619a4b86 { overflow: hidden; } #a65a2ae619a4b86 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a65a2ae619a4b86 .img-wrap:hover { transform: scale(1.1); } #addf7a15cea8bc2 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#addf7a15cea8bc2 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a8f6fa1c20a4ca0 > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6fc1a0b63ada39 { overflow: hidden; } #a6fc1a0b63ada39 .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a6fc1a0b63ada39 .img-wrap:hover { transform: scale(1.1); } #a082da2167a00f0 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a082da2167a00f0 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a7027acfb6a14fc > .ele-wrap {background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d54a09fca55ec { overflow: hidden; } #a3d54a09fca55ec .img-wrap { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; transition: all 0.3s ease-in; } #a3d54a09fca55ec .img-wrap:hover { transform: scale(1.1); } #a8144a96bca9b9f .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a8144a96bca9b9f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #4e4e4e;background-color: rgba(255, 255, 255, 1);}#a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a1244a97e3a6b4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad287a75ffa6d51 .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#ad287a75ffa6d51 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ab572abddaaaf71 .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#ab572abddaaaf71 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a7c5da52fea6a70 .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#a7c5da52fea6a70 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a89a7afd90affd2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1f77a77afaadae .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#a1f77a77afaadae .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ad064a0392a0f31 .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#ad064a0392a0f31 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae9b7ac349a3951 .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#ae9b7ac349a3951 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a5499a3518af068 .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#a5499a3518af068 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a1a96aac1bafdc0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a40bfa0f90a3ad3 .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#a40bfa0f90a3ad3 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2de0ab488af626 .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#a2de0ab488af626 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#acd5fad9c9a995d .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#acd5fad9c9a995d .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae0d9a1510ac8c4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae07ca1baca5ea6 .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#ae07ca1baca5ea6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aac75ae6aea2d12 .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#aac75ae6aea2d12 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a7e0cacde1aada5 .ele-wrap {border-color: rgba(43, 56, 134, 1);border-width: 1px;border-style: solid;color: #2b3886;background-color: transparent;border-radius: 3px;font-size: 12px;justify-content: center;}#a7e0cacde1aada5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae591a1ccfaf8cd .a47cdaa131acf03 { overflow: hidden; } #ae591a1ccfaf8cd .a47cdaa131acf03 , #ae591a1ccfaf8cd .a47cdaa131acf03 > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: #2b3886;}#ae591a1ccfaf8cd .afd1ba7bd3a7792 { font-weight: normal; font-style: normal; font-size: 13px;text-align: right;font-family: inherit;color: rgba(146, 143, 143, 1);}#ae591a1ccfaf8cd .a0d3da30d2a5fa1 a, #ae591a1ccfaf8cd .a0d3da30d2a5fa1 span {border-top-width: 1px;border-top-style: solid;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;padding-right: 4px;padding-left: 4px;padding-top: 1px;padding-bottom: 1px;margin-bottom: 20px; font-weight: normal; font-style: normal; font-size: 12px;text-align: right;font-family: inherit;color: #2b3886;}#ae591a1ccfaf8cd .a2c80ad39da77fc .ele-wrap {border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#ae591a1ccfaf8cd .dynamic-list-item { background-color: #ffffff; border-top-width: 0; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; border-top-left-radius: 6px; } #ae591a1ccfaf8cd .dynamic-list-item:hover { background-color: #ffffff; } /* mobile */ @media (max-width: 640px) { #ae591a1ccfaf8cd .uk-position-center-left-out { left: -30px; } #ae591a1ccfaf8cd .uk-position-center-right-out { left: auto; right: -30px; } } #a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a40b2a0a03ae800 > .ele-wrap {background-color: rgba(255, 255, 255, 0.82);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d19a56c2a90f6 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#ae649afdaba9d36 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ae649afdaba9d36 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae649afdaba9d36:hover * {color: #ffffff !important} #ae649afdaba9d36:hover .line{border-color: #ffffff !important}#abf50af37cadf89 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#abf50af37cadf89 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf50af37cadf89:hover * {color: #ffffff !important} #abf50af37cadf89:hover .line{border-color: #ffffff !important}#aeba7a55ecab6b0 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aeba7a55ecab6b0 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeba7a55ecab6b0:hover * {color: #ffffff !important} #aeba7a55ecab6b0:hover .line{border-color: #ffffff !important}#a56a5abdecafde0 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a56a5abdecafde0 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56a5abdecafde0:hover * {color: #ffffff !important} #a56a5abdecafde0:hover .line{border-color: #ffffff !important}#a1296ac104a6381 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a1296ac104a6381 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1296ac104a6381:hover * {color: #ffffff !important} #a1296ac104a6381:hover .line{border-color: #ffffff !important}#a7cbcab1e0ac8c6 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a7cbcab1e0ac8c6 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7cbcab1e0ac8c6:hover * {color: #ffffff !important} #a7cbcab1e0ac8c6:hover .line{border-color: #ffffff !important}#a68bea25c9a0b39 > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a68bea25c9a0b39 > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68bea25c9a0b39:hover * {color: #ffffff !important} #a68bea25c9a0b39:hover .line{border-color: #ffffff !important}#ad1d7a9ccea145d > .ele-wrap {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-right-width: 1px;border-right-color: rgba(170, 170, 170, 1);border-left-color: rgba(170, 170, 170, 1);border-bottom-color: rgba(170, 170, 170, 1);border-top-color: rgba(170, 170, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ad1d7a9ccea145d > .ele-wrap:hover {background-color: #2b3886;color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d7a9ccea145d:hover * {color: #ffffff !important} #ad1d7a9ccea145d:hover .line{border-color: #ffffff !important}#a901da1235a6a4a .a5777a844aa380e { overflow: hidden; } #a901da1235a6a4a .a5777a844aa380e , #a901da1235a6a4a .a5777a844aa380e > * { font-weight: normal; font-style: normal; font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a901da1235a6a4a .uk-grid { margin-left: 0px; } #a901da1235a6a4a .uk-grid > * { padding-left: 0px; } #a901da1235a6a4a .uk-grid > .uk-grid-margin { margin-top: 0px; } #a901da1235a6a4a .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a901da1235a6a4a .uk-position-center-left-out { left: -30px; } #a901da1235a6a4a .uk-position-center-right-out { left: auto; right: -30px; } } #a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a97d3a7e7da12bc .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500; background-image: linear-gradient(300deg, rgba(45, 59, 138, 1), rgba(73, 97, 224, 1)); border-radius: 5px;justify-content: center;border-style: solid;}#a97d3a7e7da12bc .ele-wrap:hover {background-color: #0483cc;}#a13f1ac5a0a2dcf .a4122ac8fda7fa8 { overflow: hidden; } #a13f1ac5a0a2dcf .a4122ac8fda7fa8 , #a13f1ac5a0a2dcf .a4122ac8fda7fa8 > * { font-weight: bold; font-style: normal; font-size: 17px;font-family: inherit;color: rgba(54, 54, 54, 1);line-height: 20px;}#a13f1ac5a0a2dcf .a4bcaaed4eaf043 { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(155, 155, 155, 1);}#a13f1ac5a0a2dcf .a0335a2b6ea4922 { overflow: hidden; } #a13f1ac5a0a2dcf .a0335a2b6ea4922 , #a13f1ac5a0a2dcf .a0335a2b6ea4922 > * { font-weight: normal; font-style: normal; font-size: 13px;font-family: inherit;line-height: 20px;}#a13f1ac5a0a2dcf .uk-grid { margin-left: -nullpx; } #a13f1ac5a0a2dcf .uk-grid > * { padding-left: nullpx; } #a13f1ac5a0a2dcf .uk-grid > .uk-grid-margin { margin-top: 8px; } #a13f1ac5a0a2dcf .dynamic-list-item { background-color: #ffffff; } #a13f1ac5a0a2dcf .dynamic-list-item:hover { background-color: #ffffff; } /* mobile */ @media (max-width: 640px) { #a13f1ac5a0a2dcf .uk-position-center-left-out { left: -30px; } #a13f1ac5a0a2dcf .uk-position-center-right-out { left: auto; right: -30px; } } #a4c24aa621a35a9 .af60ea3e5ca4842 { overflow: hidden; } #a4c24aa621a35a9 .af60ea3e5ca4842 , #a4c24aa621a35a9 .af60ea3e5ca4842 > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;}#a4c24aa621a35a9 .a97e9a9fb1a8f69 > .ele-wrap {background-color: #2b3886;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c24aa621a35a9 .a2bc5ab181a672f { overflow: hidden; } #a4c24aa621a35a9 .a2bc5ab181a672f , #a4c24aa621a35a9 .a2bc5ab181a672f > * { font-weight: bold; font-style: normal; font-size: 15px;font-family: inherit;color: #ffffff;}#a4c24aa621a35a9 .ade4ba156dab493 { font-weight: normal; font-style: normal; font-size: 13px;text-align: right;font-family: inherit;color: rgba(153, 153, 153, 1);}#a4c24aa621a35a9 .uk-grid > .uk-grid-margin { margin-top: 8px; } #a4c24aa621a35a9 .dynamic-list-item { background-color: #f8f8f8; border-top-width: 1px; border-top-color: #2b3886; border-top-style: solid; border-right-color: #2b3886; border-left-color: #2b3886; border-bottom-color: #2b3886; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; } #a4c24aa621a35a9 .dynamic-list-item:hover { background-color: #ffffff; } /* mobile */ @media (max-width: 640px) { #a4c24aa621a35a9 .uk-position-center-left-out { left: -30px; } #a4c24aa621a35a9 .uk-position-center-right-out { left: auto; right: -30px; } } #acac1a6ccdad937 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500; background-image: linear-gradient(300deg, rgba(45, 59, 138, 1), rgba(73, 97, 224, 1)); border-radius: 5px;justify-content: center;border-style: solid;}#acac1a6ccdad937 .ele-wrap:hover {background-color: #0483cc;}#a705daebaba9a7d .af1eea4002a800b { overflow: hidden; } #a705daebaba9a7d .af1eea4002a800b , #a705daebaba9a7d .af1eea4002a800b > * { font-weight: normal; font-style: normal; font-size: 13px;text-align: center;font-family: inherit;}#a705daebaba9a7d .a587dac1baa20c4 { overflow: hidden; } #a705daebaba9a7d .a587dac1baa20c4 , #a705daebaba9a7d .a587dac1baa20c4 > * { font-weight: bold; font-style: normal; font-size: 16px;text-align: center;font-family: inherit;color: #2b3886;}#a705daebaba9a7d .dynamic-list-item { background-color: #ffffff; } #a705daebaba9a7d .dynamic-list-item:hover { background-color: #ffffff; } /* mobile */ @media (max-width: 640px) { #a705daebaba9a7d .uk-position-center-left-out { left: -30px; } #a705daebaba9a7d .uk-position-center-right-out { left: auto; right: -30px; } } #aebb7a4abba9d16 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500; background-image: linear-gradient(300deg, rgba(45, 59, 138, 1), rgba(73, 97, 224, 1)); border-radius: 5px;justify-content: center;border-style: solid;}#aebb7a4abba9d16 .ele-wrap:hover {background-color: #0483cc;}#a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #ade7faba93a5c1e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a06e6a504aa6153 { overflow: hidden; } #a06e6a504aa6153 .img-wrap { transition: all 0.3s ease-in; } #a06e6a504aa6153 .img-wrap:hover { transform: scale(1.1); } #ae70ba8c8ba30d9 { overflow: hidden; } #ae70ba8c8ba30d9 .img-wrap { transition: all 0.3s ease-in; } #ae70ba8c8ba30d9 .img-wrap:hover { transform: scale(1.1); } #a7851a498ea711c { overflow: hidden; } #a7851a498ea711c .img-wrap { transition: all 0.3s ease-in; } #a7851a498ea711c .img-wrap:hover { transform: scale(1.1); } #a5651a5b8ca25b2 { overflow: hidden; } #a5651a5b8ca25b2 .img-wrap { transition: all 0.3s ease-in; } #a5651a5b8ca25b2 .img-wrap:hover { transform: scale(1.1); } #ac31aad304af43c { overflow: hidden; } #ac31aad304af43c .img-wrap { transition: all 0.3s ease-in; } #ac31aad304af43c .img-wrap:hover { transform: scale(1.1); } #a3c3eaa7d9a0213 { overflow: hidden; } #a3c3eaa7d9a0213 .img-wrap { transition: all 0.3s ease-in; } #a3c3eaa7d9a0213 .img-wrap:hover { transform: scale(1.1); } #ac71dacb87a034f { overflow: hidden; } #ac71dacb87a034f .img-wrap { transition: all 0.3s ease-in; } #ac71dacb87a034f .img-wrap:hover { transform: scale(1.1); } #a83e9ae715a832d .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a401ea0c42a4ab3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d95a4192a7f69 { overflow: hidden; } #a7d95a4192a7f69 .img-wrap { transition: all 0.3s ease-in; } #a7d95a4192a7f69 .img-wrap:hover { transform: scale(1.1); } #a4129aa061af8da { overflow: hidden; } #a4129aa061af8da .img-wrap { transition: all 0.3s ease-in; } #a4129aa061af8da .img-wrap:hover { transform: scale(1.1); } #acfb8a2f7baff92 { overflow: hidden; } #acfb8a2f7baff92 .img-wrap { transition: all 0.3s ease-in; } #acfb8a2f7baff92 .img-wrap:hover { transform: scale(1.1); } #ae9a8a8b7eada3f { overflow: hidden; } #ae9a8a8b7eada3f .img-wrap { transition: all 0.3s ease-in; } #ae9a8a8b7eada3f .img-wrap:hover { transform: scale(1.1); } #a5635ad869a93d3 { overflow: hidden; } #a5635ad869a93d3 .img-wrap { transition: all 0.3s ease-in; } #a5635ad869a93d3 .img-wrap:hover { transform: scale(1.1); } #ae1c5a36e5a11ce { overflow: hidden; } #ae1c5a36e5a11ce .img-wrap { transition: all 0.3s ease-in; } #ae1c5a36e5a11ce .img-wrap:hover { transform: scale(1.1); } #af25da1e14a0d8a { overflow: hidden; } #af25da1e14a0d8a .img-wrap { transition: all 0.3s ease-in; } #af25da1e14a0d8a .img-wrap:hover { transform: scale(1.1); } #a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #abc1faf6eea200a .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500; background-image: linear-gradient(300deg, rgba(45, 59, 138, 1), rgba(73, 97, 224, 1)); border-radius: 5px;justify-content: center;border-style: solid;}#abc1faf6eea200a .ele-wrap:hover {background-color: #0483cc;}#af90aa1309a2009 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500; background-image: linear-gradient(300deg, rgba(45, 59, 138, 1), rgba(73, 97, 224, 1)); border-radius: 5px;justify-content: center;border-style: solid;}#af90aa1309a2009 .ele-wrap:hover {background-color: #0483cc;}#a4712a8de6a2cfe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;color: #2b3886;}#a4712a8de6a2cfe * {color: #2b3886 } #a4712a8de6a2cfe .line{border-color: #2b3886 }#a48e4a4b2fad274 , #a48e4a4b2fad274 a{color: rgba(204, 204, 204, 1);}#a0d0ba8aefa9dfd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;color: #2b3886;}#a0d0ba8aefa9dfd * {color: #2b3886 } #a0d0ba8aefa9dfd .line{border-color: #2b3886 }#ae83ca688cac5a4 , #ae83ca688cac5a4 a{color: rgba(204, 204, 204, 1);}#a6b8ca5948a290d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;color: #2b3886;}#a6b8ca5948a290d * {color: #2b3886 } #a6b8ca5948a290d .line{border-color: #2b3886 }#ab546a734da8371 , #ab546a734da8371 a{color: rgba(204, 204, 204, 1);}#ac078a638ea80a5 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500; background-image: linear-gradient(300deg, rgba(45, 59, 138, 1), rgba(73, 97, 224, 1)); border-radius: 5px;justify-content: center;border-style: solid;}#ac078a638ea80a5 .ele-wrap:hover {background-color: #0483cc;}#a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #aa1baab499ac326 > .ele-wrap {background-color: rgba(43, 56, 134, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#af44ea8ddaaa6b2 > .ele-wrap {background-color: rgba(43, 56, 134, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ae3baae824a6432 > .ele-wrap {background-color: rgba(43, 56, 134, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a9137a475ead3a7 > .ele-wrap {background-color: rgba(43, 56, 134, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a46d8a6b44ad447 > .ele-wrap {background-color: rgba(43, 56, 134, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#afdb8a8ed3a654d > .ele-wrap {background-color: rgba(43, 56, 134, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a5a18aee11adde7 > .ele-wrap {background-color: rgba(43, 56, 134, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a57dbaa2b9ace1b > .ele-wrap {background-color: rgba(43, 56, 134, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a991fa5ea1a8dc2 > .ele-wrap {background-color: rgba(43, 56, 134, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ae0f6a7821a4703 > .ele-wrap {background-color: rgba(43, 56, 134, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a835ead9bda2199 > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a35b9adae7a8672 > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab6e5af4f2a44bf > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a20fea404da084e > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2422a8dbda239d > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a844dac721a530a > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a362aa8f82a8f54 > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2162aaf9fa7098 > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad6a3ab147a33ce > .ele-wrap {background-color: #2b3886;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae585af2a6a15d8 { overflow: hidden; } #ae585af2a6a15d8 .img-wrap { transition: all 0.3s ease-in; } #ae585af2a6a15d8 .img-wrap:hover { transform: scale(1.1); } #ac1f2af558ab0a6 { overflow: hidden; } #ac1f2af558ab0a6 .img-wrap { transition: all 0.3s ease-in; } #ac1f2af558ab0a6 .img-wrap:hover { transform: scale(1.1); } #aab33a571bae4a6 { overflow: hidden; } #aab33a571bae4a6 .img-wrap { transition: all 0.3s ease-in; } #aab33a571bae4a6 .img-wrap:hover { transform: scale(1.1); } #a25c8a5969a7e5e { overflow: hidden; } #a25c8a5969a7e5e .img-wrap { transition: all 0.3s ease-in; } #a25c8a5969a7e5e .img-wrap:hover { transform: scale(1.1); } #aaf13a36e0a35b7 { overflow: hidden; } #aaf13a36e0a35b7 .img-wrap { transition: all 0.3s ease-in; } #aaf13a36e0a35b7 .img-wrap:hover { transform: scale(1.1); } #adf12a4ca3adc52 { overflow: hidden; } #adf12a4ca3adc52 .img-wrap { transition: all 0.3s ease-in; } #adf12a4ca3adc52 .img-wrap:hover { transform: scale(1.1); } #a01eda4543a102e { overflow: hidden; } #a01eda4543a102e .img-wrap { transition: all 0.3s ease-in; } #a01eda4543a102e .img-wrap:hover { transform: scale(1.1); } #a24a7a90f8ab310 { overflow: hidden; } #a24a7a90f8ab310 .img-wrap { transition: all 0.3s ease-in; } #a24a7a90f8ab310 .img-wrap:hover { transform: scale(1.1); } #a0703aeec2a6cf9 { overflow: hidden; } #a0703aeec2a6cf9 .img-wrap { transition: all 0.3s ease-in; } #a0703aeec2a6cf9 .img-wrap:hover { transform: scale(1.1); } #a7e99abf24a00df { overflow: hidden; } #a7e99abf24a00df .img-wrap { transition: all 0.3s ease-in; } #a7e99abf24a00df .img-wrap:hover { transform: scale(1.1); } #ace3ca861ca5f51 { overflow: hidden; } #ace3ca861ca5f51 .img-wrap { transition: all 0.3s ease-in; } #ace3ca861ca5f51 .img-wrap:hover { transform: scale(1.1); } #a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #acb5fa166dacce3 { overflow: hidden; } #acb5fa166dacce3 .img-wrap { transition: all 0.3s ease-in; } #acb5fa166dacce3 .img-wrap:hover { transform: scale(1.1); } #acd56ad5a0a935d { overflow: hidden; } #acd56ad5a0a935d .img-wrap { transition: all 0.3s ease-in; } #acd56ad5a0a935d .img-wrap:hover { transform: scale(1.1); } #a8df6a1c93a6bb0 { overflow: hidden; } #a8df6a1c93a6bb0 .img-wrap { transition: all 0.3s ease-in; } #a8df6a1c93a6bb0 .img-wrap:hover { transform: scale(1.1); } #ac053a60efadd48 { overflow: hidden; } #ac053a60efadd48 .img-wrap { transition: all 0.3s ease-in; } #ac053a60efadd48 .img-wrap:hover { transform: scale(1.1); } #a9aa2a3418a8fa2 { overflow: hidden; } #a9aa2a3418a8fa2 .img-wrap { transition: all 0.3s ease-in; } #a9aa2a3418a8fa2 .img-wrap:hover { transform: scale(1.1); } #a45a7a7e96aa039 { overflow: hidden; } #a45a7a7e96aa039 .img-wrap { transition: all 0.3s ease-in; } #a45a7a7e96aa039 .img-wrap:hover { transform: scale(1.1); } #a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #ac240a4ee7a9af6 > .ele-wrap {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: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ac240a4ee7a9af6 > .ele-wrap:hover { background-image: linear-gradient(230deg, rgba(44, 57, 134, 1), rgba(68, 86, 179, 1)); color: #ffffff;}#ac240a4ee7a9af6:hover * {color: #ffffff !important} #ac240a4ee7a9af6:hover .line{border-color: #ffffff !important}#a8f70a49eaa6631 { overflow: hidden; } #a8f70a49eaa6631 .img-wrap { transition: all 0.3s ease-in; } #a8f70a49eaa6631 .img-wrap:hover { transform: scale(1.1); } #a6443a08a6a040e > .ele-wrap {background-color: rgba(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;}#a6443a08a6a040e > .ele-wrap:hover {color: #ffffff; background-image: linear-gradient(230deg, rgba(43, 56, 134, 1), rgba(68, 86, 179, 1)); }#a6443a08a6a040e:hover * {color: #ffffff !important} #a6443a08a6a040e:hover .line{border-color: #ffffff !important}#a05b0a8eccaa16d { overflow: hidden; } #a05b0a8eccaa16d .img-wrap { transition: all 0.3s ease-in; } #a05b0a8eccaa16d .img-wrap:hover { transform: scale(1.1); } #a2950a0643aa525 > .ele-wrap {background-color: rgba(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;}#a2950a0643aa525 > .ele-wrap:hover { background-image: linear-gradient(230deg, rgba(43, 56, 135, 1), rgba(68, 86, 179, 1)); color: #ffffff;}#a2950a0643aa525:hover * {color: #ffffff !important} #a2950a0643aa525:hover .line{border-color: #ffffff !important}#a4ce1a2762aef5d { overflow: hidden; } #a4ce1a2762aef5d .img-wrap { transition: all 0.3s ease-in; } #a4ce1a2762aef5d .img-wrap:hover { transform: scale(1.1); } #a50a8aac7aace44 .ap-content-container { height: 100%; min-height: 40px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a8813aeb15aa350 > .ele-wrap { background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6bfeab2f3abc31 , #a6bfeab2f3abc31 a{color: rgba(43, 56, 134, 1);}#a6b2ca0957ac3ee , #a6b2ca0957ac3ee a{color: rgba(43, 56, 134, 1);}#aa0c8a66d1a8c18 , #aa0c8a66d1a8c18 a{color: rgba(43, 56, 134, 1);}#ae9d8a1726a995f , #ae9d8a1726a995f a{color: rgba(43, 56, 134, 1);}#a339ca826baf64b .uk-form .form-submit-btn { width: 345px; } #a339ca826baf64b .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #a339ca826baf64b .submit-wrap { text-align: center; } #a339ca826baf64b .submit-wrap button { border-left-style: none; } #a339ca826baf64b form { padding-top: nullpx; padding-bottom: nullpx; } #a339ca826baf64b form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a339ca826baf64b .form-item { margin-top: 10px !important; margin-bottom: 10px !important; } #a339ca826baf64b .form-item .uk-input, #a339ca826baf64b .form-item .uk-select, #a339ca826baf64b .form-item .uk-textarea { width: autopx; } #a339ca826baf64b .form-item .auto-height { height: auto; } #a339ca826baf64b .uk-form-label, #a339ca826baf64b .form-agree, #a339ca826baf64b .uk-h3, #a339ca826baf64b p { font-weight: normal; font-style: normal; text-align: right; font-family: inherit; } #aa345a1050ad4ff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2360a8962a04df , #a2360a8962a04df a{color: rgba(204, 204, 204, 1);}#afd9ea2722a5005 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a45cba3a8ea3b34 , #a45cba3a8ea3b34 a{color: rgba(204, 204, 204, 1);}#aac43a1d9ba9fdd > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-right-width: 1px;border-right-color: rgba(209, 209, 209, 1);border-right-style: solid;border-left-color: rgba(209, 209, 209, 1);border-bottom-color: rgba(209, 209, 209, 1);border-top-color: rgba(209, 209, 209, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac500a7cfda9e2d , #ac500a7cfda9e2d a{color: rgba(204, 204, 204, 1);}#a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a1953a5cb5a8e3f { min-height: 500px; /* mobile */ } #a1953a5cb5a8e3f .search-highlight { background: yellow; } #a1953a5cb5a8e3f .el-item { padding: 0; border-bottom: 1px solid #ececec; } #a1953a5cb5a8e3f .el-title { margin-bottom: 20px; } #a1953a5cb5a8e3f .el-item:hover .el-title { color: #0f6ecd; } #a1953a5cb5a8e3f .img-wrap { overflow: hidden; display: block; border-radius: 4px; } #a1953a5cb5a8e3f .img-wrap img { transition: all .3s ease; border-radius: 4px; } #a1953a5cb5a8e3f .el-item:hover .img-wrap img { transform: scale(1.1); } #a1953a5cb5a8e3f .el-title a { font-size: 20px; color: #333; line-height: 36px; } #a1953a5cb5a8e3f .el-meta { font-size: 14px; color: #777; line-height: 1.5; margin: 6px 0; } #a1953a5cb5a8e3f .el-content { font-size: 14px; color: #777; } @media (max-width: 640px) { #a1953a5cb5a8e3f .el-title { margin-bottom: 0; } #a1953a5cb5a8e3f .el-title a { font-size: 14px; color: #333; line-height: 1.5; } #a1953a5cb5a8e3f .category { font-size: 12px; } #a1953a5cb5a8e3f .el-content { font-size: 12px; color: #777; line-height: 1.5; margin: 6px 0 0px; } } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a50a8aac7aace44 .ap-content-container { height: 100%; min-height: 40px; } #a4420a5ca5a4f75 { /* 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------------------------*/ } #a4420a5ca5a4f75 * { font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman'; } #a4420a5ca5a4f75 .error .clip .shadow { height: 180px; /*Contrall*/ } #a4420a5ca5a4f75 .error .clip:nth-of-type(2) .shadow { width: 130px; /*Contrall play with javascript*/ } #a4420a5ca5a4f75 .error .clip:nth-of-type(1) .shadow, #a4420a5ca5a4f75 .error .clip:nth-of-type(3) .shadow { width: 250px; /*Contrall*/ } #a4420a5ca5a4f75 .error .digit { width: 150px; /*Contrall*/ height: 150px; /*Contrall*/ line-height: 150px; /*Contrall*/ font-size: 120px; font-weight: bold; } #a4420a5ca5a4f75 .error h2 { font-size: 32px; } #a4420a5ca5a4f75 .error .msg { top: -190px; left: 30%; width: 80px; height: 80px; line-height: 80px; font-size: 32px; } #a4420a5ca5a4f75 .error span.triangle { top: 70%; right: 0%; border-left: 20px solid #535353; border-top: 15px solid transparent; border-bottom: 15px solid transparent; } #a4420a5ca5a4f75 .error .container-error-404 { margin-top: 10%; position: relative; height: 250px; padding-top: 40px; text-align: center; } #a4420a5ca5a4f75 .error .container-error-404 .clip { display: inline-block; transform: skew(-45deg); } #a4420a5ca5a4f75 .error .clip .shadow { overflow: hidden; } #a4420a5ca5a4f75 .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); } #a4420a5ca5a4f75 .error .clip:nth-of-type(3) .shadow:after, #a4420a5ca5a4f75 .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%; } #a4420a5ca5a4f75 .error .clip:nth-of-type(3) .shadow:after { left: -8px; } #a4420a5ca5a4f75 .error .digit { position: relative; top: 8%; color: white; background: #07B3F9; border-radius: 50%; display: inline-block; transform: skew(45deg); } #a4420a5ca5a4f75 .error .clip:nth-of-type(2) .digit { left: -10%; } #a4420a5ca5a4f75 .error .clip:nth-of-type(1) .digit { right: -20%; } #a4420a5ca5a4f75 .error .clip:nth-of-type(3) .digit { left: -20%; } #a4420a5ca5a4f75 .error h2 { color: #A2A2A2; font-weight: bold; padding-bottom: 20px; } #a4420a5ca5a4f75 .error .msg { position: relative; z-index: 9999; display: block; background: #535353; color: #A2A2A2; border-radius: 50%; font-style: italic; } #a4420a5ca5a4f75 .error .triangle { position: absolute; z-index: 999; transform: rotate(45deg); content: ""; width: 0; height: 0; } @media (max-width: 767px) { #a4420a5ca5a4f75 { /* Error Page */ /* Error Page */ } #a4420a5ca5a4f75 .error .clip .shadow { height: 100px; /*Contrall*/ } #a4420a5ca5a4f75 .error .clip:nth-of-type(2) .shadow { width: 80px; /*Contrall play with javascript*/ } #a4420a5ca5a4f75 .error .clip:nth-of-type(1) .shadow, #a4420a5ca5a4f75 .error .clip:nth-of-type(3) .shadow { width: 100px; /*Contrall*/ } #a4420a5ca5a4f75 .error .digit { width: 80px; /*Contrall*/ height: 80px; /*Contrall*/ line-height: 80px; /*Contrall*/ font-size: 52px; } #a4420a5ca5a4f75 .error h2 { font-size: 24px; } #a4420a5ca5a4f75 .error .msg { top: -110px; left: 15%; width: 40px; height: 40px; line-height: 40px; font-size: 18px; } #a4420a5ca5a4f75 .error span.triangle { top: 70%; right: -3%; border-left: 10px solid #535353; border-top: 8px solid transparent; border-bottom: 8px solid transparent; } #a4420a5ca5a4f75 .error .container-error-404 { height: 150px; } } #a4420a5ca5a4f75 .overlay { position: relative; z-index: 20; } #a4420a5ca5a4f75 .ground-color { background: white; } #a4420a5ca5a4f75 .item-bg-color { background: #EAEAEA; } #a4420a5ca5a4f75 .padding-top { padding-top: 10px; } #a4420a5ca5a4f75 .padding-bottom { padding-bottom: 10px; } #a4420a5ca5a4f75 .padding-vertical { padding-top: 10px; padding-bottom: 10px; } #a4420a5ca5a4f75 .padding-horizontal { padding-left: 10px; padding-right: 10px; } #a4420a5ca5a4f75 .padding-all { padding: 10px; } #a4420a5ca5a4f75 .no-padding-left { padding-left: 0px; } #a4420a5ca5a4f75 .no-padding-right { padding-right: 0px; } #a4420a5ca5a4f75 .no-vertical-padding { padding-top: 0px; padding-bottom: 0px; } #a4420a5ca5a4f75 .no-horizontal-padding { padding-left: 0px; padding-right: 0px; } #a4420a5ca5a4f75 .no-padding { padding: 0px; } #a4420a5ca5a4f75 .margin-top { margin-top: 10px; } #a4420a5ca5a4f75 .margin-bottom { margin-bottom: 10px; } #a4420a5ca5a4f75 .margin-right { margin-right: 10px; } #a4420a5ca5a4f75 .margin-left { margin-left: 10px; } #a4420a5ca5a4f75 .margin-horizontal { margin-left: 10px; margin-right: 10px; } #a4420a5ca5a4f75 .margin-vertical { margin-top: 10px; margin-bottom: 10px; } #a4420a5ca5a4f75 .margin-all { margin: 10px; } #a4420a5ca5a4f75 .no-margin { margin: 0px; } #a4420a5ca5a4f75 .no-vertical-margin { margin-top: 0px; margin-bottom: 0px; } #a4420a5ca5a4f75 .no-horizontal-margin { margin-left: 0px; margin-right: 0px; } #a4420a5ca5a4f75 .inside-col-shrink { margin: 0px 20px; } #a4420a5ca5a4f75 hr { margin: 0px; padding: 0px; border-top: 1px dashed #999; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #afc7da21d0a898b .login-main { border-radius: 4px; overflow: hidden; background: #fff; box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05); } #afc7da21d0a898b .slider { width: 420px; height: 600px; } #afc7da21d0a898b .uk-slideshow-items { height: 100%; } #afc7da21d0a898b .uk-slideshow-items a { width: 100%; height: 100%; display: block; } #afc7da21d0a898b .login-wrap { width: 100%; height: 100%; } #afc7da21d0a898b .uk-dotnav > * > * { background: #fff; border-color: #fff; opacity: .5; } #afc7da21d0a898b .uk-dotnav > .uk-active > * { border-color: #0076fe; background: #0076fe; } #afc7da21d0a898b .phone-login-box { margin: 40px auto 40px; display: inline-block; } #afc7da21d0a898b .login-header { margin-bottom: 24px; } #afc7da21d0a898b .login-header h4 { font-size: 22px; font-weight: bolder; line-height: 1; padding-left: 20px; border-left: 4px solid #0076fe; } #afc7da21d0a898b .input-item { width: 330px; height: 45px; background-color: #f0f2f7; border-radius: 22px; border: solid 1px #e3e8f0; position: relative; } #afc7da21d0a898b .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; } #afc7da21d0a898b .input-item input.error, #afc7da21d0a898b .input-item input.error::placeholder { color: #fc4343; } #afc7da21d0a898b .input-item input::placeholder { color: #999; } #afc7da21d0a898b .input-item .icon { position: absolute; left: 10px; top: 12px; fill: #ccc; } #afc7da21d0a898b .verifycode-input { margin: 24px 0; } #afc7da21d0a898b .verifycode-input .input-item { width: 200px; float: left; } #afc7da21d0a898b .send-code { float: left; margin-left: 20px; } #afc7da21d0a898b .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; } #afc7da21d0a898b .submit { width: 330px; height: 45px; background-color: #0076fe; border-radius: 22px; font-size: 18px; line-height: 45px; color: #fff; cursor: pointer; } #afc7da21d0a898b .error { color: #fc4343; font-size: 12px; padding-left: 10px; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a6e57a77d3a164a .sidebar { width: 150px; max-width: 150px; height: 100%; } #a6e57a77d3a164a .nav-items { background: #fafafa; min-height: 200px; } #a6e57a77d3a164a .phone-info { background: #fafafa; margin-top: 10px; font-size: 12px; padding: 22px 4px 20px 16px; line-height: 1.5; color: #666; } #a6e57a77d3a164a .phone-info .phone { line-height: 1.5; color: #333; font-size: 18px; font-family: Arial; } #a6e57a77d3a164a .nav-type { line-height: 37px; padding-left: 20px; cursor: pointer; } #a6e57a77d3a164a .nav-type.active { color: #FFF; cursor: default; background: #ff658c; } #a6e57a77d3a164a .content { padding-bottom: 60px; color: #666; border: 1px solid #f0f0f0; min-height: 400px; } #a6e57a77d3a164a .nav-list { padding: 0 20px; } #a6e57a77d3a164a .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; } #a6e57a77d3a164a .nav-list .nav-item.active { background-color: #ff5c89; color: #fff; cursor: default; } #a6e57a77d3a164a .order-item { margin-top: 10px; background: #fff; padding: 0 20px; } #a6e57a77d3a164a .order-item:hover { background: #f7f7f7; } #a6e57a77d3a164a .del-order { cursor: pointer; } #a6e57a77d3a164a .order-item .order-title { line-height: 40px; color: #666; font-size: 13px; border-bottom: 1px solid #f7f7f7; } #a6e57a77d3a164a .goods-item { padding: 10px 0; border-bottom: 1px solid #ececec; cursor: pointer; } #a6e57a77d3a164a .order-goods-list .goods-item:last-child { border-bottom: none; } #a6e57a77d3a164a .goods-item img { width: 100px; height: 100px; background: #f4f4f4; } #a6e57a77d3a164a .goods-item .goods-info { padding: 0 15px; } #a6e57a77d3a164a .appoint-time span { color: #e4393c; background-color: #f9eeee; display: inline-block; padding: 2px 10px; border-radius: 2px; line-height: 1; } #a6e57a77d3a164a .appoint-time { margin-bottom: 4px; } #a6e57a77d3a164a .appoint-name { color: #333; font-size: 14px; } #a6e57a77d3a164a .appoint-info { padding: 0 15px; font-size: 12px; color: #888; } #a6e57a77d3a164a .goods-item .goods-name { color: #333; } #a6e57a77d3a164a .goods-item .sku-name { color: #999; font-size: 12px; } #a6e57a77d3a164a .order-total-info { padding-bottom: 10px; color: #999; font-size: 12px; } #a6e57a77d3a164a .order-total-info .total-price { font-family: Arial, Helvetica, sans-serif; color: #333; font-size: 14px; } #a6e57a77d3a164a .load-more { font-size: 12px; padding-bottom: 15px; color: #999; } #a6e57a77d3a164a .order-btns { padding: 10px 0; border-top: 1px solid #f7f7f7; } #a6e57a77d3a164a .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; } #a6e57a77d3a164a .order-btns .btn-warn { color: #fff; background: #eb3c3c; border-color: #eb3c3c; cursor: pointer; } #a6e57a77d3a164a .appoint-info .title { font-weight: bold; color: #333; } #a6e57a77d3a164a .coupon-item { margin: 10px 30px; display: inline-flex; width: 42%; } #a6e57a77d3a164a .setting-form { padding: 30px 20px; } #a6e57a77d3a164a .setting-item { margin-bottom: 20px; font-size: 13px; color: #666; line-height: 18px; } #a6e57a77d3a164a .setting-item .label { display: inline-block; margin-right: 6px; text-align: right; min-width: 120px; } #a6e57a77d3a164a .setting-item .input-text { border: 1px solid #ccc; line-height: 28px; padding: 0 10px; min-width: 200px; font-size: 13px; } #a6e57a77d3a164a .setting-form .setting-btns { margin-left: 130px; } #a6e57a77d3a164a .setting-form .uk-button { height: 30px; line-height: 30px; margin-right: 8px; } #a6e57a77d3a164a .setting-wrap { position: relative; } #a6e57a77d3a164a .user-info { border: 1px solid #ccc; width: 300px; position: absolute; right: 80px; top: 30px; color: #666; padding: 10px; font-size: 13px; background: #f9f9f9; } #a6e57a77d3a164a .user-info .avatar { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; float: left; margin-right: 10px; } #a6e57a77d3a164a .user-info .levels { color: #888; font-size: 12px; } #a6e57a77d3a164a .address-wrap { padding: 30px 20px; } #a6e57a77d3a164a .addr-header { font-size: 18px; color: #333; margin: 0; } #a6e57a77d3a164a .addr-detail { border-bottom: 1px solid #ececec; margin-bottom: 10px; } #a6e57a77d3a164a .addr-list { min-height: 200px; } #a6e57a77d3a164a .addr-detail .addr-item-name, #a6e57a77d3a164a .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; } #a6e57a77d3a164a .addr-detail .addr-name { font-size: 16px; font-weight: bold; color: #333; } #a6e57a77d3a164a .addr-detail .addr-item-name { color: #e93b3d; border-color: #e93b3d; } #a6e57a77d3a164a .addr-detail { padding: 12px 0; flex: 1; } #a6e57a77d3a164a .op-btns a { font-size: 12px; color: #e93b3d; margin-left: 6px; } #a6e57a77d3a164a .add-addr { height: 32px; line-height: 30px; } #a6e57a77d3a164a .publish-item .status { width: 60px; height: 60px; position: absolute; right: 0; top: 50px; background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat; background-size: contain; } #a6e57a77d3a164a .publish-item { cursor: default; min-height: 120px; } #a6e57a77d3a164a .publish-item .status-0 { background-image: url(/resources/sys/img/icons/info-unread.png); } #a6e57a77d3a164a .publish-item .status-1 { background-image: url(/resources/sys/img/icons/info-fail.png); } #a6e57a77d3a164a .publish-item .btns a { display: inline-block; font-size: 12px; padding: 4px 10px; border-radius: 2px; color: #fff; background: #2b3886; } #a6e57a77d3a164a .publish-item .btns .del-info { background: #ccc; color: #999; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #ae175a5a3fa636c { min-height: 500px; /* mobile */ } #ae175a5a3fa636c .search-highlight { background: yellow; } #ae175a5a3fa636c .el-item { padding: 0; border-bottom: 1px solid #ececec; } #ae175a5a3fa636c .el-title { margin-bottom: 20px; } #ae175a5a3fa636c .el-item:hover .el-title { color: #0f6ecd; } #ae175a5a3fa636c .img-wrap { overflow: hidden; display: block; border-radius: 4px; } #ae175a5a3fa636c .img-wrap img { transition: all .3s ease; border-radius: 4px; } #ae175a5a3fa636c .el-item:hover .img-wrap img { transform: scale(1.1); } #ae175a5a3fa636c .el-title a { font-size: 20px; color: #333; line-height: 36px; } #ae175a5a3fa636c .el-meta { font-size: 14px; color: #777; line-height: 1.5; margin: 6px 0; } #ae175a5a3fa636c .el-content { font-size: 14px; color: #777; } @media (max-width: 640px) { #ae175a5a3fa636c .el-title { margin-bottom: 0; } #ae175a5a3fa636c .el-title a { font-size: 14px; color: #333; line-height: 1.5; } #ae175a5a3fa636c .category { font-size: 12px; } #ae175a5a3fa636c .el-content { font-size: 12px; color: #777; line-height: 1.5; margin: 6px 0 0px; } } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; } #a9d46a2368a5edd .ap-content-container { height: 100%; min-height: 40px; } #a7cd4a663aa3fcf .comment-detail { min-height: 600px; } #a7cd4a663aa3fcf table { background: #f9fdff; width: 100%; border-collapse: collapse; border-spacing: 0; } #a7cd4a663aa3fcf table th, #a7cd4a663aa3fcf table td { padding: 10px 20px; border: #ececec 1px solid; line-height: 1.8em; } #a7cd4a663aa3fcf table th { padding-left: 0; text-align: right; background: #eff7fe; font-weight: normal; color: #333; } #a7cd4a663aa3fcf .red { color: #F00!important; } #a7cd4a663aa3fcf .table-title span { display: inline-block; padding: 0 40px; line-height: 40px; color: #274589; font-size: 16px; font-weight: bold; background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat; } #a7c53a2d71a5e19 .ap-header-mobile-container { color: #fff; z-index: 70000; } #a7c53a2d71a5e19 .ap-nav-mobile-wrapper { z-index: 9999; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img { fill: #191919; min-width: 20px; } #a7c53a2d71a5e19 .uk-navbar-toggle { min-height: 50px; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container { background-color: #111; } #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 70%; } @media (min-width: 960px) { #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left, #a7c53a2d71a5e19 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right { width: 25%; } } #a7c53a2d71a5e19 .ap-nav-navbar-wrapper-children.expand { display: block; } #a7c53a2d71a5e19 .ap-header-mobile .toggle-btn { color: #fff; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a { color: #fff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; background-color: transparent; display: block; margin-right: 60px; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list a .nav-icon svg { color: currentColor; fill: currentColor; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item { position: relative; } #a7c53a2d71a5e19 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; }