.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei"; } /* ======================================================================== Component: Base ========================================================================== */ /* * 1. Set `font-size` to support `rem` units * Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge * 2. Prevent adjustments of font size after orientation changes in IE and iOS. * 3. Style */ html { font-size: 16px; font-weight: 400; line-height: 1.5; /* 2 */ -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; /* 3 */ color: #666; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; } /* * Removes default margin. */ body { margin: 0; font-size: 14px; color: #666; background-color: #ffffff; } /* Links ========================================================================== */ /* * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { /* 1 */ background-color: transparent; /* 2 */ -webkit-text-decoration-skip: objects; } /* * Remove the outline on focused links when they are also active or hovered */ a:active, a:hover { outline: none; } /* * Style */ a, .uk-link { color: #1e87f0; text-decoration: none; cursor: pointer; } a:hover, .uk-link:hover { color: #0f6ecd; } /* Text-level semantics ========================================================================== */ /* * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /* * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6. * 2. Add the correct font weight in Chrome, Edge, and Safari. */ /* 1 */ b, strong { font-weight: inherit; } /* 2 */ b, strong { font-weight: bolder; } /* * 1. Correct the odd `em` font sizing in all browsers. * 2. Consolas has a better baseline in running text compared to `Courier` * 3. Style */ :not(pre) > code, :not(pre) > kbd, :not(pre) > samp { /* 1 */ font-size: 11px; /* 2 */ font-family: Consolas, monaco, monospace; /* 3 */ color: #435DBA; white-space: nowrap; padding: 2px 6px; border: 1px solid #EBEBED; border-radius: 3px; } /* * Emphasize */ em { color: #0f6ecd; } /* Preformatted text ========================================================================== */ /* * 1. Contain overflow in all browsers. * 2. Override UA */ pre { background: #ffffff; } pre code { font-family: Consolas, monaco, monospace; } /* Selection pseudo-element ========================================================================== */ ::-moz-selection { background: #1e87f0; text-shadow: none; } ::selection { background: #1e87f0; text-shadow: none; } /* ======================================================================== Component: Link ========================================================================== */ /* Muted ========================================================================== */ a.uk-link-muted, .uk-link-muted a { color: #999999; } a.uk-link-muted:hover, .uk-link-muted a:hover { color: #666; } /* Text ========================================================================== */ /* * `!important` needed to override inverse component */ a.uk-link-text:not(:hover), .uk-link-text a:not(:hover) { color: inherit !important; } a.uk-link-text:hover, .uk-link-text a:hover { color: #999999; } /* Hero ========================================================================== */ /* * 1. Using `inline-block` to make it work with text alignment * 2. Center vertically * 3. Style */ .uk-heading-bullet::before { content: ""; border-left: 4px solid #1e87f0; } /* Small ========================================================================== */ /* * Reset child height, caused by `inline-block` */ .uk-divider-small { line-height: 0; } .uk-divider-small::after { border-top: 2px solid #1e87f0; } /* ======================================================================== Component: List ========================================================================== */ .uk-list, .ap-child-list > ul { padding: 0; list-style: none; } .uk-list-striped > li:nth-of-type(odd) { background: #f8f8f8; } /* ======================================================================== Component: Description list ========================================================================== */ /* * Term */ .uk-description-list > dd { font-size: 16px; } /* Caption ========================================================================== */ .uk-table caption { color: #999999; } /* * Striped */ .uk-table-striped > tr:nth-of-type(odd), .uk-table-striped tbody tr:nth-of-type(odd) { background: #f8f8f8; } /* Style modifiers ========================================================================== */ /* * Link */ .uk-icon-link:hover, .uk-icon-link:focus { color: #1e87f0; outline: none; } /* * Button * 1. Center icon vertically and horizontally */ .uk-icon-button { background: #ffffff; } /* Hover + Focus */ .uk-icon-button:hover, .uk-icon-button:focus { background-color: #ffffff; color: #1e87f0; outline: none; } /* OnClick + Active */ .uk-icon-button:active, .uk-active > .uk-icon-button { background-color: #1e87f0; color: #ffffff; } /* Thumb ========================================================================== */ /* * 1. Reset * 2. Style */ /* Webkit */ .uk-range::-webkit-slider-thumb { background: #666; } /* Firefox */ .uk-range::-moz-range-thumb { background: #666; } /* Edge */ .uk-range::-ms-thumb { /* 1 */ margin-top: 0; } /* IE11 */ .uk-range::-ms-thumb { background: #666; } .uk-input, .uk-select, .uk-textarea { background: #ffffff; color: #666; } /* Focus */ .uk-input:focus, .uk-select:focus, .uk-textarea:focus { outline: none; background-color: #ffffff; } /* Disabled */ .uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled { background-color: #f8f8f8; color: #999999; } /* * Placeholder */ .uk-input:-ms-input-placeholder { color: #999999 !important; } .uk-input::-moz-placeholder { color: #999999; } .uk-input::-webkit-input-placeholder { color: #999999; } .uk-textarea:-ms-input-placeholder { color: #999999 !important; } .uk-textarea::-moz-placeholder { color: #999999; } .uk-textarea::-webkit-input-placeholder { color: #999999; } .uk-form-danger, .uk-form-danger:focus { color: #f0506e; border-color: #f0506e !important; } /* * Success */ .uk-form-success, .uk-form-success:focus { color: #32d296; border-color: #32d296 !important; } /* * Blank */ .uk-form-blank { background: none; border-color: transparent !important; } .uk-form-blank:focus { border-color: #EBEBED !important; border-style: dashed; } /* * Checked */ .uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate { background-color: #1e87f0; border-color: transparent; } /* Label ========================================================================== */ /* Icons ========================================================================== */ .uk-form-icon { color: #999999; } /* * Required for `a`. */ .uk-form-icon:hover { color: #666; } /* OnClick + Active */ /* Style modifiers ========================================================================== */ /* * Default */ .uk-button-default { background-color: #ffffff; } /* Hover + Focus */ .uk-button-default:hover, .uk-button-default:focus { background-color: #ffffff; color: #1e87f0; } /* OnClick + Active */ .uk-button-default:active, .uk-button-default.uk-active { background-color: #1e87f0; color: #ffffff; } /* * Primary */ .uk-button-primary { background-color: #1e87f0; color: #ffffff; } /* Hover + Focus */ .uk-button-primary:hover, .uk-button-primary:focus { background-color: #222222; color: #ffffff; } /* OnClick + Active */ .uk-button-primary:active, .uk-button-primary.uk-active { color: #ffffff; } /* * Secondary */ .uk-button-secondary { color: #666; border: 1px solid #222222; } /* OnClick + Active */ .uk-button-secondary:active, .uk-button-secondary.uk-active { background-color: #1e87f0; color: #ffffff; border-color: #1e87f0; } /* * Danger */ .uk-button-danger { background-color: transparent; color: #f0506e; border: 1px solid #f0506e; } /* Hover + Focus */ .uk-button-danger:hover, .uk-button-danger:focus { background-color: transparent; } /* OnClick + Active */ .uk-button-danger:active, .uk-button-danger.uk-active { background-color: #f0506e; color: #ffffff; border-color: #f0506e; } /* * Disabled * The same for all style modifiers */ .uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled, .uk-button-danger:disabled { background-color: #f8f8f8; color: #999999; } /* Text modifiers ========================================================================== */ /* * Text * 1. Reset * 2. Style */ .uk-button-text { /* 1 */ padding: 0; line-height: 1.5; background: none; /* 2 */ position: relative; } /* Hover + Focus */ .uk-button-text:hover, .uk-button-text:focus { color: #1e87f0; } /* Disabled */ .uk-button-text:disabled { color: #999999; } /* * Link * 1. Reset * 2. Style */ .uk-button-link { /* 1 */ padding: 0; line-height: 1.5; background: none; /* 2 */ color: #1e87f0; } /* Hover + Focus */ .uk-button-link:hover, .uk-button-link:focus { color: #0f6ecd; } /* Disabled */ .uk-button-link:disabled { color: #999999; text-decoration: none; } /* Style modifiers ========================================================================== */ /* * Default */ .uk-section-default, .ap-container-default .uk-container { background: #ffffff; } /* * Primary */ .uk-section-primary, .ap-container-primary .uk-container { background: #1e87f0; } /* * Secondary */ .uk-section-secondary, .ap-container-secondary .uk-container { background: #222222; } .uk-section-muted, .ap-container-muted .uk-container { background: #f8f8f8; } /* Style modifiers ========================================================================== */ /* * Default */ .uk-tile-default { background: #ffffff; } /* * Muted */ .uk-tile-muted { background: #f8f8f8; } /* * Primary */ .uk-tile-primary { background: #1e87f0; } /* * Secondary */ .uk-tile-secondary { background: #222222; } /* ======================================================================== Component: Card ========================================================================== */ /* Badge ========================================================================== */ .uk-card-badge { color: #666; } /* * Remove margin from adjacent element */ .uk-card-badge:first-child + * { margin-top: 0; } /* Style modifiers ========================================================================== */ /* * Default * Note: Header and Footer are only implemented for the default style */ .uk-card-default { background: #ffffff; color: #666; } .uk-card-default.uk-card-hover:hover { background-color: #ffffff; } /* * Primary */ .uk-card-primary { background: #1e87f0; color: #ffffff; } .uk-card-primary .uk-card-title { color: #ffffff; } /* * Secondary */ .uk-card-secondary { background: #222222; color: #ffffff; } .uk-card-secondary .uk-card-title { color: #ffffff; } /* ======================================================================== Component: Close ========================================================================== */ /* Hover + Focus */ /* Hover + Focus */ .uk-totop:hover, .uk-totop:focus { outline: none; background-color: transparent; } /* OnClick */ .uk-totop:active { color: #1e87f0; background-color: transparent; } /* ======================================================================== Component: Marker ========================================================================== */ /* * Addopts `uk-icon` */ .uk-marker { padding: 5px; background: #222222; color: #ffffff; } /* Hover + Focus */ .uk-marker:hover, .uk-marker:focus { color: #ffffff; outline: none; } /* ======================================================================== Component: Alert ========================================================================== */ .uk-alert { position: relative; background: #ffffff; color: #333; } /* Style modifiers ========================================================================== */ /* * Primary */ .uk-alert-primary { background: #ffffff; color: #1e87f0; } /* * Success */ .uk-alert-success { background: #ffffff; color: #32d296; } /* * Warning */ .uk-alert-warning { background: #ffffff; color: #faa05a; } /* * Danger */ .uk-alert-danger { background: #ffffff; color: #f0506e; } /* ======================================================================== Component: Badge ========================================================================== */ /* * 1. Style * 2. Center child vertically and horizontally */ .uk-badge { /* 1 */ background: #1e87f0; color: #ffffff; } /* * Required for `a` */ .uk-badge:hover, .uk-badge:focus { color: #ffffff; text-decoration: none; outline: none; } /* ======================================================================== Component: Label ========================================================================== */ .uk-label { background: #1e87f0; color: #ffffff; } /* Color modifiers ========================================================================== */ /* * Success */ .uk-label-success { background-color: #32d296; color: #ffffff; } /* * Warning */ .uk-label-warning { background-color: #faa05a; color: #ffffff; } /* * Danger */ .uk-label-danger { background-color: #f0506e; color: #ffffff; } /* ======================================================================== Component: Overlay ========================================================================== */ .uk-overlay { padding: 20px 20px; } /* * Remove margin from the last-child */ .uk-overlay > :last-child { margin-bottom: 0; } /* Title ========================================================================== */ /* Meta ========================================================================== */ .uk-article-meta { color: #999999; } .uk-article-meta a { color: #999999; } .uk-article-meta a:hover { color: #666; text-decoration: none; } /* Meta ========================================================================== */ .uk-comment-meta { color: #999999; } /* Style modifier ========================================================================== */ .uk-comment-primary { background-color: #f8f8f8; } .uk-search-input:focus { outline: none; } /* Placeholder */ .uk-search-input:-ms-input-placeholder { color: #999999 !important; } .uk-search-input::-moz-placeholder { color: #999999; } .uk-search-input::-webkit-input-placeholder { color: #999999; } /* Icon (Adopts `uk-icon`) ========================================================================== */ /* * Remove default focus style */ .uk-search-icon:focus { outline: none; } .uk-search .uk-search-icon { color: #999999; } /* * Required for `a`. */ .uk-search .uk-search-icon:hover { color: #999999; } /* Focus */ .uk-search-default .uk-search-input:focus { background-color: #ffffff; } /* Toggle ========================================================================== */ .uk-search-toggle { color: #999999; } /* Hover + Focus */ .uk-search-toggle:hover, .uk-search-toggle:focus { color: #666; } /* Parent icon modifier ========================================================================== */ .uk-nav-parent-icon > .uk-parent > a::after { content: ""; width: 1.5 em; height: 1.5 em; } /* * Items */ .uk-nav-default > li > a { color: #999999; } /* Hover + Focus */ .uk-nav-default > li > a:hover, .uk-nav-default > li > a:focus { color: #1e87f0; background-color: transparent; } /* Active */ .uk-nav-default > li.uk-active > a { background-color: transparent; } /* * Header */ /* * Sublists */ .uk-nav-default .uk-nav-sub a { color: #999999; } .uk-nav-default .uk-nav-sub a:hover, .uk-nav-default .uk-nav-sub a:focus { color: #666; } /* * Items */ .uk-nav-primary > li > a { line-height: 1.5; color: #999999; } /* Hover + Focus */ .uk-nav-primary > li > a:hover, .uk-nav-primary > li > a:focus { color: #1e87f0; } /* Active */ /* * Header */ /* * Sublists */ .uk-nav-primary .uk-nav-sub a { color: #999999; } .uk-nav-primary .uk-nav-sub a:hover, .uk-nav-primary .uk-nav-sub a:focus { color: #666; } /* * Nav items */ .uk-navbar-nav > li > a { color: #666; } .uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei"; } /* * Hover * Apply hover style also to focus state and if dropdown is opened */ .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open { color: #1e87f0; outline: none; } .uk-navbar-nav > li > a:hover::before { background-color: currentColor; } /* OnClick */ .uk-navbar-nav > li.uk-active > a::before { background-color: #1e87f0; } /* Item ========================================================================== */ .uk-navbar-item { color: #666; } /* Toggle ========================================================================== */ .uk-navbar-toggle:hover, .uk-navbar-toggle:focus, .uk-navbar-toggle.uk-open { color: #1e87f0; } /* Dropdown ========================================================================== */ /* * Adopts `uk-dropdown` * 1. Hide by default * 2. Set position * 3. Set a default width * 4. Style */ .uk-navbar-dropdown { background: #ffffff; color: #666; } /* * Items */ .uk-navbar-dropdown-nav > li > a { color: #999999; padding: 5px 0; } /* Hover + Focus */ .uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-dropdown-nav > li > a:focus { color: #1e87f0; background-color: transparent; } /* Active */ /* * Sublists */ .uk-navbar-dropdown-nav .uk-nav-sub a { color: #999999; } .uk-navbar-dropdown-nav .uk-nav-sub a:hover, .uk-navbar-dropdown-nav .uk-nav-sub a:focus { color: #666; } /* Dropbar ========================================================================== */ .uk-navbar-dropbar { position: relative; background: #ffffff; overflow: hidden; } /* Items ========================================================================== */ /* * Items must target `a` elements to exclude other elements (e.g. dropdowns) * Using `:first-child` instead of `a` to support `span` elements for text * 1. Prevent gap if child element is `inline-block`, e.g. an icon * 2. Style */ .uk-subnav > * > :first-child { color: #999999; } /* Hover + Focus */ .uk-subnav > * > a:hover, .uk-subnav > * > a:focus { color: #666; text-decoration: none; outline: none; } /* Active */ /* Pill modifier ========================================================================== */ .uk-subnav-pill > * > :first-child { color: #999999; } /* Hover + Focus */ .uk-subnav-pill > * > a:hover, .uk-subnav-pill > * > a:focus { background-color: #ffffff; color: #666; } /* OnClick */ .uk-subnav-pill > * > a:active { background-color: #ffffff; } /* Active */ .uk-subnav-pill > .uk-active > a { background-color: #1e87f0; color: #ffffff; } /* Disabled * The same for all style modifiers ========================================================================== */ .uk-subnav > .uk-disabled > a { color: #999999; } /* Items ========================================================================== */ .uk-breadcrumb > * > * { color: #999999; } /* Hover + Focus */ .uk-breadcrumb > * > :hover, .uk-breadcrumb > * > :focus { color: #666; text-decoration: none; } /* Disabled */ .uk-breadcrumb > .uk-disabled > * { color: #999999; } /* Active */ /* Items ========================================================================== */ /* * 1. Prevent gap if child element is `inline-block`, e.g. an icon * 2. Style */ .uk-pagination > * > * { color: #999999; } /* Hover + Focus */ .uk-pagination > * > :hover, .uk-pagination > * > :focus { background-color: #ffffff; } /* Active */ .uk-pagination > .uk-active > * { color: #1e87f0; background-color: transparent; } /* Disabled */ .uk-pagination > .uk-disabled > * { color: #999999; background-color: transparent; } /* Items ========================================================================== */ /* * Items must target `a` elements to exclude other elements (e.g. dropdowns) * 1. Center text if a width is set * 2. Style */ .uk-tab > * > a { color: #999999; } /* Hover + Focus */ .uk-tab > * > a:hover, .uk-tab > * > a:focus { color: #666; text-decoration: none; border-color: transparent; } /* Active */ .uk-tab > .uk-active > a { border-color: #1e87f0; } /* Disabled */ .uk-tab > .uk-disabled > a { color: #999999; } /* Items ========================================================================== */ /* Hover + Focus */ .uk-dotnav > * > :hover, .uk-dotnav > * > :focus { background-color: rgba(248, 108, 74, 0.4); outline: none; border-color: transparent; } /* OnClick */ .uk-dotnav > * > :active { background-color: #1e87f0; border-color: transparent; } /* Active */ .uk-dotnav > .uk-active > * { background-color: #1e87f0; border-color: transparent; } /* ======================================================================== Component: Dropdown ========================================================================== */ .uk-dropdown { background: #ffffff; color: #666; } /* * Items */ .uk-dropdown-nav > li > a { color: #999999; } /* Hover + Focus + Active */ .uk-dropdown-nav > li > a:hover, .uk-dropdown-nav > li > a:focus, .uk-dropdown-nav > li.uk-active > a { background-color: transparent; } /* * Header */ .uk-dropdown-nav .uk-nav-header { color: #1e87f0; } /* * Sublists */ .uk-dropdown-nav .uk-nav-sub a { color: #999999; } .uk-dropdown-nav .uk-nav-sub a:hover, .uk-dropdown-nav .uk-nav-sub a:focus { color: #1e87f0; } /* Dialog ========================================================================== */ /* * 1. Create position context for spinner and close button * 2. Dimensions * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11 * `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests * 4. Style * 5. Slide-in transition */ .uk-modal-dialog { background: #ffffff; } /* * Open */ .uk-open > .uk-modal-dialog { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } /* Message ========================================================================== */ .uk-notification-message { background: #f8f8f8; color: #666; } /* Style modifiers ========================================================================== */ /* * Primary */ .uk-notification-message-primary { color: #1e87f0; } /* * Success */ .uk-notification-message-success { color: #32d296; } /* * Warning */ .uk-notification-message-warning { color: #faa05a; } /* * Danger */ .uk-notification-message-danger { color: #f0506e; } /* ======================================================================== Component: Tooltip ========================================================================== */ .uk-tooltip { /* 4 */ background: #1e87f0; color: #ffffff; } /* * Remove animated circles for indeterminate state in IE11 and Edge */ .uk-progress:indeterminate { color: transparent; } /* * Progress container * 2. Remove progress bar for indeterminate state in Firefox */ .uk-progress::-webkit-progress-bar { background-color: #f8f8f8; border-radius: 500px; overflow: hidden; } /* * Progress bar * 1. Remove right border in IE11 and Edge */ .uk-progress::-webkit-progress-value { background-color: #1e87f0; } .uk-progress::-moz-progress-bar { background-color: #1e87f0; } .uk-progress::-ms-fill { background-color: #1e87f0; } /* ======================================================================== Component: Text ========================================================================== */ /* Style modifiers ========================================================================== */ .uk-text-meta { color: #999999; } .uk-text-meta a { color: #999999; } .uk-text-meta a:hover { color: #666; text-decoration: none; } /* Size modifiers ========================================================================== */ .uk-text-small { font-size: 12px; line-height: 1.5; } .uk-text-large { font-size: 20px; line-height: 1.5; } /* Weight modifier ========================================================================== */ .uk-text-bold { font-weight: bolder; } /* Transform modifier ========================================================================== */ .uk-text-uppercase { text-transform: uppercase !important; } .uk-text-capitalize { text-transform: capitalize !important; } .uk-text-lowercase { text-transform: lowercase !important; } /* Color modifiers ========================================================================== */ .uk-text-muted { color: #999999 !important; } .uk-text-primary { color: #1e87f0 !important; } .uk-text-success { color: #32d296 !important; } .uk-text-warning { color: #faa05a !important; } .uk-text-danger { color: #f0506e !important; } /* Background modifier */ .uk-text-background { color: #1e87f0 !important; } @supports (-webkit-background-clip: text) { .uk-text-background { background-color: #1e87f0; } } /* ======================================================================== Component: Background ========================================================================== */ /* Color ========================================================================== */ .uk-background-default { background-color: #ffffff; } .uk-background-muted { background-color: #f8f8f8; } .uk-background-primary { background-color: #1e87f0; } .uk-background-secondary { background-color: #222222; } /* ======================================================================== Component: Inverse ========================================================================== */ .uk-light a, .uk-light .uk-link, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-primary:not(.uk-preserve-color) .uk-link, .uk-section-secondary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) .uk-link, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) .uk-link, .uk-tile-secondary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) .uk-link, .uk-card-primary.uk-card-body a, .uk-card-primary.uk-card-body .uk-link, .uk-card-primary > :not([class*='uk-card-media']) a, .uk-card-primary > :not([class*='uk-card-media']) .uk-link, .uk-card-secondary.uk-card-body a, .uk-card-secondary.uk-card-body .uk-link, .uk-card-secondary > :not([class*='uk-card-media']) a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link, .uk-overlay-primary a, .uk-overlay-primary .uk-link, .ap-toolbar a, .ap-toolbar .uk-link { color: #ffffff; } .uk-light a:hover, .uk-light .uk-link:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary.uk-card-body .uk-link:hover, .uk-card-primary > :not([class*='uk-card-media']) a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary.uk-card-body .uk-link:hover, .uk-card-secondary > :not([class*='uk-card-media']) a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover, .uk-overlay-primary a:hover, .uk-overlay-primary .uk-link:hover, .ap-toolbar a:hover, .ap-toolbar .uk-link:hover { color: #ffffff; } .uk-light em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-tile-primary:not(.uk-preserve-color) em, .uk-tile-secondary:not(.uk-preserve-color) em, .uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*='uk-card-media']) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*='uk-card-media']) em, .uk-overlay-primary em, .ap-toolbar em { color: #ffffff; } .uk-light h1, .uk-light .uk-h1, .uk-light h2, .uk-light .uk-h2, .uk-light h3, .uk-light .uk-h3, .uk-light h4, .uk-light .uk-h4, .uk-light h5, .uk-light .uk-h5, .uk-light h6, .uk-light .uk-h6, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-primary:not(.uk-preserve-color) .uk-h1, .uk-section-primary:not(.uk-preserve-color) h2, .uk-section-primary:not(.uk-preserve-color) .uk-h2, .uk-section-primary:not(.uk-preserve-color) h3, .uk-section-primary:not(.uk-preserve-color) .uk-h3, .uk-section-primary:not(.uk-preserve-color) h4, .uk-section-primary:not(.uk-preserve-color) .uk-h4, .uk-section-primary:not(.uk-preserve-color) h5, .uk-section-primary:not(.uk-preserve-color) .uk-h5, .uk-section-primary:not(.uk-preserve-color) h6, .uk-section-primary:not(.uk-preserve-color) .uk-h6, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) .uk-h1, .uk-section-secondary:not(.uk-preserve-color) h2, .uk-section-secondary:not(.uk-preserve-color) .uk-h2, .uk-section-secondary:not(.uk-preserve-color) h3, .uk-section-secondary:not(.uk-preserve-color) .uk-h3, .uk-section-secondary:not(.uk-preserve-color) h4, .uk-section-secondary:not(.uk-preserve-color) .uk-h4, .uk-section-secondary:not(.uk-preserve-color) h5, .uk-section-secondary:not(.uk-preserve-color) .uk-h5, .uk-section-secondary:not(.uk-preserve-color) h6, .uk-section-secondary:not(.uk-preserve-color) .uk-h6, .uk-tile-primary:not(.uk-preserve-color) h1, .uk-tile-primary:not(.uk-preserve-color) .uk-h1, .uk-tile-primary:not(.uk-preserve-color) h2, .uk-tile-primary:not(.uk-preserve-color) .uk-h2, .uk-tile-primary:not(.uk-preserve-color) h3, .uk-tile-primary:not(.uk-preserve-color) .uk-h3, .uk-tile-primary:not(.uk-preserve-color) h4, .uk-tile-primary:not(.uk-preserve-color) .uk-h4, .uk-tile-primary:not(.uk-preserve-color) h5, .uk-tile-primary:not(.uk-preserve-color) .uk-h5, .uk-tile-primary:not(.uk-preserve-color) h6, .uk-tile-primary:not(.uk-preserve-color) .uk-h6, .uk-tile-secondary:not(.uk-preserve-color) h1, .uk-tile-secondary:not(.uk-preserve-color) .uk-h1, .uk-tile-secondary:not(.uk-preserve-color) h2, .uk-tile-secondary:not(.uk-preserve-color) .uk-h2, .uk-tile-secondary:not(.uk-preserve-color) h3, .uk-tile-secondary:not(.uk-preserve-color) .uk-h3, .uk-tile-secondary:not(.uk-preserve-color) h4, .uk-tile-secondary:not(.uk-preserve-color) .uk-h4, .uk-tile-secondary:not(.uk-preserve-color) h5, .uk-tile-secondary:not(.uk-preserve-color) .uk-h5, .uk-tile-secondary:not(.uk-preserve-color) h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-h6, .uk-card-primary.uk-card-body h1, .uk-card-primary.uk-card-body .uk-h1, .uk-card-primary.uk-card-body h2, .uk-card-primary.uk-card-body .uk-h2, .uk-card-primary.uk-card-body h3, .uk-card-primary.uk-card-body .uk-h3, .uk-card-primary.uk-card-body h4, .uk-card-primary.uk-card-body .uk-h4, .uk-card-primary.uk-card-body h5, .uk-card-primary.uk-card-body .uk-h5, .uk-card-primary.uk-card-body h6, .uk-card-primary.uk-card-body .uk-h6, .uk-card-primary > :not([class*='uk-card-media']) h1, .uk-card-primary > :not([class*='uk-card-media']) .uk-h1, .uk-card-primary > :not([class*='uk-card-media']) h2, .uk-card-primary > :not([class*='uk-card-media']) .uk-h2, .uk-card-primary > :not([class*='uk-card-media']) h3, .uk-card-primary > :not([class*='uk-card-media']) .uk-h3, .uk-card-primary > :not([class*='uk-card-media']) h4, .uk-card-primary > :not([class*='uk-card-media']) .uk-h4, .uk-card-primary > :not([class*='uk-card-media']) h5, .uk-card-primary > :not([class*='uk-card-media']) .uk-h5, .uk-card-primary > :not([class*='uk-card-media']) h6, .uk-card-primary > :not([class*='uk-card-media']) .uk-h6, .uk-card-secondary.uk-card-body h1, .uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary.uk-card-body h2, .uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary.uk-card-body h3, .uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary.uk-card-body h4, .uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary.uk-card-body h5, .uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary.uk-card-body h6, .uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary > :not([class*='uk-card-media']) h1, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h1, .uk-card-secondary > :not([class*='uk-card-media']) h2, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h2, .uk-card-secondary > :not([class*='uk-card-media']) h3, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h3, .uk-card-secondary > :not([class*='uk-card-media']) h4, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h4, .uk-card-secondary > :not([class*='uk-card-media']) h5, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h5, .uk-card-secondary > :not([class*='uk-card-media']) h6, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h6, .uk-overlay-primary h1, .uk-overlay-primary .uk-h1, .uk-overlay-primary h2, .uk-overlay-primary .uk-h2, .uk-overlay-primary h3, .uk-overlay-primary .uk-h3, .uk-overlay-primary h4, .uk-overlay-primary .uk-h4, .uk-overlay-primary h5, .uk-overlay-primary .uk-h5, .uk-overlay-primary h6, .uk-overlay-primary .uk-h6, .ap-toolbar h1, .ap-toolbar .uk-h1, .ap-toolbar h2, .ap-toolbar .uk-h2, .ap-toolbar h3, .ap-toolbar .uk-h3, .ap-toolbar h4, .ap-toolbar .uk-h4, .ap-toolbar h5, .ap-toolbar .uk-h5, .ap-toolbar h6, .ap-toolbar .uk-h6 { color: #ffffff; } .uk-light blockquote, .uk-section-primary:not(.uk-preserve-color) blockquote, .uk-section-secondary:not(.uk-preserve-color) blockquote, .uk-tile-primary:not(.uk-preserve-color) blockquote, .uk-tile-secondary:not(.uk-preserve-color) blockquote, .uk-card-primary.uk-card-body blockquote, .uk-card-primary > :not([class*='uk-card-media']) blockquote, .uk-card-secondary.uk-card-body blockquote, .uk-card-secondary > :not([class*='uk-card-media']) blockquote, .uk-overlay-primary blockquote, .ap-toolbar blockquote { color: #ffffff; } .uk-light .uk-heading-primary, .uk-section-primary:not(.uk-preserve-color) .uk-heading-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary, .uk-card-primary.uk-card-body .uk-heading-primary, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary, .uk-card-secondary.uk-card-body .uk-heading-primary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary, .uk-overlay-primary .uk-heading-primary, .ap-toolbar .uk-heading-primary { color: #ffffff; } .uk-light .uk-heading-hero, .uk-section-primary:not(.uk-preserve-color) .uk-heading-hero, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero, .uk-card-primary.uk-card-body .uk-heading-hero, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero, .uk-card-secondary.uk-card-body .uk-heading-hero, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero, .uk-overlay-primary .uk-heading-hero, .ap-toolbar .uk-heading-hero { color: #ffffff; } .uk-light .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button, .uk-overlay-primary .uk-icon-button, .ap-toolbar .uk-icon-button { background-color: #ffffff; background-image: none; } .uk-light .uk-radio:checked, .uk-light .uk-checkbox:checked, .uk-light .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate, .uk-overlay-primary .uk-radio:checked, .uk-overlay-primary .uk-checkbox:checked, .uk-overlay-primary .uk-checkbox:indeterminate, .ap-toolbar .uk-radio:checked, .ap-toolbar .uk-checkbox:checked, .ap-toolbar .uk-checkbox:indeterminate { background-color: #ffffff; border-color: transparent; } .uk-light .uk-form-label, .uk-section-primary:not(.uk-preserve-color) .uk-form-label, .uk-section-secondary:not(.uk-preserve-color) .uk-form-label, .uk-tile-primary:not(.uk-preserve-color) .uk-form-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-label, .uk-card-primary.uk-card-body .uk-form-label, .uk-card-primary > :not([class*='uk-card-media']) .uk-form-label, .uk-card-secondary.uk-card-body .uk-form-label, .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label, .uk-overlay-primary .uk-form-label, .ap-toolbar .uk-form-label { color: #ffffff; } .uk-light .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default, .uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default, .uk-overlay-primary .uk-button-default, .ap-toolbar .uk-button-default { background-color: #ffffff; color: #333; border-color: transparent; background-image: none; box-shadow: none; } .uk-light .uk-button-default:hover, .uk-light .uk-button-default:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus, .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary.uk-card-body .uk-button-default:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus, .uk-overlay-primary .uk-button-default:hover, .uk-overlay-primary .uk-button-default:focus, .ap-toolbar .uk-button-default:hover, .ap-toolbar .uk-button-default:focus { background-color: #ffffff; color: #1e87f0; border-color: transparent; box-shadow: none; } .uk-light .uk-button-default:active, .uk-light .uk-button-default.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary.uk-card-body .uk-button-default.uk-active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default.uk-active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active, .uk-overlay-primary .uk-button-default:active, .uk-overlay-primary .uk-button-default.uk-active, .ap-toolbar .uk-button-default:active, .ap-toolbar .uk-button-default.uk-active { background-color: #1e87f0; color: #ffffff; border-color: transparent; } .uk-light .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary, .uk-overlay-primary .uk-button-primary, .ap-toolbar .uk-button-primary { background-color: #1e87f0; color: #ffffff; border-color: transparent; background-image: none; box-shadow: none; } .uk-light .uk-button-primary:hover, .uk-light .uk-button-primary:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary.uk-card-body .uk-button-primary:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus, .uk-overlay-primary .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:focus, .ap-toolbar .uk-button-primary:hover, .ap-toolbar .uk-button-primary:focus { color: #ffffff; border-color: transparent; box-shadow: none; } .uk-light .uk-button-primary:active, .uk-light .uk-button-primary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary.uk-card-body .uk-button-primary.uk-active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary.uk-active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active, .uk-overlay-primary .uk-button-primary:active, .uk-overlay-primary .uk-button-primary.uk-active, .ap-toolbar .uk-button-primary:active, .ap-toolbar .uk-button-primary.uk-active { color: #ffffff; border-color: transparent; } .uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary, .uk-overlay-primary .uk-button-secondary, .ap-toolbar .uk-button-secondary { background-color: transparent; border-color: #ffffff; color: #ffffff; background-image: none; box-shadow: none; } .uk-light .uk-button-secondary:hover, .uk-light .uk-button-secondary:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary.uk-card-body .uk-button-secondary:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus, .uk-overlay-primary .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:focus, .ap-toolbar .uk-button-secondary:hover, .ap-toolbar .uk-button-secondary:focus { background-color: transparent; color: #ffffff; box-shadow: none; } .uk-light .uk-button-secondary:active, .uk-light .uk-button-secondary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary.uk-card-body .uk-button-secondary.uk-active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary.uk-active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active, .uk-overlay-primary .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary.uk-active, .ap-toolbar .uk-button-secondary:active, .ap-toolbar .uk-button-secondary.uk-active { background-color: #ffffff; border-color: #ffffff; } .uk-light .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text, .uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text, .uk-overlay-primary .uk-button-text, .ap-toolbar .uk-button-text { color: #ffffff; } .uk-light .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active, .uk-overlay-primary .uk-totop:active, .ap-toolbar .uk-totop:active { color: #ffffff; background-color: transparent; } .uk-light .uk-marker, .uk-section-primary:not(.uk-preserve-color) .uk-marker, .uk-section-secondary:not(.uk-preserve-color) .uk-marker, .uk-tile-primary:not(.uk-preserve-color) .uk-marker, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker, .uk-card-primary.uk-card-body .uk-marker, .uk-card-primary > :not([class*='uk-card-media']) .uk-marker, .uk-card-secondary.uk-card-body .uk-marker, .uk-card-secondary > :not([class*='uk-card-media']) .uk-marker, .uk-overlay-primary .uk-marker, .ap-toolbar .uk-marker { background: #f8f8f8; color: #666; } .uk-light .uk-marker:hover, .uk-light .uk-marker:focus, .uk-section-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-section-primary:not(.uk-preserve-color) .uk-marker:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus, .uk-card-primary.uk-card-body .uk-marker:hover, .uk-card-primary.uk-card-body .uk-marker:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus, .uk-card-secondary.uk-card-body .uk-marker:hover, .uk-card-secondary.uk-card-body .uk-marker:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus, .uk-overlay-primary .uk-marker:hover, .uk-overlay-primary .uk-marker:focus, .ap-toolbar .uk-marker:hover, .ap-toolbar .uk-marker:focus { color: #666; } .uk-light .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge, .uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*='uk-card-media']) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*='uk-card-media']) .uk-badge, .uk-overlay-primary .uk-badge, .ap-toolbar .uk-badge { background-color: #ffffff; color: #333; } .uk-light .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label, .uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*='uk-card-media']) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*='uk-card-media']) .uk-label, .uk-overlay-primary .uk-label, .ap-toolbar .uk-label { background-color: #ffffff; } .uk-light .uk-article-title, .uk-section-primary:not(.uk-preserve-color) .uk-article-title, .uk-section-secondary:not(.uk-preserve-color) .uk-article-title, .uk-tile-primary:not(.uk-preserve-color) .uk-article-title, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-title, .uk-card-primary.uk-card-body .uk-article-title, .uk-card-primary > :not([class*='uk-card-media']) .uk-article-title, .uk-card-secondary.uk-card-body .uk-article-title, .uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title, .uk-overlay-primary .uk-article-title, .ap-toolbar .uk-article-title { color: #ffffff; } .uk-light .uk-nav-default > li > a:hover, .uk-light .uk-nav-default > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus, .uk-overlay-primary .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:focus, .ap-toolbar .uk-nav-default > li > a:hover, .ap-toolbar .uk-nav-default > li > a:focus { color: rgba(197, 57, 15, 0.7); background-color: transparent; } .uk-light .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a, .ap-toolbar .uk-nav-default > li.uk-active > a { color: #ffffff; background-color: transparent; } .uk-light .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header, .ap-toolbar .uk-nav-default .uk-nav-header { color: #ffffff; } .uk-light .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a, .ap-toolbar .uk-nav-primary > li.uk-active > a { color: #ffffff; } .uk-light .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header, .ap-toolbar .uk-nav-primary .uk-nav-header { color: #ffffff; } .uk-light .uk-navbar-nav > li > a::before, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before, .uk-overlay-primary .uk-navbar-nav > li > a::before, .ap-toolbar .uk-navbar-nav > li > a::before { background-color: transparent; } .uk-light .uk-navbar-nav > li:hover > a, .uk-light .uk-navbar-nav > li > a:focus, .uk-light .uk-navbar-nav > li > a.uk-open, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open, .uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li > a:focus, .uk-overlay-primary .uk-navbar-nav > li > a.uk-open, .ap-toolbar .uk-navbar-nav > li:hover > a, .ap-toolbar .uk-navbar-nav > li > a:focus, .ap-toolbar .uk-navbar-nav > li > a.uk-open { color: #ffffff; } .uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .ap-toolbar .uk-navbar-nav > li.uk-active > a { color: #ffffff; } .uk-light .uk-navbar-nav > li.uk-active > a::before, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before, .ap-toolbar .uk-navbar-nav > li.uk-active > a::before { background-color: #1e87f0; } .uk-light .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle, .ap-toolbar .uk-navbar-toggle { color: #ffffff; } .uk-light .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a, .ap-toolbar .uk-subnav > .uk-active > a { color: #ffffff; } .uk-light .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a, .ap-toolbar .uk-subnav-pill > .uk-active > a { background-color: #ffffff; box-shadow: none; } .uk-light .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a, .ap-toolbar .uk-tab > .uk-active > a { color: #ffffff; border-color: #ffffff; } .uk-light .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > *, .ap-toolbar .uk-dotnav > .uk-active > * { background-color: #ffffff; border-color: transparent; } .uk-light .uk-countdown-number, .uk-light .uk-countdown-separator, .uk-section-primary:not(.uk-preserve-color) .uk-countdown-number, .uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator, .uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number, .uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator, .uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number, .uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator, .uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number, .uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator, .uk-card-primary.uk-card-body .uk-countdown-number, .uk-card-primary.uk-card-body .uk-countdown-separator, .uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number, .uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator, .uk-card-secondary.uk-card-body .uk-countdown-number, .uk-card-secondary.uk-card-body .uk-countdown-separator, .uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number, .uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator, .uk-overlay-primary .uk-countdown-number, .uk-overlay-primary .uk-countdown-separator, .ap-toolbar .uk-countdown-number, .ap-toolbar .uk-countdown-separator { color: #ffffff; } .uk-light .uk-countdown-label, .uk-section-primary:not(.uk-preserve-color) .uk-countdown-label, .uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label, .uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label, .uk-card-primary.uk-card-body .uk-countdown-label, .uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label, .uk-card-secondary.uk-card-body .uk-countdown-label, .uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label, .uk-overlay-primary .uk-countdown-label, .ap-toolbar .uk-countdown-label { color: #ffffff; } .uk-light .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead, .uk-overlay-primary .uk-text-lead, .ap-toolbar .uk-text-lead { color: #ffffff; } /* Header ========================================================================== */ /* * Header */ /* * Headerbars */ .ap-headerbar-top { padding-top: 40px; padding-bottom: 40px; background: #ffffff; } .ap-headerbar-bottom { padding-top: 40px; padding-bottom: 40px; background: #ffffff; } .ap-header .uk-navbar-nav .menu-item a { position: relative; } .ap-header .uk-navbar-nav .menu-item a:hover, .ap-header .uk-navbar-nav .uk-active a { font-weight: bolder; } .ap-header .uk-navbar-nav .menu-item a:hover::before, .ap-header .uk-navbar-nav .uk-active a::before { right: 15px; display: block; } .ap-header-transparent { position: absolute; z-index: 980; left: 0; right: 0; } .ap-header-transparent .uk-navbar-nav .menu-item a { position: relative; color: #fff; } .ap-header-transparent .uk-navbar-nav .menu-item a:hover::before, .ap-header-transparent .uk-navbar-nav .uk-active a::before { background-color: #fff; } .uk-navbar-transparent { position: absolute; left: 0; right: 0; top: 0; height: 80px; z-index: 100; transition: background-color 0.3s ease-in; } .uk-navbar-transparent.uk-sticky-below { z-index: 1000; } .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a, .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover { color: #292929; } .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a { color: #4f5260; } .uk-section-secondary .uk-navbar-transparent.uk-sticky-below, .uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) { background: rgba(34, 34, 34, 0.94); } .uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a, .uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover { color: #fff; } .uk-section-primary .uk-navbar-container.uk-navbar-sticky { background-color: #1e87f0; } .uk-section-muted .uk-navbar-container.uk-navbar-sticky { background-color: #f8f8f8; } .uk-section-primary .uk-navbar-container.uk-navbar-sticky { background-color: #1e87f0; } .uk-navbar-container:not(.uk-navbar-transparent) { background: transparent; } .uk-navbar-sticky { box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07); } .uk-navbar-nav > li > a::before { content: ''; display: none; position: absolute; bottom: 24px; height: 1px; background-color: #00a0de; -webkit-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; -webkit-transition-property: background-color, border-color, box-shadow, height, right; transition-property: background-color, border-color, box-shadow, height, right; left: 15px; right: calc(77%); } .category .uk-pagination li.uk-active, .ap-pagination li.uk-active, .dynamic-pagination li.uk-active, .category .uk-pagination li.active, .ap-pagination li.active, .dynamic-pagination li.active { background-color: #1e87f0; border-color: #1e87f0; } .category .uk-pagination li:hover, .ap-pagination li:hover, .dynamic-pagination li:hover { border-color: #1e87f0; } /* ======================================================================== Component: Padding ========================================================================== */ /* mobile */ @media (max-width: 640px) { .uk-padding { padding: 14px; } .uk-padding-small { padding: 12px 15px 8px; } * + .uk-margin-medium { margin-top: 12px !important; } .uk-margin-medium { margin-bottom: 16px; } .uk-button { padding: 0 12px; line-height: 30px; } .uk-card-default .uk-card-title, .uk-card-title { font-size: 1rem; } .uk-card-body { padding: 10px; } .uk-tile-large { padding-top: 30px; padding-bottom: 30px; } .uk-heading-primary, .uk-heading-hero, .uk-h1, h1 { font-size: 1.75rem; } .uk-h2, h2 { font-size: 1.25rem; } .uk-h3, h3 { font-size: 1.125rem; } .uk-h4, h4 { font-size: .875rem; } .uk-h5, h5, .uk-h6, h6 { font-size: .75rem; } .uk-margin { margin-bottom: 14px; } * + .uk-margin { margin-top: 14px!important; } .uk-grid { margin-left: -6px; } .uk-grid > * { padding-left: 6px; } * + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin { margin-top: 12px; } .uk-grid + .uk-grid-collapse, .uk-grid-collapse > .uk-grid-margin { margin-top: 0; } .uk-grid-collapse > * { padding-left: 0; } .uk-grid-collapse { margin-left: 0; } .uk-card-small .uk-card-body, .uk-card-small.uk-card-body { padding: 6px; } .uk-section { padding-top: 16px; padding-bottom: 16px; } .uk-section-xsmall { padding-top: 6px; padding-bottom: 6px; } .uk-section-small { padding-top: 12px; padding-bottom: 12px; } .uk-margin-large-top { margin-top: 26px !important; } .uk-margin-large { margin-bottom: 26px; } .ap-pagination li, .dynamic-pagination li { height: 24px; } .dynamic-pagination li a { padding: 0 2px; line-height: 24px; min-width: 24px; font-size: 12px; } } .preview .uk-section-secondary .uk-button-primary:hover { background-color: #0e6dcd; } .ap-list-filter dd a.active { background-color: #1e87f0; color: #fff; border-radius: 2px; } .ap-filter-dropdown .filter-item-wrap.open, .ap-filter-dropdown .filter-item.active { color: #1e87f0; } .category li a.active { color: #1e87f0; } .uk-lightbox-items > * > video { width: 80%; } /* 兼容uk-heading-primary */ @media (min-width: 1200px) { .uk-heading-primary { font-size: 3.75rem; line-height: 1.1; } } .uk-list ul { padding-left: 10px; } .onepage-pagination li a.active:before { background: #1e87f0; } .fr-text-bordered { padding-top: 6px; padding-bottom: 6px; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; } .fr-text-uppercase { text-transform: uppercase; } .param-field .param-tag { color: #1e87f0; border: 1px solid rgba(30, 135, 240, 0.2); } form .step .step-bg-progress, form .add-file .file-btn, form .step-btns a, form .step .ui-step.active .ui-step-num { background: #1e87f0; } form .step .ui-step.active .ui-step-title { color: #1e87f0; } /**************** 自定义版块样式 ********************/ .btn-effect-1 { border-color: #1e87f0; background-color: #1e87f0; color: #fff; } .header-effect-6 [data-item='title']::before { background-color: #1e87f0; } .btn-effect-2 { background-color: transparent; border: 1px solid #1e87f0; color: #1e87f0; } .btn-effect-2:hover { background-color: #1e87f0; } .uk-button.btn-effect-5 { background-color: #1e87f0; box-shadow: 0 0 15px rgba(30, 135, 240, 0.8); } .header-effect-3 [data-item='title']::after { background: #1e87f0; } .header-effect-6 [data-item='title']::before { background-color: #1e87f0; } #a0d64ad9d7af70e .video-box, #a0d64ad9d7af70e .preview-box { margin-bottom: 20px; border: 1px solid #eee; } #a0d64ad9d7af70e .video-box video { object-fit: contain; position: absolute; left: 0; top: 0; z-index: 10; } #a0d64ad9d7af70e .goods-slider { width: 430px; max-width: 100%; } #a0d64ad9d7af70e .preview-box img { width: 100%; } #a0d64ad9d7af70e .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; } #a0d64ad9d7af70e .zoom-indicator { background-color: #fff; opacity: .3; position: absolute; right: 0; bottom: 0; } #a0d64ad9d7af70e .zoom-indicator i { width: 30px; height: 30px; line-height: 30px; text-align: center; } #a0d64ad9d7af70e .thumb-box { width: 100%; position: relative; } #a0d64ad9d7af70e .address-select { display: inline-block; } #a0d64ad9d7af70e .address-select .uk-select { width: 100px; margin-right: 10px; } #a0d64ad9d7af70e .thumb-box .btn { width: 22px; height: 32px; } #a0d64ad9d7af70e .thumb-box .btn-next { background: url(/resources/sys/img/section/btn_next.png) no-repeat center center; } #a0d64ad9d7af70e .thumb-box .btn-prev { background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center; } #a0d64ad9d7af70e .thumb-list { overflow: hidden; } #a0d64ad9d7af70e .thumb-list ul { width: 100000px; } #a0d64ad9d7af70e .thumb-list ul li { list-style: none; float: left; margin: 0 4px; cursor: pointer; position: relative; } #a0d64ad9d7af70e .thumb-list ul li img { width: 68px; border: 2px solid #fff; } #a0d64ad9d7af70e .thumb-list ul li.active img { border-color: #df3033; } #a0d64ad9d7af70e .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; } #a0d64ad9d7af70e .zoom-box img { max-width: initial; } #a0d64ad9d7af70e .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; } #a0d64ad9d7af70e .thumb-list ul li.thumb-video:hover::after { opacity: 1; background-size: 35px; } #a0d64ad9d7af70e .goods-intro .title { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 4px; } #a0d64ad9d7af70e .goods-intro .desc { font-size: 14px; line-height: 20px; color: #999; } #a0d64ad9d7af70e .goods-intro .price { margin-top: 20px; background-color: #f5f3ef; border-top: 1px dotted #dedede; border-bottom: 1px dotted #dedede; padding: 16px 10px 13px; line-height: 24px; font-size: 13px; position: relative; } #a0d64ad9d7af70e .goods-intro .price span { line-height: 30px; } #a0d64ad9d7af70e .goods-intro .price .label { width: 55px; font-size: 13px; float: left; color: #666; } #a0d64ad9d7af70e .price .present-price { display: inline-block; font-weight: 700; margin-right: 1px; height: 30px; font-size: 28px; line-height: 30px; margin-left: 2px; color: #df3033; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #a0d64ad9d7af70e .price .present-price .rmb { margin-left: 0; line-height: 30px; color: #df3033; font-size: 18px; float: left; } #a0d64ad9d7af70e .price .origin-price { display: inline-block; font-size: 13px; color: #999; line-height: 24px; } #a0d64ad9d7af70e .line-through { text-decoration: line-through; } #a0d64ad9d7af70e .price hr { margin: 10px 20px 10px 0; overflow: hidden; border: none; height: 1px; border-bottom: 1px dashed #d2d2d2; } #a0d64ad9d7af70e .price .policy-info { margin-left: 65px; padding-top: 2px; line-height: 20px; color: #666; display: block; } #a0d64ad9d7af70e .price .policy-info li { display: inline-block; position: relative; margin-right: 30px; line-height: 24px; } #a0d64ad9d7af70e .price .policy-info li::before { content: '・ '; position: absolute; left: -10px; top: 0; } #a0d64ad9d7af70e .number { margin-top: 20px; margin-left: 10px; } #a0d64ad9d7af70e .number .name { line-height: 30px; width: 54px; } #a0d64ad9d7af70e .number .select-num { display: inline-block; border: 1px solid #ddd; overflow: hidden; line-height: 30px; } #a0d64ad9d7af70e .appoint-fields .uk-margin { margin-bottom: 6px; } #a0d64ad9d7af70e .select-num .btn { position: relative; width: 36px; height: 30px; line-height: 28px; background: #fff; text-align: center; color: #888; cursor: pointer; } #a0d64ad9d7af70e .select-num .btn.disable { cursor: not-allowed; color: #ececec; } #a0d64ad9d7af70e .select-num i { line-height: 30px; } #a0d64ad9d7af70e .select-num .less { float: left; border-right: 1px solid #ddd; } #a0d64ad9d7af70e .select-num .more { float: right; border-left: 1px solid #ddd; } #a0d64ad9d7af70e .select-num input { border: none; text-align: center; font-size: 12px; color: #333; width: 60px; height: 28px; } #a0d64ad9d7af70e .buttons { margin: 30px 0 0 12px; } #a0d64ad9d7af70e .buttons .button { display: inline-block; margin-right: 8px; width: 168px; height: 50px; line-height: 50px; font-size: 18px; color: #df3033; border: 1px solid #df3033; background-color: #fdf1f3; text-align: center; border-radius: 2px; } #a0d64ad9d7af70e .buttons .button.disable { opacity: .3; } #a0d64ad9d7af70e .buttons .button-buy { color: #fff; border: 1px solid #df3033; background-color: #df3033; } #a0d64ad9d7af70e .promote-goods { margin-top: 40px; border: 1px solid #e8e8e8; } #a0d64ad9d7af70e .promote-goods .price { color: #d62525; line-height: 22px; } #a0d64ad9d7af70e .promote-goods .promote-title { height: 44px; line-height: 44px; padding-left: 15px; font-size: 17px; position: relative; background-color: #f5f5f5; } #a0d64ad9d7af70e .promote-goods .uk-slider { padding: 10px 50px; } #a0d64ad9d7af70e .hot-list .img-wrap { display: block; } #a0d64ad9d7af70e .right { width: 298px; border: 1px solid #e8e8e8; } #a0d64ad9d7af70e .right .title { line-height: 40px; background-color: #f5f5f5; font-size: 16px; text-align: center; font-weight: 500; border-bottom: 1px solid #e8e8e8; } #a0d64ad9d7af70e .left .nav-wrap { background-color: #f5f5f5; border: 1px solid #e8e8e8; height: 44px; } #a0d64ad9d7af70e .left .detail-nav-tab .item { min-width: 120px; height: 44px; line-height: 44px; font-size: 14px; border-right: 1px solid #e8e8e8; padding: 0 30px; text-align: center; float: left; } #a0d64ad9d7af70e .left .detail-nav-tab .item a { color: #555; font-weight: 500; display: block; } #a0d64ad9d7af70e .left .detail-nav-tab .item.uk-active { background: #fff; border-top: 3px solid #df3033; background-color: #fff; border-bottom: 1px solid #fff; line-height: 40px; } #a0d64ad9d7af70e .left .detail-nav-tab .item.uk-active a { color: #df3033; cursor: default; } #a0d64ad9d7af70e .hot-list .item { margin: 24px 24px 0; border-bottom: 1px solid #e8e8e8; } #a0d64ad9d7af70e .hot-list .item:last-child { border-bottom: none; } #a0d64ad9d7af70e .hot-list .item .goods-title { display: inline-block; font-size: 14px; line-height: 1; max-width: 156px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #333; margin: 8px auto 6px; } #a0d64ad9d7af70e .hot-list .item .goods-title:hover { color: #df3033; } #a0d64ad9d7af70e .hot-list .item .price { font-size: 14px; line-height: 1; color: #df3033; text-align: center; font-weight: bolder; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #a0d64ad9d7af70e .hot-list .item .origin-price { text-decoration: line-through; color: #666; } #a0d64ad9d7af70e .hot-list .item .goods-info { padding: 0 5px 18px; } @media (max-width: 640px) { #a0d64ad9d7af70e .right { width: 100%; } #a0d64ad9d7af70e .zoom-indicator { display: none; } #a0d64ad9d7af70e .goods-intro .buttons { position: fixed; left: 0; bottom: 0; width: 100%; background: #fff; padding: 0; z-index: 900; margin: 0; display: flex; justify-content: space-between; border-top: 1px solid #e8e8e8; } #a0d64ad9d7af70e .goods-intro .buttons .button { margin: 0; width: 50%; font-size: 14px; border-radius: 0; } #a0d64ad9d7af70e .goods-intro .buttons .button-buy { border: 0; } } #a0d64ad9d7af70e .sku { padding: 20px 0 0 10px; } #a0d64ad9d7af70e .sku .sku-items .name { width: 54px; line-height: 32px; float: left; } #a0d64ad9d7af70e .sku .sku-item { float: left; position: relative; margin-right: 10px; margin-bottom: 15px; vertical-align: middle; line-height: 28px; border: 1px solid #ddd; font-size: 13px; color: #444; cursor: pointer; user-select: none; } #a0d64ad9d7af70e .coupons { margin-left: 55px; } #a0d64ad9d7af70e .sku .sku-item.disable { border: 1px dashed #ccc; opacity: .7; cursor: not-allowed; } #a0d64ad9d7af70e .sku .sku-item img { width: 50px; height: 50px; } #a0d64ad9d7af70e .sku .sku-item::before { content: ''; position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; z-index: 10; } #a0d64ad9d7af70e .sku .sku-item span { padding: 0 10px; } #a0d64ad9d7af70e .sku .sku-item.active::before { border: 2px solid #FF0036; } #a0d64ad9d7af70e .sku .sku-item.active i { display: block; position: absolute; bottom: 0; right: 0; width: 12px; height: 12px; overflow: hidden; text-indent: -99em; background-repeat: no-repeat; background-position: 0 0; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==); color: black; } #a0d64ad9d7af70e .close { width: 20px; height: 20px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAoFJREFUaAXt2jtOw0AQANAYmigtBRItBYKGqyRNiiQKkuWKggMgQQHkBiAkBOmcIk1OALcACpRrpEmImTE2sqJ4vfbOzBppXcSfeHfnjT/SjtxouMVlwGXAZcBlwGXg/2RgOBzu9Xq9qyiKvLpGDfFdBkGwrxPfjuokxC6Xy1fA3kCnz3VE9/v9B4hrtFgs3nTQSvBqtTqHhJwmSfHrhkbser3GGBuAPgH0RRJr7koJDsPwDlqOM61rg85iMT7P88J2u32diXXrZuFzibcxXllo7Wd6GE8mkwAGiTLHxDZzsGfdbve7KIhCMHZQJ7QJFi1a4LqgTbGlwLbRFNjSYFtoKmwlsDSaElsZLIWmxhqBudEcWGMwF5oLSwKmRnNiycBUaG4sKdgULYElB1dFS2FZwGXRklg2sC5aGssKLkIPBoP7dPIeB/I7n9Wa4uH5VRft2VLVAXKmlp/Q33HaZzJ5Z8fieOxgHCQHjX+llQoRbDxePKrAT4J+h6H+rixszzudzpFOpYIqRGVNi2oQ7AefWVhlsXj4cDabPWEycEdiEQFvvo0BNs/gRAuD7OBNLL6g8DYGsJVqKCt4GxZKqfELCqueNtBsz44Km97OOW9v1hIwC1gHawtNDi6DtYEmBVfBSqPJwCZYSTQJmAIrhTYGU2Il0EZgDiw3ujKYE8uJrgSWwHKhS4MlsRzoUmAbWGq0NtgmlhKtBa4DlgpdCK4TlgKtnA/jF242SqkpLG+NXw9tm0/DxbnJa5MeV4JbrdYLdP6BJ0uWUtPgVOtNNOx/NZvNR1Ubrf/wcz640qPpdLqr1UD4pKSIcOv7/oHw0G44lwGXAZcBlwGXAZeBkhn4AcrY4LAgdyEWAAAAAElFTkSuQmCC) no-repeat 50%; background-size: 100% 100%; position: absolute; top: 20px; right: 20px; cursor: pointer; } #a0d64ad9d7af70e .detail-wrap { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1001; display: none; } #a0d64ad9d7af70e .appointment-detail { width: 40%; min-width: 320px; max-width: 1000px; padding: 20px 30px; margin: 100px auto 0; background: #fff; z-index: 100; position: relative; max-height: 80%; overflow: scroll; } #a0d64ad9d7af70e .appointment-detail .appointment-item h4 { margin: 0; line-height: 1; padding-left: 15px; border-left: 3px solid #449DD1; margin-bottom: 10px; font-size: 16px; font-weight: normal; color: #444; } #a0d64ad9d7af70e .timearea-item { display: inline-block; margin: 6px 10px 6px 0; padding: 0 5px; border: 1px solid #e4e1e1; line-height: 26px; font-size: 12px; cursor: pointer; } #a0d64ad9d7af70e .timearea-item.active { border-color: #fc4343; color: #fc4343; } #a0d64ad9d7af70e .appointment-title { font-weight: bolder; font-size: 16px; } #a0d64ad9d7af70e .appointment-item .uk-input { border: 1px solid #ececec; height: 32px; line-height: 32px; width: 300px; max-width: 100%; padding: 0 15px; border-radius: 2px; } #a0d64ad9d7af70e .appointment-detail .submit { padding: 0 30px; line-height: 32px; height: 32px; border-radius: 2px; } #a0d64ad9d7af70e .detail-wrap .uk-form-label { display: inline-block; margin-right: 10px; min-width: 100px; font-size: 13px; } #a3fd2a53c6adcad .video-box, #a3fd2a53c6adcad .preview-box { margin-bottom: 20px; border: 1px solid #eee; } #a3fd2a53c6adcad .video-box video { object-fit: contain; position: absolute; left: 0; top: 0; z-index: 10; } #a3fd2a53c6adcad .goods-slider { width: 430px; max-width: 100%; } #a3fd2a53c6adcad .preview-box img { width: 100%; } #a3fd2a53c6adcad .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; } #a3fd2a53c6adcad .zoom-indicator { background-color: #fff; opacity: .3; position: absolute; right: 0; bottom: 0; } #a3fd2a53c6adcad .zoom-indicator i { width: 30px; height: 30px; line-height: 30px; text-align: center; } #a3fd2a53c6adcad .thumb-box { width: 100%; position: relative; } #a3fd2a53c6adcad .address-select { display: inline-block; } #a3fd2a53c6adcad .address-select .uk-select { width: 100px; margin-right: 10px; } #a3fd2a53c6adcad .thumb-box .btn { width: 22px; height: 32px; } #a3fd2a53c6adcad .thumb-box .btn-next { background: url(/resources/sys/img/section/btn_next.png) no-repeat center center; } #a3fd2a53c6adcad .thumb-box .btn-prev { background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center; } #a3fd2a53c6adcad .thumb-list { overflow: hidden; } #a3fd2a53c6adcad .thumb-list ul { width: 100000px; } #a3fd2a53c6adcad .thumb-list ul li { list-style: none; float: left; margin: 0 4px; cursor: pointer; position: relative; } #a3fd2a53c6adcad .thumb-list ul li img { width: 68px; border: 2px solid #fff; } #a3fd2a53c6adcad .thumb-list ul li.active img { border-color: #df3033; } #a3fd2a53c6adcad .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; } #a3fd2a53c6adcad .zoom-box img { max-width: initial; } #a3fd2a53c6adcad .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; } #a3fd2a53c6adcad .thumb-list ul li.thumb-video:hover::after { opacity: 1; background-size: 35px; } #a3fd2a53c6adcad .goods-intro .title { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 4px; } #a3fd2a53c6adcad .goods-intro .desc { font-size: 14px; line-height: 20px; color: #999; } #a3fd2a53c6adcad .goods-intro .price { margin-top: 20px; background-color: #f5f3ef; border-top: 1px dotted #dedede; border-bottom: 1px dotted #dedede; padding: 16px 10px 13px; line-height: 24px; font-size: 13px; position: relative; } #a3fd2a53c6adcad .goods-intro .price span { line-height: 30px; } #a3fd2a53c6adcad .goods-intro .price .label { width: 55px; font-size: 13px; float: left; color: #666; } #a3fd2a53c6adcad .price .present-price { display: inline-block; font-weight: 700; margin-right: 1px; height: 30px; font-size: 28px; line-height: 30px; margin-left: 2px; color: #df3033; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #a3fd2a53c6adcad .price .present-price .rmb { margin-left: 0; line-height: 30px; color: #df3033; font-size: 18px; float: left; } #a3fd2a53c6adcad .price .origin-price { display: inline-block; font-size: 13px; color: #999; line-height: 24px; } #a3fd2a53c6adcad .line-through { text-decoration: line-through; } #a3fd2a53c6adcad .price hr { margin: 10px 20px 10px 0; overflow: hidden; border: none; height: 1px; border-bottom: 1px dashed #d2d2d2; } #a3fd2a53c6adcad .price .policy-info { margin-left: 65px; padding-top: 2px; line-height: 20px; color: #666; display: block; } #a3fd2a53c6adcad .price .policy-info li { display: inline-block; position: relative; margin-right: 30px; line-height: 24px; } #a3fd2a53c6adcad .price .policy-info li::before { content: '・ '; position: absolute; left: -10px; top: 0; } #a3fd2a53c6adcad .number { margin-top: 20px; margin-left: 10px; } #a3fd2a53c6adcad .number .name { line-height: 30px; width: 54px; } #a3fd2a53c6adcad .number .select-num { display: inline-block; border: 1px solid #ddd; overflow: hidden; line-height: 30px; } #a3fd2a53c6adcad .appoint-fields .uk-margin { margin-bottom: 6px; } #a3fd2a53c6adcad .select-num .btn { position: relative; width: 36px; height: 30px; line-height: 28px; background: #fff; text-align: center; color: #888; cursor: pointer; } #a3fd2a53c6adcad .select-num .btn.disable { cursor: not-allowed; color: #ececec; } #a3fd2a53c6adcad .select-num i { line-height: 30px; } #a3fd2a53c6adcad .select-num .less { float: left; border-right: 1px solid #ddd; } #a3fd2a53c6adcad .select-num .more { float: right; border-left: 1px solid #ddd; } #a3fd2a53c6adcad .select-num input { border: none; text-align: center; font-size: 12px; color: #333; width: 60px; height: 28px; } #a3fd2a53c6adcad .buttons { margin: 30px 0 0 12px; } #a3fd2a53c6adcad .buttons .button { display: inline-block; margin-right: 8px; width: 168px; height: 50px; line-height: 50px; font-size: 18px; color: #df3033; border: 1px solid #df3033; background-color: #fdf1f3; text-align: center; border-radius: 2px; } #a3fd2a53c6adcad .buttons .button.disable { opacity: .3; } #a3fd2a53c6adcad .buttons .button-buy { color: #fff; border: 1px solid #df3033; background-color: #df3033; } #a3fd2a53c6adcad .promote-goods { margin-top: 40px; border: 1px solid #e8e8e8; } #a3fd2a53c6adcad .promote-goods .price { color: #d62525; line-height: 22px; } #a3fd2a53c6adcad .promote-goods .promote-title { height: 44px; line-height: 44px; padding-left: 15px; font-size: 17px; position: relative; background-color: #f5f5f5; } #a3fd2a53c6adcad .promote-goods .uk-slider { padding: 10px 50px; } #a3fd2a53c6adcad .hot-list .img-wrap { display: block; } #a3fd2a53c6adcad .right { width: 298px; border: 1px solid #e8e8e8; } #a3fd2a53c6adcad .right .title { line-height: 40px; background-color: #f5f5f5; font-size: 16px; text-align: center; font-weight: 500; border-bottom: 1px solid #e8e8e8; } #a3fd2a53c6adcad .left .nav-wrap { background-color: #f5f5f5; border: 1px solid #e8e8e8; height: 44px; } #a3fd2a53c6adcad .left .detail-nav-tab .item { min-width: 120px; height: 44px; line-height: 44px; font-size: 14px; border-right: 1px solid #e8e8e8; padding: 0 30px; text-align: center; float: left; } #a3fd2a53c6adcad .left .detail-nav-tab .item a { color: #555; font-weight: 500; display: block; } #a3fd2a53c6adcad .left .detail-nav-tab .item.uk-active { background: #fff; border-top: 3px solid #df3033; background-color: #fff; border-bottom: 1px solid #fff; line-height: 40px; } #a3fd2a53c6adcad .left .detail-nav-tab .item.uk-active a { color: #df3033; cursor: default; } #a3fd2a53c6adcad .hot-list .item { margin: 24px 24px 0; border-bottom: 1px solid #e8e8e8; } #a3fd2a53c6adcad .hot-list .item:last-child { border-bottom: none; } #a3fd2a53c6adcad .hot-list .item .goods-title { display: inline-block; font-size: 14px; line-height: 1; max-width: 156px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #333; margin: 8px auto 6px; } #a3fd2a53c6adcad .hot-list .item .goods-title:hover { color: #df3033; } #a3fd2a53c6adcad .hot-list .item .price { font-size: 14px; line-height: 1; color: #df3033; text-align: center; font-weight: bolder; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #a3fd2a53c6adcad .hot-list .item .origin-price { text-decoration: line-through; color: #666; } #a3fd2a53c6adcad .hot-list .item .goods-info { padding: 0 5px 18px; } @media (max-width: 640px) { #a3fd2a53c6adcad .right { width: 100%; } #a3fd2a53c6adcad .zoom-indicator { display: none; } #a3fd2a53c6adcad .goods-intro .buttons { position: fixed; left: 0; bottom: 0; width: 100%; background: #fff; padding: 0; z-index: 900; margin: 0; display: flex; justify-content: space-between; border-top: 1px solid #e8e8e8; } #a3fd2a53c6adcad .goods-intro .buttons .button { margin: 0; width: 50%; font-size: 14px; border-radius: 0; } #a3fd2a53c6adcad .goods-intro .buttons .button-buy { border: 0; } } #a3fd2a53c6adcad .sku { padding: 20px 0 0 10px; } #a3fd2a53c6adcad .sku .sku-items .name { width: 54px; line-height: 32px; float: left; } #a3fd2a53c6adcad .sku .sku-item { float: left; position: relative; margin-right: 10px; margin-bottom: 15px; vertical-align: middle; line-height: 28px; border: 1px solid #ddd; font-size: 13px; color: #444; cursor: pointer; user-select: none; } #a3fd2a53c6adcad .coupons { margin-left: 55px; } #a3fd2a53c6adcad .sku .sku-item.disable { border: 1px dashed #ccc; opacity: .7; cursor: not-allowed; } #a3fd2a53c6adcad .sku .sku-item img { width: 50px; height: 50px; } #a3fd2a53c6adcad .sku .sku-item::before { content: ''; position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; z-index: 10; } #a3fd2a53c6adcad .sku .sku-item span { padding: 0 10px; } #a3fd2a53c6adcad .sku .sku-item.active::before { border: 2px solid #FF0036; } #a3fd2a53c6adcad .sku .sku-item.active i { display: block; position: absolute; bottom: 0; right: 0; width: 12px; height: 12px; overflow: hidden; text-indent: -99em; background-repeat: no-repeat; background-position: 0 0; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==); color: black; } #a3fd2a53c6adcad .close { width: 20px; height: 20px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAoFJREFUaAXt2jtOw0AQANAYmigtBRItBYKGqyRNiiQKkuWKggMgQQHkBiAkBOmcIk1OALcACpRrpEmImTE2sqJ4vfbOzBppXcSfeHfnjT/SjtxouMVlwGXAZcBlwGXg/2RgOBzu9Xq9qyiKvLpGDfFdBkGwrxPfjuokxC6Xy1fA3kCnz3VE9/v9B4hrtFgs3nTQSvBqtTqHhJwmSfHrhkbser3GGBuAPgH0RRJr7koJDsPwDlqOM61rg85iMT7P88J2u32diXXrZuFzibcxXllo7Wd6GE8mkwAGiTLHxDZzsGfdbve7KIhCMHZQJ7QJFi1a4LqgTbGlwLbRFNjSYFtoKmwlsDSaElsZLIWmxhqBudEcWGMwF5oLSwKmRnNiycBUaG4sKdgULYElB1dFS2FZwGXRklg2sC5aGssKLkIPBoP7dPIeB/I7n9Wa4uH5VRft2VLVAXKmlp/Q33HaZzJ5Z8fieOxgHCQHjX+llQoRbDxePKrAT4J+h6H+rixszzudzpFOpYIqRGVNi2oQ7AefWVhlsXj4cDabPWEycEdiEQFvvo0BNs/gRAuD7OBNLL6g8DYGsJVqKCt4GxZKqfELCqueNtBsz44Km97OOW9v1hIwC1gHawtNDi6DtYEmBVfBSqPJwCZYSTQJmAIrhTYGU2Il0EZgDiw3ujKYE8uJrgSWwHKhS4MlsRzoUmAbWGq0NtgmlhKtBa4DlgpdCK4TlgKtnA/jF242SqkpLG+NXw9tm0/DxbnJa5MeV4JbrdYLdP6BJ0uWUtPgVOtNNOx/NZvNR1Ubrf/wcz640qPpdLqr1UD4pKSIcOv7/oHw0G44lwGXAZcBlwGXAZeBkhn4AcrY4LAgdyEWAAAAAElFTkSuQmCC) no-repeat 50%; background-size: 100% 100%; position: absolute; top: 20px; right: 20px; cursor: pointer; } #a3fd2a53c6adcad .detail-wrap { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1001; display: none; } #a3fd2a53c6adcad .appointment-detail { width: 40%; min-width: 320px; max-width: 1000px; padding: 20px 30px; margin: 100px auto 0; background: #fff; z-index: 100; position: relative; max-height: 80%; overflow: scroll; } #a3fd2a53c6adcad .appointment-detail .appointment-item h4 { margin: 0; line-height: 1; padding-left: 15px; border-left: 3px solid #449DD1; margin-bottom: 10px; font-size: 16px; font-weight: normal; color: #444; } #a3fd2a53c6adcad .timearea-item { display: inline-block; margin: 6px 10px 6px 0; padding: 0 5px; border: 1px solid #e4e1e1; line-height: 26px; font-size: 12px; cursor: pointer; } #a3fd2a53c6adcad .timearea-item.active { border-color: #fc4343; color: #fc4343; } #a3fd2a53c6adcad .appointment-title { font-weight: bolder; font-size: 16px; } #a3fd2a53c6adcad .appointment-item .uk-input { border: 1px solid #ececec; height: 32px; line-height: 32px; width: 300px; max-width: 100%; padding: 0 15px; border-radius: 2px; } #a3fd2a53c6adcad .appointment-detail .submit { padding: 0 30px; line-height: 32px; height: 32px; border-radius: 2px; } #a3fd2a53c6adcad .detail-wrap .uk-form-label { display: inline-block; margin-right: 10px; min-width: 100px; font-size: 13px; } #aa155a8b5da9266 .video-box, #aa155a8b5da9266 .preview-box { margin-bottom: 20px; border: 1px solid #eee; } #aa155a8b5da9266 .video-box video { object-fit: contain; position: absolute; left: 0; top: 0; z-index: 10; } #aa155a8b5da9266 .goods-slider { width: 430px; max-width: 100%; } #aa155a8b5da9266 .preview-box img { width: 100%; } #aa155a8b5da9266 .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; } #aa155a8b5da9266 .zoom-indicator { background-color: #fff; opacity: .3; position: absolute; right: 0; bottom: 0; } #aa155a8b5da9266 .zoom-indicator i { width: 30px; height: 30px; line-height: 30px; text-align: center; } #aa155a8b5da9266 .thumb-box { width: 100%; position: relative; } #aa155a8b5da9266 .address-select { display: inline-block; } #aa155a8b5da9266 .address-select .uk-select { width: 100px; margin-right: 10px; } #aa155a8b5da9266 .thumb-box .btn { width: 22px; height: 32px; } #aa155a8b5da9266 .thumb-box .btn-next { background: url(/resources/sys/img/section/btn_next.png) no-repeat center center; } #aa155a8b5da9266 .thumb-box .btn-prev { background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center; } #aa155a8b5da9266 .thumb-list { overflow: hidden; } #aa155a8b5da9266 .thumb-list ul { width: 100000px; } #aa155a8b5da9266 .thumb-list ul li { list-style: none; float: left; margin: 0 4px; cursor: pointer; position: relative; } #aa155a8b5da9266 .thumb-list ul li img { width: 68px; border: 2px solid #fff; } #aa155a8b5da9266 .thumb-list ul li.active img { border-color: #df3033; } #aa155a8b5da9266 .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; } #aa155a8b5da9266 .zoom-box img { max-width: initial; } #aa155a8b5da9266 .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; } #aa155a8b5da9266 .thumb-list ul li.thumb-video:hover::after { opacity: 1; background-size: 35px; } #aa155a8b5da9266 .goods-intro .title { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 4px; } #aa155a8b5da9266 .goods-intro .desc { font-size: 14px; line-height: 20px; color: #999; } #aa155a8b5da9266 .goods-intro .price { margin-top: 20px; background-color: #f5f3ef; border-top: 1px dotted #dedede; border-bottom: 1px dotted #dedede; padding: 16px 10px 13px; line-height: 24px; font-size: 13px; position: relative; } #aa155a8b5da9266 .goods-intro .price span { line-height: 30px; } #aa155a8b5da9266 .goods-intro .price .label { width: 55px; font-size: 13px; float: left; color: #666; } #aa155a8b5da9266 .price .present-price { display: inline-block; font-weight: 700; margin-right: 1px; height: 30px; font-size: 28px; line-height: 30px; margin-left: 2px; color: #df3033; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #aa155a8b5da9266 .price .present-price .rmb { margin-left: 0; line-height: 30px; color: #df3033; font-size: 18px; float: left; } #aa155a8b5da9266 .price .origin-price { display: inline-block; font-size: 13px; color: #999; line-height: 24px; } #aa155a8b5da9266 .line-through { text-decoration: line-through; } #aa155a8b5da9266 .price hr { margin: 10px 20px 10px 0; overflow: hidden; border: none; height: 1px; border-bottom: 1px dashed #d2d2d2; } #aa155a8b5da9266 .price .policy-info { margin-left: 65px; padding-top: 2px; line-height: 20px; color: #666; display: block; } #aa155a8b5da9266 .price .policy-info li { display: inline-block; position: relative; margin-right: 30px; line-height: 24px; } #aa155a8b5da9266 .price .policy-info li::before { content: '・ '; position: absolute; left: -10px; top: 0; } #aa155a8b5da9266 .number { margin-top: 20px; margin-left: 10px; } #aa155a8b5da9266 .number .name { line-height: 30px; width: 54px; } #aa155a8b5da9266 .number .select-num { display: inline-block; border: 1px solid #ddd; overflow: hidden; line-height: 30px; } #aa155a8b5da9266 .appoint-fields .uk-margin { margin-bottom: 6px; } #aa155a8b5da9266 .select-num .btn { position: relative; width: 36px; height: 30px; line-height: 28px; background: #fff; text-align: center; color: #888; cursor: pointer; } #aa155a8b5da9266 .select-num .btn.disable { cursor: not-allowed; color: #ececec; } #aa155a8b5da9266 .select-num i { line-height: 30px; } #aa155a8b5da9266 .select-num .less { float: left; border-right: 1px solid #ddd; } #aa155a8b5da9266 .select-num .more { float: right; border-left: 1px solid #ddd; } #aa155a8b5da9266 .select-num input { border: none; text-align: center; font-size: 12px; color: #333; width: 60px; height: 28px; } #aa155a8b5da9266 .buttons { margin: 30px 0 0 12px; } #aa155a8b5da9266 .buttons .button { display: inline-block; margin-right: 8px; width: 168px; height: 50px; line-height: 50px; font-size: 18px; color: #df3033; border: 1px solid #df3033; background-color: #fdf1f3; text-align: center; border-radius: 2px; } #aa155a8b5da9266 .buttons .button.disable { opacity: .3; } #aa155a8b5da9266 .buttons .button-buy { color: #fff; border: 1px solid #df3033; background-color: #df3033; } #aa155a8b5da9266 .promote-goods { margin-top: 40px; border: 1px solid #e8e8e8; } #aa155a8b5da9266 .promote-goods .price { color: #d62525; line-height: 22px; } #aa155a8b5da9266 .promote-goods .promote-title { height: 44px; line-height: 44px; padding-left: 15px; font-size: 17px; position: relative; background-color: #f5f5f5; } #aa155a8b5da9266 .promote-goods .uk-slider { padding: 10px 50px; } #aa155a8b5da9266 .hot-list .img-wrap { display: block; } #aa155a8b5da9266 .right { width: 298px; border: 1px solid #e8e8e8; } #aa155a8b5da9266 .right .title { line-height: 40px; background-color: #f5f5f5; font-size: 16px; text-align: center; font-weight: 500; border-bottom: 1px solid #e8e8e8; } #aa155a8b5da9266 .left .nav-wrap { background-color: #f5f5f5; border: 1px solid #e8e8e8; height: 44px; } #aa155a8b5da9266 .left .detail-nav-tab .item { min-width: 120px; height: 44px; line-height: 44px; font-size: 14px; border-right: 1px solid #e8e8e8; padding: 0 30px; text-align: center; float: left; } #aa155a8b5da9266 .left .detail-nav-tab .item a { color: #555; font-weight: 500; display: block; } #aa155a8b5da9266 .left .detail-nav-tab .item.uk-active { background: #fff; border-top: 3px solid #df3033; background-color: #fff; border-bottom: 1px solid #fff; line-height: 40px; } #aa155a8b5da9266 .left .detail-nav-tab .item.uk-active a { color: #df3033; cursor: default; } #aa155a8b5da9266 .hot-list .item { margin: 24px 24px 0; border-bottom: 1px solid #e8e8e8; } #aa155a8b5da9266 .hot-list .item:last-child { border-bottom: none; } #aa155a8b5da9266 .hot-list .item .goods-title { display: inline-block; font-size: 14px; line-height: 1; max-width: 156px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #333; margin: 8px auto 6px; } #aa155a8b5da9266 .hot-list .item .goods-title:hover { color: #df3033; } #aa155a8b5da9266 .hot-list .item .price { font-size: 14px; line-height: 1; color: #df3033; text-align: center; font-weight: bolder; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #aa155a8b5da9266 .hot-list .item .origin-price { text-decoration: line-through; color: #666; } #aa155a8b5da9266 .hot-list .item .goods-info { padding: 0 5px 18px; } @media (max-width: 640px) { #aa155a8b5da9266 .right { width: 100%; } #aa155a8b5da9266 .zoom-indicator { display: none; } #aa155a8b5da9266 .goods-intro .buttons { position: fixed; left: 0; bottom: 0; width: 100%; background: #fff; padding: 0; z-index: 900; margin: 0; display: flex; justify-content: space-between; border-top: 1px solid #e8e8e8; } #aa155a8b5da9266 .goods-intro .buttons .button { margin: 0; width: 50%; font-size: 14px; border-radius: 0; } #aa155a8b5da9266 .goods-intro .buttons .button-buy { border: 0; } } #aa155a8b5da9266 .sku { padding: 20px 0 0 10px; } #aa155a8b5da9266 .sku .sku-items .name { width: 54px; line-height: 32px; float: left; } #aa155a8b5da9266 .sku .sku-item { float: left; position: relative; margin-right: 10px; margin-bottom: 15px; vertical-align: middle; line-height: 28px; border: 1px solid #ddd; font-size: 13px; color: #444; cursor: pointer; user-select: none; } #aa155a8b5da9266 .coupons { margin-left: 55px; } #aa155a8b5da9266 .sku .sku-item.disable { border: 1px dashed #ccc; opacity: .7; cursor: not-allowed; } #aa155a8b5da9266 .sku .sku-item img { width: 50px; height: 50px; } #aa155a8b5da9266 .sku .sku-item::before { content: ''; position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; z-index: 10; } #aa155a8b5da9266 .sku .sku-item span { padding: 0 10px; } #aa155a8b5da9266 .sku .sku-item.active::before { border: 2px solid #FF0036; } #aa155a8b5da9266 .sku .sku-item.active i { display: block; position: absolute; bottom: 0; right: 0; width: 12px; height: 12px; overflow: hidden; text-indent: -99em; background-repeat: no-repeat; background-position: 0 0; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==); color: black; } #aa155a8b5da9266 .close { width: 20px; height: 20px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAoFJREFUaAXt2jtOw0AQANAYmigtBRItBYKGqyRNiiQKkuWKggMgQQHkBiAkBOmcIk1OALcACpRrpEmImTE2sqJ4vfbOzBppXcSfeHfnjT/SjtxouMVlwGXAZcBlwGXg/2RgOBzu9Xq9qyiKvLpGDfFdBkGwrxPfjuokxC6Xy1fA3kCnz3VE9/v9B4hrtFgs3nTQSvBqtTqHhJwmSfHrhkbser3GGBuAPgH0RRJr7koJDsPwDlqOM61rg85iMT7P88J2u32diXXrZuFzibcxXllo7Wd6GE8mkwAGiTLHxDZzsGfdbve7KIhCMHZQJ7QJFi1a4LqgTbGlwLbRFNjSYFtoKmwlsDSaElsZLIWmxhqBudEcWGMwF5oLSwKmRnNiycBUaG4sKdgULYElB1dFS2FZwGXRklg2sC5aGssKLkIPBoP7dPIeB/I7n9Wa4uH5VRft2VLVAXKmlp/Q33HaZzJ5Z8fieOxgHCQHjX+llQoRbDxePKrAT4J+h6H+rixszzudzpFOpYIqRGVNi2oQ7AefWVhlsXj4cDabPWEycEdiEQFvvo0BNs/gRAuD7OBNLL6g8DYGsJVqKCt4GxZKqfELCqueNtBsz44Km97OOW9v1hIwC1gHawtNDi6DtYEmBVfBSqPJwCZYSTQJmAIrhTYGU2Il0EZgDiw3ujKYE8uJrgSWwHKhS4MlsRzoUmAbWGq0NtgmlhKtBa4DlgpdCK4TlgKtnA/jF242SqkpLG+NXw9tm0/DxbnJa5MeV4JbrdYLdP6BJ0uWUtPgVOtNNOx/NZvNR1Ubrf/wcz640qPpdLqr1UD4pKSIcOv7/oHw0G44lwGXAZcBlwGXAZeBkhn4AcrY4LAgdyEWAAAAAElFTkSuQmCC) no-repeat 50%; background-size: 100% 100%; position: absolute; top: 20px; right: 20px; cursor: pointer; } #aa155a8b5da9266 .detail-wrap { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1001; display: none; } #aa155a8b5da9266 .appointment-detail { width: 40%; min-width: 320px; max-width: 1000px; padding: 20px 30px; margin: 100px auto 0; background: #fff; z-index: 100; position: relative; max-height: 80%; overflow: scroll; } #aa155a8b5da9266 .appointment-detail .appointment-item h4 { margin: 0; line-height: 1; padding-left: 15px; border-left: 3px solid #449DD1; margin-bottom: 10px; font-size: 16px; font-weight: normal; color: #444; } #aa155a8b5da9266 .timearea-item { display: inline-block; margin: 6px 10px 6px 0; padding: 0 5px; border: 1px solid #e4e1e1; line-height: 26px; font-size: 12px; cursor: pointer; } #aa155a8b5da9266 .timearea-item.active { border-color: #fc4343; color: #fc4343; } #aa155a8b5da9266 .appointment-title { font-weight: bolder; font-size: 16px; } #aa155a8b5da9266 .appointment-item .uk-input { border: 1px solid #ececec; height: 32px; line-height: 32px; width: 300px; max-width: 100%; padding: 0 15px; border-radius: 2px; } #aa155a8b5da9266 .appointment-detail .submit { padding: 0 30px; line-height: 32px; height: 32px; border-radius: 2px; } #aa155a8b5da9266 .detail-wrap .uk-form-label { display: inline-block; margin-right: 10px; min-width: 100px; font-size: 13px; } #a6441abd95a54e9 #a0d45ac331acd78 { background: #fff; } #a6441abd95a54e9 #preview { transform-origin: center top; } #a6441abd95a54e9 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list li ul, #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a6441abd95a54e9 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a6441abd95a54e9 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a6441abd95a54e9 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a6441abd95a54e9 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a6441abd95a54e9 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a6441abd95a54e9 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a6441abd95a54e9 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a6441abd95a54e9 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a6441abd95a54e9 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a6441abd95a54e9 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a6441abd95a54e9 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a6441abd95a54e9 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a6441abd95a54e9 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list li ul, #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a6441abd95a54e9 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a6441abd95a54e9 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a6441abd95a54e9 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a6441abd95a54e9 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a6441abd95a54e9 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a5144a30faa553b > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4288a1d68a779d [data-item="title"] {left: 28px;top: -84px; position: relative;}#a4288a1d68a779d [data-item="abstract"] {left: 334px;top: -97px; position: relative;}#a9a92af728a3490 > .ele-wrap {background-color: rgba(252, 252, 252, 0.85);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a92af728a3490 > .ele-wrap:hover {background-color: rgba(245, 250, 255, 1);}#ab302a99bca19e1 > .ele-wrap {background-color: rgba(253, 253, 252, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab302a99bca19e1 > .ele-wrap:hover {background-color: rgba(245, 250, 255, 1);}#ac42ca3673a3209 > .ele-wrap {background-color: rgba(160, 212, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac42ca3673a3209 > .ele-wrap:hover {background-color: rgba(238, 246, 255, 1);}#a0de7a80a6a9272 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1650614627501.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7fcfa3e48a6a37 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1649835035815.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbebae225a1bf1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: -1px 1px 6px 1px rgba(155, 155, 155, 0.12);}#afb64a4dffacebd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 7px 2px rgba(155, 155, 155, 0.21);}#abe59a0f50ac131 #a0d45ac331acd78 { background: #fff; } #abe59a0f50ac131 #preview { transform-origin: center top; } #abe59a0f50ac131 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list li ul, #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #abe59a0f50ac131 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #abe59a0f50ac131 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #abe59a0f50ac131 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #abe59a0f50ac131 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #abe59a0f50ac131 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #abe59a0f50ac131 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #abe59a0f50ac131 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #abe59a0f50ac131 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #abe59a0f50ac131 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #abe59a0f50ac131 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #abe59a0f50ac131 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #abe59a0f50ac131 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #abe59a0f50ac131 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list li ul, #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list > li.active > a:before, #abe59a0f50ac131 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #abe59a0f50ac131 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #abe59a0f50ac131 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #abe59a0f50ac131 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #abe59a0f50ac131 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a60f5a63efab43c .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 2px;justify-content: center;height: 50px;}#a60f5a63efab43c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(255, 255, 255, 0);border-color: rgba(255, 255, 255, 1);}#a051aa8555a7538 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 2px;justify-content: center;height: 50px;}#a051aa8555a7538 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(255, 255, 255, 0);border-color: rgba(255, 255, 255, 1);}#a5d47a1804a52ab [data-item="items"] {left: 0px;top: -1px; position: relative;}#a1838a1202a1cc2 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a1838a1202a1cc2 .uk-position-center-left-out { left: -30px; } #a1838a1202a1cc2 .uk-position-center-right-out { left: auto; right: -30px; } } #ab1f6a1b46a51d3 .uk-grid { margin-left: 0px; } #ab1f6a1b46a51d3 .uk-grid > * { padding-left: 0px; } #ab1f6a1b46a51d3 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #ab1f6a1b46a51d3 .uk-position-center-left-out { left: -30px; } #ab1f6a1b46a51d3 .uk-position-center-right-out { left: auto; right: -30px; } } #a27b9a95ada5ecd .uk-grid { margin-left: 0px; } #a27b9a95ada5ecd .uk-grid > * { padding-left: 0px; } #a27b9a95ada5ecd .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a27b9a95ada5ecd .uk-position-center-left-out { left: -30px; } #a27b9a95ada5ecd .uk-position-center-right-out { left: auto; right: -30px; } } #adc78ae1a8ac913 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #adc78ae1a8ac913 .uk-position-center-left-out { left: -30px; } #adc78ae1a8ac913 .uk-position-center-right-out { left: auto; right: -30px; } } #aae11ab1b4a32e5 > .ele-wrap {background-color: rgba(0, 78, 162, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abbd0a947eaa9df , #abbd0a947eaa9df a{color: rgba(255, 255, 255, 1);}#ad72aa22e0a3921 > .ele-wrap {background-color: rgba(0, 78, 162, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a129ea7451aeab5 , #a129ea7451aeab5 a{color: rgba(255, 255, 255, 1);}#ac39ba73d6a9b71 > .ele-wrap {background-color: rgba(0, 78, 162, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1657a646cafdc5 , #a1657a646cafdc5 a{color: rgba(255, 255, 255, 1);}#a8b1ca8c42ae071 { overflow: hidden; pointer-events: none; } #a8b1ca8c42ae071 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #a8b1ca8c42ae071 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #a8b1ca8c42ae071 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a8b1ca8c42ae071 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #a8b1ca8c42ae071 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #a8b1ca8c42ae071 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a8b1ca8c42ae071 > .tab-wrap > div > .tab-nav, #a8b1ca8c42ae071 > .tab-nav, #a8b1ca8c42ae071 > .tab-tabs > .tab-wrap > div > .tab-nav, #a8b1ca8c42ae071 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-style: none; border-top-style: none; border-right-style: none; border-left-style: none; } #a8b1ca8c42ae071 > .tab-wrap > div > .tab-nav-horizontal, #a8b1ca8c42ae071 > .tab-nav-horizontal, #a8b1ca8c42ae071 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a8b1ca8c42ae071 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a8b1ca8c42ae071 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a8b1ca8c42ae071 > .tab-nav-horizontal::-webkit-scrollbar, #a8b1ca8c42ae071 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a8b1ca8c42ae071 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a8b1ca8c42ae071 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a8b1ca8c42ae071 > .tab-nav-horizontal.tagScroll, #a8b1ca8c42ae071 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a8b1ca8c42ae071 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a8b1ca8c42ae071 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a8b1ca8c42ae071 > .tab-nav-horizontal.tagScroll li a, #a8b1ca8c42ae071 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a8b1ca8c42ae071 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a8b1ca8c42ae071 > .tab-wrap > div > .tab-nav a, #a8b1ca8c42ae071 > .tab-nav a, #a8b1ca8c42ae071 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a8b1ca8c42ae071 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a8b1ca8c42ae071 > .tab-wrap > div > .tab-nav li a, #a8b1ca8c42ae071 > .tab-nav li a, #a8b1ca8c42ae071 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a8b1ca8c42ae071 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a8b1ca8c42ae071 > .tab-wrap > div > .tab-nav li a svg, #a8b1ca8c42ae071 > .tab-nav li a svg, #a8b1ca8c42ae071 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a8b1ca8c42ae071 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a8b1ca8c42ae071 > .tab-wrap > div > .tab-nav li a .ap_icon, #a8b1ca8c42ae071 > .tab-nav li a .ap_icon, #a8b1ca8c42ae071 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a8b1ca8c42ae071 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a8b1ca8c42ae071 > .tab-wrap > div > .tab-nav li a:hover, #a8b1ca8c42ae071 > .tab-nav li a:hover, #a8b1ca8c42ae071 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a8b1ca8c42ae071 > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #a8b1ca8c42ae071 > .tab-wrap > div > .tab-nav li.uk-active a, #a8b1ca8c42ae071 > .tab-nav li.uk-active a, #a8b1ca8c42ae071 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a8b1ca8c42ae071 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #a8b1ca8c42ae071 .layout-left li, #a8b1ca8c42ae071 .layout-center li, #a8b1ca8c42ae071 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a8b1ca8c42ae071 .layout-left li a, #a8b1ca8c42ae071 .layout-center li a, #a8b1ca8c42ae071 .layout-right li a { height: 100%; } #a8b1ca8c42ae071 > .tab-tabs .layout-left { text-align: left; } #a8b1ca8c42ae071 > .tab-tabs .layout-center { text-align: center; } #a8b1ca8c42ae071 > .tab-tabs .layout-right { text-align: right; } #a8b1ca8c42ae071 .tab-contents { height: 100%; height: calc(100% - 50px); } #a8b1ca8c42ae071 .tab-content-wrap { background-color: transparent; } #a8b1ca8c42ae071 .tab-contents, #a8b1ca8c42ae071 .tab-contents-wrap { pointer-events: none; } #a8b1ca8c42ae071 .tab-content, #a8b1ca8c42ae071 .tab-content-wrap { height: 100%; width: 100%; } #a8b1ca8c42ae071 .tab-wrap { height: 100%; pointer-events: none; } #a8b1ca8c42ae071 .tab-wrap .tab-contents { height: 100%; } #a8b1ca8c42ae071 .tab-wrap > div { height: 100%; overflow-y: auto; } #a101cac6bdadc0d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a4a4a;}#a101cac6bdadc0d * {color: #4a4a4a !important} #a101cac6bdadc0d .line{border-color: #4a4a4a !important}#a101cac6bdadc0d > .ele-wrap:hover {color: #000000;background-image: url(/resources/upload/af120a785fa46ed/1650943537870.png);background-position: bottom right;background-repeat: no-repeat;background-size: contain;}#a101cac6bdadc0d:hover * {color: #000000 !important} #a101cac6bdadc0d:hover .line{border-color: #000000 !important}#ade68a3292a346e , #ade68a3292a346e a{color: rgba(74, 74, 74, 1);}#abc99ae903a1807 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a4a4a;}#abc99ae903a1807 * {color: #4a4a4a !important} #abc99ae903a1807 .line{border-color: #4a4a4a !important}#abc99ae903a1807 > .ele-wrap:hover {color: #000000;background-image: url(/resources/upload/af120a785fa46ed/1650943537870.png);background-position: bottom right;background-repeat: no-repeat;background-size: contain;}#abc99ae903a1807:hover * {color: #000000 !important} #abc99ae903a1807:hover .line{border-color: #000000 !important}#ab8c9a8742a512b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a4a4a;}#ab8c9a8742a512b * {color: #4a4a4a !important} #ab8c9a8742a512b .line{border-color: #4a4a4a !important}#ab8c9a8742a512b > .ele-wrap:hover {color: #000000;background-image: url(/resources/upload/af120a785fa46ed/1650943537870.png);background-position: bottom right;background-repeat: no-repeat;background-size: contain;}#ab8c9a8742a512b:hover * {color: #000000 !important} #ab8c9a8742a512b:hover .line{border-color: #000000 !important}#add60a4c69ac03d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a692aac2b9a9b20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a72d9a0c54a6c99 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a4bf5a0081a92c2 #a0d45ac331acd78 { background: #fff; } #a4bf5a0081a92c2 #preview { transform-origin: center top; } #a4bf5a0081a92c2 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list li ul, #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a4bf5a0081a92c2 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a4bf5a0081a92c2 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a4bf5a0081a92c2 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a4bf5a0081a92c2 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a4bf5a0081a92c2 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a4bf5a0081a92c2 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a4bf5a0081a92c2 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a4bf5a0081a92c2 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a4bf5a0081a92c2 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a4bf5a0081a92c2 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a4bf5a0081a92c2 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a4bf5a0081a92c2 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a4bf5a0081a92c2 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list li ul, #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a4bf5a0081a92c2 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a4bf5a0081a92c2 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a4bf5a0081a92c2 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a4bf5a0081a92c2 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a4bf5a0081a92c2 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #ab218aad35a1385 [data-item="title"] {left: 43px;top: -68px; position: relative;}#ab218aad35a1385 [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#ab24aac308af498 .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a40b7a3e2caa9fd > .ele-wrap {background-color: rgba(2, 26, 69, 0.09);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab03ca8a8aad170 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af120a785fa46ed/1650533096068.png);box-shadow: 0px 0px 0px 0px rgba(34, 25, 77, 0.19);}#ab03ca8a8aad170 .hover-content-wrap:nth-child(1) {background-size: contain;}#ab03ca8a8aad170 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ab03ca8a8aad170 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#afb3eacfc9ada11 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);box-shadow: 0px 0px 0px 0px rgba(34, 25, 77, 0.19);}#afb3eacfc9ada11 .hover-content-wrap:nth-child(1) {background-size: contain;}#afb3eacfc9ada11 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#afb3eacfc9ada11 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a1e36aea95ac0af > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af120a785fa46ed/1649399745292.png);box-shadow: 0px 0px 0px 0px rgba(34, 25, 77, 0.19);}#a1e36aea95ac0af .hover-content-wrap:nth-child(1) {background-size: contain;}#a1e36aea95ac0af > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a1e36aea95ac0af .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a81fda90e1a9c8b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a0da6ffcae948 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a555dab75fa091a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#aee55a9609a1415 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a2d62a78b4a4e78 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#af13dae646aedc6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a7adba39c0abe58 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a3701aec3fa90b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a547aa1f19a21c4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a0b1da6c64a3a37 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a78dba8adaa205e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a670eaaf8aa4da8 { overflow: hidden; pointer-events: none; } #a670eaaf8aa4da8 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #a670eaaf8aa4da8 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #a670eaaf8aa4da8 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a670eaaf8aa4da8 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #a670eaaf8aa4da8 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #a670eaaf8aa4da8 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a670eaaf8aa4da8 > .tab-wrap > div > .tab-nav, #a670eaaf8aa4da8 > .tab-nav, #a670eaaf8aa4da8 > .tab-tabs > .tab-wrap > div > .tab-nav, #a670eaaf8aa4da8 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #a670eaaf8aa4da8 > .tab-wrap > div > .tab-nav-horizontal, #a670eaaf8aa4da8 > .tab-nav-horizontal, #a670eaaf8aa4da8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a670eaaf8aa4da8 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a670eaaf8aa4da8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a670eaaf8aa4da8 > .tab-nav-horizontal::-webkit-scrollbar, #a670eaaf8aa4da8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a670eaaf8aa4da8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a670eaaf8aa4da8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a670eaaf8aa4da8 > .tab-nav-horizontal.tagScroll, #a670eaaf8aa4da8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a670eaaf8aa4da8 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a670eaaf8aa4da8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a670eaaf8aa4da8 > .tab-nav-horizontal.tagScroll li a, #a670eaaf8aa4da8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a670eaaf8aa4da8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a670eaaf8aa4da8 > .tab-wrap > div > .tab-nav a, #a670eaaf8aa4da8 > .tab-nav a, #a670eaaf8aa4da8 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a670eaaf8aa4da8 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a670eaaf8aa4da8 > .tab-wrap > div > .tab-nav li a, #a670eaaf8aa4da8 > .tab-nav li a, #a670eaaf8aa4da8 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a670eaaf8aa4da8 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a670eaaf8aa4da8 > .tab-wrap > div > .tab-nav li a svg, #a670eaaf8aa4da8 > .tab-nav li a svg, #a670eaaf8aa4da8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a670eaaf8aa4da8 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a670eaaf8aa4da8 > .tab-wrap > div > .tab-nav li a .ap_icon, #a670eaaf8aa4da8 > .tab-nav li a .ap_icon, #a670eaaf8aa4da8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a670eaaf8aa4da8 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a670eaaf8aa4da8 > .tab-wrap > div > .tab-nav li a:hover, #a670eaaf8aa4da8 > .tab-nav li a:hover, #a670eaaf8aa4da8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a670eaaf8aa4da8 > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #a670eaaf8aa4da8 > .tab-wrap > div > .tab-nav li.uk-active a, #a670eaaf8aa4da8 > .tab-nav li.uk-active a, #a670eaaf8aa4da8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a670eaaf8aa4da8 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #a670eaaf8aa4da8 .layout-left li, #a670eaaf8aa4da8 .layout-center li, #a670eaaf8aa4da8 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a670eaaf8aa4da8 .layout-left li a, #a670eaaf8aa4da8 .layout-center li a, #a670eaaf8aa4da8 .layout-right li a { height: 100%; } #a670eaaf8aa4da8 > .tab-tabs .layout-left { text-align: left; } #a670eaaf8aa4da8 > .tab-tabs .layout-center { text-align: center; } #a670eaaf8aa4da8 > .tab-tabs .layout-right { text-align: right; } #a670eaaf8aa4da8 .tab-contents { height: 100%; height: calc(100% - 50px); } #a670eaaf8aa4da8 .tab-content-wrap { background-color: transparent; } #a670eaaf8aa4da8 .tab-contents, #a670eaaf8aa4da8 .tab-contents-wrap { pointer-events: none; } #a670eaaf8aa4da8 .tab-content, #a670eaaf8aa4da8 .tab-content-wrap { height: 100%; width: 100%; } #a670eaaf8aa4da8 .tab-wrap { height: 100%; pointer-events: none; } #a670eaaf8aa4da8 .tab-wrap .tab-contents { height: 100%; } #a670eaaf8aa4da8 .tab-wrap > div { height: 100%; overflow-y: auto; } #a212fa7845ae370 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a212fa7845ae370 .ele-wrap:hover {background-color: #0483cc;}#a8a28a24c3a295d .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a8a28a24c3a295d .ele-wrap:hover {background-color: #0483cc;}#abe66a5b49a5744 { overflow: hidden; pointer-events: none; } #abe66a5b49a5744 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #abe66a5b49a5744 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #abe66a5b49a5744 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #abe66a5b49a5744 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #abe66a5b49a5744 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #abe66a5b49a5744 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav, #abe66a5b49a5744 > .tab-nav, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav, #abe66a5b49a5744 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav-horizontal, #abe66a5b49a5744 > .tab-nav-horizontal, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #abe66a5b49a5744 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #abe66a5b49a5744 > .tab-nav-horizontal::-webkit-scrollbar, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #abe66a5b49a5744 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #abe66a5b49a5744 > .tab-nav-horizontal.tagScroll, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #abe66a5b49a5744 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #abe66a5b49a5744 > .tab-nav-horizontal.tagScroll li a, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #abe66a5b49a5744 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav a, #abe66a5b49a5744 > .tab-nav a, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav a, #abe66a5b49a5744 > .tab-tabs > .tab-nav a { padding: 0 0px; } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav li a, #abe66a5b49a5744 > .tab-nav li a, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #abe66a5b49a5744 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav li a svg, #abe66a5b49a5744 > .tab-nav li a svg, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #abe66a5b49a5744 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav li a .ap_icon, #abe66a5b49a5744 > .tab-nav li a .ap_icon, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #abe66a5b49a5744 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav li a:hover, #abe66a5b49a5744 > .tab-nav li a:hover, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #abe66a5b49a5744 > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav li.uk-active a, #abe66a5b49a5744 > .tab-nav li.uk-active a, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #abe66a5b49a5744 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #abe66a5b49a5744 > .tab-wrap > div > .tab-nav li:last-child a, #abe66a5b49a5744 > .tab-nav li:last-child a, #abe66a5b49a5744 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a, #abe66a5b49a5744 > .tab-tabs > .tab-nav li:last-child a { border-right: undefined; } #abe66a5b49a5744 .layout-left li, #abe66a5b49a5744 .layout-center li, #abe66a5b49a5744 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #abe66a5b49a5744 .layout-left li a, #abe66a5b49a5744 .layout-center li a, #abe66a5b49a5744 .layout-right li a { height: 100%; } #abe66a5b49a5744 > .tab-tabs .layout-left { text-align: left; } #abe66a5b49a5744 > .tab-tabs .layout-center { text-align: center; } #abe66a5b49a5744 > .tab-tabs .layout-right { text-align: right; } #abe66a5b49a5744 .tab-contents { height: 100%; height: calc(100% - 50px); } #abe66a5b49a5744 .tab-content-wrap { background-color: #ffffff; } #abe66a5b49a5744 .tab-contents, #abe66a5b49a5744 .tab-contents-wrap { pointer-events: none; } #abe66a5b49a5744 .tab-content, #abe66a5b49a5744 .tab-content-wrap { height: 100%; width: 100%; } #abe66a5b49a5744 .tab-wrap { height: 100%; pointer-events: none; } #abe66a5b49a5744 .tab-wrap .tab-contents { height: 100%; } #abe66a5b49a5744 .tab-wrap > div { height: 100%; overflow-y: auto; } #af19dae6f6a8a94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2cafacd49ae639 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1649660105012.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a31faa45a9a57e4 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a31faa45a9a57e4 .ele-wrap:hover {background-color: #0483cc;}#a8e89a39cea4c7d .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a8e89a39cea4c7d .ele-wrap:hover {background-color: #0483cc;}#a9dc2a51eda44b6 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a9dc2a51eda44b6 .ele-wrap:hover {background-color: #0483cc;}#ac00fa3fbba248b .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#ac00fa3fbba248b .ele-wrap:hover {background-color: #0483cc;}#a3ce0a48d2a8f31 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a3ce0a48d2a8f31 .ele-wrap:hover {background-color: #0483cc;}#a7bf5a18f0aab1c .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a7bf5a18f0aab1c .ele-wrap:hover {background-color: #0483cc;}#a4905aade3afa00 { overflow: hidden; pointer-events: none; } #a4905aade3afa00 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #a4905aade3afa00 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #a4905aade3afa00 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a4905aade3afa00 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #a4905aade3afa00 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #a4905aade3afa00 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a4905aade3afa00 > .tab-wrap > div > .tab-nav, #a4905aade3afa00 > .tab-nav, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav, #a4905aade3afa00 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #a4905aade3afa00 > .tab-wrap > div > .tab-nav-horizontal, #a4905aade3afa00 > .tab-nav-horizontal, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a4905aade3afa00 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a4905aade3afa00 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a4905aade3afa00 > .tab-nav-horizontal::-webkit-scrollbar, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a4905aade3afa00 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a4905aade3afa00 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a4905aade3afa00 > .tab-nav-horizontal.tagScroll, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a4905aade3afa00 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a4905aade3afa00 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a4905aade3afa00 > .tab-nav-horizontal.tagScroll li a, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a4905aade3afa00 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a4905aade3afa00 > .tab-wrap > div > .tab-nav a, #a4905aade3afa00 > .tab-nav a, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a4905aade3afa00 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a4905aade3afa00 > .tab-wrap > div > .tab-nav li a, #a4905aade3afa00 > .tab-nav li a, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a4905aade3afa00 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a4905aade3afa00 > .tab-wrap > div > .tab-nav li a svg, #a4905aade3afa00 > .tab-nav li a svg, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a4905aade3afa00 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a4905aade3afa00 > .tab-wrap > div > .tab-nav li a .ap_icon, #a4905aade3afa00 > .tab-nav li a .ap_icon, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a4905aade3afa00 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a4905aade3afa00 > .tab-wrap > div > .tab-nav li a:hover, #a4905aade3afa00 > .tab-nav li a:hover, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a4905aade3afa00 > .tab-tabs > .tab-nav li a:hover { font-weight: bold; font-style: normal; font-family: inherit; color: #0a5ccd; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #a4905aade3afa00 > .tab-wrap > div > .tab-nav li.uk-active a, #a4905aade3afa00 > .tab-nav li.uk-active a, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a4905aade3afa00 > .tab-tabs > .tab-nav li.uk-active a { font-weight: bold; font-style: normal; font-family: inherit; color: #0a5ccd; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #a4905aade3afa00 > .tab-wrap > div > .tab-nav li:last-child a, #a4905aade3afa00 > .tab-nav li:last-child a, #a4905aade3afa00 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a, #a4905aade3afa00 > .tab-tabs > .tab-nav li:last-child a { border-right: undefined; } #a4905aade3afa00 .layout-left li, #a4905aade3afa00 .layout-center li, #a4905aade3afa00 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a4905aade3afa00 .layout-left li a, #a4905aade3afa00 .layout-center li a, #a4905aade3afa00 .layout-right li a { height: 100%; } #a4905aade3afa00 > .tab-tabs .layout-left { text-align: left; } #a4905aade3afa00 > .tab-tabs .layout-center { text-align: center; } #a4905aade3afa00 > .tab-tabs .layout-right { text-align: right; } #a4905aade3afa00 .tab-contents { height: 100%; height: calc(100% - 50px); } #a4905aade3afa00 .tab-content-wrap { background-color: #ffffff; } #a4905aade3afa00 .tab-contents, #a4905aade3afa00 .tab-contents-wrap { pointer-events: none; } #a4905aade3afa00 .tab-content, #a4905aade3afa00 .tab-content-wrap { height: 100%; width: 100%; } #a4905aade3afa00 .tab-wrap { height: 100%; pointer-events: none; } #a4905aade3afa00 .tab-wrap .tab-contents { height: 100%; } #a4905aade3afa00 .tab-wrap > div { height: 100%; overflow-y: auto; } #a4768aa183a865b [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#abab9aeedba2d33 #a0d45ac331acd78 { background: #fff; } #abab9aeedba2d33 #a0d45ac331acd78 > .free-content-wrap { width: 100%; max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list li ul, #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #abab9aeedba2d33 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #abab9aeedba2d33 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #abab9aeedba2d33 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #abab9aeedba2d33 #aa288a20efa7d91 { left: auto!important; right: 0px; } #abab9aeedba2d33 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #abab9aeedba2d33 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #abab9aeedba2d33 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #abab9aeedba2d33 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #abab9aeedba2d33 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #abab9aeedba2d33 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #abab9aeedba2d33 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #abab9aeedba2d33 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #abab9aeedba2d33 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list li ul, #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list > li.active > a:before, #abab9aeedba2d33 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #abab9aeedba2d33 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #abab9aeedba2d33 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #abab9aeedba2d33 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #abab9aeedba2d33 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } @media screen and (max-width: 1440px) { #abab9aeedba2d33 #a0d45ac331acd78 { width: 100%!important; min-width: 100%!important; } #abab9aeedba2d33 #a0d45ac331acd78 > .free-content-wrap > .image { left: 2px!important; } #abab9aeedba2d33 #a8a01ad90fa54d2 { left: 150px!important; } #abab9aeedba2d33 #a3bb6a37fea5423 { width: 750px!important; } #abab9aeedba2d33 #a94b0a09eba7169 { left: 850px!important; } #abab9aeedba2d33 #ac660aeba3ad917 { left: 950px!important; } } #ab922aa522aabda [data-item="title"] {left: 0px;top: -1px; position: relative;}#ab922aa522aabda [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#a14f3a8feaaa9d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad527ab306ac52e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7ed3a793ca2103 > .ele-wrap {background-color: #ccc;background-image: url(/resources/upload/af120a785fa46ed/1649922832657.jpeg);}#aec5eac545a0a89 #a0d45ac331acd78 { background: #fff; } #aec5eac545a0a89 #preview { transform-origin: center top; } #aec5eac545a0a89 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list li ul, #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #aec5eac545a0a89 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aec5eac545a0a89 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #aec5eac545a0a89 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #aec5eac545a0a89 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #aec5eac545a0a89 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aec5eac545a0a89 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #aec5eac545a0a89 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #aec5eac545a0a89 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #aec5eac545a0a89 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #aec5eac545a0a89 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #aec5eac545a0a89 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #aec5eac545a0a89 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #aec5eac545a0a89 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list li ul, #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list > li.active > a:before, #aec5eac545a0a89 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #aec5eac545a0a89 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #aec5eac545a0a89 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #aec5eac545a0a89 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #aec5eac545a0a89 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #aef86a6205ac896 .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #aef86a6205ac896 .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #aef86a6205ac896 .timeline-item:after { position: absolute; font-family: 'FontAwesome'; content: ''; right: -32px; top: -9.5px; transform: translateX(-50%); width: 19px; height: 19px; border-radius: 50%; background: transparent; font-size: 10px; line-height: 17px; text-align: center; color: #fff; border: 1px solid #1e87f0; background: #f8f8f8; z-index: 5; } #aef86a6205ac896 .timeline-item-active:after { background: #32d296; content: '\f00c'; } #aef86a6205ac896 .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #aef86a6205ac896 a, #aef86a6205ac896 .uk-link { color: inherit; } #a494aaf10aa209d [data-item="title"] {left: 43px;top: -68px; position: relative;}#a494aaf10aa209d [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#abac7ae626a63d5 .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #adfdca83d5aa7a3 > .ele-wrap {background-color: rgba(2, 26, 69, 0.09);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acac1afc7aa4c3c > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af120a785fa46ed/1650533096068.png);box-shadow: 0px 0px 0px 0px rgba(34, 25, 77, 0.19);}#acac1afc7aa4c3c .hover-content-wrap:nth-child(1) {background-size: contain;}#acac1afc7aa4c3c > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#acac1afc7aa4c3c .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a8ebaa5890afac4 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);box-shadow: 0px 0px 0px 0px rgba(34, 25, 77, 0.19);}#a8ebaa5890afac4 .hover-content-wrap:nth-child(1) {background-size: contain;}#a8ebaa5890afac4 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a8ebaa5890afac4 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a091aa31faad8df > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af120a785fa46ed/1649399745292.png);box-shadow: 0px 0px 0px 0px rgba(34, 25, 77, 0.19);}#a091aa31faad8df .hover-content-wrap:nth-child(1) {background-size: contain;}#a091aa31faad8df > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a091aa31faad8df .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a3b22a800ea9d8d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a05d1a4d9fa7f36 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a4295a6a37a7e95 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#ae7bdace29a011a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#addeca62b8aae0b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a84dda8bf5a6cfc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a7027ac7aea76b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a56bfabdd1a37dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#ac19dac517a816d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a15d9a45eca6006 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a91a7ac84aa78ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#ae670ad115afd44 { overflow: hidden; pointer-events: none; } #ae670ad115afd44 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #ae670ad115afd44 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #ae670ad115afd44 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ae670ad115afd44 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #ae670ad115afd44 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #ae670ad115afd44 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ae670ad115afd44 > .tab-wrap > div > .tab-nav, #ae670ad115afd44 > .tab-nav, #ae670ad115afd44 > .tab-tabs > .tab-wrap > div > .tab-nav, #ae670ad115afd44 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #ae670ad115afd44 > .tab-wrap > div > .tab-nav-horizontal, #ae670ad115afd44 > .tab-nav-horizontal, #ae670ad115afd44 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #ae670ad115afd44 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #ae670ad115afd44 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ae670ad115afd44 > .tab-nav-horizontal::-webkit-scrollbar, #ae670ad115afd44 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ae670ad115afd44 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #ae670ad115afd44 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ae670ad115afd44 > .tab-nav-horizontal.tagScroll, #ae670ad115afd44 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ae670ad115afd44 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #ae670ad115afd44 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ae670ad115afd44 > .tab-nav-horizontal.tagScroll li a, #ae670ad115afd44 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ae670ad115afd44 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #ae670ad115afd44 > .tab-wrap > div > .tab-nav a, #ae670ad115afd44 > .tab-nav a, #ae670ad115afd44 > .tab-tabs > .tab-wrap > div > .tab-nav a, #ae670ad115afd44 > .tab-tabs > .tab-nav a { padding: 0 0px; } #ae670ad115afd44 > .tab-wrap > div > .tab-nav li a, #ae670ad115afd44 > .tab-nav li a, #ae670ad115afd44 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #ae670ad115afd44 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #ae670ad115afd44 > .tab-wrap > div > .tab-nav li a svg, #ae670ad115afd44 > .tab-nav li a svg, #ae670ad115afd44 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #ae670ad115afd44 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #ae670ad115afd44 > .tab-wrap > div > .tab-nav li a .ap_icon, #ae670ad115afd44 > .tab-nav li a .ap_icon, #ae670ad115afd44 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #ae670ad115afd44 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #ae670ad115afd44 > .tab-wrap > div > .tab-nav li a:hover, #ae670ad115afd44 > .tab-nav li a:hover, #ae670ad115afd44 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #ae670ad115afd44 > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #ae670ad115afd44 > .tab-wrap > div > .tab-nav li.uk-active a, #ae670ad115afd44 > .tab-nav li.uk-active a, #ae670ad115afd44 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #ae670ad115afd44 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #ae670ad115afd44 .layout-left li, #ae670ad115afd44 .layout-center li, #ae670ad115afd44 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #ae670ad115afd44 .layout-left li a, #ae670ad115afd44 .layout-center li a, #ae670ad115afd44 .layout-right li a { height: 100%; } #ae670ad115afd44 > .tab-tabs .layout-left { text-align: left; } #ae670ad115afd44 > .tab-tabs .layout-center { text-align: center; } #ae670ad115afd44 > .tab-tabs .layout-right { text-align: right; } #ae670ad115afd44 .tab-contents { height: 100%; height: calc(100% - 50px); } #ae670ad115afd44 .tab-content-wrap { background-color: transparent; } #ae670ad115afd44 .tab-contents, #ae670ad115afd44 .tab-contents-wrap { pointer-events: none; } #ae670ad115afd44 .tab-content, #ae670ad115afd44 .tab-content-wrap { height: 100%; width: 100%; } #ae670ad115afd44 .tab-wrap { height: 100%; pointer-events: none; } #ae670ad115afd44 .tab-wrap .tab-contents { height: 100%; } #ae670ad115afd44 .tab-wrap > div { height: 100%; overflow-y: auto; } #aef86a6205ac896 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#aef86a6205ac896 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#aef86a6205ac896 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#aef86a6205ac896 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#aef86a6205ac896 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#aef86a6205ac896 [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#a238fa5183a428a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a835cabddba320e > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1649660105012.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;}.cd-accordion-menu { width: 100%; } .cd-accordion-menu ul { display: none; } .cd-accordion-menu li { user-select: none; } .cd-accordion-menu input[type="checkbox"] { position: absolute; opacity: 0; } .cd-accordion-menu label, .cd-accordion-menu a { position: relative; display: block; padding: 15px 0 15px 32px; background: #4d5158; color: #ffffff; font-size: 14px; line-height: 1; } .no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover { background: #52565d; } .cd-accordion-menu label { cursor: pointer; } .cd-accordion-menu label > svg { width: 1em; height: 1em; display: inline-block; fill: currentColor; transform-origin: center center; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); } .cd-accordion-menu input[type="checkbox"]:checked + label > svg { transform: translateY(-50%) rotate(90deg); } .cd-accordion-menu input[type="checkbox"]:checked + label + ul, .cd-accordion-menu input[type="checkbox"]:checked + label:nth-of-type(n) + ul { display: block; } .cd-accordion-menu ul label, .cd-accordion-menu ul a { background: #35383d; box-shadow: inset 0 -1px #2c2e32; padding-left: 56px; } .no-touch .cd-accordion-menu ul label:hover, .no-touch .cd-accordion-menu ul a:hover { background: #3c3f45; } .cd-accordion-menu > li:last-of-type > label, .cd-accordion-menu > li:last-of-type > a, .cd-accordion-menu > li > ul > li:last-of-type label, .cd-accordion-menu > li > ul > li:last-of-type a { box-shadow: none; } .cd-accordion-menu ul label > svg { left: 36px; } .cd-accordion-menu ul ul label, .cd-accordion-menu ul ul a { padding-left: 80px; } .cd-accordion-menu ul ul label::before { left: 54px; } .cd-accordion-menu ul ul ul label, .cd-accordion-menu ul ul ul a { padding-left: 98px; } .cd-accordion-menu ul ul ul label::before { left: 72px; } #af784a4aeca1d96 .cd-accordion-menu label, #af784a4aeca1d96 .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #af784a4aeca1d96 .menu-list > ul > li.active > a, #af784a4aeca1d96 .menu-list > ul > li.active > label, #af784a4aeca1d96 .menu-list > ul > li:hover > a, #af784a4aeca1d96 .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #af784a4aeca1d96 .cd-accordion-menu ul li > a:hover, #af784a4aeca1d96 .cd-accordion-menu ul li > label:hover { box-shadow: none; } #af648af160a60cd [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#ab8aba088aac4b2 #a0d45ac331acd78 { background: #fff; } #ab8aba088aac4b2 #preview { transform-origin: center top; } #ab8aba088aac4b2 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list li ul, #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #ab8aba088aac4b2 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ab8aba088aac4b2 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #ab8aba088aac4b2 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #ab8aba088aac4b2 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #ab8aba088aac4b2 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ab8aba088aac4b2 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #ab8aba088aac4b2 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #ab8aba088aac4b2 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #ab8aba088aac4b2 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #ab8aba088aac4b2 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #ab8aba088aac4b2 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #ab8aba088aac4b2 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #ab8aba088aac4b2 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list li ul, #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list > li.active > a:before, #ab8aba088aac4b2 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #ab8aba088aac4b2 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #ab8aba088aac4b2 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #ab8aba088aac4b2 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #ab8aba088aac4b2 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a8d1dadf91a0f7c [data-item="title"] {left: 2px;top: -2px; position: relative;}#a8d1dadf91a0f7c [data-item="abstract"] {left: 2px;top: -11px; position: relative;}#ada63a0adcad3b0 > .ele-wrap {background-color: rgba(253, 253, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada63a0adcad3b0 > .ele-wrap:hover {background-color: rgba(245, 250, 255, 1);}#a297eafc88a6dbc > .ele-wrap {background-color: rgba(253, 253, 252, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a297eafc88a6dbc > .ele-wrap:hover {background-color: rgba(245, 250, 255, 1);}#ad010ae923a6fd5 > .ele-wrap {background-color: rgba(160, 212, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad010ae923a6fd5 > .ele-wrap:hover {background-color: rgba(238, 246, 255, 1);}#a7032a6af5a8949 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.5);border-right-color: rgba(155, 155, 155, 0.5);border-left-color: rgba(155, 155, 155, 0.5);border-bottom-color: rgba(155, 155, 155, 0.5);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-style: solid;}#a239ca5ee2afd2e , #a239ca5ee2afd2e a{color: rgba(10, 92, 205, 1);}#a5f35a494aa8df2 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.5);border-right-color: rgba(155, 155, 155, 0.5);border-left-color: rgba(155, 155, 155, 0.5);border-bottom-color: rgba(155, 155, 155, 0.5);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-style: solid;}#abb5aac955a1e76 , #abb5aac955a1e76 a{color: rgba(10, 92, 205, 1);}#a2479a658ea2f84 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.5);border-right-color: rgba(155, 155, 155, 0.5);border-left-color: rgba(155, 155, 155, 0.5);border-bottom-color: rgba(155, 155, 155, 0.5);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-style: solid;}#a6f64a9303a8baf , #a6f64a9303a8baf a{color: rgba(10, 92, 205, 1);}#a889ca4ac7a415b > .ele-wrap {background-color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9527a2557a1cf4 > .ele-wrap {background-color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef36a4bdca539c #a0d45ac331acd78 { background: #fff; } #aef36a4bdca539c #a0d45ac331acd78 > .free-content-wrap { width: 100%; max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list li ul, #aef36a4bdca539c #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #aef36a4bdca539c #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #aef36a4bdca539c #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aef36a4bdca539c #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #aef36a4bdca539c #a02a3acd87a0b1a { left: 0px; position: unset!important; } #aef36a4bdca539c #aa288a20efa7d91 { left: auto!important; right: 0px; } #aef36a4bdca539c #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aef36a4bdca539c #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #aef36a4bdca539c .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #aef36a4bdca539c #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #aef36a4bdca539c #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #aef36a4bdca539c #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #aef36a4bdca539c #ac660aeba3ad917 { left: 1100px!important; color: #333; } #aef36a4bdca539c #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #aef36a4bdca539c #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list li ul, #aef36a4bdca539c #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #aef36a4bdca539c #a3bb6a37fea5423 .menu-list > li.active > a:before, #aef36a4bdca539c #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #aef36a4bdca539c .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #aef36a4bdca539c .uk-dropdown-nav > li > a:hover { font-weight: bold; } #aef36a4bdca539c #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #aef36a4bdca539c #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } @media screen and (max-width: 1440px) { #aef36a4bdca539c #a0d45ac331acd78 { width: 100%!important; min-width: 100%!important; } #aef36a4bdca539c #a0d45ac331acd78 > .free-content-wrap > .image { left: 2px!important; } #aef36a4bdca539c #a8a01ad90fa54d2 { left: 150px!important; } #aef36a4bdca539c #a3bb6a37fea5423 { width: 750px!important; } #aef36a4bdca539c #a94b0a09eba7169 { left: 850px!important; } #aef36a4bdca539c #ac660aeba3ad917 { left: 950px!important; } } #adf76abc7da7f40 [data-item="title"] {left: 0px;top: 1px; position: relative;}#adf76abc7da7f40 [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#a252eac73da7426 .a535daaae9ab8bf > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a252eac73da7426 .a0b57ad37ba2559 { font-weight: normal; font-style: normal; font-size: 16px;text-align: left;font-family: Arial;color: rgba(51, 51, 51, 1);}#a252eac73da7426 .ac415a2204adbd1 { overflow: hidden; } #a252eac73da7426 .ac415a2204adbd1 , #a252eac73da7426 .ac415a2204adbd1 > * { font-weight: normal; font-style: normal; font-size: 20px;text-align: left;font-family: NotoSansSC-Regular;color: rgba(51, 51, 51, 1);}#a252eac73da7426 .ac415a2204adbd1:hover , #a252eac73da7426 .ac415a2204adbd1 *:hover { font-weight: normal; font-style: normal; font-size: 20px;text-align: left;font-family: NotoSansSC-Regular;color: rgba(8, 109, 219, 1);}#a252eac73da7426 .af387a9fc2ac253 , #a252eac73da7426 .af387a9fc2ac253 a{color: rgba(19, 106, 207, 1);}#a252eac73da7426 .uk-grid { margin-left: 0px; } #a252eac73da7426 .uk-grid > * { padding-left: 0px; } #a252eac73da7426 .uk-grid > .uk-grid-margin { margin-top: 0px; } #a252eac73da7426 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a252eac73da7426 .uk-position-center-left-out { left: -30px; } #a252eac73da7426 .uk-position-center-right-out { left: auto; right: -30px; } } #a51b5a4552adf1f #a0d45ac331acd78 { background: #fff; } #a51b5a4552adf1f #preview { transform-origin: center top; } #a51b5a4552adf1f #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list li ul, #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a51b5a4552adf1f #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a51b5a4552adf1f #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a51b5a4552adf1f #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a51b5a4552adf1f #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a51b5a4552adf1f #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a51b5a4552adf1f #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a51b5a4552adf1f .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a51b5a4552adf1f #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a51b5a4552adf1f #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a51b5a4552adf1f #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a51b5a4552adf1f #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a51b5a4552adf1f #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a51b5a4552adf1f #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list li ul, #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list > li.active > a:before, #a51b5a4552adf1f #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a51b5a4552adf1f .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a51b5a4552adf1f .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a51b5a4552adf1f #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a51b5a4552adf1f #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a6864ab37ea29c1 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a6864ab37ea29c1 [data-item="abstract"] {left: 1px;top: 0px; position: relative;}#a87e6a81c5a4cfd [data-item="feature.image"] {left: -4px;top: 18px; position: relative;}#a87e6a81c5a4cfd [data-item="abstract"] {left: 9px;top: -14px; position: relative;}#a87e6a81c5a4cfd [data-item="title"] {left: -2px;top: -50px; position: relative;}#a0af2aa93cafb55 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af120a785fa46ed/1650533096068.png);box-shadow: 0px 0px 0px 0px rgba(34, 25, 77, 0.19);}#a0af2aa93cafb55 .hover-content-wrap:nth-child(1) {background-size: contain;}#a0af2aa93cafb55 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a0af2aa93cafb55 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a25efac0a9ad062 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);box-shadow: 0px 0px 0px 0px rgba(34, 25, 77, 0.19);}#a25efac0a9ad062 .hover-content-wrap:nth-child(1) {background-size: contain;}#a25efac0a9ad062 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a25efac0a9ad062 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a0ae9a695ea4fbc > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af120a785fa46ed/1649399745292.png);box-shadow: 0px 0px 0px 0px rgba(34, 25, 77, 0.19);}#a0ae9a695ea4fbc .hover-content-wrap:nth-child(1) {background-size: contain;}#a0ae9a695ea4fbc > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a0ae9a695ea4fbc .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#aed1ea6d50a4649 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae83a46a4a2bce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#ad995af2e7a6f14 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a7315a0b66a88e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a7631a63b4ac291 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a4d9da073aa5fc1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a2815a22cdaf62d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a11c7a71c3a78b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#acc83a58dca9444 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#aacfba460ba8c7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#a9f83a7264ac785 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}#ad3b1a0a62a6662 { overflow: hidden; pointer-events: none; } #ad3b1a0a62a6662 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #ad3b1a0a62a6662 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #ad3b1a0a62a6662 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ad3b1a0a62a6662 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #ad3b1a0a62a6662 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #ad3b1a0a62a6662 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ad3b1a0a62a6662 > .tab-wrap > div > .tab-nav, #ad3b1a0a62a6662 > .tab-nav, #ad3b1a0a62a6662 > .tab-tabs > .tab-wrap > div > .tab-nav, #ad3b1a0a62a6662 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #ad3b1a0a62a6662 > .tab-wrap > div > .tab-nav-horizontal, #ad3b1a0a62a6662 > .tab-nav-horizontal, #ad3b1a0a62a6662 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #ad3b1a0a62a6662 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #ad3b1a0a62a6662 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ad3b1a0a62a6662 > .tab-nav-horizontal::-webkit-scrollbar, #ad3b1a0a62a6662 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ad3b1a0a62a6662 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #ad3b1a0a62a6662 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ad3b1a0a62a6662 > .tab-nav-horizontal.tagScroll, #ad3b1a0a62a6662 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ad3b1a0a62a6662 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #ad3b1a0a62a6662 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ad3b1a0a62a6662 > .tab-nav-horizontal.tagScroll li a, #ad3b1a0a62a6662 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ad3b1a0a62a6662 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #ad3b1a0a62a6662 > .tab-wrap > div > .tab-nav a, #ad3b1a0a62a6662 > .tab-nav a, #ad3b1a0a62a6662 > .tab-tabs > .tab-wrap > div > .tab-nav a, #ad3b1a0a62a6662 > .tab-tabs > .tab-nav a { padding: 0 0px; } #ad3b1a0a62a6662 > .tab-wrap > div > .tab-nav li a, #ad3b1a0a62a6662 > .tab-nav li a, #ad3b1a0a62a6662 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #ad3b1a0a62a6662 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #ad3b1a0a62a6662 > .tab-wrap > div > .tab-nav li a svg, #ad3b1a0a62a6662 > .tab-nav li a svg, #ad3b1a0a62a6662 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #ad3b1a0a62a6662 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #ad3b1a0a62a6662 > .tab-wrap > div > .tab-nav li a .ap_icon, #ad3b1a0a62a6662 > .tab-nav li a .ap_icon, #ad3b1a0a62a6662 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #ad3b1a0a62a6662 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #ad3b1a0a62a6662 > .tab-wrap > div > .tab-nav li a:hover, #ad3b1a0a62a6662 > .tab-nav li a:hover, #ad3b1a0a62a6662 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #ad3b1a0a62a6662 > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #ad3b1a0a62a6662 > .tab-wrap > div > .tab-nav li.uk-active a, #ad3b1a0a62a6662 > .tab-nav li.uk-active a, #ad3b1a0a62a6662 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #ad3b1a0a62a6662 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #ad3b1a0a62a6662 .layout-left li, #ad3b1a0a62a6662 .layout-center li, #ad3b1a0a62a6662 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #ad3b1a0a62a6662 .layout-left li a, #ad3b1a0a62a6662 .layout-center li a, #ad3b1a0a62a6662 .layout-right li a { height: 100%; } #ad3b1a0a62a6662 > .tab-tabs .layout-left { text-align: left; } #ad3b1a0a62a6662 > .tab-tabs .layout-center { text-align: center; } #ad3b1a0a62a6662 > .tab-tabs .layout-right { text-align: right; } #ad3b1a0a62a6662 .tab-contents { height: 100%; height: calc(100% - 50px); } #ad3b1a0a62a6662 .tab-content-wrap { background-color: transparent; } #ad3b1a0a62a6662 .tab-contents, #ad3b1a0a62a6662 .tab-contents-wrap { pointer-events: none; } #ad3b1a0a62a6662 .tab-content, #ad3b1a0a62a6662 .tab-content-wrap { height: 100%; width: 100%; } #ad3b1a0a62a6662 .tab-wrap { height: 100%; pointer-events: none; } #ad3b1a0a62a6662 .tab-wrap .tab-contents { height: 100%; } #ad3b1a0a62a6662 .tab-wrap > div { height: 100%; overflow-y: auto; } #a9223a3657a7359 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a9223a3657a7359 .ele-wrap:hover {background-color: #0483cc;}#a6cf0a5d83aaeb5 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6cf0a5d83aaeb5 .ele-wrap:hover {background-color: #0483cc;}#a5686a475aad263 { overflow: hidden; pointer-events: none; } #a5686a475aad263 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #a5686a475aad263 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #a5686a475aad263 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a5686a475aad263 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #a5686a475aad263 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #a5686a475aad263 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a5686a475aad263 > .tab-wrap > div > .tab-nav, #a5686a475aad263 > .tab-nav, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav, #a5686a475aad263 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #a5686a475aad263 > .tab-wrap > div > .tab-nav-horizontal, #a5686a475aad263 > .tab-nav-horizontal, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a5686a475aad263 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a5686a475aad263 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a5686a475aad263 > .tab-nav-horizontal::-webkit-scrollbar, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a5686a475aad263 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a5686a475aad263 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a5686a475aad263 > .tab-nav-horizontal.tagScroll, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a5686a475aad263 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a5686a475aad263 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a5686a475aad263 > .tab-nav-horizontal.tagScroll li a, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a5686a475aad263 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a5686a475aad263 > .tab-wrap > div > .tab-nav a, #a5686a475aad263 > .tab-nav a, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a5686a475aad263 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a5686a475aad263 > .tab-wrap > div > .tab-nav li a, #a5686a475aad263 > .tab-nav li a, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a5686a475aad263 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a5686a475aad263 > .tab-wrap > div > .tab-nav li a svg, #a5686a475aad263 > .tab-nav li a svg, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a5686a475aad263 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a5686a475aad263 > .tab-wrap > div > .tab-nav li a .ap_icon, #a5686a475aad263 > .tab-nav li a .ap_icon, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a5686a475aad263 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a5686a475aad263 > .tab-wrap > div > .tab-nav li a:hover, #a5686a475aad263 > .tab-nav li a:hover, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a5686a475aad263 > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #a5686a475aad263 > .tab-wrap > div > .tab-nav li.uk-active a, #a5686a475aad263 > .tab-nav li.uk-active a, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a5686a475aad263 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #a5686a475aad263 > .tab-wrap > div > .tab-nav li:last-child a, #a5686a475aad263 > .tab-nav li:last-child a, #a5686a475aad263 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a, #a5686a475aad263 > .tab-tabs > .tab-nav li:last-child a { border-right: undefined; } #a5686a475aad263 .layout-left li, #a5686a475aad263 .layout-center li, #a5686a475aad263 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a5686a475aad263 .layout-left li a, #a5686a475aad263 .layout-center li a, #a5686a475aad263 .layout-right li a { height: 100%; } #a5686a475aad263 > .tab-tabs .layout-left { text-align: left; } #a5686a475aad263 > .tab-tabs .layout-center { text-align: center; } #a5686a475aad263 > .tab-tabs .layout-right { text-align: right; } #a5686a475aad263 .tab-contents { height: 100%; height: calc(100% - 50px); } #a5686a475aad263 .tab-content-wrap { background-color: #ffffff; } #a5686a475aad263 .tab-contents, #a5686a475aad263 .tab-contents-wrap { pointer-events: none; } #a5686a475aad263 .tab-content, #a5686a475aad263 .tab-content-wrap { height: 100%; width: 100%; } #a5686a475aad263 .tab-wrap { height: 100%; pointer-events: none; } #a5686a475aad263 .tab-wrap .tab-contents { height: 100%; } #a5686a475aad263 .tab-wrap > div { height: 100%; overflow-y: auto; } #a5ba3a11d6a6eee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4d73a218ea9b93 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1649660105012.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a4779a5134a5f8c .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a4779a5134a5f8c .ele-wrap:hover {background-color: #0483cc;}#af5aca72e7ac42c .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#af5aca72e7ac42c .ele-wrap:hover {background-color: #0483cc;}#aecaaaf4c2ac603 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#aecaaaf4c2ac603 .ele-wrap:hover {background-color: #0483cc;}#ad91ca7c30a8541 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#ad91ca7c30a8541 .ele-wrap:hover {background-color: #0483cc;}#a96f4a81c0a1208 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a96f4a81c0a1208 .ele-wrap:hover {background-color: #0483cc;}#ae167ade22add04 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#ae167ade22add04 .ele-wrap:hover {background-color: #0483cc;}#ac75eaf6ddaf595 { overflow: hidden; pointer-events: none; } #ac75eaf6ddaf595 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #ac75eaf6ddaf595 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #ac75eaf6ddaf595 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ac75eaf6ddaf595 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #ac75eaf6ddaf595 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #ac75eaf6ddaf595 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav, #ac75eaf6ddaf595 > .tab-nav, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav-horizontal, #ac75eaf6ddaf595 > .tab-nav-horizontal, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ac75eaf6ddaf595 > .tab-nav-horizontal::-webkit-scrollbar, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ac75eaf6ddaf595 > .tab-nav-horizontal.tagScroll, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ac75eaf6ddaf595 > .tab-nav-horizontal.tagScroll li a, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav a, #ac75eaf6ddaf595 > .tab-nav a, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav a, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav a { padding: 0 0px; } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav li a, #ac75eaf6ddaf595 > .tab-nav li a, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav li a svg, #ac75eaf6ddaf595 > .tab-nav li a svg, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav li a .ap_icon, #ac75eaf6ddaf595 > .tab-nav li a .ap_icon, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav li a:hover, #ac75eaf6ddaf595 > .tab-nav li a:hover, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav li a:hover { font-weight: bold; font-style: normal; font-family: inherit; color: #0a5ccd; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav li.uk-active a, #ac75eaf6ddaf595 > .tab-nav li.uk-active a, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav li.uk-active a { font-weight: bold; font-style: normal; font-family: inherit; color: #0a5ccd; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #ac75eaf6ddaf595 > .tab-wrap > div > .tab-nav li:last-child a, #ac75eaf6ddaf595 > .tab-nav li:last-child a, #ac75eaf6ddaf595 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a, #ac75eaf6ddaf595 > .tab-tabs > .tab-nav li:last-child a { border-right: undefined; } #ac75eaf6ddaf595 .layout-left li, #ac75eaf6ddaf595 .layout-center li, #ac75eaf6ddaf595 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #ac75eaf6ddaf595 .layout-left li a, #ac75eaf6ddaf595 .layout-center li a, #ac75eaf6ddaf595 .layout-right li a { height: 100%; } #ac75eaf6ddaf595 > .tab-tabs .layout-left { text-align: left; } #ac75eaf6ddaf595 > .tab-tabs .layout-center { text-align: center; } #ac75eaf6ddaf595 > .tab-tabs .layout-right { text-align: right; } #ac75eaf6ddaf595 .tab-contents { height: 100%; height: calc(100% - 50px); } #ac75eaf6ddaf595 .tab-content-wrap { background-color: #ffffff; } #ac75eaf6ddaf595 .tab-contents, #ac75eaf6ddaf595 .tab-contents-wrap { pointer-events: none; } #ac75eaf6ddaf595 .tab-content, #ac75eaf6ddaf595 .tab-content-wrap { height: 100%; width: 100%; } #ac75eaf6ddaf595 .tab-wrap { height: 100%; pointer-events: none; } #ac75eaf6ddaf595 .tab-wrap .tab-contents { height: 100%; } #ac75eaf6ddaf595 .tab-wrap > div { height: 100%; overflow-y: auto; } #a0d72a766ea0e63 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a7c45a6ec4ac3e4 #a0d45ac331acd78 { background: #fff; } #a7c45a6ec4ac3e4 #preview { transform-origin: center top; } #a7c45a6ec4ac3e4 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list li ul, #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a7c45a6ec4ac3e4 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a7c45a6ec4ac3e4 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a7c45a6ec4ac3e4 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a7c45a6ec4ac3e4 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a7c45a6ec4ac3e4 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a7c45a6ec4ac3e4 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a7c45a6ec4ac3e4 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a7c45a6ec4ac3e4 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a7c45a6ec4ac3e4 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a7c45a6ec4ac3e4 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a7c45a6ec4ac3e4 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a7c45a6ec4ac3e4 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a7c45a6ec4ac3e4 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list li ul, #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a7c45a6ec4ac3e4 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a7c45a6ec4ac3e4 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a7c45a6ec4ac3e4 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a7c45a6ec4ac3e4 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a7c45a6ec4ac3e4 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a6bdca6b98a7619 [data-item="title"] {left: 2px;top: -2px; position: relative;}#a6bdca6b98a7619 [data-item="abstract"] {left: 2px;top: -11px; position: relative;}#af429aea1eaba70 > .ele-wrap {background-color: rgba(252, 252, 252, 0.85);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af429aea1eaba70 > .ele-wrap:hover {background-color: rgba(245, 250, 255, 1);}#a6d61a5cb4a9c08 > .ele-wrap {background-color: rgba(160, 212, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d61a5cb4a9c08 > .ele-wrap:hover {background-color: rgba(238, 246, 255, 1);}#a07acabcd4ac63e > .ele-wrap {background-color: rgba(253, 253, 253, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a07acabcd4ac63e > .ele-wrap:hover {background-color: rgba(245, 250, 255, 1);}#ae3ecaf3c5a16c5 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a843da3119a825f > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afaa7a370eaeebc > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4955aafcba050a > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a15b4adbd6ae1aa > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1650618591989.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23a2a3d1baf607 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a62e5a3e9aa3a79 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac950af953a9640 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb37abf68ab19b > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a89eda02a9a1577 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1649929664816.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a20eaa4e4ca56bf > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa4f2a2aa8a755a > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2515ac16cafe58 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeb5fa2c68a996a > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab412a3a79aa70d > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2fba198bac50a > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a51fba0a96a7491 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1649929658588.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ac0a8d70a3c0c #a0d45ac331acd78 { background: #fff; } #a0ac0a8d70a3c0c #a0d45ac331acd78 > .free-content-wrap { width: 100%; max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list li ul, #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a0ac0a8d70a3c0c #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a0ac0a8d70a3c0c #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a0ac0a8d70a3c0c #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a0ac0a8d70a3c0c #aa288a20efa7d91 { left: auto!important; right: 0px; } #a0ac0a8d70a3c0c #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a0ac0a8d70a3c0c #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a0ac0a8d70a3c0c .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a0ac0a8d70a3c0c #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a0ac0a8d70a3c0c #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a0ac0a8d70a3c0c #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a0ac0a8d70a3c0c #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a0ac0a8d70a3c0c #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a0ac0a8d70a3c0c #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list li ul, #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list > li.active > a:before, #a0ac0a8d70a3c0c #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a0ac0a8d70a3c0c .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a0ac0a8d70a3c0c .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a0ac0a8d70a3c0c #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a0ac0a8d70a3c0c #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } @media screen and (max-width: 1440px) { #a0ac0a8d70a3c0c #a0d45ac331acd78 { width: 100%!important; min-width: 100%!important; } #a0ac0a8d70a3c0c #a0d45ac331acd78 > .free-content-wrap > .image { left: 2px!important; } #a0ac0a8d70a3c0c #a8a01ad90fa54d2 { left: 150px!important; } #a0ac0a8d70a3c0c #a3bb6a37fea5423 { width: 750px!important; } #a0ac0a8d70a3c0c #a94b0a09eba7169 { left: 850px!important; } #a0ac0a8d70a3c0c #ac660aeba3ad917 { left: 950px!important; } } #afd74a11fba5fd3 [data-item="title"] {left: 0px;top: -1px; position: relative;}#afd74a11fba5fd3 [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#a08c4afd50a264b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab8d1a6607a42a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8c62a9403a676a > .ele-wrap {background-color: #ccc;background-image: url(/resources/upload/af120a785fa46ed/1649922832657.jpeg);}#a96c0ac745a1f3a #a0d45ac331acd78 { background: #fff; } #a96c0ac745a1f3a #a0d45ac331acd78 > .free-content-wrap { width: 100%; max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list li ul, #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a96c0ac745a1f3a #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a96c0ac745a1f3a #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a96c0ac745a1f3a #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a96c0ac745a1f3a #aa288a20efa7d91 { left: auto!important; right: 0px; } #a96c0ac745a1f3a #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a96c0ac745a1f3a #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a96c0ac745a1f3a .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a96c0ac745a1f3a #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a96c0ac745a1f3a #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a96c0ac745a1f3a #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a96c0ac745a1f3a #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a96c0ac745a1f3a #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a96c0ac745a1f3a #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list li ul, #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list > li.active > a:before, #a96c0ac745a1f3a #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a96c0ac745a1f3a .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a96c0ac745a1f3a .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a96c0ac745a1f3a #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a96c0ac745a1f3a #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } @media screen and (max-width: 1440px) { #a96c0ac745a1f3a #a0d45ac331acd78 { width: 100%!important; min-width: 100%!important; } #a96c0ac745a1f3a #a0d45ac331acd78 > .free-content-wrap > .image { left: 2px!important; } #a96c0ac745a1f3a #a8a01ad90fa54d2 { left: 150px!important; } #a96c0ac745a1f3a #a3bb6a37fea5423 { width: 750px!important; } #a96c0ac745a1f3a #a94b0a09eba7169 { left: 850px!important; } #a96c0ac745a1f3a #ac660aeba3ad917 { left: 950px!important; } } #a4e63ae75cab09f [data-item="title"] {left: 0px;top: 1px; position: relative;}#a4e63ae75cab09f [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#a1d66a8805a4f7c #a0d45ac331acd78 { background: #fff; } #a1d66a8805a4f7c #a0d45ac331acd78 > .free-content-wrap { width: 100%; max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list li ul, #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a1d66a8805a4f7c #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a1d66a8805a4f7c #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a1d66a8805a4f7c #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a1d66a8805a4f7c #aa288a20efa7d91 { left: auto!important; right: 0px; } #a1d66a8805a4f7c #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a1d66a8805a4f7c #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a1d66a8805a4f7c .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a1d66a8805a4f7c #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a1d66a8805a4f7c #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a1d66a8805a4f7c #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a1d66a8805a4f7c #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a1d66a8805a4f7c #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a1d66a8805a4f7c #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list li ul, #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list > li.active > a:before, #a1d66a8805a4f7c #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a1d66a8805a4f7c .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a1d66a8805a4f7c .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a1d66a8805a4f7c #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a1d66a8805a4f7c #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } @media screen and (max-width: 1440px) { #a1d66a8805a4f7c #a0d45ac331acd78 { width: 100%!important; min-width: 100%!important; } #a1d66a8805a4f7c #a0d45ac331acd78 > .free-content-wrap > .image { left: 2px!important; } #a1d66a8805a4f7c #a8a01ad90fa54d2 { left: 150px!important; } #a1d66a8805a4f7c #a3bb6a37fea5423 { width: 750px!important; } #a1d66a8805a4f7c #a94b0a09eba7169 { left: 850px!important; } #a1d66a8805a4f7c #ac660aeba3ad917 { left: 950px!important; } } #ab247a3f2faaba9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#ab247a3f2faaba9 [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#acbe9aace8a1e8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 5px 2px rgba(46, 59, 105, 0.5);}#a6f8faa67ba134b , #a6f8faa67ba134b a{color: rgba(155, 155, 155, 1);}#a12d3a2544aceb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 5px 2px rgba(46, 59, 105, 0.5);}#a9662a0516a2af1 , #a9662a0516a2af1 a{color: rgba(155, 155, 155, 1);}#ab766a6d19af0e2 #a0d45ac331acd78 { background: #fff; } #ab766a6d19af0e2 #preview { transform-origin: center top; } #ab766a6d19af0e2 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list li ul, #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #ab766a6d19af0e2 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ab766a6d19af0e2 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #ab766a6d19af0e2 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #ab766a6d19af0e2 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #ab766a6d19af0e2 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ab766a6d19af0e2 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #ab766a6d19af0e2 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #ab766a6d19af0e2 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #ab766a6d19af0e2 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #ab766a6d19af0e2 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #ab766a6d19af0e2 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #ab766a6d19af0e2 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #ab766a6d19af0e2 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list li ul, #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list > li.active > a:before, #ab766a6d19af0e2 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #ab766a6d19af0e2 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #ab766a6d19af0e2 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #ab766a6d19af0e2 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #ab766a6d19af0e2 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a07efa5c36ad5ab > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a561ea8450a3b3c [data-item="title"] {left: 28px;top: -84px; position: relative;}#a561ea8450a3b3c [data-item="abstract"] {left: 334px;top: -97px; position: relative;}#a5104a780fa3c5c > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1652084515890.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a78eea1871acbce > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1652151475699.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa6feae011ac574 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: -1px 1px 6px 1px rgba(155, 155, 155, 0.12);}#a598ba5badabf11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 7px 2px rgba(155, 155, 155, 0.21);}#ad02ba5e6ca9f09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 7px 2px rgba(155, 155, 155, 0.21);}#a3e32a8520ace1d #a0d45ac331acd78 { background: #fff; } #a3e32a8520ace1d #a0d45ac331acd78 > .free-content-wrap { width: 100%; max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list li ul, #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a3e32a8520ace1d #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a3e32a8520ace1d #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a3e32a8520ace1d #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a3e32a8520ace1d #aa288a20efa7d91 { left: auto!important; right: 0px; } #a3e32a8520ace1d #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a3e32a8520ace1d #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a3e32a8520ace1d .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a3e32a8520ace1d #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a3e32a8520ace1d #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a3e32a8520ace1d #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a3e32a8520ace1d #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a3e32a8520ace1d #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a3e32a8520ace1d #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list li ul, #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list > li.active > a:before, #a3e32a8520ace1d #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a3e32a8520ace1d .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a3e32a8520ace1d .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a3e32a8520ace1d #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a3e32a8520ace1d #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } @media screen and (max-width: 1440px) { #a3e32a8520ace1d #a0d45ac331acd78 { width: 100%!important; min-width: 100%!important; } #a3e32a8520ace1d #a0d45ac331acd78 > .free-content-wrap > .image { left: 2px!important; } #a3e32a8520ace1d #a8a01ad90fa54d2 { left: 150px!important; } #a3e32a8520ace1d #a3bb6a37fea5423 { width: 750px!important; } #a3e32a8520ace1d #a94b0a09eba7169 { left: 850px!important; } #a3e32a8520ace1d #ac660aeba3ad917 { left: 950px!important; } } #a195aa7472a9a1b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a195aa7472a9a1b [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#a0849a28d4a7335 .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #a3436a5b68a5e74 .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #ae52ea0deba499f .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #a7973a2297ab5ef .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #a1c9dac768a39c5 .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #aacd2a3d92a84f5 .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #a5528ae413a27c2 #a0d45ac331acd78 { background: #fff; } #a5528ae413a27c2 #preview { transform-origin: center top; } #a5528ae413a27c2 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list li ul, #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a5528ae413a27c2 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a5528ae413a27c2 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a5528ae413a27c2 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a5528ae413a27c2 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a5528ae413a27c2 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a5528ae413a27c2 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a5528ae413a27c2 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a5528ae413a27c2 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a5528ae413a27c2 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a5528ae413a27c2 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a5528ae413a27c2 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a5528ae413a27c2 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a5528ae413a27c2 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list li ul, #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a5528ae413a27c2 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a5528ae413a27c2 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a5528ae413a27c2 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a5528ae413a27c2 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a5528ae413a27c2 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a87adadd47a29d3 [data-item="title"] {left: 28px;top: -84px; position: relative;}#a87adadd47a29d3 [data-item="abstract"] {left: 334px;top: -97px; position: relative;}#a2d2ca6032a5483 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1650797329308.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef7ba7035ae47a > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1650798406248.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca75a95e1a4e7a > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1650798405153.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46a8a435da6ab2 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1650799081200.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a13cfa0a09a9642 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1650793560269.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaff2a5b4fa2629 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1650794999797.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1dca1170a86bc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff69a9a48a72a2 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1650795002217.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab1a5a72e5afd59 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d85a563bab088 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1650794922971.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7729aeb3da3eed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae20fa08afa9133 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1650794924582.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab68ea1aa6a662c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac56aa91adaf5c8 #a0d45ac331acd78 { background: #fff; } #ac56aa91adaf5c8 #a0d45ac331acd78 > .free-content-wrap { width: 100%; max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list li ul, #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #ac56aa91adaf5c8 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ac56aa91adaf5c8 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #ac56aa91adaf5c8 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #ac56aa91adaf5c8 #aa288a20efa7d91 { left: auto!important; right: 0px; } #ac56aa91adaf5c8 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ac56aa91adaf5c8 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #ac56aa91adaf5c8 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #ac56aa91adaf5c8 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #ac56aa91adaf5c8 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #ac56aa91adaf5c8 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #ac56aa91adaf5c8 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #ac56aa91adaf5c8 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #ac56aa91adaf5c8 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list li ul, #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list > li.active > a:before, #ac56aa91adaf5c8 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #ac56aa91adaf5c8 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #ac56aa91adaf5c8 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #ac56aa91adaf5c8 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #ac56aa91adaf5c8 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } @media screen and (max-width: 1440px) { #ac56aa91adaf5c8 #a0d45ac331acd78 { width: 100%!important; min-width: 100%!important; } #ac56aa91adaf5c8 #a0d45ac331acd78 > .free-content-wrap > .image { left: 2px!important; } #ac56aa91adaf5c8 #a8a01ad90fa54d2 { left: 150px!important; } #ac56aa91adaf5c8 #a3bb6a37fea5423 { width: 750px!important; } #ac56aa91adaf5c8 #a94b0a09eba7169 { left: 850px!important; } #ac56aa91adaf5c8 #ac660aeba3ad917 { left: 950px!important; } } #a50d5a87d0a13d8 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a50d5a87d0a13d8 [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#a0158a60e3ab1bf > .ele-wrap {background-color: rgba(255, 255, 255, 0.9);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1451a8496a7363 > .ele-wrap {background-color: rgba(255, 255, 255, 0.9);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1017a4070ad9dc > .ele-wrap {background-color: rgba(255, 255, 255, 0.9);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af03eac8eca753f .ap-content-container { height: 100%; min-height: 40px; } #a07afa08dfa0527 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af2c2a0de5a6a4b .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #af2c2a0de5a6a4b .menu-list > li { height: 100%; position: relative; flex-shrink: 0; } #af2c2a0de5a6a4b .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; } #af2c2a0de5a6a4b .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #af2c2a0de5a6a4b .menu-list > li.active > a:before, #af2c2a0de5a6a4b .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #af2c2a0de5a6a4b .menu-list > li ul li { position: relative; } #af2c2a0de5a6a4b .menu-list > li ul li:hover > a { color: #4a4a4a; } #af2c2a0de5a6a4b .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; background: transparent; } #af2c2a0de5a6a4b .menu-list li ul li:hover > a { background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; } #af2c2a0de5a6a4b .menu-list li ul li a:active, #af2c2a0de5a6a4b .menu-list li ul li a.active, #af2c2a0de5a6a4b .menu-list li ul li.active > a { background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; } #af2c2a0de5a6a4b .menu-list li ul, #af2c2a0de5a6a4b .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #af2c2a0de5a6a4b .menu-list li ul.menu-b > li, #af2c2a0de5a6a4b .menu-list li ul li ul.menu-b > li { display: inline-block; } #af2c2a0de5a6a4b .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #af2c2a0de5a6a4b .menu-list li:hover > ul { display: block; } #af2c2a0de5a6a4b .menu-list li ul li:hover ul { left: 100%; top: 0; } #abb25a4fc8af005 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; } #abb25a4fc8af005 .site-language-menu a:hover { color: #4a4a4a; } #abb25a4fc8af005 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #abb25a4fc8af005 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #abb25a4fc8af005 .uk-dropdown li a { font-size: 13; color: #444; } #abb25a4fc8af005 .uk-dropdown li a:hover { color: #222; } #abb25a4fc8af005 .uk-dropdown li:last-child { border-bottom: none; } #a7aa5a0ceca9563 > .ele-wrap {background-color: rgba(7, 78, 174, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a35f9aa3c4aef79 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 2px;justify-content: center;height: 50px;}#a35f9aa3c4aef79 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(255, 255, 255, 0);border-color: rgba(255, 255, 255, 1);}#af070a5b0cafd3c [data-item="items"] {left: 0px;top: -1px; position: relative;}#a1266a5096afba7 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a1266a5096afba7 .uk-position-center-left-out { left: -30px; } #a1266a5096afba7 .uk-position-center-right-out { left: auto; right: -30px; } } #a49c3a1740a518d .uk-grid { margin-left: 0px; } #a49c3a1740a518d .uk-grid > * { padding-left: 0px; } #a49c3a1740a518d .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a49c3a1740a518d .uk-position-center-left-out { left: -30px; } #a49c3a1740a518d .uk-position-center-right-out { left: auto; right: -30px; } } #aa83aabe1ba0c5f .uk-grid { margin-left: 0px; } #aa83aabe1ba0c5f .uk-grid > * { padding-left: 0px; } #aa83aabe1ba0c5f .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #aa83aabe1ba0c5f .uk-position-center-left-out { left: -30px; } #aa83aabe1ba0c5f .uk-position-center-right-out { left: auto; right: -30px; } } #a2622a79b7a02f7 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a2622a79b7a02f7 .uk-position-center-left-out { left: -30px; } #a2622a79b7a02f7 .uk-position-center-right-out { left: auto; right: -30px; } } #a529ca0914ab06f > .ele-wrap {background-color: rgba(0, 78, 162, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0df9a9542a6001 > .ele-wrap {background-color: rgba(0, 78, 162, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a721fa6e42ae44f > .ele-wrap {background-color: rgba(0, 78, 162, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf71aaef6a156a > .ele-wrap {background-color: rgba(0, 78, 162, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1bdba888ca17b1 { overflow: hidden; pointer-events: none; } #a1bdba888ca17b1 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #a1bdba888ca17b1 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #a1bdba888ca17b1 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a1bdba888ca17b1 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #a1bdba888ca17b1 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #a1bdba888ca17b1 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a1bdba888ca17b1 > .tab-wrap > div > .tab-nav, #a1bdba888ca17b1 > .tab-nav, #a1bdba888ca17b1 > .tab-tabs > .tab-wrap > div > .tab-nav, #a1bdba888ca17b1 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; background-color: #1d202d; border-bottom-style: none; border-top-style: none; border-right-style: none; border-left-style: none; } #a1bdba888ca17b1 > .tab-wrap > div > .tab-nav-horizontal, #a1bdba888ca17b1 > .tab-nav-horizontal, #a1bdba888ca17b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a1bdba888ca17b1 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a1bdba888ca17b1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a1bdba888ca17b1 > .tab-nav-horizontal::-webkit-scrollbar, #a1bdba888ca17b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a1bdba888ca17b1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a1bdba888ca17b1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a1bdba888ca17b1 > .tab-nav-horizontal.tagScroll, #a1bdba888ca17b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a1bdba888ca17b1 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a1bdba888ca17b1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a1bdba888ca17b1 > .tab-nav-horizontal.tagScroll li a, #a1bdba888ca17b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a1bdba888ca17b1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a1bdba888ca17b1 > .tab-wrap > div > .tab-nav a, #a1bdba888ca17b1 > .tab-nav a, #a1bdba888ca17b1 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a1bdba888ca17b1 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a1bdba888ca17b1 > .tab-wrap > div > .tab-nav li a, #a1bdba888ca17b1 > .tab-nav li a, #a1bdba888ca17b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a1bdba888ca17b1 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a1bdba888ca17b1 > .tab-wrap > div > .tab-nav li a svg, #a1bdba888ca17b1 > .tab-nav li a svg, #a1bdba888ca17b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a1bdba888ca17b1 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a1bdba888ca17b1 > .tab-wrap > div > .tab-nav li a .ap_icon, #a1bdba888ca17b1 > .tab-nav li a .ap_icon, #a1bdba888ca17b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a1bdba888ca17b1 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a1bdba888ca17b1 > .tab-wrap > div > .tab-nav li a:hover, #a1bdba888ca17b1 > .tab-nav li a:hover, #a1bdba888ca17b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a1bdba888ca17b1 > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #a1bdba888ca17b1 > .tab-wrap > div > .tab-nav li.uk-active a, #a1bdba888ca17b1 > .tab-nav li.uk-active a, #a1bdba888ca17b1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a1bdba888ca17b1 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #a1bdba888ca17b1 .layout-left li, #a1bdba888ca17b1 .layout-center li, #a1bdba888ca17b1 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a1bdba888ca17b1 .layout-left li a, #a1bdba888ca17b1 .layout-center li a, #a1bdba888ca17b1 .layout-right li a { height: 100%; } #a1bdba888ca17b1 > .tab-tabs .layout-left { text-align: left; } #a1bdba888ca17b1 > .tab-tabs .layout-center { text-align: center; } #a1bdba888ca17b1 > .tab-tabs .layout-right { text-align: right; } #a1bdba888ca17b1 .tab-contents { height: 100%; height: calc(100% - 50px); } #a1bdba888ca17b1 .tab-content-wrap { background-color: transparent; } #a1bdba888ca17b1 .tab-contents, #a1bdba888ca17b1 .tab-contents-wrap { pointer-events: none; } #a1bdba888ca17b1 .tab-content, #a1bdba888ca17b1 .tab-content-wrap { height: 100%; width: 100%; } #a1bdba888ca17b1 .tab-wrap { height: 100%; pointer-events: none; } #a1bdba888ca17b1 .tab-wrap .tab-contents { height: 100%; } #a1bdba888ca17b1 .tab-wrap > div { height: 100%; overflow-y: auto; } #a7bbda0709a489c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #9b9b9b;}#a7bbda0709a489c * {color: #9b9b9b !important} #a7bbda0709a489c .line{border-color: #9b9b9b !important}#a7bbda0709a489c > .ele-wrap:hover {color: #ffffff;background-image: url(/resources/upload/af120a785fa46ed/1649312284005.png);background-position: bottom right;background-repeat: no-repeat;background-size: auto;}#a7bbda0709a489c:hover * {color: #ffffff !important} #a7bbda0709a489c:hover .line{border-color: #ffffff !important}#ae85fa56c4a6f92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #9b9b9b;}#ae85fa56c4a6f92 * {color: #9b9b9b !important} #ae85fa56c4a6f92 .line{border-color: #9b9b9b !important}#ae85fa56c4a6f92 > .ele-wrap:hover {color: #ffffff;background-image: url(/resources/upload/af120a785fa46ed/1649312284005.png);background-position: bottom right;background-repeat: no-repeat;background-size: auto;}#ae85fa56c4a6f92:hover * {color: #ffffff !important} #ae85fa56c4a6f92:hover .line{border-color: #ffffff !important}#a5822a58f0a407b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #9b9b9b;}#a5822a58f0a407b * {color: #9b9b9b !important} #a5822a58f0a407b .line{border-color: #9b9b9b !important}#a5822a58f0a407b > .ele-wrap:hover {color: #ffffff;background-image: url(/resources/upload/af120a785fa46ed/1649312284005.png);background-position: bottom right;background-repeat: no-repeat;background-size: auto;}#a5822a58f0a407b:hover * {color: #ffffff !important} #a5822a58f0a407b:hover .line{border-color: #ffffff !important}#a287aa7d1ca6668 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #9b9b9b;}#a287aa7d1ca6668 * {color: #9b9b9b !important} #a287aa7d1ca6668 .line{border-color: #9b9b9b !important}#a287aa7d1ca6668 > .ele-wrap:hover {color: #ffffff;background-image: url(/resources/upload/af120a785fa46ed/1649312284005.png);background-position: bottom right;background-repeat: no-repeat;background-size: auto;}#a287aa7d1ca6668:hover * {color: #ffffff !important} #a287aa7d1ca6668:hover .line{border-color: #ffffff !important}#a51fda9736ac36e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad17ea2d79af3fd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2100aeb6baf5c0 > .ele-wrap {background-color: #ccc;background-image: url(/resources/upload/af120a785fa46ed/1649657297214.png);}#a0d45ac331acd78 .ap-content-container { height: 100%; min-height: 40px; } #a02a3acd87a0b1a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bb6a37fea5423 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a3bb6a37fea5423 .menu-list > li { height: 100%; position: relative; flex-shrink: 0; } #a3bb6a37fea5423 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; } #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a3bb6a37fea5423 .menu-list > li.active > a:before, #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a3bb6a37fea5423 .menu-list > li ul li:hover > a { color: #4a4a4a; } #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; background: transparent; } #a3bb6a37fea5423 .menu-list li ul li:hover > a { background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; } #a3bb6a37fea5423 .menu-list li ul li a:active, #a3bb6a37fea5423 .menu-list li ul li a.active, #a3bb6a37fea5423 .menu-list li ul li.active > a { background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; } #a3bb6a37fea5423 .menu-list li ul, #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; } #ac660aeba3ad917 .site-language-menu a:hover { color: #4a4a4a; } #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #ac660aeba3ad917 .uk-dropdown li a { font-size: 13; color: #444; } #ac660aeba3ad917 .uk-dropdown li a:hover { color: #222; } #ac660aeba3ad917 .uk-dropdown li:last-child { border-bottom: none; } #aa288a20efa7d91 > .ele-wrap {background-color: rgba(7, 78, 174, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5746a8baba4cf0 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 2px;justify-content: center;height: 50px;}#a5746a8baba4cf0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(255, 255, 255, 0);border-color: rgba(255, 255, 255, 1);}#a6163a3abda3f58 [data-item="items"] {left: 0px;top: -1px; position: relative;}#aa2c0a4927ae9d8 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #aa2c0a4927ae9d8 .uk-position-center-left-out { left: -30px; } #aa2c0a4927ae9d8 .uk-position-center-right-out { left: auto; right: -30px; } } #ae1bcacdffaaa91 .uk-grid { margin-left: 0px; } #ae1bcacdffaaa91 .uk-grid > * { padding-left: 0px; } #ae1bcacdffaaa91 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #ae1bcacdffaaa91 .uk-position-center-left-out { left: -30px; } #ae1bcacdffaaa91 .uk-position-center-right-out { left: auto; right: -30px; } } #a3593a1bccaeb85 .uk-grid { margin-left: 0px; } #a3593a1bccaeb85 .uk-grid > * { padding-left: 0px; } #a3593a1bccaeb85 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a3593a1bccaeb85 .uk-position-center-left-out { left: -30px; } #a3593a1bccaeb85 .uk-position-center-right-out { left: auto; right: -30px; } } #ae8ecaba88a89e5 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #ae8ecaba88a89e5 .uk-position-center-left-out { left: -30px; } #ae8ecaba88a89e5 .uk-position-center-right-out { left: auto; right: -30px; } } #a4829a6c4cab00e > .ele-wrap {background-color: rgba(0, 78, 162, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d06a1a38ad088 > .ele-wrap {background-color: rgba(0, 78, 162, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba42acfdba5eee > .ele-wrap {background-color: rgba(0, 78, 162, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af354a6c87aa424 > .ele-wrap {background-color: rgba(0, 78, 162, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf7ea56aaae44d { overflow: hidden; pointer-events: none; } #acf7ea56aaae44d > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #acf7ea56aaae44d > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #acf7ea56aaae44d > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #acf7ea56aaae44d > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #acf7ea56aaae44d > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #acf7ea56aaae44d > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #acf7ea56aaae44d > .tab-wrap > div > .tab-nav, #acf7ea56aaae44d > .tab-nav, #acf7ea56aaae44d > .tab-tabs > .tab-wrap > div > .tab-nav, #acf7ea56aaae44d > .tab-tabs > .tab-nav { text-align: center; font-size: 0; background-color: #1d202d; border-bottom-style: none; border-top-style: none; border-right-style: none; border-left-style: none; } #acf7ea56aaae44d > .tab-wrap > div > .tab-nav-horizontal, #acf7ea56aaae44d > .tab-nav-horizontal, #acf7ea56aaae44d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #acf7ea56aaae44d > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #acf7ea56aaae44d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #acf7ea56aaae44d > .tab-nav-horizontal::-webkit-scrollbar, #acf7ea56aaae44d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #acf7ea56aaae44d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #acf7ea56aaae44d > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #acf7ea56aaae44d > .tab-nav-horizontal.tagScroll, #acf7ea56aaae44d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #acf7ea56aaae44d > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #acf7ea56aaae44d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #acf7ea56aaae44d > .tab-nav-horizontal.tagScroll li a, #acf7ea56aaae44d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #acf7ea56aaae44d > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #acf7ea56aaae44d > .tab-wrap > div > .tab-nav a, #acf7ea56aaae44d > .tab-nav a, #acf7ea56aaae44d > .tab-tabs > .tab-wrap > div > .tab-nav a, #acf7ea56aaae44d > .tab-tabs > .tab-nav a { padding: 0 0px; } #acf7ea56aaae44d > .tab-wrap > div > .tab-nav li a, #acf7ea56aaae44d > .tab-nav li a, #acf7ea56aaae44d > .tab-tabs > .tab-wrap > div > .tab-nav li a, #acf7ea56aaae44d > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #acf7ea56aaae44d > .tab-wrap > div > .tab-nav li a svg, #acf7ea56aaae44d > .tab-nav li a svg, #acf7ea56aaae44d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #acf7ea56aaae44d > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #acf7ea56aaae44d > .tab-wrap > div > .tab-nav li a .ap_icon, #acf7ea56aaae44d > .tab-nav li a .ap_icon, #acf7ea56aaae44d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #acf7ea56aaae44d > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #acf7ea56aaae44d > .tab-wrap > div > .tab-nav li a:hover, #acf7ea56aaae44d > .tab-nav li a:hover, #acf7ea56aaae44d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #acf7ea56aaae44d > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #acf7ea56aaae44d > .tab-wrap > div > .tab-nav li.uk-active a, #acf7ea56aaae44d > .tab-nav li.uk-active a, #acf7ea56aaae44d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #acf7ea56aaae44d > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 2px; border-bottom-color: #4a90e2; border-bottom-style: solid; } #acf7ea56aaae44d .layout-left li, #acf7ea56aaae44d .layout-center li, #acf7ea56aaae44d .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #acf7ea56aaae44d .layout-left li a, #acf7ea56aaae44d .layout-center li a, #acf7ea56aaae44d .layout-right li a { height: 100%; } #acf7ea56aaae44d > .tab-tabs .layout-left { text-align: left; } #acf7ea56aaae44d > .tab-tabs .layout-center { text-align: center; } #acf7ea56aaae44d > .tab-tabs .layout-right { text-align: right; } #acf7ea56aaae44d .tab-contents { height: 100%; height: calc(100% - 50px); } #acf7ea56aaae44d .tab-content-wrap { background-color: transparent; } #acf7ea56aaae44d .tab-contents, #acf7ea56aaae44d .tab-contents-wrap { pointer-events: none; } #acf7ea56aaae44d .tab-content, #acf7ea56aaae44d .tab-content-wrap { height: 100%; width: 100%; } #acf7ea56aaae44d .tab-wrap { height: 100%; pointer-events: none; } #acf7ea56aaae44d .tab-wrap .tab-contents { height: 100%; } #acf7ea56aaae44d .tab-wrap > div { height: 100%; overflow-y: auto; } #a49bda6eb7a8aef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #9b9b9b;}#a49bda6eb7a8aef * {color: #9b9b9b !important} #a49bda6eb7a8aef .line{border-color: #9b9b9b !important}#a49bda6eb7a8aef > .ele-wrap:hover {color: #ffffff;background-image: url(/resources/upload/af120a785fa46ed/1649312284005.png);background-position: bottom right;background-repeat: no-repeat;background-size: auto;}#a49bda6eb7a8aef:hover * {color: #ffffff !important} #a49bda6eb7a8aef:hover .line{border-color: #ffffff !important}#ad658a2c58af08f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #9b9b9b;}#ad658a2c58af08f * {color: #9b9b9b !important} #ad658a2c58af08f .line{border-color: #9b9b9b !important}#ad658a2c58af08f > .ele-wrap:hover {color: #ffffff;background-image: url(/resources/upload/af120a785fa46ed/1649312284005.png);background-position: bottom right;background-repeat: no-repeat;background-size: auto;}#ad658a2c58af08f:hover * {color: #ffffff !important} #ad658a2c58af08f:hover .line{border-color: #ffffff !important}#ad512a6a61ac9d5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #9b9b9b;}#ad512a6a61ac9d5 * {color: #9b9b9b !important} #ad512a6a61ac9d5 .line{border-color: #9b9b9b !important}#ad512a6a61ac9d5 > .ele-wrap:hover {color: #ffffff;background-image: url(/resources/upload/af120a785fa46ed/1649312284005.png);background-position: bottom right;background-repeat: no-repeat;background-size: auto;}#ad512a6a61ac9d5:hover * {color: #ffffff !important} #ad512a6a61ac9d5:hover .line{border-color: #ffffff !important}#acb94a4f2baabe7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #9b9b9b;}#acb94a4f2baabe7 * {color: #9b9b9b !important} #acb94a4f2baabe7 .line{border-color: #9b9b9b !important}#acb94a4f2baabe7 > .ele-wrap:hover {color: #ffffff;background-image: url(/resources/upload/af120a785fa46ed/1649312284005.png);background-position: bottom right;background-repeat: no-repeat;background-size: auto;}#acb94a4f2baabe7:hover * {color: #ffffff !important} #acb94a4f2baabe7:hover .line{border-color: #ffffff !important}#af1f3acca0aa9e5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9620a7ceba9b3f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae03eaf59baa182 > .ele-wrap {background-color: #ccc;background-image: url(/resources/upload/af120a785fa46ed/1649657297214.png);}#add88a152ba198a > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a905aa2c62a9706 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad7c1ac88bab6a8 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acfa0aba35af8bb > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ada3dac334a6878 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adcb5a3fd1a3728 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4dbca86bda2990 #a0d45ac331acd78 { background: #fff; } #a4dbca86bda2990 #a0d45ac331acd78 > .free-content-wrap { width: 100%; max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list li ul, #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a4dbca86bda2990 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a4dbca86bda2990 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a4dbca86bda2990 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a4dbca86bda2990 #aa288a20efa7d91 { left: auto!important; right: 0px; } #a4dbca86bda2990 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a4dbca86bda2990 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a4dbca86bda2990 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a4dbca86bda2990 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a4dbca86bda2990 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a4dbca86bda2990 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a4dbca86bda2990 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a4dbca86bda2990 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a4dbca86bda2990 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list li ul, #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a4dbca86bda2990 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a4dbca86bda2990 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a4dbca86bda2990 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a4dbca86bda2990 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a4dbca86bda2990 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } @media screen and (max-width: 1440px) { #a4dbca86bda2990 #a0d45ac331acd78 { width: 100%!important; min-width: 100%!important; } #a4dbca86bda2990 #a0d45ac331acd78 > .free-content-wrap > .image { left: 2px!important; } #a4dbca86bda2990 #a8a01ad90fa54d2 { left: 150px!important; } #a4dbca86bda2990 #a3bb6a37fea5423 { width: 750px!important; } #a4dbca86bda2990 #a94b0a09eba7169 { left: 850px!important; } #a4dbca86bda2990 #ac660aeba3ad917 { left: 950px!important; } } #a03eea2995a8ede [data-item="title"] {left: 0px;top: -1px; position: relative;}#a03eea2995a8ede [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#a9c32a894ead451 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad15ea935ba5e97 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a988ca80f8aaaf9 #a0d45ac331acd78 { background: #fff; } #a988ca80f8aaaf9 #a0d45ac331acd78 > .free-content-wrap { width: 100%; max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list li ul, #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a988ca80f8aaaf9 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a988ca80f8aaaf9 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a988ca80f8aaaf9 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a988ca80f8aaaf9 #aa288a20efa7d91 { left: auto!important; right: 0px; } #a988ca80f8aaaf9 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a988ca80f8aaaf9 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a988ca80f8aaaf9 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a988ca80f8aaaf9 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a988ca80f8aaaf9 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a988ca80f8aaaf9 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a988ca80f8aaaf9 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a988ca80f8aaaf9 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a988ca80f8aaaf9 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list li ul, #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a988ca80f8aaaf9 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a988ca80f8aaaf9 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a988ca80f8aaaf9 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a988ca80f8aaaf9 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a988ca80f8aaaf9 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } @media screen and (max-width: 1440px) { #a988ca80f8aaaf9 #a0d45ac331acd78 { width: 100%!important; min-width: 100%!important; } #a988ca80f8aaaf9 #a0d45ac331acd78 > .free-content-wrap > .image { left: 2px!important; } #a988ca80f8aaaf9 #a8a01ad90fa54d2 { left: 150px!important; } #a988ca80f8aaaf9 #a3bb6a37fea5423 { width: 750px!important; } #a988ca80f8aaaf9 #a94b0a09eba7169 { left: 850px!important; } #a988ca80f8aaaf9 #ac660aeba3ad917 { left: 950px!important; } } #af17aa5410ad6c1 [data-item="title"] {left: 0px;top: -1px; position: relative;}#af17aa5410ad6c1 [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#ac653a6399a597e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a73c6a1c07aa6b7 #a0d45ac331acd78 { background: #fff; } #a73c6a1c07aa6b7 #preview { transform-origin: center top; } #a73c6a1c07aa6b7 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list li ul, #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a73c6a1c07aa6b7 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a73c6a1c07aa6b7 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a73c6a1c07aa6b7 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a73c6a1c07aa6b7 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a73c6a1c07aa6b7 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a73c6a1c07aa6b7 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a73c6a1c07aa6b7 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a73c6a1c07aa6b7 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a73c6a1c07aa6b7 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a73c6a1c07aa6b7 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a73c6a1c07aa6b7 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a73c6a1c07aa6b7 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a73c6a1c07aa6b7 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list li ul, #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a73c6a1c07aa6b7 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a73c6a1c07aa6b7 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a73c6a1c07aa6b7 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a73c6a1c07aa6b7 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a73c6a1c07aa6b7 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a0648acf7aa07d4 [data-item="items"] {left: 0px;top: -1px; position: relative;}#a713ea074ea73e0 > .ele-wrap {background-color: rgba(10, 92, 205, 1);}#a4ed5acd6aa8c53 , #a4ed5acd6aa8c53 a{color: rgba(255, 255, 255, 1);}#a9f7ba20aea1d4a [data-item="feature.image"] {left: 255px;top: 57px; position: relative;}#a9f7ba20aea1d4a [data-item="title"] {left: -273px;top: -94px; position: relative;}#a9f7ba20aea1d4a [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a9f7ba20aea1d4a [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a3488a3d23a3ddd [data-item="feature.image"] {left: 227px;top: 177px; position: relative;}#a3488a3d23a3ddd [data-item="title"] {left: -273px;top: -94px; position: relative;}#a3488a3d23a3ddd [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a3488a3d23a3ddd [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a0ba5af591a89b7 #a0d45ac331acd78 { background: #fff; } #a0ba5af591a89b7 #preview { transform-origin: center top; } #a0ba5af591a89b7 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list li ul, #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a0ba5af591a89b7 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a0ba5af591a89b7 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a0ba5af591a89b7 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a0ba5af591a89b7 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a0ba5af591a89b7 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a0ba5af591a89b7 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a0ba5af591a89b7 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a0ba5af591a89b7 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a0ba5af591a89b7 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a0ba5af591a89b7 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a0ba5af591a89b7 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a0ba5af591a89b7 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a0ba5af591a89b7 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list li ul, #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a0ba5af591a89b7 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a0ba5af591a89b7 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a0ba5af591a89b7 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a0ba5af591a89b7 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a0ba5af591a89b7 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a8cb2a90fea64d9 [data-item="items"] {left: 0px;top: -1px; position: relative;}#a547aad039a9fa7 [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#a547aad039a9fa7 [data-item="title"] {left: -273px;top: -94px; position: relative;}#a547aad039a9fa7 [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a547aad039a9fa7 [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#ae083a3cf4a32e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1650794154357.png);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#abf9ba3d86a793a [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#abf9ba3d86a793a [data-item="title"] {left: -273px;top: -94px; position: relative;}#abf9ba3d86a793a [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#abf9ba3d86a793a [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a11d1ae209a186b #a0d45ac331acd78 { background: #fff; } #a11d1ae209a186b #preview { transform-origin: center top; } #a11d1ae209a186b #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list li ul, #a11d1ae209a186b #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a11d1ae209a186b #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a11d1ae209a186b #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a11d1ae209a186b #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a11d1ae209a186b #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a11d1ae209a186b #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a11d1ae209a186b #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a11d1ae209a186b #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a11d1ae209a186b .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a11d1ae209a186b #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a11d1ae209a186b #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a11d1ae209a186b #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a11d1ae209a186b #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a11d1ae209a186b #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a11d1ae209a186b #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list li ul, #a11d1ae209a186b #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a11d1ae209a186b #a3bb6a37fea5423 .menu-list > li.active > a:before, #a11d1ae209a186b #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a11d1ae209a186b .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a11d1ae209a186b .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a11d1ae209a186b #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a11d1ae209a186b #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #abedea9afda25da [data-item="items"] {left: 0px;top: -1px; position: relative;}#ab871ac12da6607 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ad599a9a93a18a8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ac07aa60e4ab349 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ae84fa3889a1b56 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a0b5da344cae3eb [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#a0b5da344cae3eb [data-item="title"] {left: -273px;top: -94px; position: relative;}#a0b5da344cae3eb [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a0b5da344cae3eb [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a8adfab87ea55dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac205a440da0bba , #ac205a440da0bba a{color: rgba(10, 92, 205, 1);}#acf76a3a76ae976 , #acf76a3a76ae976 a{color: rgba(10, 92, 205, 1);}#a6996ac42eab243 , #a6996ac42eab243 a{color: rgba(10, 92, 205, 1);}#a7a7fa99ccaa9b6 , #a7a7fa99ccaa9b6 a{color: rgba(10, 92, 205, 1);}#a5f73ab327ace5f , #a5f73ab327ace5f a{color: rgba(10, 92, 205, 1);}#a57b5ad79da5d15 [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#a57b5ad79da5d15 [data-item="title"] {left: -273px;top: -94px; position: relative;}#a57b5ad79da5d15 [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a57b5ad79da5d15 [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#aad48a581ea83fd [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#aad48a581ea83fd [data-item="title"] {left: -273px;top: -94px; position: relative;}#aad48a581ea83fd [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#aad48a581ea83fd [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a8e98a4168a8881 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.06);}#a543dae449a3137 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.06);}#acb26a2966ad0a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.06);}#a0656a7f53a7e61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.06);}#a3068a850fa66ec [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#a3068a850fa66ec [data-item="title"] {left: -273px;top: -94px; position: relative;}#a3068a850fa66ec [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a3068a850fa66ec [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a68b3aba37a7e72 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 7px 5px rgba(34, 25, 77, 0.02);background-image: url(/resources/upload/af120a785fa46ed/1650594448918.png);}#a68b3aba37a7e72 .hover-content-wrap:nth-child(1) {}#a68b3aba37a7e72 .hover-content-wrap:nth-child(2) {background-image: url(/resources/upload/af120a785fa46ed/1649919010066.png);background-position: center center;}#ae51ea3c6cacbed > .ele-wrap {background-color: rgba(255, 255, 255, 0);}#aa53eae0d7aa64d > .ele-wrap {background-color: rgba(255, 255, 255, 0);}#a150aa2f44a6c21 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 7px 5px rgba(34, 25, 77, 0.02);background-image: url(/resources/upload/af120a785fa46ed/1649929466287.png);}#a150aa2f44a6c21 .hover-content-wrap:nth-child(1) {}#a150aa2f44a6c21 .hover-content-wrap:nth-child(2) {background-image: url(/resources/upload/af120a785fa46ed/1649919010066.png);background-position: center center;}#ae256a8889a7ba6 > .ele-wrap {background-color: rgba(255, 255, 255, 0);}#aee39a07b7aac45 > .ele-wrap {background-color: rgba(255, 255, 255, 0);}#ad73aaeb51ab261 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 7px 5px rgba(34, 25, 77, 0.02);background-image: url(/resources/upload/af120a785fa46ed/1649929565275.png);}#ad73aaeb51ab261 .hover-content-wrap:nth-child(1) {}#ad73aaeb51ab261 .hover-content-wrap:nth-child(2) {background-image: url(/resources/upload/af120a785fa46ed/1649919010066.png);background-position: center center;}#aca17aa62ea2138 > .ele-wrap {background-color: rgba(255, 255, 255, 0);}#a8d0ea5400a6e26 > .ele-wrap {background-color: rgba(255, 255, 255, 0);}#a27e0a474faf062 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 7px 5px rgba(34, 25, 77, 0.02);background-image: url(/resources/upload/af120a785fa46ed/1649929635622.png);}#a27e0a474faf062 .hover-content-wrap:nth-child(1) {}#a27e0a474faf062 .hover-content-wrap:nth-child(2) {background-image: url(/resources/upload/af120a785fa46ed/1649919010066.png);background-position: center center;}#aceb3a55c4a0b84 > .ele-wrap {background-color: rgba(255, 255, 255, 0);}#aef25affccaabe1 > .ele-wrap {background-color: rgba(255, 255, 255, 0);}#a7b45ae720a8acb [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#a7b45ae720a8acb [data-item="title"] {left: -273px;top: -94px; position: relative;}#a7b45ae720a8acb [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a7b45ae720a8acb [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#ae5d1ab548a5a9e #a0d45ac331acd78 { background: #fff; } #ae5d1ab548a5a9e #preview { transform-origin: center top; } #ae5d1ab548a5a9e #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list li ul, #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #ae5d1ab548a5a9e #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ae5d1ab548a5a9e #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #ae5d1ab548a5a9e #a02a3acd87a0b1a { left: 0px; position: unset!important; } #ae5d1ab548a5a9e #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #ae5d1ab548a5a9e #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ae5d1ab548a5a9e #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #ae5d1ab548a5a9e .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #ae5d1ab548a5a9e #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #ae5d1ab548a5a9e #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #ae5d1ab548a5a9e #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #ae5d1ab548a5a9e #ac660aeba3ad917 { left: 1100px!important; color: #333; } #ae5d1ab548a5a9e #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #ae5d1ab548a5a9e #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list li ul, #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list > li.active > a:before, #ae5d1ab548a5a9e #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #ae5d1ab548a5a9e .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #ae5d1ab548a5a9e .uk-dropdown-nav > li > a:hover { font-weight: bold; } #ae5d1ab548a5a9e #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #ae5d1ab548a5a9e #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a1199ae984af7de [data-item="items"] {left: 0px;top: -1px; position: relative;}#a4ffcabd80ac749 [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#a4ffcabd80ac749 [data-item="title"] {left: -273px;top: -94px; position: relative;}#a4ffcabd80ac749 [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a4ffcabd80ac749 [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a3078aef7badb5b [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#a3078aef7badb5b [data-item="title"] {left: -273px;top: -94px; position: relative;}#a3078aef7badb5b [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a3078aef7badb5b [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#ad748ae8e8a898e [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#ad748ae8e8a898e [data-item="title"] {left: -273px;top: -94px; position: relative;}#ad748ae8e8a898e [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#ad748ae8e8a898e [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a6ce3a4319afd40 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.06);}#aa707a0944a6210 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.06);}#a4744ab8b6a9ba6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.06);}#a1938a2c9da1f76 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.06);}#a6f79a5038ae54b [data-item="feature.image"] {left: 227px;top: 177px; position: relative;}#a6f79a5038ae54b [data-item="title"] {left: -273px;top: -94px; position: relative;}#a6f79a5038ae54b [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a6f79a5038ae54b [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a2731ad664a60f8 #a0d45ac331acd78 { background: #fff; } #a2731ad664a60f8 #preview { transform-origin: center top; } #a2731ad664a60f8 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list li ul, #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a2731ad664a60f8 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a2731ad664a60f8 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a2731ad664a60f8 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a2731ad664a60f8 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a2731ad664a60f8 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a2731ad664a60f8 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a2731ad664a60f8 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a2731ad664a60f8 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a2731ad664a60f8 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a2731ad664a60f8 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a2731ad664a60f8 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a2731ad664a60f8 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a2731ad664a60f8 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list li ul, #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a2731ad664a60f8 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a2731ad664a60f8 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a2731ad664a60f8 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a2731ad664a60f8 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a2731ad664a60f8 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a3fe7abfb7a94ee [data-item="items"] {left: 0px;top: -1px; position: relative;}#a6271ac242a200d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-bottom-color: rgba(155, 155, 155, 0.2);border-top-color: rgba(155, 155, 155, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.05);}#afb5eaab33adae8 > .ele-wrap {background-color: rgba(10, 92, 205, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac35cae85ba792d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-bottom-color: rgba(155, 155, 155, 0.2);border-top-color: rgba(155, 155, 155, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.05);}#af146a4e28ab14d > .ele-wrap {background-color: rgba(10, 92, 205, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9057a7c1eab159 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-bottom-color: rgba(155, 155, 155, 0.2);border-top-color: rgba(155, 155, 155, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.05);}#a9231a9d3aa00f8 > .ele-wrap {background-color: rgba(10, 92, 205, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4f1ba2750a7dba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-bottom-color: rgba(155, 155, 155, 0.2);border-top-color: rgba(155, 155, 155, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.05);}#a630eae706a60a4 > .ele-wrap {background-color: rgba(10, 92, 205, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3e06a9f1aacd14 [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#a3e06a9f1aacd14 [data-item="title"] {left: -273px;top: -94px; position: relative;}#a3e06a9f1aacd14 [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a3e06a9f1aacd14 [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a2664a0f6aa0578 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-bottom-color: rgba(155, 155, 155, 0.2);border-top-color: rgba(155, 155, 155, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.05);}#a7918a2316aaa11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-bottom-color: rgba(155, 155, 155, 0.2);border-top-color: rgba(155, 155, 155, 0.2);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.05);}#a1c43ad536abc72 [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#a1c43ad536abc72 [data-item="title"] {left: -273px;top: -94px; position: relative;}#a1c43ad536abc72 [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a1c43ad536abc72 [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#ae165a72d1a4a79 #a0d45ac331acd78 { background: #fff; } #ae165a72d1a4a79 #preview { transform-origin: center top; } #ae165a72d1a4a79 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list li ul, #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #ae165a72d1a4a79 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ae165a72d1a4a79 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #ae165a72d1a4a79 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #ae165a72d1a4a79 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #ae165a72d1a4a79 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ae165a72d1a4a79 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #ae165a72d1a4a79 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #ae165a72d1a4a79 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #ae165a72d1a4a79 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #ae165a72d1a4a79 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #ae165a72d1a4a79 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #ae165a72d1a4a79 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #ae165a72d1a4a79 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list li ul, #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list > li.active > a:before, #ae165a72d1a4a79 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #ae165a72d1a4a79 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #ae165a72d1a4a79 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #ae165a72d1a4a79 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #ae165a72d1a4a79 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a3594ad044abf8d [data-item="items"] {left: -1px;top: 0px; position: relative;}#a2875ae540a7809 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-right-color: rgba(155, 155, 155, 0.2);border-left-color: rgba(155, 155, 155, 0.2);border-bottom-color: rgba(155, 155, 155, 0.2);box-shadow: 0px 0px 9px 2px rgba(155, 155, 155, 0.07);}#a9e44a7da3a2833 > .ele-wrap {background-color: rgba(10, 92, 205, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a41aead94ca103c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-left-color: rgba(155, 155, 155, 0.2);border-bottom-color: rgba(155, 155, 155, 0.2);border-top-color: rgba(155, 155, 155, 0.2);box-shadow: 0px 0px 9px 2px rgba(155, 155, 155, 0.07);}#a9444a52c6a4e1b > .ele-wrap {background-color: rgba(10, 92, 205, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3fdda2bfea1d30 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-left-color: rgba(155, 155, 155, 0.2);border-bottom-color: rgba(155, 155, 155, 0.2);border-top-color: rgba(155, 155, 155, 0.2);box-shadow: 0px 0px 9px 2px rgba(155, 155, 155, 0.07);}#a6b54a69c6a8ada > .ele-wrap {background-color: rgba(10, 92, 205, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae809aaf0eac755 [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#ae809aaf0eac755 [data-item="title"] {left: -273px;top: -94px; position: relative;}#ae809aaf0eac755 [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#ae809aaf0eac755 [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#ab780a0dd8a8461 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a7090acd5aa34f7 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a8d24affc5a185c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1650798406248.png);background-position: center right;background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#af289aaa52aa274 > .ele-wrap {background-color: rgba(0, 0, 0, 0.23);background-position: center right;background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a576ba7178a748d , #a576ba7178a748d a{color: rgba(255, 255, 255, 1);}#a560ca0527a276d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1651909965531.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a3b24aff35a9989 , #a3b24aff35a9989 a{color: rgba(255, 255, 255, 1);}#adb8cac70ba169f > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1650794922971.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#abc59a8829a249c , #abc59a8829a249c a{color: rgba(255, 255, 255, 1);}#ac6e5aea40a8f83 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1652067077452.png);background-position: center right;background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#af128aeeefac9c5 , #af128aeeefac9c5 a{color: rgba(255, 255, 255, 1);}#ae2dda1a9aaa882 [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#ae2dda1a9aaa882 [data-item="title"] {left: -273px;top: -94px; position: relative;}#ae2dda1a9aaa882 [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#ae2dda1a9aaa882 [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a6e8da9fa6ad0e3 > .ele-wrap {background-color: rgba(10, 92, 205, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae00da0b4ead3ee , #ae00da0b4ead3ee a{color: rgba(255, 255, 255, 1);}#a6ac4ad4cea4924 > .ele-wrap {background-color: rgba(155, 155, 155, 0.19);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade09af684a8086 , #ade09af684a8086 a{color: rgba(74, 74, 74, 1);}#a7616ae0f4a5061 #a0d45ac331acd78 { background: #fff; } #a7616ae0f4a5061 #preview { transform-origin: center top; } #a7616ae0f4a5061 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list li ul, #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a7616ae0f4a5061 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a7616ae0f4a5061 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a7616ae0f4a5061 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a7616ae0f4a5061 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a7616ae0f4a5061 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a7616ae0f4a5061 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a7616ae0f4a5061 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a7616ae0f4a5061 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a7616ae0f4a5061 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a7616ae0f4a5061 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a7616ae0f4a5061 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a7616ae0f4a5061 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a7616ae0f4a5061 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list li ul, #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a7616ae0f4a5061 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a7616ae0f4a5061 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a7616ae0f4a5061 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a7616ae0f4a5061 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a7616ae0f4a5061 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a75cdad041adbc5 [data-item="items"] {left: 0px;top: -1px; position: relative;}#ad200a4840afe2e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acbc4a6d07ae9bc [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#acbc4a6d07ae9bc [data-item="title"] {left: -273px;top: -94px; position: relative;}#acbc4a6d07ae9bc [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#acbc4a6d07ae9bc [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a43e6a1dcfaeaca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa694afc65aa5a6 [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#aa694afc65aa5a6 [data-item="title"] {left: -273px;top: -94px; position: relative;}#aa694afc65aa5a6 [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#aa694afc65aa5a6 [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a5916a39eba48ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6e92a7310a39ef [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#a6e92a7310a39ef [data-item="title"] {left: -273px;top: -94px; position: relative;}#a6e92a7310a39ef [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#a6e92a7310a39ef [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a27a0ad49fa00a3 #a0d45ac331acd78 { background: #fff; } #a27a0ad49fa00a3 #preview { transform-origin: center top; } #a27a0ad49fa00a3 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list li ul, #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a27a0ad49fa00a3 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a27a0ad49fa00a3 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a27a0ad49fa00a3 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a27a0ad49fa00a3 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a27a0ad49fa00a3 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a27a0ad49fa00a3 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a27a0ad49fa00a3 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a27a0ad49fa00a3 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a27a0ad49fa00a3 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a27a0ad49fa00a3 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a27a0ad49fa00a3 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a27a0ad49fa00a3 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a27a0ad49fa00a3 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list li ul, #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a27a0ad49fa00a3 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a27a0ad49fa00a3 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a27a0ad49fa00a3 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a27a0ad49fa00a3 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a27a0ad49fa00a3 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a1307a2383a5080 [data-item="title"] {left: 2px;top: -2px; position: relative;}#a1307a2383a5080 [data-item="abstract"] {left: 10px;top: -8px; position: relative;}#aeff7a967ca8495 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.5);border-right-color: rgba(155, 155, 155, 0.5);border-left-color: rgba(155, 155, 155, 0.5);border-bottom-color: rgba(155, 155, 155, 0.5);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-style: solid;}#ab311a77eeaab87 , #ab311a77eeaab87 a{color: rgba(10, 92, 205, 1);}#a2ff1a9d77ab276 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.5);border-right-color: rgba(155, 155, 155, 0.5);border-left-color: rgba(155, 155, 155, 0.5);border-bottom-color: rgba(155, 155, 155, 0.5);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-style: solid;}#ad700ad779ad9a7 , #ad700ad779ad9a7 a{color: rgba(10, 92, 205, 1);}#ad0d7ae470a19c2 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.5);border-right-color: rgba(155, 155, 155, 0.5);border-left-color: rgba(155, 155, 155, 0.5);border-bottom-color: rgba(155, 155, 155, 0.5);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-style: solid;}#a2058a0b19af9a7 , #a2058a0b19af9a7 a{color: rgba(10, 92, 205, 1);}#a263faa140aaf81 #a0d45ac331acd78 { background: #fff; } #a263faa140aaf81 #preview { transform-origin: center top; } #a263faa140aaf81 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list li ul, #a263faa140aaf81 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a263faa140aaf81 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a263faa140aaf81 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a263faa140aaf81 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a263faa140aaf81 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a263faa140aaf81 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a263faa140aaf81 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a263faa140aaf81 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a263faa140aaf81 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a263faa140aaf81 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a263faa140aaf81 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a263faa140aaf81 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a263faa140aaf81 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a263faa140aaf81 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a263faa140aaf81 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list li ul, #a263faa140aaf81 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a263faa140aaf81 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a263faa140aaf81 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a263faa140aaf81 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a263faa140aaf81 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a263faa140aaf81 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a263faa140aaf81 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #af907a5d73a2718 [data-item="title"] {left: -1px;top: -67px; position: relative;}#af907a5d73a2718 [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#ae47ca683faeff6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad30cacc64a70e9 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #ad30cacc64a70e9 .uk-position-center-left-out { left: -30px; } #ad30cacc64a70e9 .uk-position-center-right-out { left: auto; right: -30px; } } #adfa5a8839a48cb #a0d45ac331acd78 { background: #fff; } #adfa5a8839a48cb #preview { transform-origin: center top; } #adfa5a8839a48cb #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list li ul, #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #adfa5a8839a48cb #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #adfa5a8839a48cb #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #adfa5a8839a48cb #a02a3acd87a0b1a { left: 0px; position: unset!important; } #adfa5a8839a48cb #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #adfa5a8839a48cb #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #adfa5a8839a48cb #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #adfa5a8839a48cb .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #adfa5a8839a48cb #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #adfa5a8839a48cb #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #adfa5a8839a48cb #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #adfa5a8839a48cb #ac660aeba3ad917 { left: 1100px!important; color: #333; } #adfa5a8839a48cb #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #adfa5a8839a48cb #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list li ul, #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list > li.active > a:before, #adfa5a8839a48cb #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #adfa5a8839a48cb .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #adfa5a8839a48cb .uk-dropdown-nav > li > a:hover { font-weight: bold; } #adfa5a8839a48cb #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #adfa5a8839a48cb #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a5889a7214ab0a8 [data-item="title"] {left: -1px;top: -67px; position: relative;}#a5889a7214ab0a8 [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#aa6eaa18e9a66dd > .ele-wrap {background-color: rgba(155, 155, 155, 0.04);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adf09a3c00a6728 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a192aad5ceaa4be #a0d45ac331acd78 { background: #fff; } #a192aad5ceaa4be #preview { transform-origin: center top; } #a192aad5ceaa4be #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list li ul, #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a192aad5ceaa4be #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a192aad5ceaa4be #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a192aad5ceaa4be #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a192aad5ceaa4be #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a192aad5ceaa4be #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a192aad5ceaa4be #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a192aad5ceaa4be .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a192aad5ceaa4be #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a192aad5ceaa4be #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a192aad5ceaa4be #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a192aad5ceaa4be #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a192aad5ceaa4be #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a192aad5ceaa4be #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list li ul, #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list > li.active > a:before, #a192aad5ceaa4be #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a192aad5ceaa4be .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a192aad5ceaa4be .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a192aad5ceaa4be #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a192aad5ceaa4be #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a92dea8661a622e [data-item="title"] {left: 43px;top: -68px; position: relative;}#a92dea8661a622e [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a3c75ab927aba08 > .ele-wrap {background-color: rgba(255, 255, 255, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 8px 4px rgba(155, 155, 155, 0.06);}#a5041aa666a667b > .ele-wrap {background-color: rgba(7, 78, 174, 1);background-image: url(/resources/upload/af120a785fa46ed/1650798405153.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4eada8d3da0efd > .ele-wrap {background-color: rgba(15, 20, 38, 0.23);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f71abe4aa4930 , #a8f71abe4aa4930 a{color: rgba(255, 255, 255, 1);}#aedb7a0dcaacb54 > .ele-wrap {background-color: rgba(255, 255, 255, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 8px 4px rgba(155, 155, 155, 0.06);}#a725ca2fa9a31d1 > .ele-wrap {background-color: rgba(7, 78, 174, 1);background-image: url(/resources/upload/af120a785fa46ed/1650618591989.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a60a9aa598af98e > .ele-wrap {background-color: rgba(74, 74, 74, 0.12);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb45a782fa9e08 , #acb45a782fa9e08 a{color: rgba(255, 255, 255, 1);}#a9506a7b01a72d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 7px 4px rgba(155, 155, 155, 0.06);}#af4eda02c5a563f , #af4eda02c5a563f a{color: rgba(74, 74, 74, 1);}#a91b9a2776a590e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 7px 4px rgba(155, 155, 155, 0.06);}#ad8b6ae6c5adde2 , #ad8b6ae6c5adde2 a{color: rgba(74, 74, 74, 1);}#ad1ebad401aaea1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 7px 4px rgba(155, 155, 155, 0.06);}#a63a3a3190a10db , #a63a3a3190a10db a{color: rgba(74, 74, 74, 1);}#a2a6dabda8a213d > .ele-wrap {background-color: rgba(7, 78, 174, 1);background-image: url(/resources/upload/af120a785fa46ed/1650790701870.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6f6a67c2a86eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 7px 4px rgba(155, 155, 155, 0.09);}#afc3ea3fb5a474e , #afc3ea3fb5a474e a{color: rgba(74, 74, 74, 1);}#a21d3a13ccaf8bb > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00d2a8f61a1417 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a95bda3eeea23e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#ade19a5d77a0005 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a97d7a50bba9eaa > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a0785aeb3ba9dea #a0d45ac331acd78 { background: #fff; } #a0785aeb3ba9dea #preview { transform-origin: center top; } #a0785aeb3ba9dea #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list li ul, #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a0785aeb3ba9dea #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a0785aeb3ba9dea #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a0785aeb3ba9dea #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a0785aeb3ba9dea #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a0785aeb3ba9dea #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a0785aeb3ba9dea #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a0785aeb3ba9dea .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a0785aeb3ba9dea #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a0785aeb3ba9dea #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a0785aeb3ba9dea #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a0785aeb3ba9dea #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a0785aeb3ba9dea #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a0785aeb3ba9dea #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list li ul, #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list > li.active > a:before, #a0785aeb3ba9dea #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a0785aeb3ba9dea .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a0785aeb3ba9dea .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a0785aeb3ba9dea #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a0785aeb3ba9dea #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #ab86faff53a3c9b [data-item="title"] {left: 43px;top: -68px; position: relative;}#ab86faff53a3c9b [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#aa077a6f68a52a4 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);}#a4ed5ab904a039b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#aea91a0061a025c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c75afb60a7347 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67bfac438ad4c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 7px 5px rgba(34, 25, 77, 0.02);}#a67bfac438ad4c7 .hover-content-wrap:nth-child(1) {}#a67bfac438ad4c7 .hover-content-wrap:nth-child(2) {background-image: url(/resources/upload/af120a785fa46ed/1649906499009.png);background-position: center center;}#ab91daadc7a8bf5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a0bc6a4f4aa192c > .ele-wrap {background-color: rgba(255, 255, 255, 0.68);}#a0f16a8801a184c > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 7px 5px rgba(34, 25, 77, 0.02);}#a0f16a8801a184c .hover-content-wrap:nth-child(1) {}#a0f16a8801a184c .hover-content-wrap:nth-child(2) {background-image: url(/resources/upload/af120a785fa46ed/1649925417833.png);background-position: center center;}#a6f75af0e5a0261 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a4823aeafaae783 > .ele-wrap {background-color: rgba(255, 255, 255, 0.68);}#a7797a58aaaf8f4 #a0d45ac331acd78 { background: #fff; } #a7797a58aaaf8f4 #preview { transform-origin: center top; } #a7797a58aaaf8f4 #a0d45ac331acd78 > .free-content-wrap { max-width: 100%!important; position: absolute; left: 0; top: 0; margin-left: 0px!important; height: 100%; pointer-events: none; z-index: 1; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list li ul, #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a7797a58aaaf8f4 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a7797a58aaaf8f4 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a7797a58aaaf8f4 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a7797a58aaaf8f4 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a7797a58aaaf8f4 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a7797a58aaaf8f4 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a7797a58aaaf8f4 .ap-flex-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } #a7797a58aaaf8f4 #a8a01ad90fa54d2 .menu-list > li > a { height: 100%; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 52px; padding: 0 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: inherit; color: #333; } #a7797a58aaaf8f4 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a7797a58aaaf8f4 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a7797a58aaaf8f4 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a7797a58aaaf8f4 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a7797a58aaaf8f4 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list li ul, #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #ffffff; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; background-color: #ffffff; width: 200px; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; background: transparent; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a7797a58aaaf8f4 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a7797a58aaaf8f4 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a7797a58aaaf8f4 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a7797a58aaaf8f4 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a7797a58aaaf8f4 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a6195a7720ae3c4 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6195a7720ae3c4 .ele-wrap:hover {background-color: #0483cc;}#a0b93a521cac03b [data-item="title"] {left: 43px;top: -68px; position: relative;}#a0b93a521cac03b [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#acb8daf884a6827 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.04);}#acb8daf884a6827 > .ele-wrap:hover {border-right-width: 4px;border-right-color: rgba(19, 97, 225, 1);border-right-style: solid;}#abc3fafce4a2de2 > .ele-wrap {background-color: rgba(10, 92, 205, 1);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;}#a9105ac478a319f , #a9105ac478a319f a{color: rgba(255, 255, 255, 1);}#af111a1ee7a453d > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 4px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-right-color: rgba(74, 144, 226, 1);box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.04);}#af111a1ee7a453d > .ele-wrap:hover {border-right-width: 4px;border-right-color: rgba(19, 97, 225, 1);border-right-style: solid;}#a862da93aea4f5c > .ele-wrap {background-color: rgba(10, 92, 205, 1);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;}#afdfaa43b0afa93 , #afdfaa43b0afa93 a{color: rgba(255, 255, 255, 1);}#af5f8a7fa4ad645 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.04);}#af5f8a7fa4ad645 > .ele-wrap:hover {border-top-width: 4px;border-top-color: rgba(19, 97, 225, 1);border-top-style: solid;}#abba6abaa9afc82 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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;}#a814ca12b0a3ab4 , #a814ca12b0a3ab4 a{color: rgba(255, 255, 255, 1);}#ab85aa3d9caeaf3 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a26d9a561eabe7e > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 7px 4px rgba(225, 225, 225, 0.43);}#a26d9a561eabe7e > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 3px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-right-color: rgba(19, 97, 225, 1);border-left-color: rgba(19, 97, 225, 1);}#a3d28a485ea1d6b > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1649987529505.png);background-position: center center;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3d28a485ea1d6b > .ele-wrap:hover {border-bottom-style: none;border-right-style: none;border-left-style: none;border-top-style: none;}#a5280a75f5a1af8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 7px 4px rgba(225, 225, 225, 0.43);}#a5280a75f5a1af8 > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1b97a209da9e8b > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1649987534633.png);background-position: center center;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a51a8a7f28a8d48 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 7px 4px rgba(225, 225, 225, 0.43);}#a51a8a7f28a8d48 > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7fc0af817ad12d > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1649987528529.png);background-position: center center;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae560afeeeaeeea , #ae560afeeeaeeea a{color: rgba(255, 255, 255, 1);}#ae971a4448a5675 , #ae971a4448a5675 a{color: rgba(255, 255, 255, 1);}#a9e91a6d97ad71d , #a9e91a6d97ad71d a{color: rgba(255, 255, 255, 1);}#ad817aafcba0429 , #ad817aafcba0429 a{color: rgba(255, 255, 255, 1);}#afe16a5e4ba9d12 , #afe16a5e4ba9d12 a{color: rgba(255, 255, 255, 1);}#ad7c5af760aee8b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 7px 4px rgba(74, 74, 74, 0.04);}#ad7c5af760aee8b > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 3px;border-top-style: none;border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-right-color: rgba(19, 97, 225, 1);border-left-color: rgba(19, 97, 225, 1);}#aba35a4b59a10dd .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(10, 92, 205, 1);border-radius: 0px;justify-content: center;border-style: solid;}#aba35a4b59a10dd .ele-wrap:hover {background-color: #0483cc;}#a0632a790aaacf5 , #a0632a790aaacf5 a{color: rgba(255, 255, 255, 1);}#a4514a0c11a8261 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 7px 4px rgba(74, 74, 74, 0.04);}#a4514a0c11a8261 > .ele-wrap:hover {border-top-width: 3px;border-top-style: none;border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a2ad1ac693a3cc7 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1649987531803.png);background-position: center center;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7916af4e0aefb8 { min-height: 500px; /* mobile */ } #a7916af4e0aefb8 .search-highlight { background: yellow; } #a7916af4e0aefb8 .el-item { padding: 0; border-bottom: 1px solid #ececec; } #a7916af4e0aefb8 .el-title { margin-bottom: 20px; } #a7916af4e0aefb8 .el-item:hover .el-title { color: #0f6ecd; } #a7916af4e0aefb8 .img-wrap { overflow: hidden; display: block; border-radius: 4px; } #a7916af4e0aefb8 .img-wrap img { transition: all .3s ease; border-radius: 4px; } #a7916af4e0aefb8 .el-item:hover .img-wrap img { transform: scale(1.1); } #a7916af4e0aefb8 .el-title a { font-size: 20px; color: #333; line-height: 36px; } #a7916af4e0aefb8 .el-meta { font-size: 14px; color: #777; line-height: 1.5; margin: 6px 0; } #a7916af4e0aefb8 .el-content { font-size: 14px; color: #777; } @media (max-width: 640px) { #a7916af4e0aefb8 .el-title { margin-bottom: 0; } #a7916af4e0aefb8 .el-title a { font-size: 14px; color: #333; line-height: 1.5; } #a7916af4e0aefb8 .category { font-size: 12px; } #a7916af4e0aefb8 .el-content { font-size: 12px; color: #777; line-height: 1.5; margin: 6px 0 0px; } } #a2772a6640a7367 { /* 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------------------------*/ } #a2772a6640a7367 * { font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman'; } #a2772a6640a7367 .error .clip .shadow { height: 180px; /*Contrall*/ } #a2772a6640a7367 .error .clip:nth-of-type(2) .shadow { width: 130px; /*Contrall play with javascript*/ } #a2772a6640a7367 .error .clip:nth-of-type(1) .shadow, #a2772a6640a7367 .error .clip:nth-of-type(3) .shadow { width: 250px; /*Contrall*/ } #a2772a6640a7367 .error .digit { width: 150px; /*Contrall*/ height: 150px; /*Contrall*/ line-height: 150px; /*Contrall*/ font-size: 120px; font-weight: bold; } #a2772a6640a7367 .error h2 { font-size: 32px; } #a2772a6640a7367 .error .msg { top: -190px; left: 30%; width: 80px; height: 80px; line-height: 80px; font-size: 32px; } #a2772a6640a7367 .error span.triangle { top: 70%; right: 0%; border-left: 20px solid #535353; border-top: 15px solid transparent; border-bottom: 15px solid transparent; } #a2772a6640a7367 .error .container-error-404 { margin-top: 10%; position: relative; height: 250px; padding-top: 40px; text-align: center; } #a2772a6640a7367 .error .container-error-404 .clip { display: inline-block; transform: skew(-45deg); } #a2772a6640a7367 .error .clip .shadow { overflow: hidden; } #a2772a6640a7367 .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); } #a2772a6640a7367 .error .clip:nth-of-type(3) .shadow:after, #a2772a6640a7367 .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%; } #a2772a6640a7367 .error .clip:nth-of-type(3) .shadow:after { left: -8px; } #a2772a6640a7367 .error .digit { position: relative; top: 8%; color: white; background: #07B3F9; border-radius: 50%; display: inline-block; transform: skew(45deg); } #a2772a6640a7367 .error .clip:nth-of-type(2) .digit { left: -10%; } #a2772a6640a7367 .error .clip:nth-of-type(1) .digit { right: -20%; } #a2772a6640a7367 .error .clip:nth-of-type(3) .digit { left: -20%; } #a2772a6640a7367 .error h2 { color: #A2A2A2; font-weight: bold; padding-bottom: 20px; } #a2772a6640a7367 .error .msg { position: relative; z-index: 9999; display: block; background: #535353; color: #A2A2A2; border-radius: 50%; font-style: italic; } #a2772a6640a7367 .error .triangle { position: absolute; z-index: 999; transform: rotate(45deg); content: ""; width: 0; height: 0; } @media (max-width: 767px) { #a2772a6640a7367 { /* Error Page */ /* Error Page */ } #a2772a6640a7367 .error .clip .shadow { height: 100px; /*Contrall*/ } #a2772a6640a7367 .error .clip:nth-of-type(2) .shadow { width: 80px; /*Contrall play with javascript*/ } #a2772a6640a7367 .error .clip:nth-of-type(1) .shadow, #a2772a6640a7367 .error .clip:nth-of-type(3) .shadow { width: 100px; /*Contrall*/ } #a2772a6640a7367 .error .digit { width: 80px; /*Contrall*/ height: 80px; /*Contrall*/ line-height: 80px; /*Contrall*/ font-size: 52px; } #a2772a6640a7367 .error h2 { font-size: 24px; } #a2772a6640a7367 .error .msg { top: -110px; left: 15%; width: 40px; height: 40px; line-height: 40px; font-size: 18px; } #a2772a6640a7367 .error span.triangle { top: 70%; right: -3%; border-left: 10px solid #535353; border-top: 8px solid transparent; border-bottom: 8px solid transparent; } #a2772a6640a7367 .error .container-error-404 { height: 150px; } } #a2772a6640a7367 .overlay { position: relative; z-index: 20; } #a2772a6640a7367 .ground-color { background: white; } #a2772a6640a7367 .item-bg-color { background: #EAEAEA; } #a2772a6640a7367 .padding-top { padding-top: 10px; } #a2772a6640a7367 .padding-bottom { padding-bottom: 10px; } #a2772a6640a7367 .padding-vertical { padding-top: 10px; padding-bottom: 10px; } #a2772a6640a7367 .padding-horizontal { padding-left: 10px; padding-right: 10px; } #a2772a6640a7367 .padding-all { padding: 10px; } #a2772a6640a7367 .no-padding-left { padding-left: 0px; } #a2772a6640a7367 .no-padding-right { padding-right: 0px; } #a2772a6640a7367 .no-vertical-padding { padding-top: 0px; padding-bottom: 0px; } #a2772a6640a7367 .no-horizontal-padding { padding-left: 0px; padding-right: 0px; } #a2772a6640a7367 .no-padding { padding: 0px; } #a2772a6640a7367 .margin-top { margin-top: 10px; } #a2772a6640a7367 .margin-bottom { margin-bottom: 10px; } #a2772a6640a7367 .margin-right { margin-right: 10px; } #a2772a6640a7367 .margin-left { margin-left: 10px; } #a2772a6640a7367 .margin-horizontal { margin-left: 10px; margin-right: 10px; } #a2772a6640a7367 .margin-vertical { margin-top: 10px; margin-bottom: 10px; } #a2772a6640a7367 .margin-all { margin: 10px; } #a2772a6640a7367 .no-margin { margin: 0px; } #a2772a6640a7367 .no-vertical-margin { margin-top: 0px; margin-bottom: 0px; } #a2772a6640a7367 .no-horizontal-margin { margin-left: 0px; margin-right: 0px; } #a2772a6640a7367 .inside-col-shrink { margin: 0px 20px; } #a2772a6640a7367 hr { margin: 0px; padding: 0px; border-top: 1px dashed #999; } #a33c4ac3d5a797b .login-main { border-radius: 4px; overflow: hidden; background: #fff; box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05); } #a33c4ac3d5a797b .slider { width: 420px; height: 600px; } #a33c4ac3d5a797b .uk-slideshow-items { height: 100%; } #a33c4ac3d5a797b .uk-slideshow-items a { width: 100%; height: 100%; display: block; } #a33c4ac3d5a797b .login-wrap { width: 100%; height: 100%; } #a33c4ac3d5a797b .uk-dotnav > * > * { background: #fff; border-color: #fff; opacity: .5; } #a33c4ac3d5a797b .uk-dotnav > .uk-active > * { border-color: #0076fe; background: #0076fe; } #a33c4ac3d5a797b .phone-login-box { margin: 40px auto 40px; display: inline-block; } #a33c4ac3d5a797b .login-header { margin-bottom: 24px; } #a33c4ac3d5a797b .login-header h4 { font-size: 22px; font-weight: bolder; line-height: 1; padding-left: 20px; border-left: 4px solid #0076fe; } #a33c4ac3d5a797b .input-item { width: 330px; height: 45px; background-color: #f0f2f7; border-radius: 22px; border: solid 1px #e3e8f0; position: relative; } #a33c4ac3d5a797b .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; } #a33c4ac3d5a797b .input-item input.error, #a33c4ac3d5a797b .input-item input.error::placeholder { color: #fc4343; } #a33c4ac3d5a797b .input-item input::placeholder { color: #999; } #a33c4ac3d5a797b .input-item .icon { position: absolute; left: 10px; top: 12px; fill: #ccc; } #a33c4ac3d5a797b .verifycode-input { margin: 24px 0; } #a33c4ac3d5a797b .verifycode-input .input-item { width: 200px; float: left; } #a33c4ac3d5a797b .send-code { float: left; margin-left: 20px; } #a33c4ac3d5a797b .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; } #a33c4ac3d5a797b .submit { width: 330px; height: 45px; background-color: #0076fe; border-radius: 22px; font-size: 18px; line-height: 45px; color: #fff; cursor: pointer; } #a33c4ac3d5a797b .error { color: #fc4343; font-size: 12px; padding-left: 10px; } #aea52a9f04a9a95 .sidebar { width: 150px; max-width: 150px; height: 100%; } #aea52a9f04a9a95 .nav-items { background: #fafafa; min-height: 200px; } #aea52a9f04a9a95 .phone-info { background: #fafafa; margin-top: 10px; font-size: 12px; padding: 22px 4px 20px 16px; line-height: 1.5; color: #666; } #aea52a9f04a9a95 .phone-info .phone { line-height: 1.5; color: #333; font-size: 18px; font-family: Arial; } #aea52a9f04a9a95 .nav-type { line-height: 37px; padding-left: 20px; cursor: pointer; } #aea52a9f04a9a95 .nav-type.active { color: #FFF; cursor: default; background: #ff658c; } #aea52a9f04a9a95 .content { padding-bottom: 60px; color: #666; border: 1px solid #f0f0f0; min-height: 400px; } #aea52a9f04a9a95 .nav-list { padding: 0 20px; } #aea52a9f04a9a95 .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; } #aea52a9f04a9a95 .nav-list .nav-item.active { background-color: #ff5c89; color: #fff; cursor: default; } #aea52a9f04a9a95 .order-item { margin-top: 10px; background: #fff; padding: 0 20px; } #aea52a9f04a9a95 .order-item:hover { background: #f7f7f7; } #aea52a9f04a9a95 .del-order { cursor: pointer; } #aea52a9f04a9a95 .order-item .order-title { line-height: 40px; color: #666; font-size: 13px; border-bottom: 1px solid #f7f7f7; } #aea52a9f04a9a95 .goods-item { padding: 10px 0; border-bottom: 1px solid #ececec; cursor: pointer; } #aea52a9f04a9a95 .order-goods-list .goods-item:last-child { border-bottom: none; } #aea52a9f04a9a95 .goods-item img { width: 100px; height: 100px; background: #f4f4f4; } #aea52a9f04a9a95 .goods-item .goods-info { padding: 0 15px; } #aea52a9f04a9a95 .appoint-time span { color: #e4393c; background-color: #f9eeee; display: inline-block; padding: 2px 10px; border-radius: 2px; line-height: 1; } #aea52a9f04a9a95 .appoint-time { margin-bottom: 4px; } #aea52a9f04a9a95 .appoint-name { color: #333; font-size: 14px; } #aea52a9f04a9a95 .appoint-info { padding: 0 15px; font-size: 12px; color: #888; } #aea52a9f04a9a95 .goods-item .goods-name { color: #333; } #aea52a9f04a9a95 .goods-item .sku-name { color: #999; font-size: 12px; } #aea52a9f04a9a95 .order-total-info { padding-bottom: 10px; color: #999; font-size: 12px; } #aea52a9f04a9a95 .order-total-info .total-price { font-family: Arial, Helvetica, sans-serif; color: #333; font-size: 14px; } #aea52a9f04a9a95 .load-more { font-size: 12px; padding-bottom: 15px; color: #999; } #aea52a9f04a9a95 .order-btns { padding: 10px 0; border-top: 1px solid #f7f7f7; } #aea52a9f04a9a95 .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; } #aea52a9f04a9a95 .order-btns .btn-warn { color: #fff; background: #eb3c3c; border-color: #eb3c3c; cursor: pointer; } #aea52a9f04a9a95 .appoint-info .title { font-weight: bold; color: #333; } #aea52a9f04a9a95 .coupon-item { margin: 10px 30px; display: inline-flex; width: 42%; } #aea52a9f04a9a95 .setting-form { padding: 30px 20px; } #aea52a9f04a9a95 .setting-item { margin-bottom: 20px; font-size: 13px; color: #666; line-height: 18px; } #aea52a9f04a9a95 .setting-item .label { display: inline-block; margin-right: 6px; text-align: right; min-width: 120px; } #aea52a9f04a9a95 .setting-item .input-text { border: 1px solid #ccc; line-height: 28px; padding: 0 10px; min-width: 200px; font-size: 13px; } #aea52a9f04a9a95 .setting-form .setting-btns { margin-left: 130px; } #aea52a9f04a9a95 .setting-form .uk-button { height: 30px; line-height: 30px; margin-right: 8px; } #aea52a9f04a9a95 .setting-wrap { position: relative; } #aea52a9f04a9a95 .user-info { border: 1px solid #ccc; width: 300px; position: absolute; right: 80px; top: 30px; color: #666; padding: 10px; font-size: 13px; background: #f9f9f9; } #aea52a9f04a9a95 .user-info .avatar { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; float: left; margin-right: 10px; } #aea52a9f04a9a95 .user-info .levels { color: #888; font-size: 12px; } #aea52a9f04a9a95 .address-wrap { padding: 30px 20px; } #aea52a9f04a9a95 .addr-header { font-size: 18px; color: #333; margin: 0; } #aea52a9f04a9a95 .addr-detail { border-bottom: 1px solid #ececec; margin-bottom: 10px; } #aea52a9f04a9a95 .addr-list { min-height: 200px; } #aea52a9f04a9a95 .addr-detail .addr-item-name, #aea52a9f04a9a95 .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; } #aea52a9f04a9a95 .addr-detail .addr-name { font-size: 16px; font-weight: bold; color: #333; } #aea52a9f04a9a95 .addr-detail .addr-item-name { color: #e93b3d; border-color: #e93b3d; } #aea52a9f04a9a95 .addr-detail { padding: 12px 0; flex: 1; } #aea52a9f04a9a95 .op-btns a { font-size: 12px; color: #e93b3d; margin-left: 6px; } #aea52a9f04a9a95 .add-addr { height: 32px; line-height: 30px; } #aea52a9f04a9a95 .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; } #aea52a9f04a9a95 .publish-item { cursor: default; min-height: 120px; } #aea52a9f04a9a95 .publish-item .status-0 { background-image: url(/resources/sys/img/icons/info-unread.png); } #aea52a9f04a9a95 .publish-item .status-1 { background-image: url(/resources/sys/img/icons/info-fail.png); } #aea52a9f04a9a95 .publish-item .btns a { display: inline-block; font-size: 12px; padding: 4px 10px; border-radius: 2px; color: #fff; background: #1e87f0; } #aea52a9f04a9a95 .publish-item .btns .del-info { background: #ccc; color: #999; } #ae7fea43cdaae6b .search-highlight { background: yellow; } #ae7fea43cdaae6b .category-list { background: #fff; padding: 20px 40px; } #ae7fea43cdaae6b .goods-sort { padding: 10px 0; } #ae7fea43cdaae6b .goods { padding-bottom: 20px; } #ae7fea43cdaae6b .goods-sort .category { border-bottom: 1px dashed #dedede; position: relative; } #ae7fea43cdaae6b .goods-sort .category .name { font-size: 14px; color: #999; position: absolute; left: 0; top: 0; } #ae7fea43cdaae6b .goods-sort .category-items { overflow: hidden; margin-bottom: 4px; margin-left: 65px; } #ae7fea43cdaae6b .goods-sort .category-item { float: left; color: #333; margin-right: 30px; margin-bottom: 10px; font-size: 14px; } #ae7fea43cdaae6b .goods-sort .sort-default.active, #ae7fea43cdaae6b .goods-sort .category-item.active { color: red; } #ae7fea43cdaae6b .sorts { position: relative; overflow: hidden; padding: 20px 0; line-height: 1; border-bottom: 1px solid #dedede; } #ae7fea43cdaae6b .sorts .name { font-size: 14px; color: #999; margin-right: 28px; } #ae7fea43cdaae6b .sorts .sort { display: inline-block; margin-right: 30px; font-size: 14px; color: #333; } #ae7fea43cdaae6b .sorts .sort.active span { color: #e4393c; } #ae7fea43cdaae6b .sorts .fa { color: #999; } #ae7fea43cdaae6b .sorts .fa.active { color: #e4393c; } #ae7fea43cdaae6b .sorts .sort-icon { display: inline-block; margin-left: 6px; } #ae7fea43cdaae6b .sorts .sort-icon i { display: block; font-size: 12px; line-height: 1; height: 2px; } #ae7fea43cdaae6b .uk-container { min-height: 200px; } #ae7fea43cdaae6b .not-found { line-height: 200px; } #ae7fea43cdaae6b .goods .item { color: #333; font-weight: 400; } #ae7fea43cdaae6b .img-alter { display: none; } #ae7fea43cdaae6b .goods .item:hover .img-main { display: none; } #ae7fea43cdaae6b .goods .item:hover .img-alter { display: block; } #ae7fea43cdaae6b .goods .item .title { padding: 0 10px; margin-bottom: 4px; line-height: 20px; font-weight: bolder; transition: all .1s ease; } #ae7fea43cdaae6b .goods .item .title:hover { color: #d4282d; } #ae7fea43cdaae6b .goods .item .price { color: #d4282d; line-height: 22px; font-size: 13px; font-weight: bold; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #ae7fea43cdaae6b .goods .item hr { width: 60%; display: block; height: 1px; padding: 0; margin: 6px auto 14px; border: 0; border-top: 1px solid #e8e8e8; } #ae7fea43cdaae6b .goods .item .subTitle { padding: 0 10px; line-height: 18px; color: #999; } #ae7fea43cdaae6b .goods .origin-price { display: inline-block; margin-left: 6px; font-size: 12px; color: #999; text-decoration: line-through; } #ae7fea43cdaae6b .goods .member-price { font-size: 12px; color: #d4282d; font-weight: 500; line-height: 18px; margin-left: 10px; } #ae7fea43cdaae6b .uk-card .uk-card-media { background: #fff; } #ae7fea43cdaae6b .uk-card:hover { background-color: #f4f0e9; } #ae7fea43cdaae6b .sort-time.active .fa { color: #e4393c; } #ae7fea43cdaae6b * + .uk-grid-margin-small, #ae7fea43cdaae6b .uk-grid + .uk-grid-small, #ae7fea43cdaae6b .uk-grid-small > .uk-grid-margin { margin-top: 50px; } #a3514aa234a2ff9 .search-highlight { background: yellow; } #a3514aa234a2ff9 .category-list { background: #fff; padding: 20px 40px; } #a3514aa234a2ff9 .goods-sort { padding: 10px 0; } #a3514aa234a2ff9 .goods { padding-bottom: 20px; } #a3514aa234a2ff9 .goods-sort .category { border-bottom: 1px dashed #dedede; position: relative; } #a3514aa234a2ff9 .goods-sort .category .name { font-size: 14px; color: #999; position: absolute; left: 0; top: 0; } #a3514aa234a2ff9 .goods-sort .category-items { overflow: hidden; margin-bottom: 4px; margin-left: 65px; } #a3514aa234a2ff9 .goods-sort .category-item { float: left; color: #333; margin-right: 30px; margin-bottom: 10px; font-size: 14px; } #a3514aa234a2ff9 .goods-sort .sort-default.active, #a3514aa234a2ff9 .goods-sort .category-item.active { color: red; } #a3514aa234a2ff9 .sorts { position: relative; overflow: hidden; padding: 20px 0; line-height: 1; border-bottom: 1px solid #dedede; } #a3514aa234a2ff9 .sorts .name { font-size: 14px; color: #999; margin-right: 28px; } #a3514aa234a2ff9 .sorts .sort { display: inline-block; margin-right: 30px; font-size: 14px; color: #333; } #a3514aa234a2ff9 .sorts .sort.active span { color: #e4393c; } #a3514aa234a2ff9 .sorts .fa { color: #999; } #a3514aa234a2ff9 .sorts .fa.active { color: #e4393c; } #a3514aa234a2ff9 .sorts .sort-icon { display: inline-block; margin-left: 6px; } #a3514aa234a2ff9 .sorts .sort-icon i { display: block; font-size: 12px; line-height: 1; height: 2px; } #a3514aa234a2ff9 .uk-container { min-height: 200px; } #a3514aa234a2ff9 .not-found { line-height: 200px; } #a3514aa234a2ff9 .goods .item { color: #333; font-weight: 400; } #a3514aa234a2ff9 .img-alter { display: none; } #a3514aa234a2ff9 .goods .item:hover .img-main { display: none; } #a3514aa234a2ff9 .goods .item:hover .img-alter { display: block; } #a3514aa234a2ff9 .goods .item .title { padding: 0 10px; margin-bottom: 4px; line-height: 20px; font-weight: bolder; transition: all .1s ease; } #a3514aa234a2ff9 .goods .item .title:hover { color: #d4282d; } #a3514aa234a2ff9 .goods .item .price { color: #d4282d; line-height: 22px; font-size: 13px; font-weight: bold; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #a3514aa234a2ff9 .goods .item hr { width: 60%; display: block; height: 1px; padding: 0; margin: 6px auto 14px; border: 0; border-top: 1px solid #e8e8e8; } #a3514aa234a2ff9 .goods .item .subTitle { padding: 0 10px; line-height: 18px; color: #999; } #a3514aa234a2ff9 .goods .origin-price { display: inline-block; margin-left: 6px; font-size: 12px; color: #999; text-decoration: line-through; } #a3514aa234a2ff9 .goods .member-price { font-size: 12px; color: #d4282d; font-weight: 500; line-height: 18px; margin-left: 10px; } #a3514aa234a2ff9 .uk-card .uk-card-media { background: #fff; } #a3514aa234a2ff9 .uk-card:hover { background-color: #f4f0e9; } #a3514aa234a2ff9 .sort-time.active .fa { color: #e4393c; } #a3514aa234a2ff9 * + .uk-grid-margin-small, #a3514aa234a2ff9 .uk-grid + .uk-grid-small, #a3514aa234a2ff9 .uk-grid-small > .uk-grid-margin { margin-top: 50px; } #ae511ad52ba9e2b .search-highlight { background: yellow; } #ae511ad52ba9e2b .category-list { background: #fff; padding: 20px 40px; } #ae511ad52ba9e2b .goods-sort { padding: 10px 0; } #ae511ad52ba9e2b .goods { padding-bottom: 20px; } #ae511ad52ba9e2b .goods-sort .category { border-bottom: 1px dashed #dedede; position: relative; } #ae511ad52ba9e2b .goods-sort .category .name { font-size: 14px; color: #999; position: absolute; left: 0; top: 0; } #ae511ad52ba9e2b .goods-sort .category-items { overflow: hidden; margin-bottom: 4px; margin-left: 65px; } #ae511ad52ba9e2b .goods-sort .category-item { float: left; color: #333; margin-right: 30px; margin-bottom: 10px; font-size: 14px; } #ae511ad52ba9e2b .goods-sort .sort-default.active, #ae511ad52ba9e2b .goods-sort .category-item.active { color: red; } #ae511ad52ba9e2b .sorts { position: relative; overflow: hidden; padding: 20px 0; line-height: 1; border-bottom: 1px solid #dedede; } #ae511ad52ba9e2b .sorts .name { font-size: 14px; color: #999; margin-right: 28px; } #ae511ad52ba9e2b .sorts .sort { display: inline-block; margin-right: 30px; font-size: 14px; color: #333; } #ae511ad52ba9e2b .sorts .sort.active span { color: #e4393c; } #ae511ad52ba9e2b .sorts .fa { color: #999; } #ae511ad52ba9e2b .sorts .fa.active { color: #e4393c; } #ae511ad52ba9e2b .sorts .sort-icon { display: inline-block; margin-left: 6px; } #ae511ad52ba9e2b .sorts .sort-icon i { display: block; font-size: 12px; line-height: 1; height: 2px; } #ae511ad52ba9e2b .uk-container { min-height: 200px; } #ae511ad52ba9e2b .not-found { line-height: 200px; } #ae511ad52ba9e2b .goods .item { color: #333; font-weight: 400; } #ae511ad52ba9e2b .img-alter { display: none; } #ae511ad52ba9e2b .goods .item:hover .img-main { display: none; } #ae511ad52ba9e2b .goods .item:hover .img-alter { display: block; } #ae511ad52ba9e2b .goods .item .title { padding: 0 10px; margin-bottom: 4px; line-height: 20px; font-weight: bolder; transition: all .1s ease; } #ae511ad52ba9e2b .goods .item .title:hover { color: #d4282d; } #ae511ad52ba9e2b .goods .item .price { color: #d4282d; line-height: 22px; font-size: 13px; font-weight: bold; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #ae511ad52ba9e2b .goods .item hr { width: 60%; display: block; height: 1px; padding: 0; margin: 6px auto 14px; border: 0; border-top: 1px solid #e8e8e8; } #ae511ad52ba9e2b .goods .item .subTitle { padding: 0 10px; line-height: 18px; color: #999; } #ae511ad52ba9e2b .goods .origin-price { display: inline-block; margin-left: 6px; font-size: 12px; color: #999; text-decoration: line-through; } #ae511ad52ba9e2b .goods .member-price { font-size: 12px; color: #d4282d; font-weight: 500; line-height: 18px; margin-left: 10px; } #ae511ad52ba9e2b .uk-card .uk-card-media { background: #fff; } #ae511ad52ba9e2b .uk-card:hover { background-color: #f4f0e9; } #ae511ad52ba9e2b .sort-time.active .fa { color: #e4393c; } #ae511ad52ba9e2b * + .uk-grid-margin-small, #ae511ad52ba9e2b .uk-grid + .uk-grid-small, #ae511ad52ba9e2b .uk-grid-small > .uk-grid-margin { margin-top: 50px; } #ab522ae310aeab0 .coupon-item:after, #ab522ae310aeab0 .coupon-item:before { background: #f8f8f8; } #a9169a6901a151b .coupon-item:after, #a9169a6901a151b .coupon-item:before { background: #f8f8f8; } #a5da4ac90ca9564 .coupon-item:after, #a5da4ac90ca9564 .coupon-item:before { background: #f8f8f8; } #a01aaab2a6ae1c7 { min-height: 500px; /* mobile */ } #a01aaab2a6ae1c7 .search-highlight { background: yellow; } #a01aaab2a6ae1c7 .el-item { padding: 0; border-bottom: 1px solid #ececec; } #a01aaab2a6ae1c7 .el-title { margin-bottom: 20px; } #a01aaab2a6ae1c7 .el-item:hover .el-title { color: #0f6ecd; } #a01aaab2a6ae1c7 .img-wrap { overflow: hidden; display: block; border-radius: 4px; } #a01aaab2a6ae1c7 .img-wrap img { transition: all .3s ease; border-radius: 4px; } #a01aaab2a6ae1c7 .el-item:hover .img-wrap img { transform: scale(1.1); } #a01aaab2a6ae1c7 .el-title a { font-size: 20px; color: #333; line-height: 36px; } #a01aaab2a6ae1c7 .el-meta { font-size: 14px; color: #777; line-height: 1.5; margin: 6px 0; } #a01aaab2a6ae1c7 .el-content { font-size: 14px; color: #777; } @media (max-width: 640px) { #a01aaab2a6ae1c7 .el-title { margin-bottom: 0; } #a01aaab2a6ae1c7 .el-title a { font-size: 14px; color: #333; line-height: 1.5; } #a01aaab2a6ae1c7 .category { font-size: 12px; } #a01aaab2a6ae1c7 .el-content { font-size: 12px; color: #777; line-height: 1.5; margin: 6px 0 0px; } } #acdf5aa639a985f .uk-checkbox:not(:checked) { background: #fff; } #acdf5aa639a985f .cart-wrap .column { float: left; text-align: center; } #acdf5aa639a985f .cart-head, #acdf5aa639a985f .cart-footer, #acdf5aa639a985f .cart-item { margin-bottom: 10px; padding: 12px 0; border: 1px solid #f0f0f0; background-color: #fff; } #acdf5aa639a985f .cart-head { background-color: #efefef; } #acdf5aa639a985f .cart-head, #acdf5aa639a985f .cart-footer { margin: 20px 0; padding: 12px; } #acdf5aa639a985f .cart-footer { display: none; } #acdf5aa639a985f .cart-head .c-checkbox { width: 150px; } #acdf5aa639a985f .c-info { width: 410px; } #acdf5aa639a985f .c-price { width: 180px; } #acdf5aa639a985f .c-count { width: 170px; } #acdf5aa639a985f .c-sum { width: 170px; } #acdf5aa639a985f .cart-item { padding: 20px 12px; } #acdf5aa639a985f .selected { background-color: #fdf5e9; } #acdf5aa639a985f .cart-item .c-info { width: 500px; } #acdf5aa639a985f .cart-item .c-checkbox { width: 60px; } #acdf5aa639a985f .cart-item .pic { float: left; width: 100px; height: 100px; border: 1px solid #f0f0f0; background: #fafafa; } #acdf5aa639a985f .cart-item .c-info .info { padding-left: 120px; min-height: 100px; width: 500px; padding-top: 10px; line-height: 1; } #acdf5aa639a985f .cart-item .c-info .title { font-size: 14px; display: block; color: #333; text-align: left; margin-bottom: 6px; } #acdf5aa639a985f .cart-item .c-info span { font-size: 12px; color: #999; } #acdf5aa639a985f .cart-item .price { text-align: center; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #acdf5aa639a985f .cart-item .price-total { color: #d4282d; font-weight: bolder; } #acdf5aa639a985f .cart-item .present-price { font-size: 14px; color: #333; } #acdf5aa639a985f .cart-item .origin-price { color: #999; font-size: 12px; display: inline-block; margin-left: 6px; text-decoration: line-through; } #acdf5aa639a985f .cart-item .column { padding-top: 12px; } #acdf5aa639a985f .cart-item .c-info { padding-top: 0; } #acdf5aa639a985f .cart-item .del { color: #555; } #acdf5aa639a985f .select-num { display: inline-block; border: 1px solid #ddd; overflow: hidden; line-height: 30px; } #acdf5aa639a985f .select-num .btn { position: relative; width: 30px; height: 30px; line-height: 28px; background: #fff; text-align: center; color: #888; cursor: pointer; } #acdf5aa639a985f .select-num .btn.disable { cursor: not-allowed; color: #ececec; } #acdf5aa639a985f .select-num i { line-height: 30px; } #acdf5aa639a985f .select-num .less { float: left; border-right: 1px solid #ddd; } #acdf5aa639a985f .select-num .more { float: right; border-left: 1px solid #ddd; } #acdf5aa639a985f .select-num input { border: none; text-align: center; font-size: 12px; color: #333; width: 60px; height: 28px; } #acdf5aa639a985f .price-info { color: #999; float: right; margin-left: 20px; } #acdf5aa639a985f .price-info .discount { font-size: 12px; } #acdf5aa639a985f .price-info .price-num { font-size: 16px; color: #E2231A; font-weight: 700; } #acdf5aa639a985f .column-left { line-height: 36px; } #acdf5aa639a985f .column-left a { color: #888; display: inline-block; margin-left: 10px; } #acdf5aa639a985f .column-left a:hover { color: #E2231A; } #acdf5aa639a985f .column-right { padding-right: 130px; } #acdf5aa639a985f .column-right .selected-num { color: #999; font-size: 13px; line-height: 26px; } #acdf5aa639a985f .column-right .selected-num span { color: #E2231A; font-weight: bolder; display: inline-block; margin: 0 2px; } #acdf5aa639a985f .order-btn { display: block; position: absolute; right: -1px; top: -1px; width: 130px; line-height: 68px; color: #fff; font-size: 24px; background-color: #E2231A; text-align: center; } #acdf5aa639a985f .cart-icon { width: 200px; fill: #ccc; } #af0e6acf47a49db .uk-checkbox:not(:checked) { background: #fff; } #af0e6acf47a49db .cart-wrap .column { float: left; text-align: center; } #af0e6acf47a49db .cart-head, #af0e6acf47a49db .cart-footer, #af0e6acf47a49db .cart-item { margin-bottom: 10px; padding: 12px 0; border: 1px solid #f0f0f0; background-color: #fff; } #af0e6acf47a49db .cart-head { background-color: #efefef; } #af0e6acf47a49db .cart-head, #af0e6acf47a49db .cart-footer { margin: 20px 0; padding: 12px; } #af0e6acf47a49db .cart-footer { display: none; } #af0e6acf47a49db .cart-head .c-checkbox { width: 150px; } #af0e6acf47a49db .c-info { width: 410px; } #af0e6acf47a49db .c-price { width: 180px; } #af0e6acf47a49db .c-count { width: 170px; } #af0e6acf47a49db .c-sum { width: 170px; } #af0e6acf47a49db .cart-item { padding: 20px 12px; } #af0e6acf47a49db .selected { background-color: #fdf5e9; } #af0e6acf47a49db .cart-item .c-info { width: 500px; } #af0e6acf47a49db .cart-item .c-checkbox { width: 60px; } #af0e6acf47a49db .cart-item .pic { float: left; width: 100px; height: 100px; border: 1px solid #f0f0f0; background: #fafafa; } #af0e6acf47a49db .cart-item .c-info .info { padding-left: 120px; min-height: 100px; width: 500px; padding-top: 10px; line-height: 1; } #af0e6acf47a49db .cart-item .c-info .title { font-size: 14px; display: block; color: #333; text-align: left; margin-bottom: 6px; } #af0e6acf47a49db .cart-item .c-info span { font-size: 12px; color: #999; } #af0e6acf47a49db .cart-item .price { text-align: center; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #af0e6acf47a49db .cart-item .price-total { color: #d4282d; font-weight: bolder; } #af0e6acf47a49db .cart-item .present-price { font-size: 14px; color: #333; } #af0e6acf47a49db .cart-item .origin-price { color: #999; font-size: 12px; display: inline-block; margin-left: 6px; text-decoration: line-through; } #af0e6acf47a49db .cart-item .column { padding-top: 12px; } #af0e6acf47a49db .cart-item .c-info { padding-top: 0; } #af0e6acf47a49db .cart-item .del { color: #555; } #af0e6acf47a49db .select-num { display: inline-block; border: 1px solid #ddd; overflow: hidden; line-height: 30px; } #af0e6acf47a49db .select-num .btn { position: relative; width: 30px; height: 30px; line-height: 28px; background: #fff; text-align: center; color: #888; cursor: pointer; } #af0e6acf47a49db .select-num .btn.disable { cursor: not-allowed; color: #ececec; } #af0e6acf47a49db .select-num i { line-height: 30px; } #af0e6acf47a49db .select-num .less { float: left; border-right: 1px solid #ddd; } #af0e6acf47a49db .select-num .more { float: right; border-left: 1px solid #ddd; } #af0e6acf47a49db .select-num input { border: none; text-align: center; font-size: 12px; color: #333; width: 60px; height: 28px; } #af0e6acf47a49db .price-info { color: #999; float: right; margin-left: 20px; } #af0e6acf47a49db .price-info .discount { font-size: 12px; } #af0e6acf47a49db .price-info .price-num { font-size: 16px; color: #E2231A; font-weight: 700; } #af0e6acf47a49db .column-left { line-height: 36px; } #af0e6acf47a49db .column-left a { color: #888; display: inline-block; margin-left: 10px; } #af0e6acf47a49db .column-left a:hover { color: #E2231A; } #af0e6acf47a49db .column-right { padding-right: 130px; } #af0e6acf47a49db .column-right .selected-num { color: #999; font-size: 13px; line-height: 26px; } #af0e6acf47a49db .column-right .selected-num span { color: #E2231A; font-weight: bolder; display: inline-block; margin: 0 2px; } #af0e6acf47a49db .order-btn { display: block; position: absolute; right: -1px; top: -1px; width: 130px; line-height: 68px; color: #fff; font-size: 24px; background-color: #E2231A; text-align: center; } #af0e6acf47a49db .cart-icon { width: 200px; fill: #ccc; } #a15f0a12c7acf36 .uk-checkbox:not(:checked) { background: #fff; } #a15f0a12c7acf36 .cart-wrap .column { float: left; text-align: center; } #a15f0a12c7acf36 .cart-head, #a15f0a12c7acf36 .cart-footer, #a15f0a12c7acf36 .cart-item { margin-bottom: 10px; padding: 12px 0; border: 1px solid #f0f0f0; background-color: #fff; } #a15f0a12c7acf36 .cart-head { background-color: #efefef; } #a15f0a12c7acf36 .cart-head, #a15f0a12c7acf36 .cart-footer { margin: 20px 0; padding: 12px; } #a15f0a12c7acf36 .cart-footer { display: none; } #a15f0a12c7acf36 .cart-head .c-checkbox { width: 150px; } #a15f0a12c7acf36 .c-info { width: 410px; } #a15f0a12c7acf36 .c-price { width: 180px; } #a15f0a12c7acf36 .c-count { width: 170px; } #a15f0a12c7acf36 .c-sum { width: 170px; } #a15f0a12c7acf36 .cart-item { padding: 20px 12px; } #a15f0a12c7acf36 .selected { background-color: #fdf5e9; } #a15f0a12c7acf36 .cart-item .c-info { width: 500px; } #a15f0a12c7acf36 .cart-item .c-checkbox { width: 60px; } #a15f0a12c7acf36 .cart-item .pic { float: left; width: 100px; height: 100px; border: 1px solid #f0f0f0; background: #fafafa; } #a15f0a12c7acf36 .cart-item .c-info .info { padding-left: 120px; min-height: 100px; width: 500px; padding-top: 10px; line-height: 1; } #a15f0a12c7acf36 .cart-item .c-info .title { font-size: 14px; display: block; color: #333; text-align: left; margin-bottom: 6px; } #a15f0a12c7acf36 .cart-item .c-info span { font-size: 12px; color: #999; } #a15f0a12c7acf36 .cart-item .price { text-align: center; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #a15f0a12c7acf36 .cart-item .price-total { color: #d4282d; font-weight: bolder; } #a15f0a12c7acf36 .cart-item .present-price { font-size: 14px; color: #333; } #a15f0a12c7acf36 .cart-item .origin-price { color: #999; font-size: 12px; display: inline-block; margin-left: 6px; text-decoration: line-through; } #a15f0a12c7acf36 .cart-item .column { padding-top: 12px; } #a15f0a12c7acf36 .cart-item .c-info { padding-top: 0; } #a15f0a12c7acf36 .cart-item .del { color: #555; } #a15f0a12c7acf36 .select-num { display: inline-block; border: 1px solid #ddd; overflow: hidden; line-height: 30px; } #a15f0a12c7acf36 .select-num .btn { position: relative; width: 30px; height: 30px; line-height: 28px; background: #fff; text-align: center; color: #888; cursor: pointer; } #a15f0a12c7acf36 .select-num .btn.disable { cursor: not-allowed; color: #ececec; } #a15f0a12c7acf36 .select-num i { line-height: 30px; } #a15f0a12c7acf36 .select-num .less { float: left; border-right: 1px solid #ddd; } #a15f0a12c7acf36 .select-num .more { float: right; border-left: 1px solid #ddd; } #a15f0a12c7acf36 .select-num input { border: none; text-align: center; font-size: 12px; color: #333; width: 60px; height: 28px; } #a15f0a12c7acf36 .price-info { color: #999; float: right; margin-left: 20px; } #a15f0a12c7acf36 .price-info .discount { font-size: 12px; } #a15f0a12c7acf36 .price-info .price-num { font-size: 16px; color: #E2231A; font-weight: 700; } #a15f0a12c7acf36 .column-left { line-height: 36px; } #a15f0a12c7acf36 .column-left a { color: #888; display: inline-block; margin-left: 10px; } #a15f0a12c7acf36 .column-left a:hover { color: #E2231A; } #a15f0a12c7acf36 .column-right { padding-right: 130px; } #a15f0a12c7acf36 .column-right .selected-num { color: #999; font-size: 13px; line-height: 26px; } #a15f0a12c7acf36 .column-right .selected-num span { color: #E2231A; font-weight: bolder; display: inline-block; margin: 0 2px; } #a15f0a12c7acf36 .order-btn { display: block; position: absolute; right: -1px; top: -1px; width: 130px; line-height: 68px; color: #fff; font-size: 24px; background-color: #E2231A; text-align: center; } #a15f0a12c7acf36 .cart-icon { width: 200px; fill: #ccc; } #ac37ea441da5881 .checkout-title { font-size: 16px; color: #666; line-height: 42px; } #ac37ea441da5881 .checkout-wrap { background-color: #fff; padding: 0 20px; border: 1px solid #f0f0f0; color: #666; } #ac37ea441da5881 .add-addr { position: absolute; right: 10px; top: 10px; font-size: 12px; } #ac37ea441da5881 .checkout-wrap h3 { font-size: 14px; height: 40px; line-height: 40px; color: #333; font-weight: bold; margin: 0; } #ac37ea441da5881 .addr-list { height: 45px; overflow: hidden; } #ac37ea441da5881 .addr-list.expand { height: auto; } #ac37ea441da5881 .addr-item { list-style: none; height: 30px; margin: 6px 0 20px; display: block; position: relative; } #ac37ea441da5881 .addr-item:hover { background-color: #fff3f3; } #ac37ea441da5881 .addr-item .addr-item-name { list-style: none; position: relative; border: 1px solid #ddd; line-height: 28px; padding: 0 10px; width: 120px; text-align: center; cursor: pointer; background-color: #fff; color: #777; float: left; margin-right: 15px; } #ac37ea441da5881 .addr-item.selected .addr-item-name { border: 2px solid #FF0036; } #ac37ea441da5881 .addr-default { margin: 5px 10px; background-color: #999; color: #fff; padding: 0 4px; line-height: 20px; display: inline-block; } #ac37ea441da5881 .addr-item.selected .addr-item-name i { display: block; position: absolute; bottom: 0; right: 0; width: 12px; height: 12px; overflow: hidden; text-indent: -99em; background-repeat: no-repeat; background-position: 0 0; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==); color: black; } #ac37ea441da5881 .addr-item .addr-detail { line-height: 30px; font-size: 12px; } #ac37ea441da5881 .addr-item .op-btns { position: absolute; right: 0; top: 6px; font-size: 12px; } #ac37ea441da5881 .addr-item .op-btns a { color: #005ea7; display: inline-block; margin-right: 12px; } #ac37ea441da5881 .addr-item .op-btns a:hover { color: #FF0036; } #ac37ea441da5881 .addr-switch { line-height: 24px; cursor: pointer; font-size: 12px; margin-bottom: 15px; } #ac37ea441da5881 .addr-switch b { display: inline-block; vertical-align: middle; height: 10px; line-height: 10px; width: 9px; margin-left: 5px; background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0; } #ac37ea441da5881 .addr-switch.expand b { background-position: 0 -10px; } #ac37ea441da5881 table { border: 1px solid #ececec; margin: 0 0 30px; color: #333; } #ac37ea441da5881 table thead { color: #999; background-color: #f5f5f5; } #ac37ea441da5881 table td { text-align: center; } #ac37ea441da5881 table thead td { border-top: none; } #ac37ea441da5881 table .goods-pic { width: 100px; height: 100px; margin-right: 12px; float: left; } #ac37ea441da5881 table .goods-info a { color: #333; font-weight: bolder; } #ac37ea441da5881 table .goods-info span { font-size: 12px; color: #999; } #ac37ea441da5881 .origin-price { color: #999; text-decoration: line-through; } #ac37ea441da5881 table .price { font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #ac37ea441da5881 .checkout-summary { margin: 20px 4px 10px; } #ac37ea441da5881 .summary-item { font-size: 12px; line-height: 24px; color: #666; } #ac37ea441da5881 .summary-item > em { width: 140px; display: inline-block; color: #333; font-size: 12px; font-family: verdana; font-style: normal; } #ac37ea441da5881 .order-confirm { padding: 15px 10px 15px 0; text-align: right; border-top: 1px solid #e6e6e6; color: #999; background-color: #f4f4f4; line-height: 24px; font-size: 12px; } #ac37ea441da5881 .order-confirm .total-price { display: inline-block; color: #e4393c; font-family: Verdana; font-weight: 700; font-size: 18px; min-width: 122px; } #ac37ea441da5881 .order-btn { margin-top: 20px; display: inline-block; line-height: 42px; padding: 0 35px; color: #fff; font-size: 18px; background-color: #E2231A; text-align: center; border-radius: 2px; cursor: pointer; } #ac37ea441da5881 .order-submit-btn:hover { background-color: #EF494D; } #ac37ea441da5881 .coupon-select { padding: 0 20px; line-height: 28px; color: #EF494D; border: 1px solid #EF494D; margin-top: 6px; display: inline-block; cursor: pointer; font-weight: 500; } #ac37ea441da5881 .coupon-select.disable { color: #555; border-color: #333; cursor: not-allowed; } #ac37ea441da5881 .select-num { display: inline-block; border: 1px solid #ddd; overflow: hidden; line-height: 30px; } #ac37ea441da5881 .select-num .btn { position: relative; width: 30px; height: 30px; line-height: 28px; background: #fff; text-align: center; color: #888; cursor: pointer; } #ac37ea441da5881 .select-num .btn.disable { cursor: not-allowed; color: #ececec; } #ac37ea441da5881 .select-num i { line-height: 30px; } #ac37ea441da5881 .select-num .less { float: left; border-right: 1px solid #ddd; } #ac37ea441da5881 .select-num .more { float: right; border-left: 1px solid #ddd; } #ac37ea441da5881 .select-num input { border: none; text-align: center; font-size: 12px; color: #333; width: 60px; height: 28px; } #ac37ea441da5881 .toggle-point { position: absolute; right: 0; top: 24px; } #a2900a6da9a945f .checkout-title { font-size: 16px; color: #666; line-height: 42px; } #a2900a6da9a945f .checkout-wrap { background-color: #fff; padding: 0 20px; border: 1px solid #f0f0f0; color: #666; } #a2900a6da9a945f .add-addr { position: absolute; right: 10px; top: 10px; font-size: 12px; } #a2900a6da9a945f .checkout-wrap h3 { font-size: 14px; height: 40px; line-height: 40px; color: #333; font-weight: bold; margin: 0; } #a2900a6da9a945f .addr-list { height: 45px; overflow: hidden; } #a2900a6da9a945f .addr-list.expand { height: auto; } #a2900a6da9a945f .addr-item { list-style: none; height: 30px; margin: 6px 0 20px; display: block; position: relative; } #a2900a6da9a945f .addr-item:hover { background-color: #fff3f3; } #a2900a6da9a945f .addr-item .addr-item-name { list-style: none; position: relative; border: 1px solid #ddd; line-height: 28px; padding: 0 10px; width: 120px; text-align: center; cursor: pointer; background-color: #fff; color: #777; float: left; margin-right: 15px; } #a2900a6da9a945f .addr-item.selected .addr-item-name { border: 2px solid #FF0036; } #a2900a6da9a945f .addr-default { margin: 5px 10px; background-color: #999; color: #fff; padding: 0 4px; line-height: 20px; display: inline-block; } #a2900a6da9a945f .addr-item.selected .addr-item-name i { display: block; position: absolute; bottom: 0; right: 0; width: 12px; height: 12px; overflow: hidden; text-indent: -99em; background-repeat: no-repeat; background-position: 0 0; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==); color: black; } #a2900a6da9a945f .addr-item .addr-detail { line-height: 30px; font-size: 12px; } #a2900a6da9a945f .addr-item .op-btns { position: absolute; right: 0; top: 6px; font-size: 12px; } #a2900a6da9a945f .addr-item .op-btns a { color: #005ea7; display: inline-block; margin-right: 12px; } #a2900a6da9a945f .addr-item .op-btns a:hover { color: #FF0036; } #a2900a6da9a945f .addr-switch { line-height: 24px; cursor: pointer; font-size: 12px; margin-bottom: 15px; } #a2900a6da9a945f .addr-switch b { display: inline-block; vertical-align: middle; height: 10px; line-height: 10px; width: 9px; margin-left: 5px; background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0; } #a2900a6da9a945f .addr-switch.expand b { background-position: 0 -10px; } #a2900a6da9a945f table { border: 1px solid #ececec; margin: 0 0 30px; color: #333; } #a2900a6da9a945f table thead { color: #999; background-color: #f5f5f5; } #a2900a6da9a945f table td { text-align: center; } #a2900a6da9a945f table thead td { border-top: none; } #a2900a6da9a945f table .goods-pic { width: 100px; height: 100px; margin-right: 12px; float: left; } #a2900a6da9a945f table .goods-info a { color: #333; font-weight: bolder; } #a2900a6da9a945f table .goods-info span { font-size: 12px; color: #999; } #a2900a6da9a945f .origin-price { color: #999; text-decoration: line-through; } #a2900a6da9a945f table .price { font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #a2900a6da9a945f .checkout-summary { margin: 20px 4px 10px; } #a2900a6da9a945f .summary-item { font-size: 12px; line-height: 24px; color: #666; } #a2900a6da9a945f .summary-item > em { width: 140px; display: inline-block; color: #333; font-size: 12px; font-family: verdana; font-style: normal; } #a2900a6da9a945f .order-confirm { padding: 15px 10px 15px 0; text-align: right; border-top: 1px solid #e6e6e6; color: #999; background-color: #f4f4f4; line-height: 24px; font-size: 12px; } #a2900a6da9a945f .order-confirm .total-price { display: inline-block; color: #e4393c; font-family: Verdana; font-weight: 700; font-size: 18px; min-width: 122px; } #a2900a6da9a945f .order-btn { margin-top: 20px; display: inline-block; line-height: 42px; padding: 0 35px; color: #fff; font-size: 18px; background-color: #E2231A; text-align: center; border-radius: 2px; cursor: pointer; } #a2900a6da9a945f .order-submit-btn:hover { background-color: #EF494D; } #a2900a6da9a945f .coupon-select { padding: 0 20px; line-height: 28px; color: #EF494D; border: 1px solid #EF494D; margin-top: 6px; display: inline-block; cursor: pointer; font-weight: 500; } #a2900a6da9a945f .coupon-select.disable { color: #555; border-color: #333; cursor: not-allowed; } #a2900a6da9a945f .select-num { display: inline-block; border: 1px solid #ddd; overflow: hidden; line-height: 30px; } #a2900a6da9a945f .select-num .btn { position: relative; width: 30px; height: 30px; line-height: 28px; background: #fff; text-align: center; color: #888; cursor: pointer; } #a2900a6da9a945f .select-num .btn.disable { cursor: not-allowed; color: #ececec; } #a2900a6da9a945f .select-num i { line-height: 30px; } #a2900a6da9a945f .select-num .less { float: left; border-right: 1px solid #ddd; } #a2900a6da9a945f .select-num .more { float: right; border-left: 1px solid #ddd; } #a2900a6da9a945f .select-num input { border: none; text-align: center; font-size: 12px; color: #333; width: 60px; height: 28px; } #a2900a6da9a945f .toggle-point { position: absolute; right: 0; top: 24px; } #a2f45a6798acafe .checkout-title { font-size: 16px; color: #666; line-height: 42px; } #a2f45a6798acafe .checkout-wrap { background-color: #fff; padding: 0 20px; border: 1px solid #f0f0f0; color: #666; } #a2f45a6798acafe .add-addr { position: absolute; right: 10px; top: 10px; font-size: 12px; } #a2f45a6798acafe .checkout-wrap h3 { font-size: 14px; height: 40px; line-height: 40px; color: #333; font-weight: bold; margin: 0; } #a2f45a6798acafe .addr-list { height: 45px; overflow: hidden; } #a2f45a6798acafe .addr-list.expand { height: auto; } #a2f45a6798acafe .addr-item { list-style: none; height: 30px; margin: 6px 0 20px; display: block; position: relative; } #a2f45a6798acafe .addr-item:hover { background-color: #fff3f3; } #a2f45a6798acafe .addr-item .addr-item-name { list-style: none; position: relative; border: 1px solid #ddd; line-height: 28px; padding: 0 10px; width: 120px; text-align: center; cursor: pointer; background-color: #fff; color: #777; float: left; margin-right: 15px; } #a2f45a6798acafe .addr-item.selected .addr-item-name { border: 2px solid #FF0036; } #a2f45a6798acafe .addr-default { margin: 5px 10px; background-color: #999; color: #fff; padding: 0 4px; line-height: 20px; display: inline-block; } #a2f45a6798acafe .addr-item.selected .addr-item-name i { display: block; position: absolute; bottom: 0; right: 0; width: 12px; height: 12px; overflow: hidden; text-indent: -99em; background-repeat: no-repeat; background-position: 0 0; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==); color: black; } #a2f45a6798acafe .addr-item .addr-detail { line-height: 30px; font-size: 12px; } #a2f45a6798acafe .addr-item .op-btns { position: absolute; right: 0; top: 6px; font-size: 12px; } #a2f45a6798acafe .addr-item .op-btns a { color: #005ea7; display: inline-block; margin-right: 12px; } #a2f45a6798acafe .addr-item .op-btns a:hover { color: #FF0036; } #a2f45a6798acafe .addr-switch { line-height: 24px; cursor: pointer; font-size: 12px; margin-bottom: 15px; } #a2f45a6798acafe .addr-switch b { display: inline-block; vertical-align: middle; height: 10px; line-height: 10px; width: 9px; margin-left: 5px; background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0; } #a2f45a6798acafe .addr-switch.expand b { background-position: 0 -10px; } #a2f45a6798acafe table { border: 1px solid #ececec; margin: 0 0 30px; color: #333; } #a2f45a6798acafe table thead { color: #999; background-color: #f5f5f5; } #a2f45a6798acafe table td { text-align: center; } #a2f45a6798acafe table thead td { border-top: none; } #a2f45a6798acafe table .goods-pic { width: 100px; height: 100px; margin-right: 12px; float: left; } #a2f45a6798acafe table .goods-info a { color: #333; font-weight: bolder; } #a2f45a6798acafe table .goods-info span { font-size: 12px; color: #999; } #a2f45a6798acafe .origin-price { color: #999; text-decoration: line-through; } #a2f45a6798acafe table .price { font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #a2f45a6798acafe .checkout-summary { margin: 20px 4px 10px; } #a2f45a6798acafe .summary-item { font-size: 12px; line-height: 24px; color: #666; } #a2f45a6798acafe .summary-item > em { width: 140px; display: inline-block; color: #333; font-size: 12px; font-family: verdana; font-style: normal; } #a2f45a6798acafe .order-confirm { padding: 15px 10px 15px 0; text-align: right; border-top: 1px solid #e6e6e6; color: #999; background-color: #f4f4f4; line-height: 24px; font-size: 12px; } #a2f45a6798acafe .order-confirm .total-price { display: inline-block; color: #e4393c; font-family: Verdana; font-weight: 700; font-size: 18px; min-width: 122px; } #a2f45a6798acafe .order-btn { margin-top: 20px; display: inline-block; line-height: 42px; padding: 0 35px; color: #fff; font-size: 18px; background-color: #E2231A; text-align: center; border-radius: 2px; cursor: pointer; } #a2f45a6798acafe .order-submit-btn:hover { background-color: #EF494D; } #a2f45a6798acafe .coupon-select { padding: 0 20px; line-height: 28px; color: #EF494D; border: 1px solid #EF494D; margin-top: 6px; display: inline-block; cursor: pointer; font-weight: 500; } #a2f45a6798acafe .coupon-select.disable { color: #555; border-color: #333; cursor: not-allowed; } #a2f45a6798acafe .select-num { display: inline-block; border: 1px solid #ddd; overflow: hidden; line-height: 30px; } #a2f45a6798acafe .select-num .btn { position: relative; width: 30px; height: 30px; line-height: 28px; background: #fff; text-align: center; color: #888; cursor: pointer; } #a2f45a6798acafe .select-num .btn.disable { cursor: not-allowed; color: #ececec; } #a2f45a6798acafe .select-num i { line-height: 30px; } #a2f45a6798acafe .select-num .less { float: left; border-right: 1px solid #ddd; } #a2f45a6798acafe .select-num .more { float: right; border-left: 1px solid #ddd; } #a2f45a6798acafe .select-num input { border: none; text-align: center; font-size: 12px; color: #333; width: 60px; height: 28px; } #a2f45a6798acafe .toggle-point { position: absolute; right: 0; top: 24px; } #afb61ab8faa65c1 .title { font-size: 18px; color: #000; line-height: 2; } #afb61ab8faa65c1 .order-id { color: #666; } #afb61ab8faa65c1 .payment { cursor: pointer; } #afb61ab8faa65c1 .payment img { min-height: 40px; } #afb61ab8faa65c1 .payment-wrap { border: 1px solid #ececec; margin: 20px 0; } #afb61ab8faa65c1 .payment-title { height: 42px; padding-left: 21px; background-color: #f4f4f4; border-bottom: 1px solid #efefef; line-height: 41px; color: #999; font-size: 14px; } #afb61ab8faa65c1 .selected { border: 2px solid #e1251b; } #afb61ab8faa65c1 .btn { display: inline-block; line-height: 42px; padding: 2px 35px; color: #fff; font-size: 18px; background-color: #E2231A; text-align: center; border-radius: 2px; cursor: pointer; } #afb61ab8faa65c1 .btn:hover { background-color: #EF494D; } #a2e0baf112a728b .title { font-size: 18px; color: #000; line-height: 2; } #a2e0baf112a728b .order-id { color: #666; } #a2e0baf112a728b .payment { cursor: pointer; } #a2e0baf112a728b .payment img { min-height: 40px; } #a2e0baf112a728b .payment-wrap { border: 1px solid #ececec; margin: 20px 0; } #a2e0baf112a728b .payment-title { height: 42px; padding-left: 21px; background-color: #f4f4f4; border-bottom: 1px solid #efefef; line-height: 41px; color: #999; font-size: 14px; } #a2e0baf112a728b .selected { border: 2px solid #e1251b; } #a2e0baf112a728b .btn { display: inline-block; line-height: 42px; padding: 2px 35px; color: #fff; font-size: 18px; background-color: #E2231A; text-align: center; border-radius: 2px; cursor: pointer; } #a2e0baf112a728b .btn:hover { background-color: #EF494D; } #a14c7a3b1faab5f .title { font-size: 18px; color: #000; line-height: 2; } #a14c7a3b1faab5f .order-id { color: #666; } #a14c7a3b1faab5f .payment { cursor: pointer; } #a14c7a3b1faab5f .payment img { min-height: 40px; } #a14c7a3b1faab5f .payment-wrap { border: 1px solid #ececec; margin: 20px 0; } #a14c7a3b1faab5f .payment-title { height: 42px; padding-left: 21px; background-color: #f4f4f4; border-bottom: 1px solid #efefef; line-height: 41px; color: #999; font-size: 14px; } #a14c7a3b1faab5f .selected { border: 2px solid #e1251b; } #a14c7a3b1faab5f .btn { display: inline-block; line-height: 42px; padding: 2px 35px; color: #fff; font-size: 18px; background-color: #E2231A; text-align: center; border-radius: 2px; cursor: pointer; } #a14c7a3b1faab5f .btn:hover { background-color: #EF494D; } #ac796a91d8a1b76 { max-width: 1200px; margin: 0 auto; } #ac796a91d8a1b76 .m-header { background: #fff; height: 44px; position: relative; border-bottom: 1px solid #e5e5e5; } #ac796a91d8a1b76 .order-container { padding-bottom: 60px; } #ac796a91d8a1b76 .express-date { color: #999; font-size: 12px; } #ac796a91d8a1b76 .m-header-back { position: absolute; left: 0; top: 0; width: 44px; height: 44px; padding: 10px; text-align: center; } #ac796a91d8a1b76 .m-header-back svg { width: 16px; fill: #666; } #ac796a91d8a1b76 .m-header-title { height: 44px; line-height: 44px; font-size: 16px; color: #333; text-align: center; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #ac796a91d8a1b76 .order-status { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d)); background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d); background-image: linear-gradient(90deg, #f66d70, #e93b3d); color: #fff; padding: 12px 10px; font-size: 12px; line-height: 18px; position: relative; } #ac796a91d8a1b76 .order-status:before { content: ""; position: absolute; width: 50px; height: 20px; left: 0; bottom: 0; border-radius: 0 100% 0 0; background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%); background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%); } #ac796a91d8a1b76 .order-status:after { content: ""; position: absolute; width: 25px; height: 48px; right: 0; bottom: 0; border-radius: 100% 0 0 2%; background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%); background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%); } #ac796a91d8a1b76 .state-desc { padding-left: 25px; } #ac796a91d8a1b76 .order-status .icon-status { position: absolute; display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url(/resources/sys/img/order_status_icon.png); background-size: 41px 41px; background-repeat: no-repeat; top: 25px; } #ac796a91d8a1b76 .order-status .icon-status.status-1, #ac796a91d8a1b76 .order-status .icon-status.status-2, #ac796a91d8a1b76 .order-status .icon-status.status-3 { background-position: 0 -22px; } #ac796a91d8a1b76 .order-status .icon-status.status--1 { background-position: -22px 0; } #ac796a91d8a1b76 .state-desc .state-title { font-size: 16px; font-weight: 500; line-height: 1.5; } #ac796a91d8a1b76 .state-tip { font-size: 12px; } #ac796a91d8a1b76 .top-content { padding: 0 10px; background: #fff; } #ac796a91d8a1b76 .top-content .fa { font-size: 24px; display: inline-block; margin-right: 10px; color: #ccc; width: 24px; text-align: center; } #ac796a91d8a1b76 .top-content .desc { color: #333; line-height: 21px; font-size: 14px; background: #fff; } #ac796a91d8a1b76 .top-content .tip { font-size: 12px; line-height: 18px; color: #999; } #ac796a91d8a1b76 .top-content .content-wrap { padding: 12px 0; border-bottom: 1px solid #f7f7f7; } #ac796a91d8a1b76 .top-content.address .content-wrap { border-bottom: none; } #ac796a91d8a1b76 .goods-item { margin-top: 10px; padding: 10px 10px 20px 10px; background: #fff; border-bottom: 1px solid #f7f7f7; } #ac796a91d8a1b76 .goods-item img { display: block; width: 75px; height: 75px; box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05); border-radius: 2px; margin-right: 10px; } #ac796a91d8a1b76 .goods-info .title { font-size: 14px; margin-bottom: 3px; word-break: break-all; position: relative; color: #333; font-weight: 500; } #ac796a91d8a1b76 .goods-info .sku-name { height: 20px; line-height: 20px; font-size: 12px; color: #999; } #ac796a91d8a1b76 .goods-info .private-info { font-size: 12px; } #ac796a91d8a1b76 .goods-info .num-wrap { color: #999; font-size: 12px; } #ac796a91d8a1b76 .goods-info .present-price { line-height: 30px; color: #e93b3d; font-size: 16px; font-family: Arial, Helvetica, sans-serif; } #ac796a91d8a1b76 .panel { background: #fff; margin: 20px 0; } #ac796a91d8a1b76 .panel-header { padding: 10px; color: #333; font-size: 16px; position: relative; border-bottom: 1px solid #f7f7f7; } #ac796a91d8a1b76 .panel-header .tip { line-height: 24px; font-size: 12px; position: absolute; right: 10px; top: 10px; color: #999; } #ac796a91d8a1b76 .contact { padding: 16px 0; line-height: 1; font-size: 12px; color: #999; display: block; text-align: center; } #ac796a91d8a1b76 .hide { display: none; } #ac796a91d8a1b76 .contact img { width: 20px; height: 20px; margin-right: 4px; display: inline-block; } #ac796a91d8a1b76 .order-detail { padding: 15px 10px; background: #fff; } #ac796a91d8a1b76 .order-detail .order-item { line-height: 22px; margin-bottom: 3px; color: #151515; } #ac796a91d8a1b76 .order-detail .order-item span { color: #999; display: inline-block; margin-right: 6px; } #ac796a91d8a1b76 .order-summary { border-top: 1px solid #f7f7f7; padding: 12px 0; } #ac796a91d8a1b76 .order-id { font-size: 13px; font-style: normal; } #ac796a91d8a1b76 .order-summary .order-price { line-height: 21px; color: #333; font-weight: 400; } #ac796a91d8a1b76 .order-summary .price { font-family: Arial, Helvetica, sans-serif; font-weight: bolder; } #ac796a91d8a1b76 .total-price { font-size: 16px; color: #333; font-weight: 500; line-height: 32px; } #ac796a91d8a1b76 .total-price .price { color: #f2270c; } #ac796a91d8a1b76 .order-bottom { height: 50px; position: fixed; left: 0; bottom: 0; right: 0; background-color: #fff; z-index: 1000; font-size: 12px; border-top: 1px solid #f7f7f7; } #ac796a91d8a1b76 .pay-btn { display: inline-block; line-height: 50px; position: absolute; right: 0; top: 0; padding: 0 35px; color: #fff; font-size: 18px; background-color: #E2231A; text-align: center; cursor: pointer; } #aeb3da90e3a27e9 { max-width: 1200px; margin: 0 auto; } #aeb3da90e3a27e9 .m-header { background: #fff; height: 44px; position: relative; border-bottom: 1px solid #e5e5e5; } #aeb3da90e3a27e9 .order-container { padding-bottom: 60px; } #aeb3da90e3a27e9 .express-date { color: #999; font-size: 12px; } #aeb3da90e3a27e9 .m-header-back { position: absolute; left: 0; top: 0; width: 44px; height: 44px; padding: 10px; text-align: center; } #aeb3da90e3a27e9 .m-header-back svg { width: 16px; fill: #666; } #aeb3da90e3a27e9 .m-header-title { height: 44px; line-height: 44px; font-size: 16px; color: #333; text-align: center; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #aeb3da90e3a27e9 .order-status { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d)); background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d); background-image: linear-gradient(90deg, #f66d70, #e93b3d); color: #fff; padding: 12px 10px; font-size: 12px; line-height: 18px; position: relative; } #aeb3da90e3a27e9 .order-status:before { content: ""; position: absolute; width: 50px; height: 20px; left: 0; bottom: 0; border-radius: 0 100% 0 0; background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%); background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%); } #aeb3da90e3a27e9 .order-status:after { content: ""; position: absolute; width: 25px; height: 48px; right: 0; bottom: 0; border-radius: 100% 0 0 2%; background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%); background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%); } #aeb3da90e3a27e9 .state-desc { padding-left: 25px; } #aeb3da90e3a27e9 .order-status .icon-status { position: absolute; display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url(/resources/sys/img/order_status_icon.png); background-size: 41px 41px; background-repeat: no-repeat; top: 25px; } #aeb3da90e3a27e9 .order-status .icon-status.status-1, #aeb3da90e3a27e9 .order-status .icon-status.status-2, #aeb3da90e3a27e9 .order-status .icon-status.status-3 { background-position: 0 -22px; } #aeb3da90e3a27e9 .order-status .icon-status.status--1 { background-position: -22px 0; } #aeb3da90e3a27e9 .state-desc .state-title { font-size: 16px; font-weight: 500; line-height: 1.5; } #aeb3da90e3a27e9 .state-tip { font-size: 12px; } #aeb3da90e3a27e9 .top-content { padding: 0 10px; background: #fff; } #aeb3da90e3a27e9 .top-content .fa { font-size: 24px; display: inline-block; margin-right: 10px; color: #ccc; width: 24px; text-align: center; } #aeb3da90e3a27e9 .top-content .desc { color: #333; line-height: 21px; font-size: 14px; background: #fff; } #aeb3da90e3a27e9 .top-content .tip { font-size: 12px; line-height: 18px; color: #999; } #aeb3da90e3a27e9 .top-content .content-wrap { padding: 12px 0; border-bottom: 1px solid #f7f7f7; } #aeb3da90e3a27e9 .top-content.address .content-wrap { border-bottom: none; } #aeb3da90e3a27e9 .goods-item { margin-top: 10px; padding: 10px 10px 20px 10px; background: #fff; border-bottom: 1px solid #f7f7f7; } #aeb3da90e3a27e9 .goods-item img { display: block; width: 75px; height: 75px; box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05); border-radius: 2px; margin-right: 10px; } #aeb3da90e3a27e9 .goods-info .title { font-size: 14px; margin-bottom: 3px; word-break: break-all; position: relative; color: #333; font-weight: 500; } #aeb3da90e3a27e9 .goods-info .sku-name { height: 20px; line-height: 20px; font-size: 12px; color: #999; } #aeb3da90e3a27e9 .goods-info .private-info { font-size: 12px; } #aeb3da90e3a27e9 .goods-info .num-wrap { color: #999; font-size: 12px; } #aeb3da90e3a27e9 .goods-info .present-price { line-height: 30px; color: #e93b3d; font-size: 16px; font-family: Arial, Helvetica, sans-serif; } #aeb3da90e3a27e9 .panel { background: #fff; margin: 20px 0; } #aeb3da90e3a27e9 .panel-header { padding: 10px; color: #333; font-size: 16px; position: relative; border-bottom: 1px solid #f7f7f7; } #aeb3da90e3a27e9 .panel-header .tip { line-height: 24px; font-size: 12px; position: absolute; right: 10px; top: 10px; color: #999; } #aeb3da90e3a27e9 .contact { padding: 16px 0; line-height: 1; font-size: 12px; color: #999; display: block; text-align: center; } #aeb3da90e3a27e9 .hide { display: none; } #aeb3da90e3a27e9 .contact img { width: 20px; height: 20px; margin-right: 4px; display: inline-block; } #aeb3da90e3a27e9 .order-detail { padding: 15px 10px; background: #fff; } #aeb3da90e3a27e9 .order-detail .order-item { line-height: 22px; margin-bottom: 3px; color: #151515; } #aeb3da90e3a27e9 .order-detail .order-item span { color: #999; display: inline-block; margin-right: 6px; } #aeb3da90e3a27e9 .order-summary { border-top: 1px solid #f7f7f7; padding: 12px 0; } #aeb3da90e3a27e9 .order-id { font-size: 13px; font-style: normal; } #aeb3da90e3a27e9 .order-summary .order-price { line-height: 21px; color: #333; font-weight: 400; } #aeb3da90e3a27e9 .order-summary .price { font-family: Arial, Helvetica, sans-serif; font-weight: bolder; } #aeb3da90e3a27e9 .total-price { font-size: 16px; color: #333; font-weight: 500; line-height: 32px; } #aeb3da90e3a27e9 .total-price .price { color: #f2270c; } #aeb3da90e3a27e9 .order-bottom { height: 50px; position: fixed; left: 0; bottom: 0; right: 0; background-color: #fff; z-index: 1000; font-size: 12px; border-top: 1px solid #f7f7f7; } #aeb3da90e3a27e9 .pay-btn { display: inline-block; line-height: 50px; position: absolute; right: 0; top: 0; padding: 0 35px; color: #fff; font-size: 18px; background-color: #E2231A; text-align: center; cursor: pointer; } #ae781a0a62abd63 { max-width: 1200px; margin: 0 auto; } #ae781a0a62abd63 .m-header { background: #fff; height: 44px; position: relative; border-bottom: 1px solid #e5e5e5; } #ae781a0a62abd63 .order-container { padding-bottom: 60px; } #ae781a0a62abd63 .express-date { color: #999; font-size: 12px; } #ae781a0a62abd63 .m-header-back { position: absolute; left: 0; top: 0; width: 44px; height: 44px; padding: 10px; text-align: center; } #ae781a0a62abd63 .m-header-back svg { width: 16px; fill: #666; } #ae781a0a62abd63 .m-header-title { height: 44px; line-height: 44px; font-size: 16px; color: #333; text-align: center; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #ae781a0a62abd63 .order-status { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d)); background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d); background-image: linear-gradient(90deg, #f66d70, #e93b3d); color: #fff; padding: 12px 10px; font-size: 12px; line-height: 18px; position: relative; } #ae781a0a62abd63 .order-status:before { content: ""; position: absolute; width: 50px; height: 20px; left: 0; bottom: 0; border-radius: 0 100% 0 0; background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%); background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%); } #ae781a0a62abd63 .order-status:after { content: ""; position: absolute; width: 25px; height: 48px; right: 0; bottom: 0; border-radius: 100% 0 0 2%; background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%); background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%); } #ae781a0a62abd63 .state-desc { padding-left: 25px; } #ae781a0a62abd63 .order-status .icon-status { position: absolute; display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url(/resources/sys/img/order_status_icon.png); background-size: 41px 41px; background-repeat: no-repeat; top: 25px; } #ae781a0a62abd63 .order-status .icon-status.status-1, #ae781a0a62abd63 .order-status .icon-status.status-2, #ae781a0a62abd63 .order-status .icon-status.status-3 { background-position: 0 -22px; } #ae781a0a62abd63 .order-status .icon-status.status--1 { background-position: -22px 0; } #ae781a0a62abd63 .state-desc .state-title { font-size: 16px; font-weight: 500; line-height: 1.5; } #ae781a0a62abd63 .state-tip { font-size: 12px; } #ae781a0a62abd63 .top-content { padding: 0 10px; background: #fff; } #ae781a0a62abd63 .top-content .fa { font-size: 24px; display: inline-block; margin-right: 10px; color: #ccc; width: 24px; text-align: center; } #ae781a0a62abd63 .top-content .desc { color: #333; line-height: 21px; font-size: 14px; background: #fff; } #ae781a0a62abd63 .top-content .tip { font-size: 12px; line-height: 18px; color: #999; } #ae781a0a62abd63 .top-content .content-wrap { padding: 12px 0; border-bottom: 1px solid #f7f7f7; } #ae781a0a62abd63 .top-content.address .content-wrap { border-bottom: none; } #ae781a0a62abd63 .goods-item { margin-top: 10px; padding: 10px 10px 20px 10px; background: #fff; border-bottom: 1px solid #f7f7f7; } #ae781a0a62abd63 .goods-item img { display: block; width: 75px; height: 75px; box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05); border-radius: 2px; margin-right: 10px; } #ae781a0a62abd63 .goods-info .title { font-size: 14px; margin-bottom: 3px; word-break: break-all; position: relative; color: #333; font-weight: 500; } #ae781a0a62abd63 .goods-info .sku-name { height: 20px; line-height: 20px; font-size: 12px; color: #999; } #ae781a0a62abd63 .goods-info .private-info { font-size: 12px; } #ae781a0a62abd63 .goods-info .num-wrap { color: #999; font-size: 12px; } #ae781a0a62abd63 .goods-info .present-price { line-height: 30px; color: #e93b3d; font-size: 16px; font-family: Arial, Helvetica, sans-serif; } #ae781a0a62abd63 .panel { background: #fff; margin: 20px 0; } #ae781a0a62abd63 .panel-header { padding: 10px; color: #333; font-size: 16px; position: relative; border-bottom: 1px solid #f7f7f7; } #ae781a0a62abd63 .panel-header .tip { line-height: 24px; font-size: 12px; position: absolute; right: 10px; top: 10px; color: #999; } #ae781a0a62abd63 .contact { padding: 16px 0; line-height: 1; font-size: 12px; color: #999; display: block; text-align: center; } #ae781a0a62abd63 .hide { display: none; } #ae781a0a62abd63 .contact img { width: 20px; height: 20px; margin-right: 4px; display: inline-block; } #ae781a0a62abd63 .order-detail { padding: 15px 10px; background: #fff; } #ae781a0a62abd63 .order-detail .order-item { line-height: 22px; margin-bottom: 3px; color: #151515; } #ae781a0a62abd63 .order-detail .order-item span { color: #999; display: inline-block; margin-right: 6px; } #ae781a0a62abd63 .order-summary { border-top: 1px solid #f7f7f7; padding: 12px 0; } #ae781a0a62abd63 .order-id { font-size: 13px; font-style: normal; } #ae781a0a62abd63 .order-summary .order-price { line-height: 21px; color: #333; font-weight: 400; } #ae781a0a62abd63 .order-summary .price { font-family: Arial, Helvetica, sans-serif; font-weight: bolder; } #ae781a0a62abd63 .total-price { font-size: 16px; color: #333; font-weight: 500; line-height: 32px; } #ae781a0a62abd63 .total-price .price { color: #f2270c; } #ae781a0a62abd63 .order-bottom { height: 50px; position: fixed; left: 0; bottom: 0; right: 0; background-color: #fff; z-index: 1000; font-size: 12px; border-top: 1px solid #f7f7f7; } #ae781a0a62abd63 .pay-btn { display: inline-block; line-height: 50px; position: absolute; right: 0; top: 0; padding: 0 35px; color: #fff; font-size: 18px; background-color: #E2231A; text-align: center; cursor: pointer; } #ae4fca04bfa4c55 .comment-detail { min-height: 600px; } #ae4fca04bfa4c55 table { background: #f9fdff; width: 100%; border-collapse: collapse; border-spacing: 0; } #ae4fca04bfa4c55 table th, #ae4fca04bfa4c55 table td { padding: 10px 20px; border: #ececec 1px solid; line-height: 1.8em; } #ae4fca04bfa4c55 table th { padding-left: 0; text-align: right; background: #eff7fe; font-weight: normal; color: #333; } #ae4fca04bfa4c55 .red { color: #F00!important; } #ae4fca04bfa4c55 .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; } #a481ca2c10aad0e .address-select { cursor: pointer; } #a481ca2c10aad0e .form-item { border-bottom: 1px solid #f5f5f5; padding: 20px 0; } #a481ca2c10aad0e .form-item-last { border-bottom: none; } #a481ca2c10aad0e .form-item .uk-form-label { font-size: 16px; color: #888; margin-bottom: 8px; font-weight: bolder; display: block; } #a481ca2c10aad0e .address-select .uk-select { width: 100px; } #a481ca2c10aad0e .form-item .uk-input, #a481ca2c10aad0e .form-item .uk-select { background: #fafafa; border-color: #eee; } #a481ca2c10aad0e .submit-btn { background: #5cc55c; font-size: 18px; width: 160px; text-align: center; border-radius: 2px; line-height: 48px; } #a481ca2c10aad0e .submit-btn:hover { opacity: .9; } #a481ca2c10aad0e .img-box { margin-top: 40px; } #a481ca2c10aad0e .img-box .up-p { margin-bottom: 20px; font-size: 16px; color: #555; } #a481ca2c10aad0e .z_photo { padding: 18px; border: 2px dashed #e7e6e6; } #a481ca2c10aad0e .z_photo .z_file { position: relative; } #a481ca2c10aad0e .z_file .file { width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; z-index: 100; } #a481ca2c10aad0e .z_photo .up-section { position: relative; margin-right: 20px; margin-bottom: 20px; } #a481ca2c10aad0e .up-section .close-upimg { position: absolute; top: 6px; right: 8px; display: none; z-index: 10; } #a481ca2c10aad0e .up-section .up-span { display: block; width: 100%; height: 100%; visibility: hidden; position: absolute; top: 0; left: 0; z-index: 9; background: rgba(0, 0, 0, 0.5); } #a481ca2c10aad0e .up-section:hover { border: 2px solid #f15134; } #a481ca2c10aad0e .up-section:hover .close-upimg { display: block; } #a481ca2c10aad0e .up-section:hover .up-span { visibility: visible; } #a481ca2c10aad0e .z_photo .up-img { display: block; width: 100%; height: 100%; } #a481ca2c10aad0e .upimg-div .up-section { width: 190px; height: 180px; } #a481ca2c10aad0e .img-box .upimg-div .z_file { width: 190px; height: 180px; } #a481ca2c10aad0e .publish-price { font-size: 16px; color: #888; } #a481ca2c10aad0e .publish-price .num { color: #ff9933; display: inline-block; margin: 0 4px; font-weight: 500; } #a481ca2c10aad0e .z_file .add-img { display: block; width: 190px; height: 180px; cursor: pointer; } #a481ca2c10aad0e .mask { z-index: 1000; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); } #a481ca2c10aad0e .mask .mask-content { width: 500px; position: absolute; top: 50%; left: 50%; margin-left: -250px; margin-top: -80px; background: #fff; height: 160px; text-align: center; } #a481ca2c10aad0e .mask .mask-content .del-p { color: #555; height: 94px; line-height: 94px; font-size: 18px; border-bottom: 1px solid #d1d1d1; } #a481ca2c10aad0e .mask-content .check-p { height: 66px; line-height: 66px; position: absolute; bottom: 0; left: 0; width: 100%; } #a481ca2c10aad0e .mask-content .check-p span { width: 49%; display: inline-block; text-align: center; color: #d4361d; font-size: 18px; } #a481ca2c10aad0e .check-p .del-com { border-right: 1px solid #d1d1d1; } #a481ca2c10aad0e #fileList, #a481ca2c10aad0e #picker { display: inline-block; float: left; } #a481ca2c10aad0e .thumbnail { width: 140px; display: inline-block; margin-right: 10px; position: relative; } #a481ca2c10aad0e .thumbnail img { width: 100%; height: 130px; } #a481ca2c10aad0e .thumbnail .info { position: absolute; top: 0; left: 0; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-indent: 5px; text-align: center; font-size: 12px; color: #fff; } #a481ca2c10aad0e .thumbnail .error { background: #f43838; color: #fff; position: absolute; bottom: 0; left: 0; height: 28px; line-height: 28px; width: 100%; z-index: 100; font-size: 12px; text-align: center; cursor: pointer; } #a481ca2c10aad0e .thumbnail .remove { position: absolute; color: #fff; right: 10px; top: 10px; width: 24px; height: 24px; border-radius: 12px; font-size: 12px; background: rgba(0, 0, 0, 0.4); text-align: center; line-height: 24px; } #a481ca2c10aad0e #picker { width: 140px; height: 130px; background: url(/resources/sys/img/upload-img.png) center center no-repeat; background-size: cover; overflow: hidden; position: relative; font-size: 0px; text-indent: -1000px; } #a481ca2c10aad0e .webuploader-pick { height: 100%; } #aee87a0c12ac4e0 .address-select { cursor: pointer; } #aee87a0c12ac4e0 .form-item { border-bottom: 1px solid #f5f5f5; padding: 20px 0; } #aee87a0c12ac4e0 .form-item-last { border-bottom: none; } #aee87a0c12ac4e0 .form-item .uk-form-label { font-size: 16px; color: #888; margin-bottom: 8px; font-weight: bolder; display: block; } #aee87a0c12ac4e0 .address-select .uk-select { width: 100px; } #aee87a0c12ac4e0 .form-item .uk-input, #aee87a0c12ac4e0 .form-item .uk-select { background: #fafafa; border-color: #eee; } #aee87a0c12ac4e0 .submit-btn { background: #5cc55c; font-size: 18px; width: 160px; text-align: center; border-radius: 2px; line-height: 48px; } #aee87a0c12ac4e0 .submit-btn:hover { opacity: .9; } #aee87a0c12ac4e0 .img-box { margin-top: 40px; } #aee87a0c12ac4e0 .img-box .up-p { margin-bottom: 20px; font-size: 16px; color: #555; } #aee87a0c12ac4e0 .z_photo { padding: 18px; border: 2px dashed #e7e6e6; } #aee87a0c12ac4e0 .z_photo .z_file { position: relative; } #aee87a0c12ac4e0 .z_file .file { width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; z-index: 100; } #aee87a0c12ac4e0 .z_photo .up-section { position: relative; margin-right: 20px; margin-bottom: 20px; } #aee87a0c12ac4e0 .up-section .close-upimg { position: absolute; top: 6px; right: 8px; display: none; z-index: 10; } #aee87a0c12ac4e0 .up-section .up-span { display: block; width: 100%; height: 100%; visibility: hidden; position: absolute; top: 0; left: 0; z-index: 9; background: rgba(0, 0, 0, 0.5); } #aee87a0c12ac4e0 .up-section:hover { border: 2px solid #f15134; } #aee87a0c12ac4e0 .up-section:hover .close-upimg { display: block; } #aee87a0c12ac4e0 .up-section:hover .up-span { visibility: visible; } #aee87a0c12ac4e0 .z_photo .up-img { display: block; width: 100%; height: 100%; } #aee87a0c12ac4e0 .upimg-div .up-section { width: 190px; height: 180px; } #aee87a0c12ac4e0 .img-box .upimg-div .z_file { width: 190px; height: 180px; } #aee87a0c12ac4e0 .publish-price { font-size: 16px; color: #888; } #aee87a0c12ac4e0 .publish-price .num { color: #ff9933; display: inline-block; margin: 0 4px; font-weight: 500; } #aee87a0c12ac4e0 .z_file .add-img { display: block; width: 190px; height: 180px; cursor: pointer; } #aee87a0c12ac4e0 .mask { z-index: 1000; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); } #aee87a0c12ac4e0 .mask .mask-content { width: 500px; position: absolute; top: 50%; left: 50%; margin-left: -250px; margin-top: -80px; background: #fff; height: 160px; text-align: center; } #aee87a0c12ac4e0 .mask .mask-content .del-p { color: #555; height: 94px; line-height: 94px; font-size: 18px; border-bottom: 1px solid #d1d1d1; } #aee87a0c12ac4e0 .mask-content .check-p { height: 66px; line-height: 66px; position: absolute; bottom: 0; left: 0; width: 100%; } #aee87a0c12ac4e0 .mask-content .check-p span { width: 49%; display: inline-block; text-align: center; color: #d4361d; font-size: 18px; } #aee87a0c12ac4e0 .check-p .del-com { border-right: 1px solid #d1d1d1; } #aee87a0c12ac4e0 #fileList, #aee87a0c12ac4e0 #picker { display: inline-block; float: left; } #aee87a0c12ac4e0 .thumbnail { width: 140px; display: inline-block; margin-right: 10px; position: relative; } #aee87a0c12ac4e0 .thumbnail img { width: 100%; height: 130px; } #aee87a0c12ac4e0 .thumbnail .info { position: absolute; top: 0; left: 0; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-indent: 5px; text-align: center; font-size: 12px; color: #fff; } #aee87a0c12ac4e0 .thumbnail .error { background: #f43838; color: #fff; position: absolute; bottom: 0; left: 0; height: 28px; line-height: 28px; width: 100%; z-index: 100; font-size: 12px; text-align: center; cursor: pointer; } #aee87a0c12ac4e0 .thumbnail .remove { position: absolute; color: #fff; right: 10px; top: 10px; width: 24px; height: 24px; border-radius: 12px; font-size: 12px; background: rgba(0, 0, 0, 0.4); text-align: center; line-height: 24px; } #aee87a0c12ac4e0 #picker { width: 140px; height: 130px; background: url(/resources/sys/img/upload-img.png) center center no-repeat; background-size: cover; overflow: hidden; position: relative; font-size: 0px; text-indent: -1000px; } #aee87a0c12ac4e0 .webuploader-pick { height: 100%; } #ac16aa0973acb2b .address-select { cursor: pointer; } #ac16aa0973acb2b .form-item { border-bottom: 1px solid #f5f5f5; padding: 20px 0; } #ac16aa0973acb2b .form-item-last { border-bottom: none; } #ac16aa0973acb2b .form-item .uk-form-label { font-size: 16px; color: #888; margin-bottom: 8px; font-weight: bolder; display: block; } #ac16aa0973acb2b .address-select .uk-select { width: 100px; } #ac16aa0973acb2b .form-item .uk-input, #ac16aa0973acb2b .form-item .uk-select { background: #fafafa; border-color: #eee; } #ac16aa0973acb2b .submit-btn { background: #5cc55c; font-size: 18px; width: 160px; text-align: center; border-radius: 2px; line-height: 48px; } #ac16aa0973acb2b .submit-btn:hover { opacity: .9; } #ac16aa0973acb2b .img-box { margin-top: 40px; } #ac16aa0973acb2b .img-box .up-p { margin-bottom: 20px; font-size: 16px; color: #555; } #ac16aa0973acb2b .z_photo { padding: 18px; border: 2px dashed #e7e6e6; } #ac16aa0973acb2b .z_photo .z_file { position: relative; } #ac16aa0973acb2b .z_file .file { width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; z-index: 100; } #ac16aa0973acb2b .z_photo .up-section { position: relative; margin-right: 20px; margin-bottom: 20px; } #ac16aa0973acb2b .up-section .close-upimg { position: absolute; top: 6px; right: 8px; display: none; z-index: 10; } #ac16aa0973acb2b .up-section .up-span { display: block; width: 100%; height: 100%; visibility: hidden; position: absolute; top: 0; left: 0; z-index: 9; background: rgba(0, 0, 0, 0.5); } #ac16aa0973acb2b .up-section:hover { border: 2px solid #f15134; } #ac16aa0973acb2b .up-section:hover .close-upimg { display: block; } #ac16aa0973acb2b .up-section:hover .up-span { visibility: visible; } #ac16aa0973acb2b .z_photo .up-img { display: block; width: 100%; height: 100%; } #ac16aa0973acb2b .upimg-div .up-section { width: 190px; height: 180px; } #ac16aa0973acb2b .img-box .upimg-div .z_file { width: 190px; height: 180px; } #ac16aa0973acb2b .publish-price { font-size: 16px; color: #888; } #ac16aa0973acb2b .publish-price .num { color: #ff9933; display: inline-block; margin: 0 4px; font-weight: 500; } #ac16aa0973acb2b .z_file .add-img { display: block; width: 190px; height: 180px; cursor: pointer; } #ac16aa0973acb2b .mask { z-index: 1000; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); } #ac16aa0973acb2b .mask .mask-content { width: 500px; position: absolute; top: 50%; left: 50%; margin-left: -250px; margin-top: -80px; background: #fff; height: 160px; text-align: center; } #ac16aa0973acb2b .mask .mask-content .del-p { color: #555; height: 94px; line-height: 94px; font-size: 18px; border-bottom: 1px solid #d1d1d1; } #ac16aa0973acb2b .mask-content .check-p { height: 66px; line-height: 66px; position: absolute; bottom: 0; left: 0; width: 100%; } #ac16aa0973acb2b .mask-content .check-p span { width: 49%; display: inline-block; text-align: center; color: #d4361d; font-size: 18px; } #ac16aa0973acb2b .check-p .del-com { border-right: 1px solid #d1d1d1; } #ac16aa0973acb2b #fileList, #ac16aa0973acb2b #picker { display: inline-block; float: left; } #ac16aa0973acb2b .thumbnail { width: 140px; display: inline-block; margin-right: 10px; position: relative; } #ac16aa0973acb2b .thumbnail img { width: 100%; height: 130px; } #ac16aa0973acb2b .thumbnail .info { position: absolute; top: 0; left: 0; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-indent: 5px; text-align: center; font-size: 12px; color: #fff; } #ac16aa0973acb2b .thumbnail .error { background: #f43838; color: #fff; position: absolute; bottom: 0; left: 0; height: 28px; line-height: 28px; width: 100%; z-index: 100; font-size: 12px; text-align: center; cursor: pointer; } #ac16aa0973acb2b .thumbnail .remove { position: absolute; color: #fff; right: 10px; top: 10px; width: 24px; height: 24px; border-radius: 12px; font-size: 12px; background: rgba(0, 0, 0, 0.4); text-align: center; line-height: 24px; } #ac16aa0973acb2b #picker { width: 140px; height: 130px; background: url(/resources/sys/img/upload-img.png) center center no-repeat; background-size: cover; overflow: hidden; position: relative; font-size: 0px; text-indent: -1000px; } #ac16aa0973acb2b .webuploader-pick { height: 100%; } #a3a8aa40b0aa534 .search-detail { min-height: 400px; } #a3a8aa40b0aa534 table { background: #f9fdff; width: 100%; border-collapse: collapse; border-spacing: 0; } #a3a8aa40b0aa534 table th, #a3a8aa40b0aa534 table td { padding: 10px 20px; border: #ececec 1px solid; line-height: 1.8em; } #a3a8aa40b0aa534 table th { padding-left: 0; text-align: right; background: #eff7fe; font-weight: normal; color: #333; } #a3a8aa40b0aa534 .red { color: #F00!important; } #a3a8aa40b0aa534 .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; } #a86f4ac4b9a88ee .search-detail { min-height: 400px; } #a86f4ac4b9a88ee table { background: #f9fdff; width: 100%; border-collapse: collapse; border-spacing: 0; } #a86f4ac4b9a88ee table th, #a86f4ac4b9a88ee table td { padding: 10px 20px; border: #ececec 1px solid; line-height: 1.8em; } #a86f4ac4b9a88ee table th { padding-left: 0; text-align: right; background: #eff7fe; font-weight: normal; color: #333; } #a86f4ac4b9a88ee .red { color: #F00!important; } #a86f4ac4b9a88ee .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; }