.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; } #a01e8a78aca5691 .ap-content-container { height: 100%; min-height: 40px; } #af823a65fca49a2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#af823a65fca49a2 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#abebbae3aaa60f3 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #abebbae3aaa60f3 .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #abebbae3aaa60f3 .ap-icon { margin-right: 6px; } #abebbae3aaa60f3 .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #abebbae3aaa60f3 .menu-list > li.icon-bottom > a, #abebbae3aaa60f3 .menu-list > li.icon-top > a { flex-direction: column; } #abebbae3aaa60f3 .menu-list > li.icon-bottom > a .ap-icon, #abebbae3aaa60f3 .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #abebbae3aaa60f3 .menu-list > li.icon-bottom > a .ap-icon svg, #abebbae3aaa60f3 .menu-list > li.icon-top > a .ap-icon svg, #abebbae3aaa60f3 .menu-list > li.icon-bottom > a .ap-icon img, #abebbae3aaa60f3 .menu-list > li.icon-top > a .ap-icon img { height: auto; } #abebbae3aaa60f3 .menu-list > li.icon-right > a .ap-icon, #abebbae3aaa60f3 .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #abebbae3aaa60f3 .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #abebbae3aaa60f3 .menu-list > li:hover > a, #abebbae3aaa60f3 .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #abebbae3aaa60f3 .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #abebbae3aaa60f3 .menu-list ul, #abebbae3aaa60f3 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #abebbae3aaa60f3 .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #abebbae3aaa60f3 .menu-list ul li ul { top: 0; left: 100%; } #abebbae3aaa60f3 .menu-list ul li { clear: both; width: 100%; border: none; } #abebbae3aaa60f3 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #aa099a2131ad0a0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aa099a2131ad0a0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a132ba3bcaafc9e .drop-menu .title { cursor: pointer; } #a132ba3bcaafc9e .drop-menu ul { margin-left: 15px; } #a132ba3bcaafc9e .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a132ba3bcaafc9e .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #a132ba3bcaafc9e .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a132ba3bcaafc9e .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a28e3a3fd3a23d7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2399a182cae5ff .jquery-accordion-menu { width: 100%; position: relative; background: #2662d7; background-color: #2662d7; font-weight: bold; font-style: normal; font-size: 20px; text-align: left; font-family: inherit; color: #ffffff; } #a2399a182cae5ff .jquery-accordion-menu .jquery-accordion-menu-header { width: 100%; height: 50px; padding-left: 14px; font-size: 16px; line-height: 50px; font-weight: 600; color: #ffffff; } #a2399a182cae5ff .jquery-accordion-menu ul { margin: 0; padding: 0; list-style: none; } #a2399a182cae5ff .jquery-accordion-menu ul li { width: 100%; display: block; position: relative; } #a2399a182cae5ff .jquery-accordion-menu ul li a { color: #ffffff; display: block; width: 100%; padding: 14px; text-decoration: none; white-space: nowrap; position: relative; overflow: hidden; -o-transition: color .2s linear,background .2s linear; -moz-transition: color .2s linear,background .2s linear; -webkit-transition: color .2s linear,background .2s linear; transition: color .2s linear,background .2s linear; } #a2399a182cae5ff .menu-list-expand .submenu-indicator { display: none; } #a2399a182cae5ff .jquery-accordion-menu > ul > li > a:hover { color: #fff; background: #2662d7; border-bottom-color: #235ac6; background-color: #2662d7; font-weight: bold; font-style: normal; font-family: inherit; color: #ffffff; } #a2399a182cae5ff .jquery-accordion-menu > ul > li.active > a { font-weight: bold; font-style: normal; font-family: inherit; color: #ffffff; background-color: #2662d7; } #a2399a182cae5ff .jquery-accordion-menu ul li > a { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #eeeeee; } #a2399a182cae5ff .jquery-accordion-menu > ul > li.active > a { color: #ffffff; background: #2662d7; } #a2399a182cae5ff .jquery-accordion-menu ul li a img, #a2399a182cae5ff .jquery-accordion-menu ul li a svg { width: 14px; margin-right: 8px; margin-top: 4px; float: left; fill: currentColor; text-align: left; } #a2399a182cae5ff .jquery-accordion-menu .submenu-indicator { cursor: pointer; float: right; right: 14px; position: absolute; line-height: 19px; font-size: 20px; -o-transition: transform .3s linear; -moz-transition: transform .3s linear; -webkit-transition: transform .3s linear; -ms-transition: transform .3s linear; } #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu .submenu-indicator { line-height: 16px; } #a2399a182cae5ff .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator { -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu, #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu li ul.submenu { width: 100%; display: none; position: static; } #a2399a182cae5ff .jquery-accordion-menu.menu-list-expand ul ul.submenu, #a2399a182cae5ff .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu { display: block; } #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu.show, #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu li ul.submenu.show { display: block; } #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu li { clear: both; width: 100%; } #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu li a { border-left: 3px solid transparent; width: 100%; display: block; font-size: 14px; background: #f5f5f5; border-top: none; position: relative; border-left: solid 2px transparent; -o-transition: border .2s linear; -moz-transition: border .2s linear; -webkit-transition: border .2s linear; transition: border .2s linear; font-weight: normal; font-style: normal; font-size: 16px; text-align: left; font-family: inherit; color: #333333; background-color: #f5f5f5; } #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu.show > li > a { background: #2662d7; } #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu li > a:hover { border-left-color: #2662d7; font-weight: bold; font-style: normal; font-family: inherit; color: #2662d7; } #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu > li > a { padding-left: 30px; } #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a { padding-left: 45px; } #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a { padding-left: 60px; } #a2399a182cae5ff .jquery-accordion-menu ul ul.submenu li.active > a { color: #2662d7; background: #cee1ff; } #a2399a182cae5ff .jquery-accordion-menu > ul > li > a { padding-top: 32px; padding-bottom: 32px; } #a2399a182cae5ff .jquery-accordion-menu ul.submenu li a { padding-top: 24px; padding-bottom: 24px; } #ad9ada181ead8ae > .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;}#ae972a68d2a7a68 .ac938a8b02a1023 > .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(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#ae972a68d2a7a68 .ac938a8b02a1023 > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(55, 124, 255, 0.8);border-right-color: rgba(55, 124, 255, 0.8);border-left-color: rgba(55, 124, 255, 0.8);border-bottom-color: rgba(55, 124, 255, 0.8);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;}#ae972a68d2a7a68 .af7e5a6397ae36c > .ele-wrap {background-color: rgba(206, 225, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ae972a68d2a7a68 .a8049aab8ba4a73 a, #ae972a68d2a7a68 .a8049aab8ba4a73 span {border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;padding-right: 0px;padding-left: 0px;padding-top: 0px;padding-bottom: 0px; font-weight: bold; font-style: normal; font-size: 14px;text-align: left;font-family: inherit;color: rgba(38, 98, 215, 1);}#ae972a68d2a7a68 .aab47af49ca0a81 { overflow: hidden; } #ae972a68d2a7a68 .aab47af49ca0a81 , #ae972a68d2a7a68 .aab47af49ca0a81 > * { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(136, 136, 136, 1);}#ae972a68d2a7a68 .aab47af49ca0a81:hover , #ae972a68d2a7a68 .aab47af49ca0a81 *:hover { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(85, 85, 85, 1);}#ae972a68d2a7a68 .a17cbacd3fa6193 { overflow: hidden; } #ae972a68d2a7a68 .a17cbacd3fa6193 , #ae972a68d2a7a68 .a17cbacd3fa6193 > * { font-weight: bold; font-style: normal; font-size: 16px;font-family: inherit;color: rgba(34, 34, 34, 1);}#ae972a68d2a7a68 .a17cbacd3fa6193:hover , #ae972a68d2a7a68 .a17cbacd3fa6193 *:hover { font-weight: bold; font-style: normal; font-family: inherit;color: rgba(22, 87, 214, 1);}#ae972a68d2a7a68 .uk-grid { margin-left: -31px; } #ae972a68d2a7a68 .uk-grid > * { padding-left: 31px; } #ae972a68d2a7a68 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #ae972a68d2a7a68 .uk-position-center-left-out { left: -30px; } #ae972a68d2a7a68 .uk-position-center-right-out { left: auto; right: -30px; } } #aad16a7a86aca6c [data-item*=".abstract"], #aad16a7a86aca6c [data-item*=".abstract"] a {show: true;}#aad16a7a86aca6c [data-item*=".subTitle"], #aad16a7a86aca6c [data-item*=".subTitle"] a {show: true;}#aad16a7a86aca6c [data-item*=".category"], #aad16a7a86aca6c [data-item*=".category"] a {show: true;}#a6159a8672a2c36 .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#a6159a8672a2c36 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a04aeac261a7c03 > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5470a7208aed33 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad0ead707a30b4 > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a839ca19deac5e6 , #a839ca19deac5e6 a{color: rgba(255, 255, 255, 1);}#aaa81a600fa92b2 , #aaa81a600fa92b2 a{color: rgba(255, 255, 255, 1);}#a8666a75dca088c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a8666a75dca088c .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a8815a79edaa76f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ababab;}#a8815a79edaa76f * {color: #ababab } #a8815a79edaa76f .line{border-color: #ababab }#a6262a8864a0e46 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#a147ea2971a353e .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a147ea2971a353e .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#ac9d8a152ea9e04 .ap-content-container { height: 100%; min-height: 40px; } #ac92da2ef7af94e { min-height: 300px; } #a0cd7a86a4a9107 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a0cd7a86a4a9107 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a1c02a8dc7ace4c .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a1c02a8dc7ace4c .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a1c02a8dc7ace4c .ap-icon { margin-right: 6px; } #a1c02a8dc7ace4c .menu-list > li > a { display: flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a1c02a8dc7ace4c .menu-list > li.icon-bottom > a, #a1c02a8dc7ace4c .menu-list > li.icon-top > a { flex-direction: column; } #a1c02a8dc7ace4c .menu-list > li.icon-bottom > a .ap-icon, #a1c02a8dc7ace4c .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a1c02a8dc7ace4c .menu-list > li.icon-bottom > a .ap-icon svg, #a1c02a8dc7ace4c .menu-list > li.icon-top > a .ap-icon svg, #a1c02a8dc7ace4c .menu-list > li.icon-bottom > a .ap-icon img, #a1c02a8dc7ace4c .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a1c02a8dc7ace4c .menu-list > li.icon-right > a .ap-icon, #a1c02a8dc7ace4c .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a1c02a8dc7ace4c .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a1c02a8dc7ace4c .menu-list > li:hover > a, #a1c02a8dc7ace4c .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a1c02a8dc7ace4c .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2662d7; } #a1c02a8dc7ace4c .menu-list ul, #a1c02a8dc7ace4c .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a1c02a8dc7ace4c .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a1c02a8dc7ace4c .menu-list ul li ul { top: 0; left: 100%; } #a1c02a8dc7ace4c .menu-list ul li { clear: both; width: 100%; border: none; } #a1c02a8dc7ace4c .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #a3caea5a4fa4078 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a3caea5a4fa4078 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(43, 99, 206, 1);}#ab452a84afa2011 { position: relative; cursor: pointer; z-index: 2000; } #ab452a84afa2011 .ap-login-info { text-align: center; height: 100%; z-index: 10; font-size: 12px; color: #b0b0b0; line-height: 1; } #ab452a84afa2011 .ap-login-info .fa { margin-left: 2px; } #ab452a84afa2011 .ap-login-info .login-icon svg, #ab452a84afa2011 .ap-login-info .login-icon img { height: 1em; display: inline-block; margin-right: 4px; fill: currentColor; } #ab452a84afa2011 .ap-login-info .display-name { display: none; white-space: nowrap; } #ab452a84afa2011 .ap-login-info .login-btn { color: inherit; white-space: nowrap; } #ab452a84afa2011 .ap-login-info.ap-logged .login-btn { display: none; } #ab452a84afa2011 .ap-login-info.ap-logged .fa { display: inline-block; } #ab452a84afa2011 .ap-login-info.ap-logged .display-name { display: inline-block; } #ab452a84afa2011 .ap-login-info:hover { color: #ed5f5f; } #ab452a84afa2011 .ap-login-info.ap-logged:hover { background-color: ; } #ab452a84afa2011 .ap-login-info.ap-logged:hover .user-dropdown { display: block; } #ab452a84afa2011 .user-dropdown { position: absolute; background-color: #fff; left: 0; top: 39px; border: 1px solid #ececec; width: 220px; padding: 20px 10px 10px; text-align: left; z-index: -1; } #ab452a84afa2011.right .user-dropdown { left: auto; right: 0; } #ab452a84afa2011 .portrait { width: 60px; height: 60px; display: inline-block; margin-right: 10px; } #ab452a84afa2011 .user-info-wrap { font-size: 12px; color: #666; line-height: 1.5; padding-top: 10px; } #ab452a84afa2011 .actions { position: absolute; top: 10px; right: 10px; } #ab452a84afa2011 .actions a { color: #999; font-size: 12px; display: inline-block; margin-left: 6px; } #ab452a84afa2011 .actions a:hover { color: #1e87f0; } #a86eda24fdadfbf > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad77ea686ba3133 .img-wrap { border-top-width: 1px; border-top-style: solid; border-top-color: #e3e3e3; border-right-color: #e3e3e3; border-left-color: #e3e3e3; border-bottom-color: #e3e3e3; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; } #a6108aa4d5a271f .inner-detail { font-weight: normal; font-style: normal; font-size: 18px; font-family: NotoSansSC-DemiLight; color: #000000; } #ae07fa2996a73cf .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;}#ae07fa2996a73cf .ele-wrap:hover {background-color: #0483cc;}#ad11aa5cfca4cf4 { overflow: hidden; } #ad11aa5cfca4cf4 , #ad11aa5cfca4cf4 > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: NotoSansSC-Regular;color: rgba(74, 74, 74, 1);}#ad9f6afda0ad34d { overflow: hidden; } #ad9f6afda0ad34d , #ad9f6afda0ad34d > * { font-weight: normal; font-style: normal; font-size: 24px;font-family: NotoSansSC-Medium;color: rgba(0, 0, 0, 1);}#ac92da2ef7af94e [data-item="undefined"] { font-weight: normal; font-style: normal; font-size: 13px;font-family: NotoSansSC-DemiLight;}#a259fa0a6ba063d > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a3489afd08a0ea2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6997a9496a865d > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5129a52a3aa612 , #a5129a52a3aa612 a{color: rgba(255, 255, 255, 1);}#a8c29a776fa1655 , #a8c29a776fa1655 a{color: rgba(255, 255, 255, 1);}#ae7f2a741da1c60 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ae7f2a741da1c60 .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a605ca8d45a5c70 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a605ca8d45a5c70 .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a5d58a9dcba26be > .ele-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 0px 0px ;color: #ababab;}#a5d58a9dcba26be * {color: #ababab } #a5d58a9dcba26be .line{border-color: #ababab }#aab94a6a06af6fd > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#aeffba6d75a49df #a0d45ac331acd78 { background: #fff; } #aeffba6d75a49df #preview { transform-origin: center top; } #aeffba6d75a49df #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; } #aeffba6d75a49df #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #aeffba6d75a49df #a3bb6a37fea5423 .menu-list li ul, #aeffba6d75a49df #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; } #aeffba6d75a49df #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #aeffba6d75a49df #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #aeffba6d75a49df #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #aeffba6d75a49df #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #aeffba6d75a49df #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #aeffba6d75a49df #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #aeffba6d75a49df #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #aeffba6d75a49df #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aeffba6d75a49df #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #aeffba6d75a49df #a02a3acd87a0b1a { left: 0px; position: unset!important; } #aeffba6d75a49df #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #aeffba6d75a49df #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aeffba6d75a49df #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #aeffba6d75a49df .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; } #aeffba6d75a49df #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; } #aeffba6d75a49df #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #aeffba6d75a49df #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #aeffba6d75a49df #ac660aeba3ad917 { left: 1100px!important; color: #333; } #aeffba6d75a49df #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #aeffba6d75a49df #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #aeffba6d75a49df #a3bb6a37fea5423 .menu-list li ul, #aeffba6d75a49df #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; } #aeffba6d75a49df #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; } #aeffba6d75a49df #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; } #aeffba6d75a49df #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #aeffba6d75a49df #a3bb6a37fea5423 .menu-list > li.active > a:before, #aeffba6d75a49df #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #aeffba6d75a49df .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #aeffba6d75a49df .uk-dropdown-nav > li > a:hover { font-weight: bold; } #aeffba6d75a49df #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #aeffba6d75a49df #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #ae1e4af8eba2001 [data-item="title"] {left: -1px;top: -67px; position: relative;}#ae1e4af8eba2001 [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#a25f7a3bbface71 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afdc5a0b46a961b .aadc6aa96ea95f2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px ;}#afdc5a0b46a961b .ac03ea7b70a8c5c { overflow: hidden; } #afdc5a0b46a961b .ac03ea7b70a8c5c , #afdc5a0b46a961b .ac03ea7b70a8c5c > * { font-weight: normal; font-style: normal; font-size: 16px;font-family: inherit;line-height: 34px;}#afdc5a0b46a961b .a874aa1444a6614 { overflow: hidden; } #afdc5a0b46a961b .a874aa1444a6614 , #afdc5a0b46a961b .a874aa1444a6614 > * { font-weight: bold; font-style: normal; font-size: 30px;font-family: inherit;color: rgba(74, 74, 74, 1);}#afdc5a0b46a961b .a43baad08fa25ea { font-weight: normal; font-style: normal; font-size: 16px;font-family: inherit;color: rgba(146, 143, 143, 1);}#afdc5a0b46a961b .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #afdc5a0b46a961b .uk-position-center-left-out { left: -30px; } #afdc5a0b46a961b .uk-position-center-right-out { left: auto; right: -30px; } } #a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#af03eac8eca753f .ap-content-container { height: 100%; min-height: 40px; } #a9c94a63f3a313b .sidebar { width: 300px; margin-left: 20px; } #a9c94a63f3a313b .sidebar.left { margin-left: 0; margin-right: 20px; } #a9c94a63f3a313b .abstract { white-space: pre-wrap; } @media (max-width: 640px) { #a9c94a63f3a313b .sidebar { width: 100%; margin: 0 0 15px; } #a9c94a63f3a313b .uk-container { padding: 0; } #a9c94a63f3a313b .sidebar { padding: 10px; } } #a9c94a63f3a313b .search-form { position: relative; overflow: hidden; background: #fff; display: block; } #a9c94a63f3a313b .search-form .search-input { width: 100%; height: 34px; padding: 5px 52px 5px 10px; font-size: 14px; color: #333; border: 1px solid #efefef; } #a9c94a63f3a313b .search-form .submit { position: absolute; right: 0; top: 0; z-index: 9; width: 42px; height: 34px; padding: 0; font-family: FontAwesome; content: '\f13d'; font-size: 16px; line-height: 34px; text-align: center; color: #fff; background-color: #1e87f0; cursor: pointer; } #a9c94a63f3a313b .content-tags a { display: inline-block; margin: 0 10px 5px 0; padding: 5px 15px; font-size: 14px; line-height: 1.2; color: #666; border: 1px solid #999; border-radius: 3px; transition: all .3s ease; } #a9c94a63f3a313b .content-tags a:hover { background: #1e87f0; color: #fff; border-color: #1e87f0; } #a9c94a63f3a313b .abstract, #a9c94a63f3a313b .copyright { margin: 15px 0; font-size: 14px; line-height: 1.6; color: #999; border: 1px solid #efefef; background: #fbfbfb; border-radius: 3px; } #a9c94a63f3a313b .copyright a { color: #999; word-break: break-all; } #a9c94a63f3a313b .detail-content { font-size: 16px; color: #444; } #a9c94a63f3a313b .detail-content img { margin-bottom: 10px; } #a9c94a63f3a313b .detail-content table { font-size: 13px; } #a9c94a63f3a313b .phone { display: block; font-size: 24px; font-weight: bold; } #a9c94a63f3a313b .hot-list, #a9c94a63f3a313b .new-list { padding: 12px; } #a9c94a63f3a313b .new-list a:hover, #a9c94a63f3a313b .hot-list a:hover { color: #0f6ecd; } #a9c94a63f3a313b .hot-item .thumb { display: inline-block; width: 100px; overflow: hidden; margin-right: 10px; border-radius: 2px; flex-shrink: 0; } #a9c94a63f3a313b .hot-item:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); transition: all 0.3s ease-out 0s; } #a9c94a63f3a313b .hot-item:hover a { color: #0f6ecd; } #a9c94a63f3a313b .panel-title { position: relative; padding-left: 10px; margin: 0 0 16px; font-size: 16px; font-weight: 600; line-height: 1; } #a9c94a63f3a313b .panel-title::before { position: absolute; left: 0; top: 0; width: 3px; height: 16px; border-radius: 3px; background: #1e87f0; content: ""; } #a9c94a63f3a313b .content-header { padding-bottom: 10px; } #a9c94a63f3a313b .item-title { color: #333; } #a9c94a63f3a313b input::placeholder { color: #999; } #a9c94a63f3a313b .datetime { color: #999; } #a9c94a63f3a313b .new-item a { padding-left: 25px; } #a9c94a63f3a313b .new-item span { background-color: #f0f0f0; display: inline-block; font-size: 13px; width: 18px; height: 18px; line-height: 18px; color: #999; text-align: center; position: absolute; left: 0; top: 3px; } #a9c94a63f3a313b .siblings a { color: #444; line-height: 2; } #a9c94a63f3a313b .siblings a:hover { color: #0f6ecd; } #a7947a9ee8a7a69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a7947a9ee8a7a69 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a327ea44eaac31c .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a327ea44eaac31c .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a327ea44eaac31c .ap-icon { margin-right: 6px; } #a327ea44eaac31c .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a327ea44eaac31c .menu-list > li.icon-bottom > a, #a327ea44eaac31c .menu-list > li.icon-top > a { flex-direction: column; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon img, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a327ea44eaac31c .menu-list > li:hover > a, #a327ea44eaac31c .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a327ea44eaac31c .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a327ea44eaac31c .menu-list ul, #a327ea44eaac31c .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a327ea44eaac31c .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a327ea44eaac31c .menu-list ul li ul { top: 0; left: 100%; } #a327ea44eaac31c .menu-list ul li { clear: both; width: 100%; border: none; } #a327ea44eaac31c .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #ab636a551dad6e0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ab636a551dad6e0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#acf7da0824ab29a .drop-menu .title { cursor: pointer; } #acf7da0824ab29a .drop-menu ul { margin-left: 15px; } #acf7da0824ab29a .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #acf7da0824ab29a .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #aa947a7dd8ab769 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7330a1af2a8e1c .ap-content-container { height: 100%; min-height: 40px; } #a749fabd4daa2d7 .sidebar { width: 280px; } @media (max-width: 640px) { #a749fabd4daa2d7 .sidebar { width: 100%; } } #a749fabd4daa2d7 .accordion-menu, #a749fabd4daa2d7 .accordion-menu ul ul.submenu, #a749fabd4daa2d7 .accordion-menu ul ul.submenu li ul.submenu { background: transparent; } #a749fabd4daa2d7 .accordion-menu-header h4 { color: #fff; font-weight: 500; line-height: 50px; } #a749fabd4daa2d7 .accordion-menu ul li a { margin-bottom: 1px; color: #555; background-color: #ECECEC; display: block; width: 100%; padding: 0 40px; line-height: 50px; text-decoration: none; white-space: nowrap; position: relative; overflow: hidden; transition: color .2s linear,background .2s linear; font-size: 14px; border: none; } #a749fabd4daa2d7 .accordion-menu > ul > li > a { background: #ddd; font-size: 16px; } #a749fabd4daa2d7 .accordion-menu li a:hover { background-color: #1e87f0; color: #fff; border: none; } #a749fabd4daa2d7 .accordion-menu .submenu-indicator { cursor: pointer; position: absolute; font-size: 20px; line-height: 50px; padding: 0 20px; right: 0; } #a749fabd4daa2d7 .contact { color: #fff; } #a749fabd4daa2d7 .phone { display: block; font-size: 28px; font-weight: bold; } #a749fabd4daa2d7 .hot-list { background: #f7f8f9; padding: 15px; } #a749fabd4daa2d7 .hot-list a { color: #777; } #a749fabd4daa2d7 .hot-list a:hover { color: #0f6ecd; } #a749fabd4daa2d7 .hot-item .thumb { display: block; overflow: hidden; } #a749fabd4daa2d7 .hot-item:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); transition: all 0.3s ease-out 0s; } #a749fabd4daa2d7 .hot-item:hover a { color: #0f6ecd; } #a749fabd4daa2d7 .hot-title { position: relative; padding-left: 10px; margin: 0 0 12px; font-size: 16px; font-weight: 600; line-height: 1; } #a749fabd4daa2d7 .hot-title::before { position: absolute; left: 0; top: 0; width: 3px; height: 16px; border-radius: 3px; background: #1e87f0; content: ""; } #a749fabd4daa2d7 .content-header { padding-bottom: 10px; } #a3646aba75a37c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a3646aba75a37c7 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a035daf874a4607 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a035daf874a4607 .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a035daf874a4607 .ap-icon { margin-right: 6px; } #a035daf874a4607 .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a035daf874a4607 .menu-list > li.icon-bottom > a, #a035daf874a4607 .menu-list > li.icon-top > a { flex-direction: column; } #a035daf874a4607 .menu-list > li.icon-bottom > a .ap-icon, #a035daf874a4607 .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a035daf874a4607 .menu-list > li.icon-bottom > a .ap-icon svg, #a035daf874a4607 .menu-list > li.icon-top > a .ap-icon svg, #a035daf874a4607 .menu-list > li.icon-bottom > a .ap-icon img, #a035daf874a4607 .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a035daf874a4607 .menu-list > li.icon-right > a .ap-icon, #a035daf874a4607 .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a035daf874a4607 .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a035daf874a4607 .menu-list > li:hover > a, #a035daf874a4607 .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a035daf874a4607 .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a035daf874a4607 .menu-list ul, #a035daf874a4607 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a035daf874a4607 .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a035daf874a4607 .menu-list ul li ul { top: 0; left: 100%; } #a035daf874a4607 .menu-list ul li { clear: both; width: 100%; border: none; } #a035daf874a4607 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #ad1baa36b2a2811 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ad1baa36b2a2811 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a1ab4a163aadd00 .drop-menu .title { cursor: pointer; } #a1ab4a163aadd00 .drop-menu ul { margin-left: 15px; } #a1ab4a163aadd00 .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a1ab4a163aadd00 .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #a1ab4a163aadd00 .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a1ab4a163aadd00 .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a94d6a547fa6119 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa0e2a6201a0ff3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e00a12feaac0c .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a7e00a12feaac0c .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a7e00a12feaac0c .ap-icon { margin-right: 6px; } #a7e00a12feaac0c .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a7e00a12feaac0c .menu-list > li.icon-bottom > a, #a7e00a12feaac0c .menu-list > li.icon-top > a { flex-direction: column; } #a7e00a12feaac0c .menu-list > li.icon-bottom > a .ap-icon, #a7e00a12feaac0c .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a7e00a12feaac0c .menu-list > li.icon-bottom > a .ap-icon svg, #a7e00a12feaac0c .menu-list > li.icon-top > a .ap-icon svg, #a7e00a12feaac0c .menu-list > li.icon-bottom > a .ap-icon img, #a7e00a12feaac0c .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a7e00a12feaac0c .menu-list > li.icon-right > a .ap-icon, #a7e00a12feaac0c .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a7e00a12feaac0c .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a7e00a12feaac0c .menu-list > li:hover > a, #a7e00a12feaac0c .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a7e00a12feaac0c .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a7e00a12feaac0c .menu-list ul, #a7e00a12feaac0c .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a7e00a12feaac0c .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a7e00a12feaac0c .menu-list ul li ul { top: 0; left: 100%; } #a7e00a12feaac0c .menu-list ul li { clear: both; width: 100%; border: none; } #a7e00a12feaac0c .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #a749fabd4daa2d7 .uk-grid {margin-left: -25px;}@media (min-width: 1200px) { #a749fabd4daa2d7 .uk-grid { margin-left: -25px;} }@media (max-width: 640) { #a749fabd4daa2d7 .uk-grid { margin-left: -25px;} }#a749fabd4daa2d7 .uk-grid>* {padding-left: 25px;}@media (min-width: 1200px) { #a749fabd4daa2d7 .uk-grid>* { padding-left: 25px;} }@media (max-width: 640) {#a749fabd4daa2d7 .uk-grid>* { padding-left: 25px;} }#a749fabd4daa2d7 .uk-grid>.uk-grid-margin {margin-top: 25px;}@media (min-width: 1200px) { #a749fabd4daa2d7 .uk-grid>.uk-grid-margin {margin-top: 25px;} }@media (max-width: 640) { #a749fabd4daa2d7 .uk-grid>.uk-grid-margin {margin-top: 25px;} }#a749fabd4daa2d7 [data-item*=".title"], #a749fabd4daa2d7 [data-item*=".title"] a {font-weight: bold;font-size: 16px;line-height: 1;max-line: 1;}#a749fabd4daa2d7 [data-item*=".abstract"], #a749fabd4daa2d7 [data-item*=".abstract"] a {show: true;max-line: 2;font-size: 14px;}#a749fabd4daa2d7 [data-item*=".subTitle"], #a749fabd4daa2d7 [data-item*=".subTitle"] a {show: true;}#a749fabd4daa2d7 [data-item*=".category"], #a749fabd4daa2d7 [data-item*=".category"] a {show: true;}#a749fabd4daa2d7 [data-item="items"] {left: 0px;top: -1px; position: relative;}#ae205a0838ab093 .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#ae205a0838ab093 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a04aeac261a7c03 > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5470a7208aed33 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad0ead707a30b4 > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a839ca19deac5e6 , #a839ca19deac5e6 a{color: rgba(255, 255, 255, 1);}#aaa81a600fa92b2 , #aaa81a600fa92b2 a{color: rgba(255, 255, 255, 1);}#a8666a75dca088c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a8666a75dca088c .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a8815a79edaa76f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ababab;}#a8815a79edaa76f * {color: #ababab } #a8815a79edaa76f .line{border-color: #ababab }#a6262a8864a0e46 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#a147ea2971a353e .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a147ea2971a353e .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#adcc3ac7b8aecac .ap-content-container { height: 100%; min-height: 40px; } #a43fba9339a5b48 { min-height: 300px; } #adbf2ac056a45df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#adbf2ac056a45df > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a8be6a1043a757f .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a8be6a1043a757f .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a8be6a1043a757f .ap-icon { margin-right: 6px; } #a8be6a1043a757f .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a8be6a1043a757f .menu-list > li.icon-bottom > a, #a8be6a1043a757f .menu-list > li.icon-top > a { flex-direction: column; } #a8be6a1043a757f .menu-list > li.icon-bottom > a .ap-icon, #a8be6a1043a757f .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a8be6a1043a757f .menu-list > li.icon-bottom > a .ap-icon svg, #a8be6a1043a757f .menu-list > li.icon-top > a .ap-icon svg, #a8be6a1043a757f .menu-list > li.icon-bottom > a .ap-icon img, #a8be6a1043a757f .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a8be6a1043a757f .menu-list > li.icon-right > a .ap-icon, #a8be6a1043a757f .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a8be6a1043a757f .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a8be6a1043a757f .menu-list > li:hover > a, #a8be6a1043a757f .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a8be6a1043a757f .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a8be6a1043a757f .menu-list ul, #a8be6a1043a757f .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a8be6a1043a757f .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a8be6a1043a757f .menu-list ul li ul { top: 0; left: 100%; } #a8be6a1043a757f .menu-list ul li { clear: both; width: 100%; border: none; } #a8be6a1043a757f .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #a1114ade49a71df .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a1114ade49a71df .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a1c56a4fcdaa2f7 .drop-menu .title { cursor: pointer; } #a1c56a4fcdaa2f7 .drop-menu ul { margin-left: 15px; } #a1c56a4fcdaa2f7 .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a1c56a4fcdaa2f7 .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #a1c56a4fcdaa2f7 .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a1c56a4fcdaa2f7 .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a6e5eab54daf382 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf0da5833a7baa { overflow: hidden; } #aaf0da5833a7baa , #aaf0da5833a7baa > * { font-weight: normal; font-style: normal; font-size: 24px;font-family: NotoSansSC-Medium;color: rgba(0, 0, 0, 1);}#a05a4a32edabeac .inner-detail { font-weight: normal; font-style: normal; font-size: 18px; font-family: NotoSansSC-DemiLight; color: #000000; } #ab0bca1722a30ae .video-box, #ab0bca1722a30ae .preview-box { margin-bottom: 20px; border: 1px solid #eee; } #ab0bca1722a30ae .ap-detail-slider { width: 100%; max-width: 100%; } #ab0bca1722a30ae .preview-box img { width: 100%; max-height: 500px; } #ab0bca1722a30ae .video-box video { object-fit: contain; position: absolute; left: 0; top: 0; z-index: 10; } #ab0bca1722a30ae .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; } #ab0bca1722a30ae .zoom-indicator { background-color: #fff; opacity: .3; position: absolute; right: 0; bottom: 0; } #ab0bca1722a30ae .zoom-indicator i { width: 30px; height: 30px; line-height: 30px; text-align: center; } #ab0bca1722a30ae .thumb-box { width: 100%; position: relative; } #ab0bca1722a30ae .thumb-box .btn { width: 22px; height: 32px; } #ab0bca1722a30ae .thumb-box .btn-next { background: url(/resources/sys/img/section/btn_next.png) no-repeat center center; } #ab0bca1722a30ae .thumb-box .btn-prev { background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center; } #ab0bca1722a30ae .thumb-list { overflow: hidden; } #ab0bca1722a30ae .thumb-list ul { width: 100000px; } #ab0bca1722a30ae .thumb-list ul li { list-style: none; float: left; margin: 0 4px; cursor: pointer; position: relative; } #ab0bca1722a30ae .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; } #ab0bca1722a30ae .thumb-list ul li.thumb-video:hover::after { opacity: 1; background-size: 35px; } #ab0bca1722a30ae .thumb-list ul li img { width: 68px; height: 68px; border: 2px solid #fff; } #ab0bca1722a30ae .thumb-list ul li.active img { border-color: #df3033; } #ab0bca1722a30ae .zoom-box { display: none; overflow: hidden; position: absolute; left: 100%; top: 0; width: 500px; height: 500px; border: 1px solid #e4e4e4; z-index: 400; background: #fff; } #ab0bca1722a30ae .zoom-box img { max-width: initial; } #ab0bca1722a30ae .goods-intro .title { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 4px; } #ab0bca1722a30ae .goods-params span { display: inline-block; width: 100px; color: #999; } #ab0bca1722a30ae .simple .slider-nav { position: absolute; right: 20px; bottom: 20px; display: inline-block; background-color: rgba(100, 100, 100, 0.6); border-radius: 10px; padding: 0 10px; line-height: 20px; height: 20px; color: #fff; } #ab0bca1722a30ae .simple .slider-nav li { display: none; font-size: 12px; } #ab0bca1722a30ae .simple .slider-nav li.uk-active { display: inline-block; } @media (max-width: 640px) { #ab0bca1722a30ae .right { width: 100%; } #ab0bca1722a30ae .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; } #ab0bca1722a30ae .goods-intro .buttons .button { margin: 0; width: 50%; font-size: 14px; border-radius: 0; } #ab0bca1722a30ae .goods-intro .buttons .button-buy { border: 0; background: #fff; } } #a328eaa3d3ad002 .video-box, #a328eaa3d3ad002 .preview-box { margin-bottom: 20px; border: 1px solid #eee; } #a328eaa3d3ad002 .ap-detail-slider { width: 100%; max-width: 100%; } #a328eaa3d3ad002 .preview-box img { width: 100%; max-height: 500px; } #a328eaa3d3ad002 .video-box video { object-fit: contain; position: absolute; left: 0; top: 0; z-index: 10; } #a328eaa3d3ad002 .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; } #a328eaa3d3ad002 .zoom-indicator { background-color: #fff; opacity: .3; position: absolute; right: 0; bottom: 0; } #a328eaa3d3ad002 .zoom-indicator i { width: 30px; height: 30px; line-height: 30px; text-align: center; } #a328eaa3d3ad002 .thumb-box { width: 100%; position: relative; } #a328eaa3d3ad002 .thumb-box .btn { width: 22px; height: 32px; } #a328eaa3d3ad002 .thumb-box .btn-next { background: url(/resources/sys/img/section/btn_next.png) no-repeat center center; } #a328eaa3d3ad002 .thumb-box .btn-prev { background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center; } #a328eaa3d3ad002 .thumb-list { overflow: hidden; } #a328eaa3d3ad002 .thumb-list ul { width: 100000px; } #a328eaa3d3ad002 .thumb-list ul li { list-style: none; float: left; margin: 0 4px; cursor: pointer; position: relative; } #a328eaa3d3ad002 .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; } #a328eaa3d3ad002 .thumb-list ul li.thumb-video:hover::after { opacity: 1; background-size: 35px; } #a328eaa3d3ad002 .thumb-list ul li img { width: 68px; height: 68px; border: 2px solid #fff; } #a328eaa3d3ad002 .thumb-list ul li.active img { border-color: #df3033; } #a328eaa3d3ad002 .zoom-box { display: none; overflow: hidden; position: absolute; left: 100%; top: 0; width: 500px; height: 500px; border: 1px solid #e4e4e4; z-index: 400; background: #fff; } #a328eaa3d3ad002 .zoom-box img { max-width: initial; } #a328eaa3d3ad002 .goods-intro .title { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 4px; } #a328eaa3d3ad002 .goods-params span { display: inline-block; width: 100px; color: #999; } #a328eaa3d3ad002 .simple .slider-nav { position: absolute; right: 20px; bottom: 20px; display: inline-block; background-color: rgba(100, 100, 100, 0.6); border-radius: 10px; padding: 0 10px; line-height: 20px; height: 20px; color: #fff; } #a328eaa3d3ad002 .simple .slider-nav li { display: none; font-size: 12px; } #a328eaa3d3ad002 .simple .slider-nav li.uk-active { display: inline-block; } @media (max-width: 640px) { #a328eaa3d3ad002 .right { width: 100%; } #a328eaa3d3ad002 .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; } #a328eaa3d3ad002 .goods-intro .buttons .button { margin: 0; width: 50%; font-size: 14px; border-radius: 0; } #a328eaa3d3ad002 .goods-intro .buttons .button-buy { border: 0; background: #fff; } } #a6367a96eea5f6b .video-box, #a6367a96eea5f6b .preview-box { margin-bottom: 20px; border: 1px solid #eee; } #a6367a96eea5f6b .ap-detail-slider { width: 100%; max-width: 100%; } #a6367a96eea5f6b .preview-box img { width: 100%; max-height: 500px; } #a6367a96eea5f6b .video-box video { object-fit: contain; position: absolute; left: 0; top: 0; z-index: 10; } #a6367a96eea5f6b .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; } #a6367a96eea5f6b .zoom-indicator { background-color: #fff; opacity: .3; position: absolute; right: 0; bottom: 0; } #a6367a96eea5f6b .zoom-indicator i { width: 30px; height: 30px; line-height: 30px; text-align: center; } #a6367a96eea5f6b .thumb-box { width: 100%; position: relative; } #a6367a96eea5f6b .thumb-box .btn { width: 22px; height: 32px; } #a6367a96eea5f6b .thumb-box .btn-next { background: url(/resources/sys/img/section/btn_next.png) no-repeat center center; } #a6367a96eea5f6b .thumb-box .btn-prev { background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center; } #a6367a96eea5f6b .thumb-list { overflow: hidden; } #a6367a96eea5f6b .thumb-list ul { width: 100000px; } #a6367a96eea5f6b .thumb-list ul li { list-style: none; float: left; margin: 0 4px; cursor: pointer; position: relative; } #a6367a96eea5f6b .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; } #a6367a96eea5f6b .thumb-list ul li.thumb-video:hover::after { opacity: 1; background-size: 35px; } #a6367a96eea5f6b .thumb-list ul li img { width: 68px; height: 68px; border: 2px solid #fff; } #a6367a96eea5f6b .thumb-list ul li.active img { border-color: #df3033; } #a6367a96eea5f6b .zoom-box { display: none; overflow: hidden; position: absolute; left: 100%; top: 0; width: 500px; height: 500px; border: 1px solid #e4e4e4; z-index: 400; background: #fff; } #a6367a96eea5f6b .zoom-box img { max-width: initial; } #a6367a96eea5f6b .goods-intro .title { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 4px; } #a6367a96eea5f6b .goods-params span { display: inline-block; width: 100px; color: #999; } #a6367a96eea5f6b .simple .slider-nav { position: absolute; right: 20px; bottom: 20px; display: inline-block; background-color: rgba(100, 100, 100, 0.6); border-radius: 10px; padding: 0 10px; line-height: 20px; height: 20px; color: #fff; } #a6367a96eea5f6b .simple .slider-nav li { display: none; font-size: 12px; } #a6367a96eea5f6b .simple .slider-nav li.uk-active { display: inline-block; } @media (max-width: 640px) { #a6367a96eea5f6b .right { width: 100%; } #a6367a96eea5f6b .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; } #a6367a96eea5f6b .goods-intro .buttons .button { margin: 0; width: 50%; font-size: 14px; border-radius: 0; } #a6367a96eea5f6b .goods-intro .buttons .button-buy { border: 0; background: #fff; } } #a8cc6a09b0a890a { overflow: hidden; } #a4acaa611ea2203 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4acaa611ea2203 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a43fba9339a5b48 [data-item="undefined"] { font-weight: normal; font-style: normal; font-size: 13px;font-family: NotoSansSC-DemiLight;}#acf25a7759ad721 .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#acf25a7759ad721 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#ae806aeacaaf926 {background-color: rgba(0,0,0,0.7);}#ae806aeacaaf926 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a54cfad6e9a413c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aebdaad9ceaf926 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#afebba30caacb3a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a73f4a4aaba966a .uk-form .form-submit-btn { width: 200px; } #a73f4a4aaba966a .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a73f4a4aaba966a .submit-wrap { text-align: center; } #a73f4a4aaba966a .submit-wrap button { background-color: #2662d7; } #a73f4a4aaba966a .submit-wrap button:hover { background-color: #3280f5; } #a73f4a4aaba966a form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #a73f4a4aaba966a form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a73f4a4aaba966a .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #a73f4a4aaba966a .form-item .uk-input, #a73f4a4aaba966a .form-item .uk-select, #a73f4a4aaba966a .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a73f4a4aaba966a .form-item .auto-height { height: auto; } #a1f86ab2d3a6dc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ae83ca1604ae5ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a04aeac261a7c03 > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5470a7208aed33 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad0ead707a30b4 > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a839ca19deac5e6 , #a839ca19deac5e6 a{color: rgba(255, 255, 255, 1);}#aaa81a600fa92b2 , #aaa81a600fa92b2 a{color: rgba(255, 255, 255, 1);}#a8666a75dca088c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a8666a75dca088c .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a8815a79edaa76f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ababab;}#a8815a79edaa76f * {color: #ababab } #a8815a79edaa76f .line{border-color: #ababab }#a6262a8864a0e46 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#a147ea2971a353e .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a147ea2971a353e .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#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; } #a5d47a1804a52ab [data-item="items"] {left: 0px;top: -1px; position: relative;}#a1838a1202a1cc2 .af45ca6539ac07c > .ele-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 0px rgba(118, 118, 118, 0.06);}#a1838a1202a1cc2 .aba26ab737ae8c3 { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(146, 143, 143, 1);}#a1838a1202a1cc2 .a3a99a288aab3cd { overflow: hidden; } #a1838a1202a1cc2 .a3a99a288aab3cd , #a1838a1202a1cc2 .a3a99a288aab3cd > * { font-weight: normal; font-style: normal; font-family: inherit;line-height: 28px;}#a1838a1202a1cc2 .af6d0a485ea5181 { overflow: hidden; } #a1838a1202a1cc2 .af6d0a485ea5181 , #a1838a1202a1cc2 .af6d0a485ea5181 > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#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 .a5431af7a1a791b > .ele-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 0px rgba(118, 118, 118, 0.04);}#ab1f6a1b46a51d3 .aa202a6daeabd75 { overflow: hidden; } #ab1f6a1b46a51d3 .aa202a6daeabd75 , #ab1f6a1b46a51d3 .aa202a6daeabd75 > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ab1f6a1b46a51d3 .ab921a1c9ea20c9 { overflow: hidden; } #ab1f6a1b46a51d3 .ab921a1c9ea20c9 , #ab1f6a1b46a51d3 .ab921a1c9ea20c9 > * { font-weight: normal; font-style: normal; font-family: inherit;line-height: 28px;}#ab1f6a1b46a51d3 .ad238a9d68a882e { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(146, 143, 143, 1);}#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 .a9eaaa896dac3e7 > .ele-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 3px 5px 0px rgba(118, 118, 118, 0.04);}#a27b9a95ada5ecd .ada8caf382aa572 { overflow: hidden; } #a27b9a95ada5ecd .ada8caf382aa572 , #a27b9a95ada5ecd .ada8caf382aa572 > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a27b9a95ada5ecd .a9e19a2ffea3a5c { overflow: hidden; } #a27b9a95ada5ecd .a9e19a2ffea3a5c , #a27b9a95ada5ecd .a9e19a2ffea3a5c > * { font-weight: normal; font-style: normal; font-family: inherit;line-height: 28px;}#a27b9a95ada5ecd .a1437a9160ae81d { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(146, 143, 143, 1);}#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 .ab396aa485a5418 > .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;box-shadow: 0px 4px 11px 4px rgba(118, 118, 118, 0.06);}#adc78ae1a8ac913 .a253ca266aaf306 { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(255, 255, 255, 1);}#adc78ae1a8ac913 .ad6fca129caa5c1 { overflow: hidden; } #adc78ae1a8ac913 .ad6fca129caa5c1 , #adc78ae1a8ac913 .ad6fca129caa5c1 > * { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 28px;}#adc78ae1a8ac913 .ac623ad45eaaa5e { overflow: hidden; } #adc78ae1a8ac913 .ac623ad45eaaa5e , #adc78ae1a8ac913 .ac623ad45eaaa5e > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a1e21aba8ba6613 #a0d45ac331acd78 { background: #fff; } #a1e21aba8ba6613 #preview { transform-origin: center top; } #a1e21aba8ba6613 #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; } #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list li ul, #a1e21aba8ba6613 #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; } #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a1e21aba8ba6613 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a1e21aba8ba6613 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a1e21aba8ba6613 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a1e21aba8ba6613 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a1e21aba8ba6613 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a1e21aba8ba6613 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a1e21aba8ba6613 .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; } #a1e21aba8ba6613 #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; } #a1e21aba8ba6613 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a1e21aba8ba6613 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a1e21aba8ba6613 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a1e21aba8ba6613 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a1e21aba8ba6613 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list li ul, #a1e21aba8ba6613 #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; } #a1e21aba8ba6613 #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; } #a1e21aba8ba6613 #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; } #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a1e21aba8ba6613 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a1e21aba8ba6613 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a1e21aba8ba6613 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a1e21aba8ba6613 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a1e21aba8ba6613 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #ac91da4c3dac64e .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #ac91da4c3dac64e .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #ac91da4c3dac64e .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; } #ac91da4c3dac64e .timeline-item-active:after { background: #32d296; content: '\f00c'; } #ac91da4c3dac64e .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #ac91da4c3dac64e a, #ac91da4c3dac64e .uk-link { color: inherit; } #a3ee4a9554a096a [data-item="title"] {left: 43px;top: -68px; position: relative;}#a3ee4a9554a096a [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a329ca71a3a7800 .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #acc8dad1e2a6c02 > .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;}#ac93fa80c8a130f > .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);}#ac93fa80c8a130f .hover-content-wrap:nth-child(1) {background-size: contain;}#ac93fa80c8a130f > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ac93fa80c8a130f .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a53dea144daceae > .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);}#a53dea144daceae .hover-content-wrap:nth-child(1) {background-size: contain;}#a53dea144daceae > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a53dea144daceae .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#ac776a4e79a7371 > .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);}#ac776a4e79a7371 .hover-content-wrap:nth-child(1) {background-size: contain;}#ac776a4e79a7371 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ac776a4e79a7371 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#af5baae5a7a8dac > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4471a356ba1ec8 > .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);}#ad316a5a4da8280 > .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);}#af1c8ac300a796e > .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);}#a7b6eada0ca8697 > .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);}#a521ea822ea3696 > .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);}#aeda0aee33a31e9 > .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);}#ae64aa2c56a64f8 > .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);}#a26f4af690a9fd6 > .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);}#a7906a3ef1a21bb > .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);}#a9bf8ac786a0175 > .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);}#ae92ca73f8a4097 { overflow: hidden; pointer-events: none; } #ae92ca73f8a4097 > .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; } #ae92ca73f8a4097 > .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; } #ae92ca73f8a4097 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ae92ca73f8a4097 > .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; } #ae92ca73f8a4097 > .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; } #ae92ca73f8a4097 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ae92ca73f8a4097 > .tab-wrap > div > .tab-nav, #ae92ca73f8a4097 > .tab-nav, #ae92ca73f8a4097 > .tab-tabs > .tab-wrap > div > .tab-nav, #ae92ca73f8a4097 > .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; } #ae92ca73f8a4097 > .tab-wrap > div > .tab-nav-horizontal, #ae92ca73f8a4097 > .tab-nav-horizontal, #ae92ca73f8a4097 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #ae92ca73f8a4097 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #ae92ca73f8a4097 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ae92ca73f8a4097 > .tab-nav-horizontal::-webkit-scrollbar, #ae92ca73f8a4097 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ae92ca73f8a4097 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #ae92ca73f8a4097 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ae92ca73f8a4097 > .tab-nav-horizontal.tagScroll, #ae92ca73f8a4097 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ae92ca73f8a4097 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #ae92ca73f8a4097 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ae92ca73f8a4097 > .tab-nav-horizontal.tagScroll li a, #ae92ca73f8a4097 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ae92ca73f8a4097 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #ae92ca73f8a4097 > .tab-wrap > div > .tab-nav a, #ae92ca73f8a4097 > .tab-nav a, #ae92ca73f8a4097 > .tab-tabs > .tab-wrap > div > .tab-nav a, #ae92ca73f8a4097 > .tab-tabs > .tab-nav a { padding: 0 0px; } #ae92ca73f8a4097 > .tab-wrap > div > .tab-nav li a, #ae92ca73f8a4097 > .tab-nav li a, #ae92ca73f8a4097 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #ae92ca73f8a4097 > .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; } #ae92ca73f8a4097 > .tab-wrap > div > .tab-nav li a svg, #ae92ca73f8a4097 > .tab-nav li a svg, #ae92ca73f8a4097 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #ae92ca73f8a4097 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #ae92ca73f8a4097 > .tab-wrap > div > .tab-nav li a .ap_icon, #ae92ca73f8a4097 > .tab-nav li a .ap_icon, #ae92ca73f8a4097 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #ae92ca73f8a4097 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #ae92ca73f8a4097 > .tab-wrap > div > .tab-nav li a:hover, #ae92ca73f8a4097 > .tab-nav li a:hover, #ae92ca73f8a4097 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #ae92ca73f8a4097 > .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; } #ae92ca73f8a4097 > .tab-wrap > div > .tab-nav li.uk-active a, #ae92ca73f8a4097 > .tab-nav li.uk-active a, #ae92ca73f8a4097 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #ae92ca73f8a4097 > .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; } #ae92ca73f8a4097 .layout-left li, #ae92ca73f8a4097 .layout-center li, #ae92ca73f8a4097 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #ae92ca73f8a4097 .layout-left li a, #ae92ca73f8a4097 .layout-center li a, #ae92ca73f8a4097 .layout-right li a { height: 100%; } #ae92ca73f8a4097 > .tab-tabs .layout-left { text-align: left; } #ae92ca73f8a4097 > .tab-tabs .layout-center { text-align: center; } #ae92ca73f8a4097 > .tab-tabs .layout-right { text-align: right; } #ae92ca73f8a4097 .tab-contents { height: 100%; height: calc(100% - 50px); } #ae92ca73f8a4097 .tab-content-wrap { background-color: transparent; } #ae92ca73f8a4097 .tab-contents, #ae92ca73f8a4097 .tab-contents-wrap { pointer-events: none; } #ae92ca73f8a4097 .tab-content, #ae92ca73f8a4097 .tab-content-wrap { height: 100%; width: 100%; } #ae92ca73f8a4097 .tab-wrap { height: 100%; pointer-events: none; } #ae92ca73f8a4097 .tab-wrap .tab-contents { height: 100%; } #ae92ca73f8a4097 .tab-wrap > div { height: 100%; overflow-y: auto; } #ac91da4c3dac64e [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#ac91da4c3dac64e [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#ac91da4c3dac64e [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#ac91da4c3dac64e [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#ac91da4c3dac64e [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#ac91da4c3dac64e [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#ac91da4c3dac64e [data-item="items"] {left: 0px;top: -10px; position: relative;}#a7679ae82aad56c > .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);}#ade5fa57d4aac85 > .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; } #ac48ba21ecae495 .cd-accordion-menu label, #ac48ba21ecae495 .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #ac48ba21ecae495 .menu-list > ul > li.active > a, #ac48ba21ecae495 .menu-list > ul > li.active > label, #ac48ba21ecae495 .menu-list > ul > li:hover > a, #ac48ba21ecae495 .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #ac48ba21ecae495 .cd-accordion-menu ul li > a:hover, #ac48ba21ecae495 .cd-accordion-menu ul li > label:hover { box-shadow: none; } #a0f8ea0ae3af390 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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/1653555112222.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);}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a0e10a0eb9a2398 #a0d45ac331acd78 { background: #fff; } #a0e10a0eb9a2398 #preview { transform-origin: center top; } #a0e10a0eb9a2398 #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; } #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list li ul, #a0e10a0eb9a2398 #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; } #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a0e10a0eb9a2398 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a0e10a0eb9a2398 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a0e10a0eb9a2398 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a0e10a0eb9a2398 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a0e10a0eb9a2398 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a0e10a0eb9a2398 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a0e10a0eb9a2398 .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; } #a0e10a0eb9a2398 #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; } #a0e10a0eb9a2398 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a0e10a0eb9a2398 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a0e10a0eb9a2398 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a0e10a0eb9a2398 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a0e10a0eb9a2398 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list li ul, #a0e10a0eb9a2398 #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; } #a0e10a0eb9a2398 #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; } #a0e10a0eb9a2398 #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; } #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a0e10a0eb9a2398 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a0e10a0eb9a2398 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a0e10a0eb9a2398 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a0e10a0eb9a2398 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a0e10a0eb9a2398 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #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);letter-spacing: 1px;}#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 .a7597a02bda7cff , #a252eac73da7426 .a7597a02bda7cff 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; } } #a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#acda3a4f00ae5a5 #a0d45ac331acd78 { background: #fff; } #acda3a4f00ae5a5 #preview { transform-origin: center top; } #acda3a4f00ae5a5 #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; } #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list li ul, #acda3a4f00ae5a5 #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; } #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #acda3a4f00ae5a5 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #acda3a4f00ae5a5 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #acda3a4f00ae5a5 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #acda3a4f00ae5a5 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #acda3a4f00ae5a5 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #acda3a4f00ae5a5 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #acda3a4f00ae5a5 .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; } #acda3a4f00ae5a5 #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; } #acda3a4f00ae5a5 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #acda3a4f00ae5a5 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #acda3a4f00ae5a5 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #acda3a4f00ae5a5 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #acda3a4f00ae5a5 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list li ul, #acda3a4f00ae5a5 #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; } #acda3a4f00ae5a5 #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; } #acda3a4f00ae5a5 #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; } #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list > li.active > a:before, #acda3a4f00ae5a5 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #acda3a4f00ae5a5 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #acda3a4f00ae5a5 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #acda3a4f00ae5a5 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #acda3a4f00ae5a5 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a1c77a4b04aff2f [data-item="title"] {left: 43px;top: -68px; position: relative;}#a1c77a4b04aff2f [data-item="abstract"] {left: 45px;top: -48px; position: relative;}.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; } #ad88ba3e3fa0495 .cd-accordion-menu label, #ad88ba3e3fa0495 .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #ad88ba3e3fa0495 .menu-list > ul > li.active > a, #ad88ba3e3fa0495 .menu-list > ul > li.active > label, #ad88ba3e3fa0495 .menu-list > ul > li:hover > a, #ad88ba3e3fa0495 .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #ad88ba3e3fa0495 .cd-accordion-menu ul li > a:hover, #ad88ba3e3fa0495 .cd-accordion-menu ul li > label:hover { box-shadow: none; } #a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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; } #afe5aa4e1ea56cb .logged { display: none; } #afe5aa4e1ea56cb .header-topbar { position: relative; z-index: 30; height: 30px; font-size: 12px; color: #888; background: #efefef; } #afe5aa4e1ea56cb .header-topbar ul li { display: inline-block; position: relative; align-items: center; } #afe5aa4e1ea56cb .quick-menus li:after { content: '|'; color: #888; } #afe5aa4e1ea56cb .quick-menus li:last-child::after { content: ''; } #afe5aa4e1ea56cb .header-topbar ul a { color: #888; padding: 0 4px; line-height: 30px; } #afe5aa4e1ea56cb .site-header { height: 80px; } #afe5aa4e1ea56cb .uk-navbar-item, #afe5aa4e1ea56cb .uk-navbar-nav > li > a, #afe5aa4e1ea56cb .uk-navbar-toggle { height: 80px; line-height: 80px; padding: 0; position: relative; margin: 0 25px; } #afe5aa4e1ea56cb .uk-navbar-nav > li > a::before { display: inline-block; content: " "; width: 0; height: 0; background: #1e87f0; position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0); } #afe5aa4e1ea56cb .uk-navbar-nav > li > a:hover::before, #afe5aa4e1ea56cb .uk-navbar-nav > li.active > a::before { transition: 300ms ease all; height: 3px; width: 100%; } #afe5aa4e1ea56cb .uk-navbar-nav > li.active > a { color: #1e87f0; } #afe5aa4e1ea56cb .uk-navbar-nav > li > a::after { content: "/"; margin-left: 12px; color: #999; position: absolute; right: -25px; top: 0; } #afe5aa4e1ea56cb .uk-navbar-nav > li:last-child a::after { display: none; } #afe5aa4e1ea56cb .uk-navbar-center { display: inline-block; position: static; } #afe5aa4e1ea56cb .uk-navbar-sticky .site-header { min-height: 80px; } #afe5aa4e1ea56cb .ap-search-form { display: inline-block; width: 100%; } #afe5aa4e1ea56cb .sub-menu-item { font-size: 12px; padding: 0 15px; line-height: 42px; display: inline-block; } #afe5aa4e1ea56cb .menu-item > a > svg { display: inline-block; width: 16px; margin: 0; margin-right: 4px; } #afe5aa4e1ea56cb .nav-dropdown { position: absolute; width: 100%; left: 0; top: 100%; display: none; z-index: 500; } #afe5aa4e1ea56cb .search-input { width: 100%; height: 34px; border: 1px solid #ececec; color: #999; background: transparent; border-radius: 6px; } #afe5aa4e1ea56cb .uk-navbar-container:not(.uk-navbar-transparent) { background: #1e87f0; } #afe5aa4e1ea56cb .site-pc-navbar { background: #fff; } #afe5aa4e1ea56cb .btn-search { font-size: 14px; line-height: 1; color: #999; width: 40px; border-left: 1px solid #ececec; height: 100%; position: absolute; top: 0; right: 0; background: none; } #afe5aa4e1ea56cb .logo { display: inline-block; } #afe5aa4e1ea56cb .menu-list { justify-content: center; } #afe5aa4e1ea56cb .submenu-items { display: inline-block; } #afe5aa4e1ea56cb .submenu-items .sub-menu-item:last-child svg, #afe5aa4e1ea56cb .submenu-items .sub-menu-item:last-child img { border-right: none; } #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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a7617a0344a5292 #a0d45ac331acd78 { background: #fff; } #a7617a0344a5292 #preview { transform-origin: center top; } #a7617a0344a5292 #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; } #a7617a0344a5292 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a7617a0344a5292 #a3bb6a37fea5423 .menu-list li ul, #a7617a0344a5292 #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; } #a7617a0344a5292 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a7617a0344a5292 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a7617a0344a5292 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a7617a0344a5292 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a7617a0344a5292 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a7617a0344a5292 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a7617a0344a5292 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a7617a0344a5292 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a7617a0344a5292 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a7617a0344a5292 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a7617a0344a5292 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a7617a0344a5292 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a7617a0344a5292 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a7617a0344a5292 .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; } #a7617a0344a5292 #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; } #a7617a0344a5292 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a7617a0344a5292 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a7617a0344a5292 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a7617a0344a5292 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a7617a0344a5292 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a7617a0344a5292 #a3bb6a37fea5423 .menu-list li ul, #a7617a0344a5292 #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; } #a7617a0344a5292 #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; } #a7617a0344a5292 #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; } #a7617a0344a5292 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a7617a0344a5292 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a7617a0344a5292 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a7617a0344a5292 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a7617a0344a5292 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a7617a0344a5292 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a7617a0344a5292 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #afe07ad268abbf0 .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #afe07ad268abbf0 .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #afe07ad268abbf0 .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; } #afe07ad268abbf0 .timeline-item-active:after { background: #32d296; content: '\f00c'; } #afe07ad268abbf0 .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #afe07ad268abbf0 a, #afe07ad268abbf0 .uk-link { color: inherit; } #a87b2acf98a4a67 [data-item="title"] {left: 43px;top: -68px; position: relative;}#a87b2acf98a4a67 [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a3954a5ff5acbbb .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a4056ac5e6ae252 > .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;}#a1c2faec8cab970 > .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);}#a1c2faec8cab970 .hover-content-wrap:nth-child(1) {background-size: contain;}#a1c2faec8cab970 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a1c2faec8cab970 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a2ea3a991ba7b9d > .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);}#a2ea3a991ba7b9d .hover-content-wrap:nth-child(1) {background-size: contain;}#a2ea3a991ba7b9d > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a2ea3a991ba7b9d .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#ae1e9a7e29a4ec1 > .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);}#ae1e9a7e29a4ec1 .hover-content-wrap:nth-child(1) {background-size: contain;}#ae1e9a7e29a4ec1 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ae1e9a7e29a4ec1 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a15c3add26afbf8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf7ba4680a5349 > .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);}#a0002a143aa7ede > .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);}#a6592a4d26a99a6 > .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);}#afc95a8381ac341 > .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);}#aacc4a33a0a1b03 > .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);}#ac90ba576fa9926 > .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);}#a263aa3923ade3c > .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);}#aeacaa4885af138 > .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);}#a8142a7eb3a459b > .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);}#a4b33a3777a7495 > .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);}#afe5ba529ca32f1 { overflow: hidden; pointer-events: none; } #afe5ba529ca32f1 > .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; } #afe5ba529ca32f1 > .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; } #afe5ba529ca32f1 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #afe5ba529ca32f1 > .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; } #afe5ba529ca32f1 > .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; } #afe5ba529ca32f1 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #afe5ba529ca32f1 > .tab-wrap > div > .tab-nav, #afe5ba529ca32f1 > .tab-nav, #afe5ba529ca32f1 > .tab-tabs > .tab-wrap > div > .tab-nav, #afe5ba529ca32f1 > .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; } #afe5ba529ca32f1 > .tab-wrap > div > .tab-nav-horizontal, #afe5ba529ca32f1 > .tab-nav-horizontal, #afe5ba529ca32f1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #afe5ba529ca32f1 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #afe5ba529ca32f1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #afe5ba529ca32f1 > .tab-nav-horizontal::-webkit-scrollbar, #afe5ba529ca32f1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #afe5ba529ca32f1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #afe5ba529ca32f1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #afe5ba529ca32f1 > .tab-nav-horizontal.tagScroll, #afe5ba529ca32f1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #afe5ba529ca32f1 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #afe5ba529ca32f1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #afe5ba529ca32f1 > .tab-nav-horizontal.tagScroll li a, #afe5ba529ca32f1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #afe5ba529ca32f1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #afe5ba529ca32f1 > .tab-wrap > div > .tab-nav a, #afe5ba529ca32f1 > .tab-nav a, #afe5ba529ca32f1 > .tab-tabs > .tab-wrap > div > .tab-nav a, #afe5ba529ca32f1 > .tab-tabs > .tab-nav a { padding: 0 0px; } #afe5ba529ca32f1 > .tab-wrap > div > .tab-nav li a, #afe5ba529ca32f1 > .tab-nav li a, #afe5ba529ca32f1 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #afe5ba529ca32f1 > .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; } #afe5ba529ca32f1 > .tab-wrap > div > .tab-nav li a svg, #afe5ba529ca32f1 > .tab-nav li a svg, #afe5ba529ca32f1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #afe5ba529ca32f1 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #afe5ba529ca32f1 > .tab-wrap > div > .tab-nav li a .ap_icon, #afe5ba529ca32f1 > .tab-nav li a .ap_icon, #afe5ba529ca32f1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #afe5ba529ca32f1 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #afe5ba529ca32f1 > .tab-wrap > div > .tab-nav li a:hover, #afe5ba529ca32f1 > .tab-nav li a:hover, #afe5ba529ca32f1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #afe5ba529ca32f1 > .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; } #afe5ba529ca32f1 > .tab-wrap > div > .tab-nav li.uk-active a, #afe5ba529ca32f1 > .tab-nav li.uk-active a, #afe5ba529ca32f1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #afe5ba529ca32f1 > .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; } #afe5ba529ca32f1 .layout-left li, #afe5ba529ca32f1 .layout-center li, #afe5ba529ca32f1 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #afe5ba529ca32f1 .layout-left li a, #afe5ba529ca32f1 .layout-center li a, #afe5ba529ca32f1 .layout-right li a { height: 100%; } #afe5ba529ca32f1 > .tab-tabs .layout-left { text-align: left; } #afe5ba529ca32f1 > .tab-tabs .layout-center { text-align: center; } #afe5ba529ca32f1 > .tab-tabs .layout-right { text-align: right; } #afe5ba529ca32f1 .tab-contents { height: 100%; height: calc(100% - 50px); } #afe5ba529ca32f1 .tab-content-wrap { background-color: transparent; } #afe5ba529ca32f1 .tab-contents, #afe5ba529ca32f1 .tab-contents-wrap { pointer-events: none; } #afe5ba529ca32f1 .tab-content, #afe5ba529ca32f1 .tab-content-wrap { height: 100%; width: 100%; } #afe5ba529ca32f1 .tab-wrap { height: 100%; pointer-events: none; } #afe5ba529ca32f1 .tab-wrap .tab-contents { height: 100%; } #afe5ba529ca32f1 .tab-wrap > div { height: 100%; overflow-y: auto; } #afe07ad268abbf0 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#afe07ad268abbf0 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#afe07ad268abbf0 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#afe07ad268abbf0 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#afe07ad268abbf0 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#afe07ad268abbf0 [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#afe07ad268abbf0 [data-item="items"] {left: 0px;top: -10px; position: relative;}#a2bb3acadea060b > .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);}#a6d61a7839aa2bb > .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; } #a4d29ab9b3a8718 .cd-accordion-menu label, #a4d29ab9b3a8718 .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #a4d29ab9b3a8718 .menu-list > ul > li.active > a, #a4d29ab9b3a8718 .menu-list > ul > li.active > label, #a4d29ab9b3a8718 .menu-list > ul > li:hover > a, #a4d29ab9b3a8718 .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #a4d29ab9b3a8718 .cd-accordion-menu ul li > a:hover, #a4d29ab9b3a8718 .cd-accordion-menu ul li > label:hover { box-shadow: none; } #a7611a0a58adbaf [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#abcaaae33da471c #a0d45ac331acd78 { background: #fff; } #abcaaae33da471c #preview { transform-origin: center top; } #abcaaae33da471c #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; } #abcaaae33da471c #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #abcaaae33da471c #a3bb6a37fea5423 .menu-list li ul, #abcaaae33da471c #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; } #abcaaae33da471c #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #abcaaae33da471c #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #abcaaae33da471c #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #abcaaae33da471c #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #abcaaae33da471c #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #abcaaae33da471c #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #abcaaae33da471c #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #abcaaae33da471c #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #abcaaae33da471c #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #abcaaae33da471c #a02a3acd87a0b1a { left: 0px; position: unset!important; } #abcaaae33da471c #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #abcaaae33da471c #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #abcaaae33da471c #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #abcaaae33da471c .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; } #abcaaae33da471c #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; } #abcaaae33da471c #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #abcaaae33da471c #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #abcaaae33da471c #ac660aeba3ad917 { left: 1100px!important; color: #333; } #abcaaae33da471c #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #abcaaae33da471c #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #abcaaae33da471c #a3bb6a37fea5423 .menu-list li ul, #abcaaae33da471c #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; } #abcaaae33da471c #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; } #abcaaae33da471c #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; } #abcaaae33da471c #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #abcaaae33da471c #a3bb6a37fea5423 .menu-list > li.active > a:before, #abcaaae33da471c #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #abcaaae33da471c .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #abcaaae33da471c .uk-dropdown-nav > li > a:hover { font-weight: bold; } #abcaaae33da471c #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #abcaaae33da471c #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #ab1a6a3131ad887 .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #ab1a6a3131ad887 .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #ab1a6a3131ad887 .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; } #ab1a6a3131ad887 .timeline-item-active:after { background: #32d296; content: '\f00c'; } #ab1a6a3131ad887 .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #ab1a6a3131ad887 a, #ab1a6a3131ad887 .uk-link { color: inherit; } #aab1ba8cc7a24fe [data-item="title"] {left: 43px;top: -68px; position: relative;}#aab1ba8cc7a24fe [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#ac3c1ae04faa8f5 .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #ae75ba5a53a5c1e > .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;}#a43bda0f70aa8e5 > .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);}#a43bda0f70aa8e5 .hover-content-wrap:nth-child(1) {background-size: contain;}#a43bda0f70aa8e5 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a43bda0f70aa8e5 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#ae0e6a6736ab631 > .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);}#ae0e6a6736ab631 .hover-content-wrap:nth-child(1) {background-size: contain;}#ae0e6a6736ab631 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#ae0e6a6736ab631 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#af13baf207a8d99 > .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);}#af13baf207a8d99 .hover-content-wrap:nth-child(1) {background-size: contain;}#af13baf207a8d99 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#af13baf207a8d99 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#aef81a0233a8505 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afdfbae785aa760 > .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);}#abd65a228ba7701 > .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);}#a7ed0a556ba47d2 > .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);}#ad9baa2495a2b70 > .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);}#a41ffa2a15a89a8 > .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);}#ad985ab855a9f7d > .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);}#a6d88a3bfeac6db > .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);}#ac6baa2cd7a27b8 > .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);}#a2e8aa30aca1456 > .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);}#afca8aff6ca9cdc > .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);}#a75caaddb7a016d { overflow: hidden; pointer-events: none; } #a75caaddb7a016d > .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; } #a75caaddb7a016d > .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; } #a75caaddb7a016d > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a75caaddb7a016d > .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; } #a75caaddb7a016d > .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; } #a75caaddb7a016d > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a75caaddb7a016d > .tab-wrap > div > .tab-nav, #a75caaddb7a016d > .tab-nav, #a75caaddb7a016d > .tab-tabs > .tab-wrap > div > .tab-nav, #a75caaddb7a016d > .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; } #a75caaddb7a016d > .tab-wrap > div > .tab-nav-horizontal, #a75caaddb7a016d > .tab-nav-horizontal, #a75caaddb7a016d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a75caaddb7a016d > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a75caaddb7a016d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a75caaddb7a016d > .tab-nav-horizontal::-webkit-scrollbar, #a75caaddb7a016d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a75caaddb7a016d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a75caaddb7a016d > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a75caaddb7a016d > .tab-nav-horizontal.tagScroll, #a75caaddb7a016d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a75caaddb7a016d > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a75caaddb7a016d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a75caaddb7a016d > .tab-nav-horizontal.tagScroll li a, #a75caaddb7a016d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a75caaddb7a016d > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a75caaddb7a016d > .tab-wrap > div > .tab-nav a, #a75caaddb7a016d > .tab-nav a, #a75caaddb7a016d > .tab-tabs > .tab-wrap > div > .tab-nav a, #a75caaddb7a016d > .tab-tabs > .tab-nav a { padding: 0 0px; } #a75caaddb7a016d > .tab-wrap > div > .tab-nav li a, #a75caaddb7a016d > .tab-nav li a, #a75caaddb7a016d > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a75caaddb7a016d > .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; } #a75caaddb7a016d > .tab-wrap > div > .tab-nav li a svg, #a75caaddb7a016d > .tab-nav li a svg, #a75caaddb7a016d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a75caaddb7a016d > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a75caaddb7a016d > .tab-wrap > div > .tab-nav li a .ap_icon, #a75caaddb7a016d > .tab-nav li a .ap_icon, #a75caaddb7a016d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a75caaddb7a016d > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a75caaddb7a016d > .tab-wrap > div > .tab-nav li a:hover, #a75caaddb7a016d > .tab-nav li a:hover, #a75caaddb7a016d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a75caaddb7a016d > .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; } #a75caaddb7a016d > .tab-wrap > div > .tab-nav li.uk-active a, #a75caaddb7a016d > .tab-nav li.uk-active a, #a75caaddb7a016d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a75caaddb7a016d > .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; } #a75caaddb7a016d .layout-left li, #a75caaddb7a016d .layout-center li, #a75caaddb7a016d .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a75caaddb7a016d .layout-left li a, #a75caaddb7a016d .layout-center li a, #a75caaddb7a016d .layout-right li a { height: 100%; } #a75caaddb7a016d > .tab-tabs .layout-left { text-align: left; } #a75caaddb7a016d > .tab-tabs .layout-center { text-align: center; } #a75caaddb7a016d > .tab-tabs .layout-right { text-align: right; } #a75caaddb7a016d .tab-contents { height: 100%; height: calc(100% - 50px); } #a75caaddb7a016d .tab-content-wrap { background-color: transparent; } #a75caaddb7a016d .tab-contents, #a75caaddb7a016d .tab-contents-wrap { pointer-events: none; } #a75caaddb7a016d .tab-content, #a75caaddb7a016d .tab-content-wrap { height: 100%; width: 100%; } #a75caaddb7a016d .tab-wrap { height: 100%; pointer-events: none; } #a75caaddb7a016d .tab-wrap .tab-contents { height: 100%; } #a75caaddb7a016d .tab-wrap > div { height: 100%; overflow-y: auto; } #ab1a6a3131ad887 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#ab1a6a3131ad887 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#ab1a6a3131ad887 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#ab1a6a3131ad887 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#ab1a6a3131ad887 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#ab1a6a3131ad887 [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#ab1a6a3131ad887 [data-item="items"] {left: 0px;top: -10px; position: relative;}#aed2aacf5ba7ff0 > .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);}#a48dbaafaaa64fa > .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; } #a5915aad68aa5ec .cd-accordion-menu label, #a5915aad68aa5ec .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #a5915aad68aa5ec .menu-list > ul > li.active > a, #a5915aad68aa5ec .menu-list > ul > li.active > label, #a5915aad68aa5ec .menu-list > ul > li:hover > a, #a5915aad68aa5ec .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #a5915aad68aa5ec .cd-accordion-menu ul li > a:hover, #a5915aad68aa5ec .cd-accordion-menu ul li > label:hover { box-shadow: none; } #ac8e0aa023a26ab [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#acd10a2b56ac077 #a0d45ac331acd78 { background: #fff; } #acd10a2b56ac077 #preview { transform-origin: center top; } #acd10a2b56ac077 #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; } #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list li ul, #acd10a2b56ac077 #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; } #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #acd10a2b56ac077 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #acd10a2b56ac077 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #acd10a2b56ac077 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #acd10a2b56ac077 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #acd10a2b56ac077 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #acd10a2b56ac077 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #acd10a2b56ac077 .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; } #acd10a2b56ac077 #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; } #acd10a2b56ac077 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #acd10a2b56ac077 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #acd10a2b56ac077 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #acd10a2b56ac077 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #acd10a2b56ac077 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list li ul, #acd10a2b56ac077 #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; } #acd10a2b56ac077 #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; } #acd10a2b56ac077 #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; } #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list > li.active > a:before, #acd10a2b56ac077 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #acd10a2b56ac077 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #acd10a2b56ac077 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #acd10a2b56ac077 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #acd10a2b56ac077 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a13eba000ca01ce .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #a13eba000ca01ce .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #a13eba000ca01ce .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; } #a13eba000ca01ce .timeline-item-active:after { background: #32d296; content: '\f00c'; } #a13eba000ca01ce .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #a13eba000ca01ce a, #a13eba000ca01ce .uk-link { color: inherit; } #a3e2aa39f6add3c [data-item="title"] {left: 43px;top: -68px; position: relative;}#a3e2aa39f6add3c [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a3d75a3206a0f6b .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a8f17a5814af920 > .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;}#a4a38a71cca31db > .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);}#a4a38a71cca31db .hover-content-wrap:nth-child(1) {background-size: contain;}#a4a38a71cca31db > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a4a38a71cca31db .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a2518ab408a88d2 > .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);}#a2518ab408a88d2 .hover-content-wrap:nth-child(1) {background-size: contain;}#a2518ab408a88d2 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a2518ab408a88d2 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a23e2a0591aba6d > .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);}#a23e2a0591aba6d .hover-content-wrap:nth-child(1) {background-size: contain;}#a23e2a0591aba6d > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a23e2a0591aba6d .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#adab8aee0faa54c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9025a192da18de > .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);}#a63f4aa493a3890 > .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);}#ac130a1642a3650 > .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);}#abc72a1799ad1b2 > .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);}#aca07a47acad439 > .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);}#add00a1761a17b1 > .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);}#acd2da540aa805b > .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);}#a0743a710ea007e > .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);}#a7f40a7a7aa6cef > .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);}#ae500aba43a216f > .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);}#a993ea3443a045e { overflow: hidden; pointer-events: none; } #a993ea3443a045e > .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; } #a993ea3443a045e > .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; } #a993ea3443a045e > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a993ea3443a045e > .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; } #a993ea3443a045e > .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; } #a993ea3443a045e > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a993ea3443a045e > .tab-wrap > div > .tab-nav, #a993ea3443a045e > .tab-nav, #a993ea3443a045e > .tab-tabs > .tab-wrap > div > .tab-nav, #a993ea3443a045e > .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; } #a993ea3443a045e > .tab-wrap > div > .tab-nav-horizontal, #a993ea3443a045e > .tab-nav-horizontal, #a993ea3443a045e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a993ea3443a045e > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a993ea3443a045e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a993ea3443a045e > .tab-nav-horizontal::-webkit-scrollbar, #a993ea3443a045e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a993ea3443a045e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a993ea3443a045e > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a993ea3443a045e > .tab-nav-horizontal.tagScroll, #a993ea3443a045e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a993ea3443a045e > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a993ea3443a045e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a993ea3443a045e > .tab-nav-horizontal.tagScroll li a, #a993ea3443a045e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a993ea3443a045e > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a993ea3443a045e > .tab-wrap > div > .tab-nav a, #a993ea3443a045e > .tab-nav a, #a993ea3443a045e > .tab-tabs > .tab-wrap > div > .tab-nav a, #a993ea3443a045e > .tab-tabs > .tab-nav a { padding: 0 0px; } #a993ea3443a045e > .tab-wrap > div > .tab-nav li a, #a993ea3443a045e > .tab-nav li a, #a993ea3443a045e > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a993ea3443a045e > .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; } #a993ea3443a045e > .tab-wrap > div > .tab-nav li a svg, #a993ea3443a045e > .tab-nav li a svg, #a993ea3443a045e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a993ea3443a045e > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a993ea3443a045e > .tab-wrap > div > .tab-nav li a .ap_icon, #a993ea3443a045e > .tab-nav li a .ap_icon, #a993ea3443a045e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a993ea3443a045e > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a993ea3443a045e > .tab-wrap > div > .tab-nav li a:hover, #a993ea3443a045e > .tab-nav li a:hover, #a993ea3443a045e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a993ea3443a045e > .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; } #a993ea3443a045e > .tab-wrap > div > .tab-nav li.uk-active a, #a993ea3443a045e > .tab-nav li.uk-active a, #a993ea3443a045e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a993ea3443a045e > .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; } #a993ea3443a045e .layout-left li, #a993ea3443a045e .layout-center li, #a993ea3443a045e .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a993ea3443a045e .layout-left li a, #a993ea3443a045e .layout-center li a, #a993ea3443a045e .layout-right li a { height: 100%; } #a993ea3443a045e > .tab-tabs .layout-left { text-align: left; } #a993ea3443a045e > .tab-tabs .layout-center { text-align: center; } #a993ea3443a045e > .tab-tabs .layout-right { text-align: right; } #a993ea3443a045e .tab-contents { height: 100%; height: calc(100% - 50px); } #a993ea3443a045e .tab-content-wrap { background-color: transparent; } #a993ea3443a045e .tab-contents, #a993ea3443a045e .tab-contents-wrap { pointer-events: none; } #a993ea3443a045e .tab-content, #a993ea3443a045e .tab-content-wrap { height: 100%; width: 100%; } #a993ea3443a045e .tab-wrap { height: 100%; pointer-events: none; } #a993ea3443a045e .tab-wrap .tab-contents { height: 100%; } #a993ea3443a045e .tab-wrap > div { height: 100%; overflow-y: auto; } #a13eba000ca01ce [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a13eba000ca01ce [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a13eba000ca01ce [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a13eba000ca01ce [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a13eba000ca01ce [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a13eba000ca01ce [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#a13eba000ca01ce [data-item="items"] {left: 0px;top: -10px; position: relative;}#a8ed0ac10ea5b9f > .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);}#af0a5ada44a8cce > .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; } #ab6ddaf0b3a4887 .cd-accordion-menu label, #ab6ddaf0b3a4887 .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #ab6ddaf0b3a4887 .menu-list > ul > li.active > a, #ab6ddaf0b3a4887 .menu-list > ul > li.active > label, #ab6ddaf0b3a4887 .menu-list > ul > li:hover > a, #ab6ddaf0b3a4887 .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #ab6ddaf0b3a4887 .cd-accordion-menu ul li > a:hover, #ab6ddaf0b3a4887 .cd-accordion-menu ul li > label:hover { box-shadow: none; } #a0761a5f3da6063 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#ae975a940daf456 #a0d45ac331acd78 { background: #fff; } #ae975a940daf456 #preview { transform-origin: center top; } #ae975a940daf456 #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; } #ae975a940daf456 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #ae975a940daf456 #a3bb6a37fea5423 .menu-list li ul, #ae975a940daf456 #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; } #ae975a940daf456 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #ae975a940daf456 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #ae975a940daf456 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #ae975a940daf456 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #ae975a940daf456 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #ae975a940daf456 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #ae975a940daf456 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #ae975a940daf456 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ae975a940daf456 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #ae975a940daf456 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #ae975a940daf456 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #ae975a940daf456 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ae975a940daf456 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #ae975a940daf456 .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; } #ae975a940daf456 #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; } #ae975a940daf456 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #ae975a940daf456 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #ae975a940daf456 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #ae975a940daf456 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #ae975a940daf456 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #ae975a940daf456 #a3bb6a37fea5423 .menu-list li ul, #ae975a940daf456 #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; } #ae975a940daf456 #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; } #ae975a940daf456 #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; } #ae975a940daf456 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #ae975a940daf456 #a3bb6a37fea5423 .menu-list > li.active > a:before, #ae975a940daf456 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #ae975a940daf456 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #ae975a940daf456 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #ae975a940daf456 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #ae975a940daf456 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a4e63ae75cab09f [data-item="title"] {left: 0px;top: 1px; position: relative;}#a4e63ae75cab09f [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a0547a4d6ba7632 #a0d45ac331acd78 { background: #fff; } #a0547a4d6ba7632 #preview { transform-origin: center top; } #a0547a4d6ba7632 #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; } #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list li ul, #a0547a4d6ba7632 #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; } #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a0547a4d6ba7632 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a0547a4d6ba7632 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a0547a4d6ba7632 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a0547a4d6ba7632 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a0547a4d6ba7632 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a0547a4d6ba7632 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a0547a4d6ba7632 .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; } #a0547a4d6ba7632 #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; } #a0547a4d6ba7632 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a0547a4d6ba7632 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a0547a4d6ba7632 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a0547a4d6ba7632 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a0547a4d6ba7632 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list li ul, #a0547a4d6ba7632 #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; } #a0547a4d6ba7632 #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; } #a0547a4d6ba7632 #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; } #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a0547a4d6ba7632 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a0547a4d6ba7632 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a0547a4d6ba7632 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a0547a4d6ba7632 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a0547a4d6ba7632 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #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);}#a0319adba1a238d > .ele-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);}#a29eca582fa574e , #a29eca582fa574e 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);}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a7ee0a21e3ab8e6 #a0d45ac331acd78 { background: #fff; } #a7ee0a21e3ab8e6 #preview { transform-origin: center top; } #a7ee0a21e3ab8e6 #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; } #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list li ul, #a7ee0a21e3ab8e6 #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; } #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a7ee0a21e3ab8e6 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a7ee0a21e3ab8e6 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a7ee0a21e3ab8e6 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a7ee0a21e3ab8e6 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a7ee0a21e3ab8e6 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a7ee0a21e3ab8e6 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a7ee0a21e3ab8e6 .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; } #a7ee0a21e3ab8e6 #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; } #a7ee0a21e3ab8e6 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a7ee0a21e3ab8e6 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a7ee0a21e3ab8e6 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a7ee0a21e3ab8e6 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a7ee0a21e3ab8e6 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list li ul, #a7ee0a21e3ab8e6 #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; } #a7ee0a21e3ab8e6 #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; } #a7ee0a21e3ab8e6 #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; } #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a7ee0a21e3ab8e6 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a7ee0a21e3ab8e6 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a7ee0a21e3ab8e6 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a7ee0a21e3ab8e6 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a7ee0a21e3ab8e6 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a0e23a8bfea377d .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #a0e23a8bfea377d .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #a0e23a8bfea377d .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; } #a0e23a8bfea377d .timeline-item-active:after { background: #32d296; content: '\f00c'; } #a0e23a8bfea377d .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #a0e23a8bfea377d a, #a0e23a8bfea377d .uk-link { color: inherit; } #aa054a37e8ad8a4 [data-item="title"] {left: 43px;top: -68px; position: relative;}#aa054a37e8ad8a4 [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a4d3daaa07ad1a7 .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a0323ade62a8123 > .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;}#a2af2ac403ae94b > .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);}#a2af2ac403ae94b .hover-content-wrap:nth-child(1) {background-size: contain;}#a2af2ac403ae94b > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a2af2ac403ae94b .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a59cca12d8a90de > .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);}#a59cca12d8a90de .hover-content-wrap:nth-child(1) {background-size: contain;}#a59cca12d8a90de > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a59cca12d8a90de .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#ad866ab9b6a8acb > .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);}#ad866ab9b6a8acb .hover-content-wrap:nth-child(1) {background-size: contain;}#ad866ab9b6a8acb > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ad866ab9b6a8acb .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#abb63ad471ab38c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae979a5181a171b > .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);}#acc3ea5494ac69b > .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);}#a9332a7747ab923 > .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);}#aca7fa559ba375a > .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);}#a844ca4c3aabc6d > .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);}#a530da9f40aae48 > .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);}#acfbaa8cafabbb2 > .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);}#ae853aeb66a6437 > .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);}#aeddaa919ca0646 > .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);}#a7bc0a6d91a8f2f > .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);}#a8745a50e8a18d7 { overflow: hidden; pointer-events: none; } #a8745a50e8a18d7 > .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; } #a8745a50e8a18d7 > .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; } #a8745a50e8a18d7 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a8745a50e8a18d7 > .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; } #a8745a50e8a18d7 > .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; } #a8745a50e8a18d7 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a8745a50e8a18d7 > .tab-wrap > div > .tab-nav, #a8745a50e8a18d7 > .tab-nav, #a8745a50e8a18d7 > .tab-tabs > .tab-wrap > div > .tab-nav, #a8745a50e8a18d7 > .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; } #a8745a50e8a18d7 > .tab-wrap > div > .tab-nav-horizontal, #a8745a50e8a18d7 > .tab-nav-horizontal, #a8745a50e8a18d7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a8745a50e8a18d7 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a8745a50e8a18d7 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a8745a50e8a18d7 > .tab-nav-horizontal::-webkit-scrollbar, #a8745a50e8a18d7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a8745a50e8a18d7 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a8745a50e8a18d7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a8745a50e8a18d7 > .tab-nav-horizontal.tagScroll, #a8745a50e8a18d7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a8745a50e8a18d7 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a8745a50e8a18d7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a8745a50e8a18d7 > .tab-nav-horizontal.tagScroll li a, #a8745a50e8a18d7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a8745a50e8a18d7 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a8745a50e8a18d7 > .tab-wrap > div > .tab-nav a, #a8745a50e8a18d7 > .tab-nav a, #a8745a50e8a18d7 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a8745a50e8a18d7 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a8745a50e8a18d7 > .tab-wrap > div > .tab-nav li a, #a8745a50e8a18d7 > .tab-nav li a, #a8745a50e8a18d7 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a8745a50e8a18d7 > .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; } #a8745a50e8a18d7 > .tab-wrap > div > .tab-nav li a svg, #a8745a50e8a18d7 > .tab-nav li a svg, #a8745a50e8a18d7 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a8745a50e8a18d7 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a8745a50e8a18d7 > .tab-wrap > div > .tab-nav li a .ap_icon, #a8745a50e8a18d7 > .tab-nav li a .ap_icon, #a8745a50e8a18d7 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a8745a50e8a18d7 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a8745a50e8a18d7 > .tab-wrap > div > .tab-nav li a:hover, #a8745a50e8a18d7 > .tab-nav li a:hover, #a8745a50e8a18d7 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a8745a50e8a18d7 > .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; } #a8745a50e8a18d7 > .tab-wrap > div > .tab-nav li.uk-active a, #a8745a50e8a18d7 > .tab-nav li.uk-active a, #a8745a50e8a18d7 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a8745a50e8a18d7 > .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; } #a8745a50e8a18d7 .layout-left li, #a8745a50e8a18d7 .layout-center li, #a8745a50e8a18d7 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a8745a50e8a18d7 .layout-left li a, #a8745a50e8a18d7 .layout-center li a, #a8745a50e8a18d7 .layout-right li a { height: 100%; } #a8745a50e8a18d7 > .tab-tabs .layout-left { text-align: left; } #a8745a50e8a18d7 > .tab-tabs .layout-center { text-align: center; } #a8745a50e8a18d7 > .tab-tabs .layout-right { text-align: right; } #a8745a50e8a18d7 .tab-contents { height: 100%; height: calc(100% - 50px); } #a8745a50e8a18d7 .tab-content-wrap { background-color: transparent; } #a8745a50e8a18d7 .tab-contents, #a8745a50e8a18d7 .tab-contents-wrap { pointer-events: none; } #a8745a50e8a18d7 .tab-content, #a8745a50e8a18d7 .tab-content-wrap { height: 100%; width: 100%; } #a8745a50e8a18d7 .tab-wrap { height: 100%; pointer-events: none; } #a8745a50e8a18d7 .tab-wrap .tab-contents { height: 100%; } #a8745a50e8a18d7 .tab-wrap > div { height: 100%; overflow-y: auto; } #a0e23a8bfea377d [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a0e23a8bfea377d [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a0e23a8bfea377d [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a0e23a8bfea377d [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a0e23a8bfea377d [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a0e23a8bfea377d [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#a0e23a8bfea377d [data-item="items"] {left: 0px;top: -10px; position: relative;}#a0e23a8bfea377d [data-item="items[0].title"] {left: 106px;top: 37px; position: relative;}#a0e23a8bfea377d [data-item="items[0].abstract"] {left: 58px;top: 20px; position: relative;}#a0e23a8bfea377d [data-item="items[1].date"] {left: -7px;top: -26px; position: relative;}#a0e23a8bfea377d [data-item="items[1].title"] {left: 73px;top: 13px; position: relative;}#a0e23a8bfea377d [data-item="items[2].title"] {left: 101px;top: 35px; position: relative;}#a0e23a8bfea377d [data-item="items[3].title"] {left: 115px;top: 33px; position: relative;}#a0e23a8bfea377d [data-item="items[4].title"] {left: 110px;top: 25px; position: relative;}#a0e23a8bfea377d [data-item="items[5].title"] {left: 87px;top: 18px; position: relative;}#af4cca9278adfb9 > .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);}#a8de2a291ca2c36 > .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; } #a658bac35ca1182 .cd-accordion-menu label, #a658bac35ca1182 .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #a658bac35ca1182 .menu-list > ul > li.active > a, #a658bac35ca1182 .menu-list > ul > li.active > label, #a658bac35ca1182 .menu-list > ul > li:hover > a, #a658bac35ca1182 .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #a658bac35ca1182 .cd-accordion-menu ul li > a:hover, #a658bac35ca1182 .cd-accordion-menu ul li > label:hover { box-shadow: none; } #acbe8a5911a32b2 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#adddda77efa2edd #a0d45ac331acd78 { background: #fff; } #adddda77efa2edd #preview { transform-origin: center top; } #adddda77efa2edd #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; } #adddda77efa2edd #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #adddda77efa2edd #a3bb6a37fea5423 .menu-list li ul, #adddda77efa2edd #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; } #adddda77efa2edd #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #adddda77efa2edd #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #adddda77efa2edd #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #adddda77efa2edd #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #adddda77efa2edd #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #adddda77efa2edd #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #adddda77efa2edd #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #adddda77efa2edd #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #adddda77efa2edd #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #adddda77efa2edd #a02a3acd87a0b1a { left: 0px; position: unset!important; } #adddda77efa2edd #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #adddda77efa2edd #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #adddda77efa2edd #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #adddda77efa2edd .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; } #adddda77efa2edd #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; } #adddda77efa2edd #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #adddda77efa2edd #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #adddda77efa2edd #ac660aeba3ad917 { left: 1100px!important; color: #333; } #adddda77efa2edd #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #adddda77efa2edd #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #adddda77efa2edd #a3bb6a37fea5423 .menu-list li ul, #adddda77efa2edd #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; } #adddda77efa2edd #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; } #adddda77efa2edd #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; } #adddda77efa2edd #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #adddda77efa2edd #a3bb6a37fea5423 .menu-list > li.active > a:before, #adddda77efa2edd #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #adddda77efa2edd .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #adddda77efa2edd .uk-dropdown-nav > li > a:hover { font-weight: bold; } #adddda77efa2edd #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #adddda77efa2edd #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a570fa637eaca09 .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #a570fa637eaca09 .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #a570fa637eaca09 .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; } #a570fa637eaca09 .timeline-item-active:after { background: #32d296; content: '\f00c'; } #a570fa637eaca09 .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #a570fa637eaca09 a, #a570fa637eaca09 .uk-link { color: inherit; } #aa00da5f54a3f6e [data-item="title"] {left: 43px;top: -68px; position: relative;}#aa00da5f54a3f6e [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a7ebea0834a795e .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a85bdae4caad5b5 > .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;}#ab5aca776fae798 > .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);}#ab5aca776fae798 .hover-content-wrap:nth-child(1) {background-size: contain;}#ab5aca776fae798 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ab5aca776fae798 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a13efa5bbfa7b69 > .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);}#a13efa5bbfa7b69 .hover-content-wrap:nth-child(1) {background-size: contain;}#a13efa5bbfa7b69 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a13efa5bbfa7b69 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a50bba1bb0aacea > .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);}#a50bba1bb0aacea .hover-content-wrap:nth-child(1) {background-size: contain;}#a50bba1bb0aacea > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a50bba1bb0aacea .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#aedaeaca91a5657 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9852a2ab3a05d6 > .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);}#adcb7a4bd4a5a89 > .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);}#ae19aae110abbbf > .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);}#af213a1a10a5290 > .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);}#a757fa42e2abaa5 > .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);}#a3beca4975a50d2 > .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);}#a89ecab3d3a0c7d > .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);}#a9cb1a299da935e > .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);}#a9455af30daa3cf > .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);}#a693ba935ca0d8a > .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);}#a3c13a58a4a394b { overflow: hidden; pointer-events: none; } #a3c13a58a4a394b > .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; } #a3c13a58a4a394b > .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; } #a3c13a58a4a394b > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a3c13a58a4a394b > .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; } #a3c13a58a4a394b > .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; } #a3c13a58a4a394b > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a3c13a58a4a394b > .tab-wrap > div > .tab-nav, #a3c13a58a4a394b > .tab-nav, #a3c13a58a4a394b > .tab-tabs > .tab-wrap > div > .tab-nav, #a3c13a58a4a394b > .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; } #a3c13a58a4a394b > .tab-wrap > div > .tab-nav-horizontal, #a3c13a58a4a394b > .tab-nav-horizontal, #a3c13a58a4a394b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a3c13a58a4a394b > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a3c13a58a4a394b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a3c13a58a4a394b > .tab-nav-horizontal::-webkit-scrollbar, #a3c13a58a4a394b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a3c13a58a4a394b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a3c13a58a4a394b > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a3c13a58a4a394b > .tab-nav-horizontal.tagScroll, #a3c13a58a4a394b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a3c13a58a4a394b > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a3c13a58a4a394b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a3c13a58a4a394b > .tab-nav-horizontal.tagScroll li a, #a3c13a58a4a394b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a3c13a58a4a394b > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a3c13a58a4a394b > .tab-wrap > div > .tab-nav a, #a3c13a58a4a394b > .tab-nav a, #a3c13a58a4a394b > .tab-tabs > .tab-wrap > div > .tab-nav a, #a3c13a58a4a394b > .tab-tabs > .tab-nav a { padding: 0 0px; } #a3c13a58a4a394b > .tab-wrap > div > .tab-nav li a, #a3c13a58a4a394b > .tab-nav li a, #a3c13a58a4a394b > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a3c13a58a4a394b > .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; } #a3c13a58a4a394b > .tab-wrap > div > .tab-nav li a svg, #a3c13a58a4a394b > .tab-nav li a svg, #a3c13a58a4a394b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a3c13a58a4a394b > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a3c13a58a4a394b > .tab-wrap > div > .tab-nav li a .ap_icon, #a3c13a58a4a394b > .tab-nav li a .ap_icon, #a3c13a58a4a394b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a3c13a58a4a394b > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a3c13a58a4a394b > .tab-wrap > div > .tab-nav li a:hover, #a3c13a58a4a394b > .tab-nav li a:hover, #a3c13a58a4a394b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a3c13a58a4a394b > .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; } #a3c13a58a4a394b > .tab-wrap > div > .tab-nav li.uk-active a, #a3c13a58a4a394b > .tab-nav li.uk-active a, #a3c13a58a4a394b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a3c13a58a4a394b > .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; } #a3c13a58a4a394b .layout-left li, #a3c13a58a4a394b .layout-center li, #a3c13a58a4a394b .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a3c13a58a4a394b .layout-left li a, #a3c13a58a4a394b .layout-center li a, #a3c13a58a4a394b .layout-right li a { height: 100%; } #a3c13a58a4a394b > .tab-tabs .layout-left { text-align: left; } #a3c13a58a4a394b > .tab-tabs .layout-center { text-align: center; } #a3c13a58a4a394b > .tab-tabs .layout-right { text-align: right; } #a3c13a58a4a394b .tab-contents { height: 100%; height: calc(100% - 50px); } #a3c13a58a4a394b .tab-content-wrap { background-color: transparent; } #a3c13a58a4a394b .tab-contents, #a3c13a58a4a394b .tab-contents-wrap { pointer-events: none; } #a3c13a58a4a394b .tab-content, #a3c13a58a4a394b .tab-content-wrap { height: 100%; width: 100%; } #a3c13a58a4a394b .tab-wrap { height: 100%; pointer-events: none; } #a3c13a58a4a394b .tab-wrap .tab-contents { height: 100%; } #a3c13a58a4a394b .tab-wrap > div { height: 100%; overflow-y: auto; } #a570fa637eaca09 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a570fa637eaca09 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a570fa637eaca09 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a570fa637eaca09 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a570fa637eaca09 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a570fa637eaca09 [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#a570fa637eaca09 [data-item="items"] {left: 0px;top: -10px; position: relative;}#a97ffa645ba7711 > .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);}#a5bcda752daa560 > .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; } #a3d4cad78ea7d6e .cd-accordion-menu label, #a3d4cad78ea7d6e .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #a3d4cad78ea7d6e .menu-list > ul > li.active > a, #a3d4cad78ea7d6e .menu-list > ul > li.active > label, #a3d4cad78ea7d6e .menu-list > ul > li:hover > a, #a3d4cad78ea7d6e .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #a3d4cad78ea7d6e .cd-accordion-menu ul li > a:hover, #a3d4cad78ea7d6e .cd-accordion-menu ul li > label:hover { box-shadow: none; } #a5a63a4801afdcf [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a4575a9331ac3bc #a0d45ac331acd78 { background: #fff; } #a4575a9331ac3bc #preview { transform-origin: center top; } #a4575a9331ac3bc #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; } #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list li ul, #a4575a9331ac3bc #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; } #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a4575a9331ac3bc #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a4575a9331ac3bc #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a4575a9331ac3bc #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a4575a9331ac3bc #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a4575a9331ac3bc #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a4575a9331ac3bc #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a4575a9331ac3bc .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; } #a4575a9331ac3bc #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; } #a4575a9331ac3bc #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a4575a9331ac3bc #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a4575a9331ac3bc #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a4575a9331ac3bc #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a4575a9331ac3bc #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list li ul, #a4575a9331ac3bc #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; } #a4575a9331ac3bc #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; } #a4575a9331ac3bc #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; } #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list > li.active > a:before, #a4575a9331ac3bc #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a4575a9331ac3bc .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a4575a9331ac3bc .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a4575a9331ac3bc #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a4575a9331ac3bc #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #adbf8aa9a8a417a .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #adbf8aa9a8a417a .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #adbf8aa9a8a417a .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; } #adbf8aa9a8a417a .timeline-item-active:after { background: #32d296; content: '\f00c'; } #adbf8aa9a8a417a .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #adbf8aa9a8a417a a, #adbf8aa9a8a417a .uk-link { color: inherit; } #ac0a7a998eaf6df [data-item="title"] {left: 43px;top: -68px; position: relative;}#ac0a7a998eaf6df [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#adeebaedb3af2d5 .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a0523aafe9a836a > .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;}#a8a5faa6d0acb45 > .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);}#a8a5faa6d0acb45 .hover-content-wrap:nth-child(1) {background-size: contain;}#a8a5faa6d0acb45 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a8a5faa6d0acb45 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a9b3ba5a5ba714c > .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);}#a9b3ba5a5ba714c .hover-content-wrap:nth-child(1) {background-size: contain;}#a9b3ba5a5ba714c > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a9b3ba5a5ba714c .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a1c5eaa0fea48df > .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);}#a1c5eaa0fea48df .hover-content-wrap:nth-child(1) {background-size: contain;}#a1c5eaa0fea48df > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a1c5eaa0fea48df .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a4011a3adba97ea > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acee9a7390af4d8 > .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);}#a2ebba8130a3c3c > .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);}#a5401ab355a86ff > .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);}#a8cc2afc59a5b9a > .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);}#ab0a7a6940a5c38 > .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);}#a5fcdac659aea87 > .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);}#a3143aa27cada95 > .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);}#a7ba6af202a94db > .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);}#a2fd4abd47a8c44 > .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);}#a04f4a98daac335 > .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);}#a5a9da40f7a4612 { overflow: hidden; pointer-events: none; } #a5a9da40f7a4612 > .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; } #a5a9da40f7a4612 > .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; } #a5a9da40f7a4612 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a5a9da40f7a4612 > .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; } #a5a9da40f7a4612 > .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; } #a5a9da40f7a4612 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a5a9da40f7a4612 > .tab-wrap > div > .tab-nav, #a5a9da40f7a4612 > .tab-nav, #a5a9da40f7a4612 > .tab-tabs > .tab-wrap > div > .tab-nav, #a5a9da40f7a4612 > .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; } #a5a9da40f7a4612 > .tab-wrap > div > .tab-nav-horizontal, #a5a9da40f7a4612 > .tab-nav-horizontal, #a5a9da40f7a4612 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a5a9da40f7a4612 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a5a9da40f7a4612 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a5a9da40f7a4612 > .tab-nav-horizontal::-webkit-scrollbar, #a5a9da40f7a4612 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a5a9da40f7a4612 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a5a9da40f7a4612 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a5a9da40f7a4612 > .tab-nav-horizontal.tagScroll, #a5a9da40f7a4612 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a5a9da40f7a4612 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a5a9da40f7a4612 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a5a9da40f7a4612 > .tab-nav-horizontal.tagScroll li a, #a5a9da40f7a4612 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a5a9da40f7a4612 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a5a9da40f7a4612 > .tab-wrap > div > .tab-nav a, #a5a9da40f7a4612 > .tab-nav a, #a5a9da40f7a4612 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a5a9da40f7a4612 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a5a9da40f7a4612 > .tab-wrap > div > .tab-nav li a, #a5a9da40f7a4612 > .tab-nav li a, #a5a9da40f7a4612 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a5a9da40f7a4612 > .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; } #a5a9da40f7a4612 > .tab-wrap > div > .tab-nav li a svg, #a5a9da40f7a4612 > .tab-nav li a svg, #a5a9da40f7a4612 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a5a9da40f7a4612 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a5a9da40f7a4612 > .tab-wrap > div > .tab-nav li a .ap_icon, #a5a9da40f7a4612 > .tab-nav li a .ap_icon, #a5a9da40f7a4612 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a5a9da40f7a4612 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a5a9da40f7a4612 > .tab-wrap > div > .tab-nav li a:hover, #a5a9da40f7a4612 > .tab-nav li a:hover, #a5a9da40f7a4612 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a5a9da40f7a4612 > .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; } #a5a9da40f7a4612 > .tab-wrap > div > .tab-nav li.uk-active a, #a5a9da40f7a4612 > .tab-nav li.uk-active a, #a5a9da40f7a4612 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a5a9da40f7a4612 > .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; } #a5a9da40f7a4612 .layout-left li, #a5a9da40f7a4612 .layout-center li, #a5a9da40f7a4612 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a5a9da40f7a4612 .layout-left li a, #a5a9da40f7a4612 .layout-center li a, #a5a9da40f7a4612 .layout-right li a { height: 100%; } #a5a9da40f7a4612 > .tab-tabs .layout-left { text-align: left; } #a5a9da40f7a4612 > .tab-tabs .layout-center { text-align: center; } #a5a9da40f7a4612 > .tab-tabs .layout-right { text-align: right; } #a5a9da40f7a4612 .tab-contents { height: 100%; height: calc(100% - 50px); } #a5a9da40f7a4612 .tab-content-wrap { background-color: transparent; } #a5a9da40f7a4612 .tab-contents, #a5a9da40f7a4612 .tab-contents-wrap { pointer-events: none; } #a5a9da40f7a4612 .tab-content, #a5a9da40f7a4612 .tab-content-wrap { height: 100%; width: 100%; } #a5a9da40f7a4612 .tab-wrap { height: 100%; pointer-events: none; } #a5a9da40f7a4612 .tab-wrap .tab-contents { height: 100%; } #a5a9da40f7a4612 .tab-wrap > div { height: 100%; overflow-y: auto; } #adbf8aa9a8a417a [data-item="items[0].title"] {left: 112px;top: 16px; position: relative;}#adbf8aa9a8a417a [data-item="items[0].abstract"] {left: 105px;top: 1px; position: relative;}#adbf8aa9a8a417a [data-item="items[1].title"] {left: 115px;top: 15px; position: relative;}#adbf8aa9a8a417a [data-item="items[1].abstract"] {left: 107px;top: 1px; position: relative;}#adbf8aa9a8a417a [data-item="items[2].title"] {left: 112px;top: 15px; position: relative;}#adbf8aa9a8a417a [data-item="items[2].abstract"] {left: 114px;top: 0px; position: relative;}#adbf8aa9a8a417a [data-item="items[3].title"] {left: 112px;top: 12px; position: relative;}#adbf8aa9a8a417a [data-item="items[3].abstract"] {left: 115px;top: 0px; position: relative;}#adbf8aa9a8a417a [data-item="items[4].title"] {left: 114px;top: 15px; position: relative;}#adbf8aa9a8a417a [data-item="items[4].abstract"] {left: 112px;top: 0px; position: relative;}#adbf8aa9a8a417a [data-item="items[5].title"] {left: 110px;top: 15px; position: relative;}#adbf8aa9a8a417a [data-item="items[5].abstract"] {left: 119px;top: -1px; position: relative;}#adbf8aa9a8a417a [data-item="items[0]"] {left: -55px;top: 0px; position: relative;}#adbf8aa9a8a417a [data-item="items[1]"] {left: -87px;top: 0px; position: relative;}#adbf8aa9a8a417a [data-item="items[2]"] {left: -110px;top: 0px; position: relative;}#adbf8aa9a8a417a [data-item="items[3]"] {left: -126px;top: 0px; position: relative;}#adbf8aa9a8a417a [data-item="items[4]"] {left: -144px;top: 0px; position: relative;}#adbf8aa9a8a417a [data-item="items[5]"] {left: -154px;top: 0px; position: relative;}#adbf8aa9a8a417a [data-item="buttons[0]"] {left: 3px;top: -28px; position: relative;}#ad4e2a533dac324 > .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);}#a6c12aca2fae329 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a30ebaa3b9a3ca7 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#ab1e2a30d3affb8 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a6441a911fa06de > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#abdb9a7368a9afa > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a4995a1460a8f41 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a96d8acea5a8a8e > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a2734a8d22a7dd8 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a810fa645baa23a > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1649660105012.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;}#ad947a37d2af742 > .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);}.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; } #ab374ab030a04c5 .cd-accordion-menu label, #ab374ab030a04c5 .cd-accordion-menu a { background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #000000; border-bottom-style: solid; border-bottom-color: #ffffff; border-bottom-width: 6px; border-top-width: 6px; border-top-style: solid; border-right-color: #ffffff; border-left-color: #ffffff; border-top-color: #ffffff; border-right-width: 6px; border-left-width: 6px; border-right-style: solid; border-left-style: solid; box-shadow: inset 0 -1px #f5f5f5; } #ab374ab030a04c5 .menu-list > ul > li.active > a, #ab374ab030a04c5 .menu-list > ul > li.active > label, #ab374ab030a04c5 .menu-list > ul > li:hover > a, #ab374ab030a04c5 .menu-list > ul > li:hover > label { color: #fff; background: #074eae; box-shadow: none; background-color: #074eae; font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; } #ab374ab030a04c5 .menu-list > ul > li.active > a, #ab374ab030a04c5 .menu-list > ul > li.active > label { font-weight: normal; font-style: normal; font-family: inherit; color: #000000; background-color: #ffffff; } #ab374ab030a04c5 .cd-accordion-menu ul li > a, #ab374ab030a04c5 .cd-accordion-menu ul li > label { width: 11px; } #ab374ab030a04c5 .cd-accordion-menu ul li > a:hover, #ab374ab030a04c5 .cd-accordion-menu ul li > label:hover { box-shadow: none; } #abab4a2813a8ae0 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a3b6aad7bdacb17 #a0d45ac331acd78 { background: #fff; } #a3b6aad7bdacb17 #preview { transform-origin: center top; } #a3b6aad7bdacb17 #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; } #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list li ul, #a3b6aad7bdacb17 #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; } #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a3b6aad7bdacb17 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a3b6aad7bdacb17 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a3b6aad7bdacb17 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a3b6aad7bdacb17 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a3b6aad7bdacb17 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a3b6aad7bdacb17 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a3b6aad7bdacb17 .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; } #a3b6aad7bdacb17 #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; } #a3b6aad7bdacb17 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a3b6aad7bdacb17 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a3b6aad7bdacb17 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a3b6aad7bdacb17 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a3b6aad7bdacb17 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list li ul, #a3b6aad7bdacb17 #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; } #a3b6aad7bdacb17 #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; } #a3b6aad7bdacb17 #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; } #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a3b6aad7bdacb17 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a3b6aad7bdacb17 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a3b6aad7bdacb17 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a3b6aad7bdacb17 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a3b6aad7bdacb17 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #acc83ad62aaa669 .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #acc83ad62aaa669 .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #acc83ad62aaa669 .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; } #acc83ad62aaa669 .timeline-item-active:after { background: #32d296; content: '\f00c'; } #acc83ad62aaa669 .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #acc83ad62aaa669 a, #acc83ad62aaa669 .uk-link { color: inherit; } #a1e3faa22dabf5d [data-item="title"] {left: 43px;top: -68px; position: relative;}#a1e3faa22dabf5d [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a222ba535fa7bf3 .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a5e42a567eac33d > .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;}#a71e1ad665a1cb4 > .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);}#a71e1ad665a1cb4 .hover-content-wrap:nth-child(1) {background-size: contain;}#a71e1ad665a1cb4 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a71e1ad665a1cb4 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#ab09aa073ba6993 > .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);}#ab09aa073ba6993 .hover-content-wrap:nth-child(1) {background-size: contain;}#ab09aa073ba6993 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#ab09aa073ba6993 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a605aa87bca201f > .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);}#a605aa87bca201f .hover-content-wrap:nth-child(1) {background-size: contain;}#a605aa87bca201f > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a605aa87bca201f .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a7393a04ddafcc1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a589ca2fa3adde4 > .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);}#a1439ac6ffa8fc1 > .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);}#aed96a7138ac003 > .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);}#abb4aa5b5dae516 > .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);}#a4a6fa350daaa4e > .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);}#a1a2ca5e8ba9714 > .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);}#a0096a8cdbace86 > .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);}#a9111a41f7a59cc > .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);}#af39aad3f1ad86d > .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);}#a6979a58c2a9fd0 > .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);}#a0590a7129ac30d { overflow: hidden; pointer-events: none; } #a0590a7129ac30d > .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; } #a0590a7129ac30d > .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; } #a0590a7129ac30d > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a0590a7129ac30d > .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; } #a0590a7129ac30d > .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; } #a0590a7129ac30d > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a0590a7129ac30d > .tab-wrap > div > .tab-nav, #a0590a7129ac30d > .tab-nav, #a0590a7129ac30d > .tab-tabs > .tab-wrap > div > .tab-nav, #a0590a7129ac30d > .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; } #a0590a7129ac30d > .tab-wrap > div > .tab-nav-horizontal, #a0590a7129ac30d > .tab-nav-horizontal, #a0590a7129ac30d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a0590a7129ac30d > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a0590a7129ac30d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a0590a7129ac30d > .tab-nav-horizontal::-webkit-scrollbar, #a0590a7129ac30d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a0590a7129ac30d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a0590a7129ac30d > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a0590a7129ac30d > .tab-nav-horizontal.tagScroll, #a0590a7129ac30d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a0590a7129ac30d > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a0590a7129ac30d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a0590a7129ac30d > .tab-nav-horizontal.tagScroll li a, #a0590a7129ac30d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a0590a7129ac30d > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a0590a7129ac30d > .tab-wrap > div > .tab-nav a, #a0590a7129ac30d > .tab-nav a, #a0590a7129ac30d > .tab-tabs > .tab-wrap > div > .tab-nav a, #a0590a7129ac30d > .tab-tabs > .tab-nav a { padding: 0 0px; } #a0590a7129ac30d > .tab-wrap > div > .tab-nav li a, #a0590a7129ac30d > .tab-nav li a, #a0590a7129ac30d > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a0590a7129ac30d > .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; } #a0590a7129ac30d > .tab-wrap > div > .tab-nav li a svg, #a0590a7129ac30d > .tab-nav li a svg, #a0590a7129ac30d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a0590a7129ac30d > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a0590a7129ac30d > .tab-wrap > div > .tab-nav li a .ap_icon, #a0590a7129ac30d > .tab-nav li a .ap_icon, #a0590a7129ac30d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a0590a7129ac30d > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a0590a7129ac30d > .tab-wrap > div > .tab-nav li a:hover, #a0590a7129ac30d > .tab-nav li a:hover, #a0590a7129ac30d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a0590a7129ac30d > .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; } #a0590a7129ac30d > .tab-wrap > div > .tab-nav li.uk-active a, #a0590a7129ac30d > .tab-nav li.uk-active a, #a0590a7129ac30d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a0590a7129ac30d > .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; } #a0590a7129ac30d .layout-left li, #a0590a7129ac30d .layout-center li, #a0590a7129ac30d .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a0590a7129ac30d .layout-left li a, #a0590a7129ac30d .layout-center li a, #a0590a7129ac30d .layout-right li a { height: 100%; } #a0590a7129ac30d > .tab-tabs .layout-left { text-align: left; } #a0590a7129ac30d > .tab-tabs .layout-center { text-align: center; } #a0590a7129ac30d > .tab-tabs .layout-right { text-align: right; } #a0590a7129ac30d .tab-contents { height: 100%; height: calc(100% - 50px); } #a0590a7129ac30d .tab-content-wrap { background-color: transparent; } #a0590a7129ac30d .tab-contents, #a0590a7129ac30d .tab-contents-wrap { pointer-events: none; } #a0590a7129ac30d .tab-content, #a0590a7129ac30d .tab-content-wrap { height: 100%; width: 100%; } #a0590a7129ac30d .tab-wrap { height: 100%; pointer-events: none; } #a0590a7129ac30d .tab-wrap .tab-contents { height: 100%; } #a0590a7129ac30d .tab-wrap > div { height: 100%; overflow-y: auto; } #acc83ad62aaa669 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#acc83ad62aaa669 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#acc83ad62aaa669 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#acc83ad62aaa669 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#acc83ad62aaa669 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#acc83ad62aaa669 [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#acc83ad62aaa669 [data-item="items"] {left: 0px;top: -10px; position: relative;}#a5cccac970a012d > .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);}#ab932a8f06a5a71 > .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; } #ab020a960ba6552 .cd-accordion-menu label, #ab020a960ba6552 .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #ab020a960ba6552 .menu-list > ul > li.active > a, #ab020a960ba6552 .menu-list > ul > li.active > label, #ab020a960ba6552 .menu-list > ul > li:hover > a, #ab020a960ba6552 .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #ab020a960ba6552 .cd-accordion-menu ul li > a:hover, #ab020a960ba6552 .cd-accordion-menu ul li > label:hover { box-shadow: none; } #ab519a706faa3e4 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a9d50a8239a0a56 #a0d45ac331acd78 { background: #fff; } #a9d50a8239a0a56 #preview { transform-origin: center top; } #a9d50a8239a0a56 #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; } #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list li ul, #a9d50a8239a0a56 #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; } #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a9d50a8239a0a56 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a9d50a8239a0a56 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a9d50a8239a0a56 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a9d50a8239a0a56 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a9d50a8239a0a56 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a9d50a8239a0a56 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a9d50a8239a0a56 .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; } #a9d50a8239a0a56 #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; } #a9d50a8239a0a56 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a9d50a8239a0a56 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a9d50a8239a0a56 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a9d50a8239a0a56 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a9d50a8239a0a56 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list li ul, #a9d50a8239a0a56 #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; } #a9d50a8239a0a56 #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; } #a9d50a8239a0a56 #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; } #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a9d50a8239a0a56 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a9d50a8239a0a56 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a9d50a8239a0a56 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a9d50a8239a0a56 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a9d50a8239a0a56 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a195aa7472a9a1b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a195aa7472a9a1b [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#a73cfa2c8cae403 .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #acbb1aa0f8a1e45 .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #a720daa684a5b17 .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #a1a8ba960fa3e1c .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #acc3ba5c5ba5c1f .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #a0778a1257a81b4 .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #aa980a77daa7d7d .img-wrap { box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.1); } #a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a199da4b3aabb9e #a0d45ac331acd78 { background: #fff; } #a199da4b3aabb9e #preview { transform-origin: center top; } #a199da4b3aabb9e #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; } #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list li ul, #a199da4b3aabb9e #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; } #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a199da4b3aabb9e #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a199da4b3aabb9e #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a199da4b3aabb9e #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a199da4b3aabb9e #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a199da4b3aabb9e #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a199da4b3aabb9e #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a199da4b3aabb9e .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; } #a199da4b3aabb9e #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; } #a199da4b3aabb9e #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a199da4b3aabb9e #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a199da4b3aabb9e #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a199da4b3aabb9e #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a199da4b3aabb9e #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list li ul, #a199da4b3aabb9e #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; } #a199da4b3aabb9e #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; } #a199da4b3aabb9e #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; } #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list > li.active > a:before, #a199da4b3aabb9e #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a199da4b3aabb9e .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a199da4b3aabb9e .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a199da4b3aabb9e #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a199da4b3aabb9e #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #addcaa90dbab5ac .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #addcaa90dbab5ac .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #addcaa90dbab5ac .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; } #addcaa90dbab5ac .timeline-item-active:after { background: #32d296; content: '\f00c'; } #addcaa90dbab5ac .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #addcaa90dbab5ac a, #addcaa90dbab5ac .uk-link { color: inherit; } #a32ecab91fabfd1 [data-item="title"] {left: 43px;top: -68px; position: relative;}#a32ecab91fabfd1 [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a0a0ea43baac3e0 .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a084aa3868a8917 > .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;}#a74d1acda2a18df > .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);}#a74d1acda2a18df .hover-content-wrap:nth-child(1) {background-size: contain;}#a74d1acda2a18df > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a74d1acda2a18df .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#ad944a96eca869a > .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);}#ad944a96eca869a .hover-content-wrap:nth-child(1) {background-size: contain;}#ad944a96eca869a > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#ad944a96eca869a .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#ab5b7a3bc9a462d > .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);}#ab5b7a3bc9a462d .hover-content-wrap:nth-child(1) {background-size: contain;}#ab5b7a3bc9a462d > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ab5b7a3bc9a462d .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#aa524af406a37c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4152ab9d5a1c73 > .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);}#aeb00a113ea0f50 > .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);}#aa06ea9018a07af > .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);}#a96c4ae0a4a80a8 > .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);}#ac237a3172a601f > .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);}#ac5a3a7ddeae392 > .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);}#aa4caa5da7a4b8c > .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);}#a3369a505bab180 > .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);}#afd61accc6a094c > .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);}#a40c0a8338a8d93 > .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);}#acdd6a8766acfa9 { overflow: hidden; pointer-events: none; } #acdd6a8766acfa9 > .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; } #acdd6a8766acfa9 > .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; } #acdd6a8766acfa9 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #acdd6a8766acfa9 > .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; } #acdd6a8766acfa9 > .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; } #acdd6a8766acfa9 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #acdd6a8766acfa9 > .tab-wrap > div > .tab-nav, #acdd6a8766acfa9 > .tab-nav, #acdd6a8766acfa9 > .tab-tabs > .tab-wrap > div > .tab-nav, #acdd6a8766acfa9 > .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; } #acdd6a8766acfa9 > .tab-wrap > div > .tab-nav-horizontal, #acdd6a8766acfa9 > .tab-nav-horizontal, #acdd6a8766acfa9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #acdd6a8766acfa9 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #acdd6a8766acfa9 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #acdd6a8766acfa9 > .tab-nav-horizontal::-webkit-scrollbar, #acdd6a8766acfa9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #acdd6a8766acfa9 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #acdd6a8766acfa9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #acdd6a8766acfa9 > .tab-nav-horizontal.tagScroll, #acdd6a8766acfa9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #acdd6a8766acfa9 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #acdd6a8766acfa9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #acdd6a8766acfa9 > .tab-nav-horizontal.tagScroll li a, #acdd6a8766acfa9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #acdd6a8766acfa9 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #acdd6a8766acfa9 > .tab-wrap > div > .tab-nav a, #acdd6a8766acfa9 > .tab-nav a, #acdd6a8766acfa9 > .tab-tabs > .tab-wrap > div > .tab-nav a, #acdd6a8766acfa9 > .tab-tabs > .tab-nav a { padding: 0 0px; } #acdd6a8766acfa9 > .tab-wrap > div > .tab-nav li a, #acdd6a8766acfa9 > .tab-nav li a, #acdd6a8766acfa9 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #acdd6a8766acfa9 > .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; } #acdd6a8766acfa9 > .tab-wrap > div > .tab-nav li a svg, #acdd6a8766acfa9 > .tab-nav li a svg, #acdd6a8766acfa9 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #acdd6a8766acfa9 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #acdd6a8766acfa9 > .tab-wrap > div > .tab-nav li a .ap_icon, #acdd6a8766acfa9 > .tab-nav li a .ap_icon, #acdd6a8766acfa9 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #acdd6a8766acfa9 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #acdd6a8766acfa9 > .tab-wrap > div > .tab-nav li a:hover, #acdd6a8766acfa9 > .tab-nav li a:hover, #acdd6a8766acfa9 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #acdd6a8766acfa9 > .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; } #acdd6a8766acfa9 > .tab-wrap > div > .tab-nav li.uk-active a, #acdd6a8766acfa9 > .tab-nav li.uk-active a, #acdd6a8766acfa9 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #acdd6a8766acfa9 > .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; } #acdd6a8766acfa9 .layout-left li, #acdd6a8766acfa9 .layout-center li, #acdd6a8766acfa9 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #acdd6a8766acfa9 .layout-left li a, #acdd6a8766acfa9 .layout-center li a, #acdd6a8766acfa9 .layout-right li a { height: 100%; } #acdd6a8766acfa9 > .tab-tabs .layout-left { text-align: left; } #acdd6a8766acfa9 > .tab-tabs .layout-center { text-align: center; } #acdd6a8766acfa9 > .tab-tabs .layout-right { text-align: right; } #acdd6a8766acfa9 .tab-contents { height: 100%; height: calc(100% - 50px); } #acdd6a8766acfa9 .tab-content-wrap { background-color: transparent; } #acdd6a8766acfa9 .tab-contents, #acdd6a8766acfa9 .tab-contents-wrap { pointer-events: none; } #acdd6a8766acfa9 .tab-content, #acdd6a8766acfa9 .tab-content-wrap { height: 100%; width: 100%; } #acdd6a8766acfa9 .tab-wrap { height: 100%; pointer-events: none; } #acdd6a8766acfa9 .tab-wrap .tab-contents { height: 100%; } #acdd6a8766acfa9 .tab-wrap > div { height: 100%; overflow-y: auto; } #addcaa90dbab5ac [data-item="items[0].title"] {left: 112px;top: 16px; position: relative;}#addcaa90dbab5ac [data-item="items[0].abstract"] {left: 105px;top: 1px; position: relative;}#addcaa90dbab5ac [data-item="items[1].title"] {left: 115px;top: 15px; position: relative;}#addcaa90dbab5ac [data-item="items[1].abstract"] {left: 107px;top: 1px; position: relative;}#addcaa90dbab5ac [data-item="items[2].title"] {left: 112px;top: 15px; position: relative;}#addcaa90dbab5ac [data-item="items[2].abstract"] {left: 114px;top: 0px; position: relative;}#addcaa90dbab5ac [data-item="items[3].title"] {left: 112px;top: 12px; position: relative;}#addcaa90dbab5ac [data-item="items[3].abstract"] {left: 115px;top: 0px; position: relative;}#addcaa90dbab5ac [data-item="items[4].title"] {left: 114px;top: 15px; position: relative;}#addcaa90dbab5ac [data-item="items[4].abstract"] {left: 112px;top: 0px; position: relative;}#addcaa90dbab5ac [data-item="items[5].title"] {left: 110px;top: 15px; position: relative;}#addcaa90dbab5ac [data-item="items[5].abstract"] {left: 119px;top: -1px; position: relative;}#addcaa90dbab5ac [data-item="items[0]"] {left: -55px;top: 0px; position: relative;}#addcaa90dbab5ac [data-item="items[1]"] {left: -87px;top: 0px; position: relative;}#addcaa90dbab5ac [data-item="items[2]"] {left: -110px;top: 0px; position: relative;}#addcaa90dbab5ac [data-item="items[3]"] {left: -126px;top: 0px; position: relative;}#addcaa90dbab5ac [data-item="items[4]"] {left: -144px;top: 0px; position: relative;}#addcaa90dbab5ac [data-item="items[5]"] {left: -154px;top: 0px; position: relative;}#addcaa90dbab5ac [data-item="buttons[0]"] {left: 3px;top: -28px; position: relative;}#aef5fa5fc1a0470 > .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);}#a9a66a237daacb5 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a169aa7719aac47 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a847da65dfabea9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a139caebf2abbd3 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#ac9c2a1809ae502 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#ad90facb15a11e1 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a2154a5ba2afaf9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a31baa578aab9ea > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;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;}#a2350a4b07a48ed > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1649660105012.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a9dbba6798a7dda > .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);}.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; } #afb0ca5f72ad38b .cd-accordion-menu label, #afb0ca5f72ad38b .cd-accordion-menu a { background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #000000; border-bottom-style: solid; border-bottom-color: #ffffff; border-bottom-width: 6px; border-top-width: 6px; border-top-style: solid; border-right-color: #ffffff; border-left-color: #ffffff; border-top-color: #ffffff; border-right-width: 6px; border-left-width: 6px; border-right-style: solid; border-left-style: solid; box-shadow: inset 0 -1px #f5f5f5; } #afb0ca5f72ad38b .menu-list > ul > li.active > a, #afb0ca5f72ad38b .menu-list > ul > li.active > label, #afb0ca5f72ad38b .menu-list > ul > li:hover > a, #afb0ca5f72ad38b .menu-list > ul > li:hover > label { color: #fff; background: #074eae; box-shadow: none; background-color: #074eae; font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; } #afb0ca5f72ad38b .menu-list > ul > li.active > a, #afb0ca5f72ad38b .menu-list > ul > li.active > label { font-weight: normal; font-style: normal; font-family: inherit; color: #000000; background-color: #ffffff; } #afb0ca5f72ad38b .cd-accordion-menu ul li > a, #afb0ca5f72ad38b .cd-accordion-menu ul li > label { width: 11px; } #afb0ca5f72ad38b .cd-accordion-menu ul li > a:hover, #afb0ca5f72ad38b .cd-accordion-menu ul li > label:hover { box-shadow: none; } #a791fa7bffa1af8 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#adc4fa2400a82c7 {background-color: rgba(0,0,0,0.7);}#adc4fa2400a82c7 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ace23ae547a8936 {background-color: rgba(0,0,0,0.7);}#ace23ae547a8936 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ac312a8504a2481 {background-color: rgba(0,0,0,0.7);}#ac312a8504a2481 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a3765a204da7ce3 {background-color: rgba(0,0,0,0.7);}#a3765a204da7ce3 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5f25a6347a1d43 {background-color: rgba(0,0,0,0.7);}#a5f25a6347a1d43 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#abcefac9a9af57c {background-color: rgba(0,0,0,0.7);}#abcefac9a9af57c > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a858ba4b27aeb2d {background-color: rgba(0,0,0,0.7);}#a858ba4b27aeb2d > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a6677a4d89a4c07 {background-color: rgba(0,0,0,0.7);}#a6677a4d89a4c07 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a460ba2480a23a8 {background-color: rgba(0,0,0,0.7);}#a460ba2480a23a8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aafe0a4098a141c #a0d45ac331acd78 { background: #fff; } #aafe0a4098a141c #preview { transform-origin: center top; } #aafe0a4098a141c #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; } #aafe0a4098a141c #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #aafe0a4098a141c #a3bb6a37fea5423 .menu-list li ul, #aafe0a4098a141c #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; } #aafe0a4098a141c #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #aafe0a4098a141c #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #aafe0a4098a141c #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #aafe0a4098a141c #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #aafe0a4098a141c #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #aafe0a4098a141c #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #aafe0a4098a141c #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #aafe0a4098a141c #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aafe0a4098a141c #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #aafe0a4098a141c #a02a3acd87a0b1a { left: 0px; position: unset!important; } #aafe0a4098a141c #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #aafe0a4098a141c #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aafe0a4098a141c #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #aafe0a4098a141c .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; } #aafe0a4098a141c #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; } #aafe0a4098a141c #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #aafe0a4098a141c #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #aafe0a4098a141c #ac660aeba3ad917 { left: 1100px!important; color: #333; } #aafe0a4098a141c #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #aafe0a4098a141c #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #aafe0a4098a141c #a3bb6a37fea5423 .menu-list li ul, #aafe0a4098a141c #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; } #aafe0a4098a141c #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; } #aafe0a4098a141c #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; } #aafe0a4098a141c #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #aafe0a4098a141c #a3bb6a37fea5423 .menu-list > li.active > a:before, #aafe0a4098a141c #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #aafe0a4098a141c .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #aafe0a4098a141c .uk-dropdown-nav > li > a:hover { font-weight: bold; } #aafe0a4098a141c #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #aafe0a4098a141c #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a373fa8b8faa84d .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #a373fa8b8faa84d .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #a373fa8b8faa84d .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; } #a373fa8b8faa84d .timeline-item-active:after { background: #32d296; content: '\f00c'; } #a373fa8b8faa84d .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #a373fa8b8faa84d a, #a373fa8b8faa84d .uk-link { color: inherit; } #a8312abc60a05e8 [data-item="title"] {left: 43px;top: -68px; position: relative;}#a8312abc60a05e8 [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a5407a38fea3618 .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a390cacdf3a823a > .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;}#a84e0a1969a6e31 > .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);}#a84e0a1969a6e31 .hover-content-wrap:nth-child(1) {background-size: contain;}#a84e0a1969a6e31 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a84e0a1969a6e31 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a4d0aacbadac43b > .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);}#a4d0aacbadac43b .hover-content-wrap:nth-child(1) {background-size: contain;}#a4d0aacbadac43b > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a4d0aacbadac43b .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a5283accf7a7d6e > .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);}#a5283accf7a7d6e .hover-content-wrap:nth-child(1) {background-size: contain;}#a5283accf7a7d6e > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a5283accf7a7d6e .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#ab518a0e07abc9f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad3f3a90e1aa632 > .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);}#a9a81a9207a5798 > .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);}#a4c6dacea0a0a56 > .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);}#ab3f6afd44a2736 > .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);}#a5322abfa3a164e > .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);}#a2f0ca0465a92d7 > .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);}#aaf86aa1a7a1994 > .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);}#af4fba98b2a06e7 > .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);}#af609a247ba36ca > .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);}#a5e52a964ea563c > .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);}#a3944aa63ca5663 { overflow: hidden; pointer-events: none; } #a3944aa63ca5663 > .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; } #a3944aa63ca5663 > .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; } #a3944aa63ca5663 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a3944aa63ca5663 > .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; } #a3944aa63ca5663 > .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; } #a3944aa63ca5663 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a3944aa63ca5663 > .tab-wrap > div > .tab-nav, #a3944aa63ca5663 > .tab-nav, #a3944aa63ca5663 > .tab-tabs > .tab-wrap > div > .tab-nav, #a3944aa63ca5663 > .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; } #a3944aa63ca5663 > .tab-wrap > div > .tab-nav-horizontal, #a3944aa63ca5663 > .tab-nav-horizontal, #a3944aa63ca5663 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a3944aa63ca5663 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a3944aa63ca5663 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a3944aa63ca5663 > .tab-nav-horizontal::-webkit-scrollbar, #a3944aa63ca5663 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a3944aa63ca5663 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a3944aa63ca5663 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a3944aa63ca5663 > .tab-nav-horizontal.tagScroll, #a3944aa63ca5663 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a3944aa63ca5663 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a3944aa63ca5663 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a3944aa63ca5663 > .tab-nav-horizontal.tagScroll li a, #a3944aa63ca5663 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a3944aa63ca5663 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a3944aa63ca5663 > .tab-wrap > div > .tab-nav a, #a3944aa63ca5663 > .tab-nav a, #a3944aa63ca5663 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a3944aa63ca5663 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a3944aa63ca5663 > .tab-wrap > div > .tab-nav li a, #a3944aa63ca5663 > .tab-nav li a, #a3944aa63ca5663 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a3944aa63ca5663 > .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; } #a3944aa63ca5663 > .tab-wrap > div > .tab-nav li a svg, #a3944aa63ca5663 > .tab-nav li a svg, #a3944aa63ca5663 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a3944aa63ca5663 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a3944aa63ca5663 > .tab-wrap > div > .tab-nav li a .ap_icon, #a3944aa63ca5663 > .tab-nav li a .ap_icon, #a3944aa63ca5663 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a3944aa63ca5663 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a3944aa63ca5663 > .tab-wrap > div > .tab-nav li a:hover, #a3944aa63ca5663 > .tab-nav li a:hover, #a3944aa63ca5663 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a3944aa63ca5663 > .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; } #a3944aa63ca5663 > .tab-wrap > div > .tab-nav li.uk-active a, #a3944aa63ca5663 > .tab-nav li.uk-active a, #a3944aa63ca5663 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a3944aa63ca5663 > .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; } #a3944aa63ca5663 .layout-left li, #a3944aa63ca5663 .layout-center li, #a3944aa63ca5663 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a3944aa63ca5663 .layout-left li a, #a3944aa63ca5663 .layout-center li a, #a3944aa63ca5663 .layout-right li a { height: 100%; } #a3944aa63ca5663 > .tab-tabs .layout-left { text-align: left; } #a3944aa63ca5663 > .tab-tabs .layout-center { text-align: center; } #a3944aa63ca5663 > .tab-tabs .layout-right { text-align: right; } #a3944aa63ca5663 .tab-contents { height: 100%; height: calc(100% - 50px); } #a3944aa63ca5663 .tab-content-wrap { background-color: transparent; } #a3944aa63ca5663 .tab-contents, #a3944aa63ca5663 .tab-contents-wrap { pointer-events: none; } #a3944aa63ca5663 .tab-content, #a3944aa63ca5663 .tab-content-wrap { height: 100%; width: 100%; } #a3944aa63ca5663 .tab-wrap { height: 100%; pointer-events: none; } #a3944aa63ca5663 .tab-wrap .tab-contents { height: 100%; } #a3944aa63ca5663 .tab-wrap > div { height: 100%; overflow-y: auto; } #a373fa8b8faa84d [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a373fa8b8faa84d [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a373fa8b8faa84d [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a373fa8b8faa84d [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a373fa8b8faa84d [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a373fa8b8faa84d [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#a373fa8b8faa84d [data-item="items"] {left: 0px;top: -10px; position: relative;}#ad4daab257a7889 > .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);}#a98e3a5ce2aaa3b > .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; } #acb21a08b9a63ad .cd-accordion-menu label, #acb21a08b9a63ad .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #acb21a08b9a63ad .menu-list > ul > li.active > a, #acb21a08b9a63ad .menu-list > ul > li.active > label, #acb21a08b9a63ad .menu-list > ul > li:hover > a, #acb21a08b9a63ad .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #acb21a08b9a63ad .cd-accordion-menu ul li > a:hover, #acb21a08b9a63ad .cd-accordion-menu ul li > label:hover { box-shadow: none; } #af961ac5cca6500 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a2cd7a9c0ca19c6 #a0d45ac331acd78 { background: #fff; } #a2cd7a9c0ca19c6 #preview { transform-origin: center top; } #a2cd7a9c0ca19c6 #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; } #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list li ul, #a2cd7a9c0ca19c6 #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; } #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a2cd7a9c0ca19c6 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a2cd7a9c0ca19c6 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a2cd7a9c0ca19c6 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a2cd7a9c0ca19c6 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a2cd7a9c0ca19c6 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a2cd7a9c0ca19c6 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a2cd7a9c0ca19c6 .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; } #a2cd7a9c0ca19c6 #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; } #a2cd7a9c0ca19c6 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a2cd7a9c0ca19c6 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a2cd7a9c0ca19c6 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a2cd7a9c0ca19c6 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a2cd7a9c0ca19c6 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list li ul, #a2cd7a9c0ca19c6 #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; } #a2cd7a9c0ca19c6 #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; } #a2cd7a9c0ca19c6 #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; } #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a2cd7a9c0ca19c6 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a2cd7a9c0ca19c6 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a2cd7a9c0ca19c6 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a2cd7a9c0ca19c6 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a2cd7a9c0ca19c6 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#ad768a295cae56e #a0d45ac331acd78 { background: #fff; } #ad768a295cae56e #preview { transform-origin: center top; } #ad768a295cae56e #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; } #ad768a295cae56e #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #ad768a295cae56e #a3bb6a37fea5423 .menu-list li ul, #ad768a295cae56e #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; } #ad768a295cae56e #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #ad768a295cae56e #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #ad768a295cae56e #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #ad768a295cae56e #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #ad768a295cae56e #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #ad768a295cae56e #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #ad768a295cae56e #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #ad768a295cae56e #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ad768a295cae56e #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #ad768a295cae56e #a02a3acd87a0b1a { left: 0px; position: unset!important; } #ad768a295cae56e #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #ad768a295cae56e #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ad768a295cae56e #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #ad768a295cae56e .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; } #ad768a295cae56e #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; } #ad768a295cae56e #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #ad768a295cae56e #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #ad768a295cae56e #ac660aeba3ad917 { left: 1100px!important; color: #333; } #ad768a295cae56e #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #ad768a295cae56e #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #ad768a295cae56e #a3bb6a37fea5423 .menu-list li ul, #ad768a295cae56e #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; } #ad768a295cae56e #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; } #ad768a295cae56e #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; } #ad768a295cae56e #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #ad768a295cae56e #a3bb6a37fea5423 .menu-list > li.active > a:before, #ad768a295cae56e #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #ad768a295cae56e .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #ad768a295cae56e .uk-dropdown-nav > li > a:hover { font-weight: bold; } #ad768a295cae56e #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #ad768a295cae56e #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a8d31a84c3a6e54 .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #a8d31a84c3a6e54 .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #a8d31a84c3a6e54 .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; } #a8d31a84c3a6e54 .timeline-item-active:after { background: #32d296; content: '\f00c'; } #a8d31a84c3a6e54 .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #a8d31a84c3a6e54 a, #a8d31a84c3a6e54 .uk-link { color: inherit; } #a89c2aed7ca6ce6 [data-item="title"] {left: 43px;top: -68px; position: relative;}#a89c2aed7ca6ce6 [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#af6a4a482cae215 .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #ad86ea3665ab59e > .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;}#aec05ac0b1a0798 > .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);}#aec05ac0b1a0798 .hover-content-wrap:nth-child(1) {background-size: contain;}#aec05ac0b1a0798 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#aec05ac0b1a0798 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a9919a16b8a0da3 > .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);}#a9919a16b8a0da3 .hover-content-wrap:nth-child(1) {background-size: contain;}#a9919a16b8a0da3 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a9919a16b8a0da3 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#ad9eca5e27ae220 > .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);}#ad9eca5e27ae220 .hover-content-wrap:nth-child(1) {background-size: contain;}#ad9eca5e27ae220 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ad9eca5e27ae220 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#af71da775ca7a58 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a29f4a6cc2a7778 > .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);}#ac4d7a410ea67bc > .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);}#aab99a0bc4af7ca > .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);}#a262fad513a75ea > .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);}#abdacabf25a9271 > .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);}#acd89a06e3ac1fb > .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);}#a0267a0141a0c44 > .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);}#a7388a12b5aa278 > .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);}#a7427a7423aa22e > .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);}#a25aba1aefa8764 > .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);}#a77c1a0feea1a37 { overflow: hidden; pointer-events: none; } #a77c1a0feea1a37 > .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; } #a77c1a0feea1a37 > .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; } #a77c1a0feea1a37 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a77c1a0feea1a37 > .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; } #a77c1a0feea1a37 > .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; } #a77c1a0feea1a37 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a77c1a0feea1a37 > .tab-wrap > div > .tab-nav, #a77c1a0feea1a37 > .tab-nav, #a77c1a0feea1a37 > .tab-tabs > .tab-wrap > div > .tab-nav, #a77c1a0feea1a37 > .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; } #a77c1a0feea1a37 > .tab-wrap > div > .tab-nav-horizontal, #a77c1a0feea1a37 > .tab-nav-horizontal, #a77c1a0feea1a37 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a77c1a0feea1a37 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a77c1a0feea1a37 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a77c1a0feea1a37 > .tab-nav-horizontal::-webkit-scrollbar, #a77c1a0feea1a37 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a77c1a0feea1a37 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a77c1a0feea1a37 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a77c1a0feea1a37 > .tab-nav-horizontal.tagScroll, #a77c1a0feea1a37 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a77c1a0feea1a37 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a77c1a0feea1a37 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a77c1a0feea1a37 > .tab-nav-horizontal.tagScroll li a, #a77c1a0feea1a37 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a77c1a0feea1a37 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a77c1a0feea1a37 > .tab-wrap > div > .tab-nav a, #a77c1a0feea1a37 > .tab-nav a, #a77c1a0feea1a37 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a77c1a0feea1a37 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a77c1a0feea1a37 > .tab-wrap > div > .tab-nav li a, #a77c1a0feea1a37 > .tab-nav li a, #a77c1a0feea1a37 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a77c1a0feea1a37 > .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; } #a77c1a0feea1a37 > .tab-wrap > div > .tab-nav li a svg, #a77c1a0feea1a37 > .tab-nav li a svg, #a77c1a0feea1a37 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a77c1a0feea1a37 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a77c1a0feea1a37 > .tab-wrap > div > .tab-nav li a .ap_icon, #a77c1a0feea1a37 > .tab-nav li a .ap_icon, #a77c1a0feea1a37 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a77c1a0feea1a37 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a77c1a0feea1a37 > .tab-wrap > div > .tab-nav li a:hover, #a77c1a0feea1a37 > .tab-nav li a:hover, #a77c1a0feea1a37 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a77c1a0feea1a37 > .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; } #a77c1a0feea1a37 > .tab-wrap > div > .tab-nav li.uk-active a, #a77c1a0feea1a37 > .tab-nav li.uk-active a, #a77c1a0feea1a37 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a77c1a0feea1a37 > .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; } #a77c1a0feea1a37 .layout-left li, #a77c1a0feea1a37 .layout-center li, #a77c1a0feea1a37 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a77c1a0feea1a37 .layout-left li a, #a77c1a0feea1a37 .layout-center li a, #a77c1a0feea1a37 .layout-right li a { height: 100%; } #a77c1a0feea1a37 > .tab-tabs .layout-left { text-align: left; } #a77c1a0feea1a37 > .tab-tabs .layout-center { text-align: center; } #a77c1a0feea1a37 > .tab-tabs .layout-right { text-align: right; } #a77c1a0feea1a37 .tab-contents { height: 100%; height: calc(100% - 50px); } #a77c1a0feea1a37 .tab-content-wrap { background-color: transparent; } #a77c1a0feea1a37 .tab-contents, #a77c1a0feea1a37 .tab-contents-wrap { pointer-events: none; } #a77c1a0feea1a37 .tab-content, #a77c1a0feea1a37 .tab-content-wrap { height: 100%; width: 100%; } #a77c1a0feea1a37 .tab-wrap { height: 100%; pointer-events: none; } #a77c1a0feea1a37 .tab-wrap .tab-contents { height: 100%; } #a77c1a0feea1a37 .tab-wrap > div { height: 100%; overflow-y: auto; } #a8d31a84c3a6e54 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a8d31a84c3a6e54 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a8d31a84c3a6e54 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a8d31a84c3a6e54 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a8d31a84c3a6e54 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a8d31a84c3a6e54 [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#a8d31a84c3a6e54 [data-item="items"] {left: 0px;top: -10px; position: relative;}#a2b41ab777a4dcf > .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);}#aedc4a5787a615e > .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; } #a62b6a7565a28d0 .cd-accordion-menu label, #a62b6a7565a28d0 .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #a62b6a7565a28d0 .menu-list > ul > li.active > a, #a62b6a7565a28d0 .menu-list > ul > li.active > label, #a62b6a7565a28d0 .menu-list > ul > li:hover > a, #a62b6a7565a28d0 .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #a62b6a7565a28d0 .cd-accordion-menu ul li > a:hover, #a62b6a7565a28d0 .cd-accordion-menu ul li > label:hover { box-shadow: none; } #affe2ac2e3a0aba [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#aa3d4a6c0dac1e5 #a0d45ac331acd78 { background: #fff; } #aa3d4a6c0dac1e5 #preview { transform-origin: center top; } #aa3d4a6c0dac1e5 #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; } #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list li ul, #aa3d4a6c0dac1e5 #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; } #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #aa3d4a6c0dac1e5 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aa3d4a6c0dac1e5 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #aa3d4a6c0dac1e5 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #aa3d4a6c0dac1e5 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #aa3d4a6c0dac1e5 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aa3d4a6c0dac1e5 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #aa3d4a6c0dac1e5 .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; } #aa3d4a6c0dac1e5 #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; } #aa3d4a6c0dac1e5 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #aa3d4a6c0dac1e5 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #aa3d4a6c0dac1e5 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #aa3d4a6c0dac1e5 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #aa3d4a6c0dac1e5 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list li ul, #aa3d4a6c0dac1e5 #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; } #aa3d4a6c0dac1e5 #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; } #aa3d4a6c0dac1e5 #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; } #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list > li.active > a:before, #aa3d4a6c0dac1e5 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #aa3d4a6c0dac1e5 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #aa3d4a6c0dac1e5 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #aa3d4a6c0dac1e5 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #aa3d4a6c0dac1e5 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#aa507a1693a64e4 #a0d45ac331acd78 { background: #fff; } #aa507a1693a64e4 #preview { transform-origin: center top; } #aa507a1693a64e4 #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; } #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list li ul, #aa507a1693a64e4 #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; } #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #aa507a1693a64e4 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aa507a1693a64e4 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #aa507a1693a64e4 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #aa507a1693a64e4 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #aa507a1693a64e4 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aa507a1693a64e4 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #aa507a1693a64e4 .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; } #aa507a1693a64e4 #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; } #aa507a1693a64e4 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #aa507a1693a64e4 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #aa507a1693a64e4 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #aa507a1693a64e4 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #aa507a1693a64e4 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list li ul, #aa507a1693a64e4 #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; } #aa507a1693a64e4 #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; } #aa507a1693a64e4 #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; } #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list > li.active > a:before, #aa507a1693a64e4 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #aa507a1693a64e4 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #aa507a1693a64e4 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #aa507a1693a64e4 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #aa507a1693a64e4 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a3f32aeb38a53cb .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #a3f32aeb38a53cb .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #a3f32aeb38a53cb .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; } #a3f32aeb38a53cb .timeline-item-active:after { background: #32d296; content: '\f00c'; } #a3f32aeb38a53cb .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #a3f32aeb38a53cb a, #a3f32aeb38a53cb .uk-link { color: inherit; } #ab6e4a27a0a6bd1 [data-item="title"] {left: 43px;top: -68px; position: relative;}#ab6e4a27a0a6bd1 [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a9a4da761ea68e2 .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a8b00aa5a0af1ef > .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;}#a580caaf87acb1d > .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);}#a580caaf87acb1d .hover-content-wrap:nth-child(1) {background-size: contain;}#a580caaf87acb1d > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a580caaf87acb1d .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a4bdcad490a74da > .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);}#a4bdcad490a74da .hover-content-wrap:nth-child(1) {background-size: contain;}#a4bdcad490a74da > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a4bdcad490a74da .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a5ba9a937faf71d > .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);}#a5ba9a937faf71d .hover-content-wrap:nth-child(1) {background-size: contain;}#a5ba9a937faf71d > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a5ba9a937faf71d .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a9e60a4700a0b6e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac231af9e9aab8f > .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);}#aa287a3b0aa0d04 > .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);}#a6af7a2de6a6ee9 > .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);}#a351fa017dab0cc > .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);}#a2edfa8927a82c4 > .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);}#ab925a6487a51f1 > .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);}#a19c8ad169ac4cb > .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);}#aa838acaa1ab736 > .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);}#acc36adb5eaa459 > .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);}#af98daa59aa9905 > .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);}#a130ea44daaf93d { overflow: hidden; pointer-events: none; } #a130ea44daaf93d > .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; } #a130ea44daaf93d > .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; } #a130ea44daaf93d > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a130ea44daaf93d > .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; } #a130ea44daaf93d > .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; } #a130ea44daaf93d > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a130ea44daaf93d > .tab-wrap > div > .tab-nav, #a130ea44daaf93d > .tab-nav, #a130ea44daaf93d > .tab-tabs > .tab-wrap > div > .tab-nav, #a130ea44daaf93d > .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; } #a130ea44daaf93d > .tab-wrap > div > .tab-nav-horizontal, #a130ea44daaf93d > .tab-nav-horizontal, #a130ea44daaf93d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a130ea44daaf93d > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a130ea44daaf93d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a130ea44daaf93d > .tab-nav-horizontal::-webkit-scrollbar, #a130ea44daaf93d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a130ea44daaf93d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a130ea44daaf93d > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a130ea44daaf93d > .tab-nav-horizontal.tagScroll, #a130ea44daaf93d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a130ea44daaf93d > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a130ea44daaf93d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a130ea44daaf93d > .tab-nav-horizontal.tagScroll li a, #a130ea44daaf93d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a130ea44daaf93d > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a130ea44daaf93d > .tab-wrap > div > .tab-nav a, #a130ea44daaf93d > .tab-nav a, #a130ea44daaf93d > .tab-tabs > .tab-wrap > div > .tab-nav a, #a130ea44daaf93d > .tab-tabs > .tab-nav a { padding: 0 0px; } #a130ea44daaf93d > .tab-wrap > div > .tab-nav li a, #a130ea44daaf93d > .tab-nav li a, #a130ea44daaf93d > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a130ea44daaf93d > .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; } #a130ea44daaf93d > .tab-wrap > div > .tab-nav li a svg, #a130ea44daaf93d > .tab-nav li a svg, #a130ea44daaf93d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a130ea44daaf93d > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a130ea44daaf93d > .tab-wrap > div > .tab-nav li a .ap_icon, #a130ea44daaf93d > .tab-nav li a .ap_icon, #a130ea44daaf93d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a130ea44daaf93d > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a130ea44daaf93d > .tab-wrap > div > .tab-nav li a:hover, #a130ea44daaf93d > .tab-nav li a:hover, #a130ea44daaf93d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a130ea44daaf93d > .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; } #a130ea44daaf93d > .tab-wrap > div > .tab-nav li.uk-active a, #a130ea44daaf93d > .tab-nav li.uk-active a, #a130ea44daaf93d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a130ea44daaf93d > .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; } #a130ea44daaf93d .layout-left li, #a130ea44daaf93d .layout-center li, #a130ea44daaf93d .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a130ea44daaf93d .layout-left li a, #a130ea44daaf93d .layout-center li a, #a130ea44daaf93d .layout-right li a { height: 100%; } #a130ea44daaf93d > .tab-tabs .layout-left { text-align: left; } #a130ea44daaf93d > .tab-tabs .layout-center { text-align: center; } #a130ea44daaf93d > .tab-tabs .layout-right { text-align: right; } #a130ea44daaf93d .tab-contents { height: 100%; height: calc(100% - 50px); } #a130ea44daaf93d .tab-content-wrap { background-color: transparent; } #a130ea44daaf93d .tab-contents, #a130ea44daaf93d .tab-contents-wrap { pointer-events: none; } #a130ea44daaf93d .tab-content, #a130ea44daaf93d .tab-content-wrap { height: 100%; width: 100%; } #a130ea44daaf93d .tab-wrap { height: 100%; pointer-events: none; } #a130ea44daaf93d .tab-wrap .tab-contents { height: 100%; } #a130ea44daaf93d .tab-wrap > div { height: 100%; overflow-y: auto; } #a3f32aeb38a53cb [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a3f32aeb38a53cb [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a3f32aeb38a53cb [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a3f32aeb38a53cb [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a3f32aeb38a53cb [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a3f32aeb38a53cb [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#a3f32aeb38a53cb [data-item="items"] {left: 0px;top: -10px; position: relative;}#a9d40a0472ae781 > .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);}#a051ca10dfadc33 > .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; } #afbb2a1d3aa489c .cd-accordion-menu label, #afbb2a1d3aa489c .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #afbb2a1d3aa489c .menu-list > ul > li.active > a, #afbb2a1d3aa489c .menu-list > ul > li.active > label, #afbb2a1d3aa489c .menu-list > ul > li:hover > a, #afbb2a1d3aa489c .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #afbb2a1d3aa489c .cd-accordion-menu ul li > a:hover, #afbb2a1d3aa489c .cd-accordion-menu ul li > label:hover { box-shadow: none; } #ac8eaa7143a5676 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a91c6a46a7a2277 #a0d45ac331acd78 { background: #fff; } #a91c6a46a7a2277 #preview { transform-origin: center top; } #a91c6a46a7a2277 #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; } #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list li ul, #a91c6a46a7a2277 #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; } #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a91c6a46a7a2277 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a91c6a46a7a2277 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a91c6a46a7a2277 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a91c6a46a7a2277 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a91c6a46a7a2277 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a91c6a46a7a2277 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a91c6a46a7a2277 .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; } #a91c6a46a7a2277 #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; } #a91c6a46a7a2277 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a91c6a46a7a2277 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a91c6a46a7a2277 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a91c6a46a7a2277 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a91c6a46a7a2277 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list li ul, #a91c6a46a7a2277 #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; } #a91c6a46a7a2277 #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; } #a91c6a46a7a2277 #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; } #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a91c6a46a7a2277 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a91c6a46a7a2277 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a91c6a46a7a2277 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a91c6a46a7a2277 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a91c6a46a7a2277 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a6d6fac6c5a675f .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #a6d6fac6c5a675f .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #a6d6fac6c5a675f .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; } #a6d6fac6c5a675f .timeline-item-active:after { background: #32d296; content: '\f00c'; } #a6d6fac6c5a675f .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #a6d6fac6c5a675f a, #a6d6fac6c5a675f .uk-link { color: inherit; } #af7b3a4370af909 [data-item="title"] {left: 43px;top: -68px; position: relative;}#af7b3a4370af909 [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a5babab998a824a .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a25aaa8024ad313 > .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;}#a4265a6730a280b > .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);}#a4265a6730a280b .hover-content-wrap:nth-child(1) {background-size: contain;}#a4265a6730a280b > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a4265a6730a280b .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a22b3a445dac292 > .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);}#a22b3a445dac292 .hover-content-wrap:nth-child(1) {background-size: contain;}#a22b3a445dac292 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a22b3a445dac292 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#af413ad78ba65a8 > .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);}#af413ad78ba65a8 .hover-content-wrap:nth-child(1) {background-size: contain;}#af413ad78ba65a8 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#af413ad78ba65a8 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a17bca41ffa2606 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a28dfa8bd8a0f45 > .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);}#a742da7571a282c > .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);}#a9c30a6349a7a24 > .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);}#a7089a5534a5102 > .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);}#af6fda29d9a7afa > .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);}#add15aba41ac7d9 > .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);}#a2a24a4e1dab338 > .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);}#ab33daec66af56e > .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);}#a668bacc70a37ce > .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);}#abdb7adfbaad1f1 > .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);}#a6a2eacff5a9357 { overflow: hidden; pointer-events: none; } #a6a2eacff5a9357 > .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; } #a6a2eacff5a9357 > .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; } #a6a2eacff5a9357 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a6a2eacff5a9357 > .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; } #a6a2eacff5a9357 > .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; } #a6a2eacff5a9357 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a6a2eacff5a9357 > .tab-wrap > div > .tab-nav, #a6a2eacff5a9357 > .tab-nav, #a6a2eacff5a9357 > .tab-tabs > .tab-wrap > div > .tab-nav, #a6a2eacff5a9357 > .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; } #a6a2eacff5a9357 > .tab-wrap > div > .tab-nav-horizontal, #a6a2eacff5a9357 > .tab-nav-horizontal, #a6a2eacff5a9357 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a6a2eacff5a9357 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a6a2eacff5a9357 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a6a2eacff5a9357 > .tab-nav-horizontal::-webkit-scrollbar, #a6a2eacff5a9357 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a6a2eacff5a9357 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a6a2eacff5a9357 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a6a2eacff5a9357 > .tab-nav-horizontal.tagScroll, #a6a2eacff5a9357 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a6a2eacff5a9357 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a6a2eacff5a9357 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a6a2eacff5a9357 > .tab-nav-horizontal.tagScroll li a, #a6a2eacff5a9357 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a6a2eacff5a9357 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a6a2eacff5a9357 > .tab-wrap > div > .tab-nav a, #a6a2eacff5a9357 > .tab-nav a, #a6a2eacff5a9357 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a6a2eacff5a9357 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a6a2eacff5a9357 > .tab-wrap > div > .tab-nav li a, #a6a2eacff5a9357 > .tab-nav li a, #a6a2eacff5a9357 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a6a2eacff5a9357 > .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; } #a6a2eacff5a9357 > .tab-wrap > div > .tab-nav li a svg, #a6a2eacff5a9357 > .tab-nav li a svg, #a6a2eacff5a9357 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a6a2eacff5a9357 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a6a2eacff5a9357 > .tab-wrap > div > .tab-nav li a .ap_icon, #a6a2eacff5a9357 > .tab-nav li a .ap_icon, #a6a2eacff5a9357 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a6a2eacff5a9357 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a6a2eacff5a9357 > .tab-wrap > div > .tab-nav li a:hover, #a6a2eacff5a9357 > .tab-nav li a:hover, #a6a2eacff5a9357 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a6a2eacff5a9357 > .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; } #a6a2eacff5a9357 > .tab-wrap > div > .tab-nav li.uk-active a, #a6a2eacff5a9357 > .tab-nav li.uk-active a, #a6a2eacff5a9357 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a6a2eacff5a9357 > .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; } #a6a2eacff5a9357 .layout-left li, #a6a2eacff5a9357 .layout-center li, #a6a2eacff5a9357 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a6a2eacff5a9357 .layout-left li a, #a6a2eacff5a9357 .layout-center li a, #a6a2eacff5a9357 .layout-right li a { height: 100%; } #a6a2eacff5a9357 > .tab-tabs .layout-left { text-align: left; } #a6a2eacff5a9357 > .tab-tabs .layout-center { text-align: center; } #a6a2eacff5a9357 > .tab-tabs .layout-right { text-align: right; } #a6a2eacff5a9357 .tab-contents { height: 100%; height: calc(100% - 50px); } #a6a2eacff5a9357 .tab-content-wrap { background-color: transparent; } #a6a2eacff5a9357 .tab-contents, #a6a2eacff5a9357 .tab-contents-wrap { pointer-events: none; } #a6a2eacff5a9357 .tab-content, #a6a2eacff5a9357 .tab-content-wrap { height: 100%; width: 100%; } #a6a2eacff5a9357 .tab-wrap { height: 100%; pointer-events: none; } #a6a2eacff5a9357 .tab-wrap .tab-contents { height: 100%; } #a6a2eacff5a9357 .tab-wrap > div { height: 100%; overflow-y: auto; } #a6d6fac6c5a675f [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a6d6fac6c5a675f [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a6d6fac6c5a675f [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a6d6fac6c5a675f [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a6d6fac6c5a675f [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a6d6fac6c5a675f [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#a6d6fac6c5a675f [data-item="items"] {left: 0px;top: -10px; position: relative;}#a60b7aafe7ad756 > .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);}#a0469aaf13aa4f4 > .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; } #ae485ade2fad76c .cd-accordion-menu label, #ae485ade2fad76c .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #ae485ade2fad76c .menu-list > ul > li.active > a, #ae485ade2fad76c .menu-list > ul > li.active > label, #ae485ade2fad76c .menu-list > ul > li:hover > a, #ae485ade2fad76c .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #ae485ade2fad76c .cd-accordion-menu ul li > a:hover, #ae485ade2fad76c .cd-accordion-menu ul li > label:hover { box-shadow: none; } #aa881af790ace25 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a865ea2e02a99d8 #a0d45ac331acd78 { background: #fff; } #a865ea2e02a99d8 #preview { transform-origin: center top; } #a865ea2e02a99d8 #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; } #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list li ul, #a865ea2e02a99d8 #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; } #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a865ea2e02a99d8 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a865ea2e02a99d8 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a865ea2e02a99d8 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a865ea2e02a99d8 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a865ea2e02a99d8 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a865ea2e02a99d8 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a865ea2e02a99d8 .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; } #a865ea2e02a99d8 #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; } #a865ea2e02a99d8 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a865ea2e02a99d8 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a865ea2e02a99d8 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a865ea2e02a99d8 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a865ea2e02a99d8 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list li ul, #a865ea2e02a99d8 #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; } #a865ea2e02a99d8 #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; } #a865ea2e02a99d8 #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; } #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a865ea2e02a99d8 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a865ea2e02a99d8 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a865ea2e02a99d8 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a865ea2e02a99d8 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a865ea2e02a99d8 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a976da802ca1c2e .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #a976da802ca1c2e .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #a976da802ca1c2e .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; } #a976da802ca1c2e .timeline-item-active:after { background: #32d296; content: '\f00c'; } #a976da802ca1c2e .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #a976da802ca1c2e a, #a976da802ca1c2e .uk-link { color: inherit; } #a664bace2aa4dfa [data-item="title"] {left: 43px;top: -68px; position: relative;}#a664bace2aa4dfa [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#a6413aa1d4a055b .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #aead6abb27ae507 > .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;}#a959fac634a64fb > .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);}#a959fac634a64fb .hover-content-wrap:nth-child(1) {background-size: contain;}#a959fac634a64fb > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a959fac634a64fb .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#ac5edac73aacc54 > .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);}#ac5edac73aacc54 .hover-content-wrap:nth-child(1) {background-size: contain;}#ac5edac73aacc54 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#ac5edac73aacc54 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a9ad7a3e2daabc4 > .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);}#a9ad7a3e2daabc4 .hover-content-wrap:nth-child(1) {background-size: contain;}#a9ad7a3e2daabc4 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a9ad7a3e2daabc4 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#ac643ae5c8a58ee > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6fc3a75eeab9b3 > .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);}#a29afaf88fa04c9 > .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);}#a3c17a75f6ad727 > .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);}#aaffba4953a6762 > .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);}#adb78a71eea20bc > .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);}#a32c1af284ae301 > .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);}#a9624a5469abc89 > .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);}#afd7fa3e68a474d > .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);}#a9886a6e5aa0a70 > .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);}#a4486ac2cead6f3 > .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);}#a306aa8e5faceb4 { overflow: hidden; pointer-events: none; } #a306aa8e5faceb4 > .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; } #a306aa8e5faceb4 > .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; } #a306aa8e5faceb4 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a306aa8e5faceb4 > .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; } #a306aa8e5faceb4 > .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; } #a306aa8e5faceb4 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a306aa8e5faceb4 > .tab-wrap > div > .tab-nav, #a306aa8e5faceb4 > .tab-nav, #a306aa8e5faceb4 > .tab-tabs > .tab-wrap > div > .tab-nav, #a306aa8e5faceb4 > .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; } #a306aa8e5faceb4 > .tab-wrap > div > .tab-nav-horizontal, #a306aa8e5faceb4 > .tab-nav-horizontal, #a306aa8e5faceb4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a306aa8e5faceb4 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a306aa8e5faceb4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a306aa8e5faceb4 > .tab-nav-horizontal::-webkit-scrollbar, #a306aa8e5faceb4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a306aa8e5faceb4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a306aa8e5faceb4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a306aa8e5faceb4 > .tab-nav-horizontal.tagScroll, #a306aa8e5faceb4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a306aa8e5faceb4 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a306aa8e5faceb4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a306aa8e5faceb4 > .tab-nav-horizontal.tagScroll li a, #a306aa8e5faceb4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a306aa8e5faceb4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a306aa8e5faceb4 > .tab-wrap > div > .tab-nav a, #a306aa8e5faceb4 > .tab-nav a, #a306aa8e5faceb4 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a306aa8e5faceb4 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a306aa8e5faceb4 > .tab-wrap > div > .tab-nav li a, #a306aa8e5faceb4 > .tab-nav li a, #a306aa8e5faceb4 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a306aa8e5faceb4 > .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; } #a306aa8e5faceb4 > .tab-wrap > div > .tab-nav li a svg, #a306aa8e5faceb4 > .tab-nav li a svg, #a306aa8e5faceb4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a306aa8e5faceb4 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a306aa8e5faceb4 > .tab-wrap > div > .tab-nav li a .ap_icon, #a306aa8e5faceb4 > .tab-nav li a .ap_icon, #a306aa8e5faceb4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a306aa8e5faceb4 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a306aa8e5faceb4 > .tab-wrap > div > .tab-nav li a:hover, #a306aa8e5faceb4 > .tab-nav li a:hover, #a306aa8e5faceb4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a306aa8e5faceb4 > .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; } #a306aa8e5faceb4 > .tab-wrap > div > .tab-nav li.uk-active a, #a306aa8e5faceb4 > .tab-nav li.uk-active a, #a306aa8e5faceb4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a306aa8e5faceb4 > .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; } #a306aa8e5faceb4 .layout-left li, #a306aa8e5faceb4 .layout-center li, #a306aa8e5faceb4 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a306aa8e5faceb4 .layout-left li a, #a306aa8e5faceb4 .layout-center li a, #a306aa8e5faceb4 .layout-right li a { height: 100%; } #a306aa8e5faceb4 > .tab-tabs .layout-left { text-align: left; } #a306aa8e5faceb4 > .tab-tabs .layout-center { text-align: center; } #a306aa8e5faceb4 > .tab-tabs .layout-right { text-align: right; } #a306aa8e5faceb4 .tab-contents { height: 100%; height: calc(100% - 50px); } #a306aa8e5faceb4 .tab-content-wrap { background-color: transparent; } #a306aa8e5faceb4 .tab-contents, #a306aa8e5faceb4 .tab-contents-wrap { pointer-events: none; } #a306aa8e5faceb4 .tab-content, #a306aa8e5faceb4 .tab-content-wrap { height: 100%; width: 100%; } #a306aa8e5faceb4 .tab-wrap { height: 100%; pointer-events: none; } #a306aa8e5faceb4 .tab-wrap .tab-contents { height: 100%; } #a306aa8e5faceb4 .tab-wrap > div { height: 100%; overflow-y: auto; } #a976da802ca1c2e [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a976da802ca1c2e [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a976da802ca1c2e [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a976da802ca1c2e [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a976da802ca1c2e [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a976da802ca1c2e [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#a976da802ca1c2e [data-item="items"] {left: 0px;top: -10px; position: relative;}#a4e73adf09aee52 > .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);}#ad9dcaacc5a0338 > .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; } #a43faa7bdaae9de .cd-accordion-menu label, #a43faa7bdaae9de .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #a43faa7bdaae9de .menu-list > ul > li.active > a, #a43faa7bdaae9de .menu-list > ul > li.active > label, #a43faa7bdaae9de .menu-list > ul > li:hover > a, #a43faa7bdaae9de .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #a43faa7bdaae9de .cd-accordion-menu ul li > a:hover, #a43faa7bdaae9de .cd-accordion-menu ul li > label:hover { box-shadow: none; } #a0275ac1bca0a6d [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#aa140ad713a8969 #a0d45ac331acd78 { background: #fff; } #aa140ad713a8969 #preview { transform-origin: center top; } #aa140ad713a8969 #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; } #aa140ad713a8969 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #aa140ad713a8969 #a3bb6a37fea5423 .menu-list li ul, #aa140ad713a8969 #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; } #aa140ad713a8969 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #aa140ad713a8969 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #aa140ad713a8969 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #aa140ad713a8969 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #aa140ad713a8969 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #aa140ad713a8969 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #aa140ad713a8969 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #aa140ad713a8969 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aa140ad713a8969 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #aa140ad713a8969 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #aa140ad713a8969 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #aa140ad713a8969 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aa140ad713a8969 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #aa140ad713a8969 .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; } #aa140ad713a8969 #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; } #aa140ad713a8969 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #aa140ad713a8969 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #aa140ad713a8969 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #aa140ad713a8969 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #aa140ad713a8969 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #aa140ad713a8969 #a3bb6a37fea5423 .menu-list li ul, #aa140ad713a8969 #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; } #aa140ad713a8969 #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; } #aa140ad713a8969 #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; } #aa140ad713a8969 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #aa140ad713a8969 #a3bb6a37fea5423 .menu-list > li.active > a:before, #aa140ad713a8969 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #aa140ad713a8969 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #aa140ad713a8969 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #aa140ad713a8969 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #aa140ad713a8969 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a1d76abd02afba7 [data-item="title"] {left: 0px;top: -1px; position: relative;}#a1d76abd02afba7 [data-item="abstract"] {left: -2px;top: -47px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#aef86a6205ac896 [data-item="items"] {left: 0px;top: -10px; 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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#ae4c0ad73da18e3 #a0d45ac331acd78 { background: #fff; } #ae4c0ad73da18e3 #preview { transform-origin: center top; } #ae4c0ad73da18e3 #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; } #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list li ul, #ae4c0ad73da18e3 #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; } #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #ae4c0ad73da18e3 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ae4c0ad73da18e3 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #ae4c0ad73da18e3 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #ae4c0ad73da18e3 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #ae4c0ad73da18e3 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ae4c0ad73da18e3 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #ae4c0ad73da18e3 .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; } #ae4c0ad73da18e3 #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; } #ae4c0ad73da18e3 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #ae4c0ad73da18e3 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #ae4c0ad73da18e3 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #ae4c0ad73da18e3 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #ae4c0ad73da18e3 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list li ul, #ae4c0ad73da18e3 #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; } #ae4c0ad73da18e3 #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; } #ae4c0ad73da18e3 #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; } #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list > li.active > a:before, #ae4c0ad73da18e3 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #ae4c0ad73da18e3 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #ae4c0ad73da18e3 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #ae4c0ad73da18e3 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #ae4c0ad73da18e3 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #a81e7afd35adc25 .timeline-item { position: relative; padding-top: 60px; margin-top: 15px; } #a81e7afd35adc25 .timeline-item:before { background-color: #1e87f0; position: absolute; content: ""; top: 0; left: -7.5px; width: calc(130%); height: 1px; z-index: 3; } #a81e7afd35adc25 .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; } #a81e7afd35adc25 .timeline-item-active:after { background: #32d296; content: '\f00c'; } #a81e7afd35adc25 .timeline-item-date:after { display: block; position: absolute; right: -12px; top: 12px; height: 70px; width: 1px; background: #1e87f0; content: ""; } #a81e7afd35adc25 a, #a81e7afd35adc25 .uk-link { color: inherit; } #aa726a772cabcb7 [data-item="title"] {left: 43px;top: -68px; position: relative;}#aa726a772cabcb7 [data-item="abstract"] {left: 45px;top: -48px; position: relative;}#ac1e2a414facf5b .img-wrap { box-shadow: NaNpx NaNpx 0px 0px #4a4a4a; } #a92feaa4d8a945f > .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;}#a8390a72fba66ad > .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);}#a8390a72fba66ad .hover-content-wrap:nth-child(1) {background-size: contain;}#a8390a72fba66ad > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a8390a72fba66ad .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a8d81a0f0dac522 > .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);}#a8d81a0f0dac522 .hover-content-wrap:nth-child(1) {background-size: contain;}#a8d81a0f0dac522 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/af120a785fa46ed/1650612100551.png);}#a8d81a0f0dac522 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#a014fa67c5a7e71 > .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);}#a014fa67c5a7e71 .hover-content-wrap:nth-child(1) {background-size: contain;}#a014fa67c5a7e71 > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a014fa67c5a7e71 .hover-content-wrap:nth-child(2) {background-position: center center;background-size: contain;background-repeat: no-repeat;}#acf3cae8ffa83b2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af900aa6d5a4081 > .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);}#a8753a7ae3a18d6 > .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);}#aaa35ad159a82e5 > .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);}#ac0ecacd9ea48a1 > .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);}#aaa8baac9ca7148 > .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);}#aec06ac19da74af > .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);}#ab102a38a3a06a6 > .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);}#aba81adb1aa7640 > .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);}#aaaa3a8bd2a6f55 > .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);}#ab2dbab8eca3ceb > .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);}#a71a5a5080a3e45 { overflow: hidden; pointer-events: none; } #a71a5a5080a3e45 > .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; } #a71a5a5080a3e45 > .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; } #a71a5a5080a3e45 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a71a5a5080a3e45 > .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; } #a71a5a5080a3e45 > .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; } #a71a5a5080a3e45 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a71a5a5080a3e45 > .tab-wrap > div > .tab-nav, #a71a5a5080a3e45 > .tab-nav, #a71a5a5080a3e45 > .tab-tabs > .tab-wrap > div > .tab-nav, #a71a5a5080a3e45 > .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; } #a71a5a5080a3e45 > .tab-wrap > div > .tab-nav-horizontal, #a71a5a5080a3e45 > .tab-nav-horizontal, #a71a5a5080a3e45 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a71a5a5080a3e45 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a71a5a5080a3e45 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a71a5a5080a3e45 > .tab-nav-horizontal::-webkit-scrollbar, #a71a5a5080a3e45 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a71a5a5080a3e45 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a71a5a5080a3e45 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a71a5a5080a3e45 > .tab-nav-horizontal.tagScroll, #a71a5a5080a3e45 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a71a5a5080a3e45 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a71a5a5080a3e45 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a71a5a5080a3e45 > .tab-nav-horizontal.tagScroll li a, #a71a5a5080a3e45 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a71a5a5080a3e45 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a71a5a5080a3e45 > .tab-wrap > div > .tab-nav a, #a71a5a5080a3e45 > .tab-nav a, #a71a5a5080a3e45 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a71a5a5080a3e45 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a71a5a5080a3e45 > .tab-wrap > div > .tab-nav li a, #a71a5a5080a3e45 > .tab-nav li a, #a71a5a5080a3e45 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a71a5a5080a3e45 > .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; } #a71a5a5080a3e45 > .tab-wrap > div > .tab-nav li a svg, #a71a5a5080a3e45 > .tab-nav li a svg, #a71a5a5080a3e45 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a71a5a5080a3e45 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a71a5a5080a3e45 > .tab-wrap > div > .tab-nav li a .ap_icon, #a71a5a5080a3e45 > .tab-nav li a .ap_icon, #a71a5a5080a3e45 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a71a5a5080a3e45 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a71a5a5080a3e45 > .tab-wrap > div > .tab-nav li a:hover, #a71a5a5080a3e45 > .tab-nav li a:hover, #a71a5a5080a3e45 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a71a5a5080a3e45 > .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; } #a71a5a5080a3e45 > .tab-wrap > div > .tab-nav li.uk-active a, #a71a5a5080a3e45 > .tab-nav li.uk-active a, #a71a5a5080a3e45 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a71a5a5080a3e45 > .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; } #a71a5a5080a3e45 .layout-left li, #a71a5a5080a3e45 .layout-center li, #a71a5a5080a3e45 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a71a5a5080a3e45 .layout-left li a, #a71a5a5080a3e45 .layout-center li a, #a71a5a5080a3e45 .layout-right li a { height: 100%; } #a71a5a5080a3e45 > .tab-tabs .layout-left { text-align: left; } #a71a5a5080a3e45 > .tab-tabs .layout-center { text-align: center; } #a71a5a5080a3e45 > .tab-tabs .layout-right { text-align: right; } #a71a5a5080a3e45 .tab-contents { height: 100%; height: calc(100% - 50px); } #a71a5a5080a3e45 .tab-content-wrap { background-color: transparent; } #a71a5a5080a3e45 .tab-contents, #a71a5a5080a3e45 .tab-contents-wrap { pointer-events: none; } #a71a5a5080a3e45 .tab-content, #a71a5a5080a3e45 .tab-content-wrap { height: 100%; width: 100%; } #a71a5a5080a3e45 .tab-wrap { height: 100%; pointer-events: none; } #a71a5a5080a3e45 .tab-wrap .tab-contents { height: 100%; } #a71a5a5080a3e45 .tab-wrap > div { height: 100%; overflow-y: auto; } #a81e7afd35adc25 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a81e7afd35adc25 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a81e7afd35adc25 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a81e7afd35adc25 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a81e7afd35adc25 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a81e7afd35adc25 [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#a81e7afd35adc25 [data-item="items"] {left: 0px;top: -10px; position: relative;}#a90e1a0f8eaf3ad > .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);}#a5891aa83fa2cad > .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; } #a5244a4899ae9c2 .cd-accordion-menu label, #a5244a4899ae9c2 .cd-accordion-menu a { background-color: #074eae; box-shadow: inset 0 -1px #06459a; } #a5244a4899ae9c2 .menu-list > ul > li.active > a, #a5244a4899ae9c2 .menu-list > ul > li.active > label, #a5244a4899ae9c2 .menu-list > ul > li:hover > a, #a5244a4899ae9c2 .menu-list > ul > li:hover > label { color: #fff; background: #064395; box-shadow: none; } #a5244a4899ae9c2 .cd-accordion-menu ul li > a:hover, #a5244a4899ae9c2 .cd-accordion-menu ul li > label:hover { box-shadow: none; } #a199aa874dac6b0 [data-item="bmap"] {left: 0px;top: -1px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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-image: url(/resources/upload/af120a785fa46ed/1684828860842.png);background-repeat: no-repeat;background-size: contain;background-position: center center;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);}#a13d8ae8d3af002 > .ele-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);}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#af03eac8eca753f .ap-content-container { height: 100%; min-height: 40px; } #a7947a9ee8a7a69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a7947a9ee8a7a69 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a327ea44eaac31c .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a327ea44eaac31c .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a327ea44eaac31c .ap-icon { margin-right: 6px; } #a327ea44eaac31c .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a327ea44eaac31c .menu-list > li.icon-bottom > a, #a327ea44eaac31c .menu-list > li.icon-top > a { flex-direction: column; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon img, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a327ea44eaac31c .menu-list > li:hover > a, #a327ea44eaac31c .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a327ea44eaac31c .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a327ea44eaac31c .menu-list ul, #a327ea44eaac31c .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a327ea44eaac31c .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a327ea44eaac31c .menu-list ul li ul { top: 0; left: 100%; } #a327ea44eaac31c .menu-list ul li { clear: both; width: 100%; border: none; } #a327ea44eaac31c .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #ab636a551dad6e0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ab636a551dad6e0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#acf7da0824ab29a .drop-menu .title { cursor: pointer; } #acf7da0824ab29a .drop-menu ul { margin-left: 15px; } #acf7da0824ab29a .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #acf7da0824ab29a .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #aa947a7dd8ab769 > .ele-wrap {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 .a70e1ac5c6ac628 > .ele-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 0px rgba(118, 118, 118, 0.06);}#a1266a5096afba7 .a2b3da00faa9e72 { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(146, 143, 143, 1);}#a1266a5096afba7 .a3bf5af453a2ad1 { overflow: hidden; } #a1266a5096afba7 .a3bf5af453a2ad1 , #a1266a5096afba7 .a3bf5af453a2ad1 > * { font-weight: normal; font-style: normal; font-family: inherit;line-height: 28px;}#a1266a5096afba7 .a2c95aa974a7976 { overflow: hidden; } #a1266a5096afba7 .a2c95aa974a7976 , #a1266a5096afba7 .a2c95aa974a7976 > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#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 .af0dea3d23ae8bf > .ele-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 0px rgba(118, 118, 118, 0.04);}#a49c3a1740a518d .add99a650eaaf8e { overflow: hidden; } #a49c3a1740a518d .add99a650eaaf8e , #a49c3a1740a518d .add99a650eaaf8e > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a49c3a1740a518d .ad6bca0c28aa953 { overflow: hidden; } #a49c3a1740a518d .ad6bca0c28aa953 , #a49c3a1740a518d .ad6bca0c28aa953 > * { font-weight: normal; font-style: normal; font-family: inherit;line-height: 28px;}#a49c3a1740a518d .a715da9ad3a3e79 { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(146, 143, 143, 1);}#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 .a185aaa67ca317c > .ele-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 3px 5px 0px rgba(118, 118, 118, 0.04);}#aa83aabe1ba0c5f .a928daf301a8406 { overflow: hidden; } #aa83aabe1ba0c5f .a928daf301a8406 , #aa83aabe1ba0c5f .a928daf301a8406 > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa83aabe1ba0c5f .a628eaf2ada4639 { overflow: hidden; } #aa83aabe1ba0c5f .a628eaf2ada4639 , #aa83aabe1ba0c5f .a628eaf2ada4639 > * { font-weight: normal; font-style: normal; font-family: inherit;line-height: 28px;}#aa83aabe1ba0c5f .a993ba9577a7556 { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(146, 143, 143, 1);}#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 .a1591a5f33a8e77 > .ele-wrap {background-color: rgba(0, 97, 179, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 4px 11px 4px rgba(118, 118, 118, 0.06);}#a2622a79b7a02f7 .a7fe8a9882a121b { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(255, 255, 255, 1);}#a2622a79b7a02f7 .a463fa318aa2399 { overflow: hidden; } #a2622a79b7a02f7 .a463fa318aa2399 , #a2622a79b7a02f7 .a463fa318aa2399 > * { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 28px;}#a2622a79b7a02f7 .a4655a2b0ba094b { overflow: hidden; } #a2622a79b7a02f7 .a4655a2b0ba094b , #a2622a79b7a02f7 .a4655a2b0ba094b > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#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);}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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 .afc92a9043a6ee9 > .ele-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 0px rgba(118, 118, 118, 0.06);}#aa2c0a4927ae9d8 .a98d0aa8a2a164e { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(146, 143, 143, 1);}#aa2c0a4927ae9d8 .a4aa2a8953aee35 { overflow: hidden; } #aa2c0a4927ae9d8 .a4aa2a8953aee35 , #aa2c0a4927ae9d8 .a4aa2a8953aee35 > * { font-weight: normal; font-style: normal; font-family: inherit;line-height: 28px;}#aa2c0a4927ae9d8 .ab022a310ba1043 { overflow: hidden; } #aa2c0a4927ae9d8 .ab022a310ba1043 , #aa2c0a4927ae9d8 .ab022a310ba1043 > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#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 .a52a8ab2d6ae0bb > .ele-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 0px rgba(118, 118, 118, 0.04);}#ae1bcacdffaaa91 .a193da772fa8a11 { overflow: hidden; } #ae1bcacdffaaa91 .a193da772fa8a11 , #ae1bcacdffaaa91 .a193da772fa8a11 > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae1bcacdffaaa91 .af894a0c0fa25f3 { overflow: hidden; } #ae1bcacdffaaa91 .af894a0c0fa25f3 , #ae1bcacdffaaa91 .af894a0c0fa25f3 > * { font-weight: normal; font-style: normal; font-family: inherit;line-height: 28px;}#ae1bcacdffaaa91 .ad375a7562a5629 { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(146, 143, 143, 1);}#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 .a8032aae01a1b75 > .ele-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 3px 5px 0px rgba(118, 118, 118, 0.04);}#a3593a1bccaeb85 .aa91da0089ac83e { overflow: hidden; } #a3593a1bccaeb85 .aa91da0089ac83e , #a3593a1bccaeb85 .aa91da0089ac83e > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3593a1bccaeb85 .a973cadf5fa37ba { overflow: hidden; } #a3593a1bccaeb85 .a973cadf5fa37ba , #a3593a1bccaeb85 .a973cadf5fa37ba > * { font-weight: normal; font-style: normal; font-family: inherit;line-height: 28px;}#a3593a1bccaeb85 .a86ffaaa2ca97f2 { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(146, 143, 143, 1);}#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 .a7868ad45fa6777 > .ele-wrap {background-color: rgba(0, 97, 179, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 4px 11px 4px rgba(118, 118, 118, 0.06);}#ae8ecaba88a89e5 .a3799aebb1a74d9 { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8ecaba88a89e5 .a0490a2701a4198 { overflow: hidden; } #ae8ecaba88a89e5 .a0490a2701a4198 , #ae8ecaba88a89e5 .a0490a2701a4198 > * { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 28px;}#ae8ecaba88a89e5 .a01bba68e0ac8ff { overflow: hidden; } #ae8ecaba88a89e5 .a01bba68e0ac8ff , #ae8ecaba88a89e5 .a01bba68e0ac8ff > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#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;}#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: 205px;top: 61px; 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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#ae66cad2dbaf4c0 #a0d45ac331acd78 { background: #fff; } #ae66cad2dbaf4c0 #preview { transform-origin: center top; } #ae66cad2dbaf4c0 #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; } #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list li ul, #ae66cad2dbaf4c0 #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; } #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #ae66cad2dbaf4c0 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ae66cad2dbaf4c0 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #ae66cad2dbaf4c0 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #ae66cad2dbaf4c0 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #ae66cad2dbaf4c0 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #ae66cad2dbaf4c0 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #ae66cad2dbaf4c0 .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; } #ae66cad2dbaf4c0 #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; } #ae66cad2dbaf4c0 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #ae66cad2dbaf4c0 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #ae66cad2dbaf4c0 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #ae66cad2dbaf4c0 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #ae66cad2dbaf4c0 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list li ul, #ae66cad2dbaf4c0 #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; } #ae66cad2dbaf4c0 #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; } #ae66cad2dbaf4c0 #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; } #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list > li.active > a:before, #ae66cad2dbaf4c0 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #ae66cad2dbaf4c0 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #ae66cad2dbaf4c0 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #ae66cad2dbaf4c0 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #ae66cad2dbaf4c0 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #abb47a34faa8c87 [data-item="items"] {left: 0px;top: -1px; position: relative;}#a33fca67b7a815b > .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);}#a58e7a5bbfac75f > .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);}#a5fe6a3f62aa122 > .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);}#ae424aea99aa312 [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#ae424aea99aa312 [data-item="title"] {left: -273px;top: -94px; position: relative;}#ae424aea99aa312 [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#ae424aea99aa312 [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a7bcda2010abf48 > .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);}#a8056a05a2a2fc5 > .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);}#a130baeedbae947 > .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);}#afdbeac56ba3fd5 [data-item="feature.image"] {left: 320px;top: 64px; position: relative;}#afdbeac56ba3fd5 [data-item="title"] {left: -273px;top: -94px; position: relative;}#afdbeac56ba3fd5 [data-item="abstract"] {left: -215px;top: -32px; position: relative;}#afdbeac56ba3fd5 [data-item="buttons[0]"] {left: -208px;top: 235px; position: relative;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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);}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a16aba9f4aabb94 #a0d45ac331acd78 { background: #fff; } #a16aba9f4aabb94 #preview { transform-origin: center top; } #a16aba9f4aabb94 #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; } #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list li ul, #a16aba9f4aabb94 #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; } #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #a16aba9f4aabb94 #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a16aba9f4aabb94 #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #a16aba9f4aabb94 #a02a3acd87a0b1a { left: 0px; position: unset!important; } #a16aba9f4aabb94 #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #a16aba9f4aabb94 #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a16aba9f4aabb94 #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a16aba9f4aabb94 .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; } #a16aba9f4aabb94 #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; } #a16aba9f4aabb94 #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #a16aba9f4aabb94 #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #a16aba9f4aabb94 #ac660aeba3ad917 { left: 1100px!important; color: #333; } #a16aba9f4aabb94 #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #a16aba9f4aabb94 #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list li ul, #a16aba9f4aabb94 #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; } #a16aba9f4aabb94 #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; } #a16aba9f4aabb94 #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; } #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list > li.active > a:before, #a16aba9f4aabb94 #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a16aba9f4aabb94 .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #a16aba9f4aabb94 .uk-dropdown-nav > li > a:hover { font-weight: bold; } #a16aba9f4aabb94 #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #a16aba9f4aabb94 #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #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;}#af22cace78a1645 > .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);}#a7172a20bfa74cd > .ele-wrap {background-color: #ccc;background-image: url(/resources/upload/af120a785fa46ed/1649922832657.jpeg);}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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);}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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 .ad509af1dda0a12 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px ;}#ad30cacc64a70e9 .a5cc2a8d50a8a69 { overflow: hidden; } #ad30cacc64a70e9 .a5cc2a8d50a8a69 , #ad30cacc64a70e9 .a5cc2a8d50a8a69 > * { font-weight: normal; font-style: normal; font-size: 16px;font-family: inherit;line-height: 34px;}#ad30cacc64a70e9 .a1828a8752a6c1a { overflow: hidden; } #ad30cacc64a70e9 .a1828a8752a6c1a , #ad30cacc64a70e9 .a1828a8752a6c1a > * { font-weight: bold; font-style: normal; font-size: 30px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad30cacc64a70e9 .a2b47a809fae97e { font-weight: normal; font-style: normal; font-size: 16px;font-family: inherit;color: rgba(146, 143, 143, 1);}#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; } } #a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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);}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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);}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#a9890ad3cfab758 .ap-content-container { height: 100%; min-height: 40px; } #a1b39a218da3dfd .uk-checkbox:not(:checked) { background: #fff; } #a1b39a218da3dfd .cart-wrap .column { float: left; text-align: center; } #a1b39a218da3dfd .cart-head, #a1b39a218da3dfd .cart-footer, #a1b39a218da3dfd .cart-item { margin-bottom: 10px; padding: 12px 0; border: 1px solid #f0f0f0; background-color: #fff; } #a1b39a218da3dfd .cart-head { background-color: #efefef; } #a1b39a218da3dfd .cart-head, #a1b39a218da3dfd .cart-footer { margin: 20px 0; padding: 12px; } #a1b39a218da3dfd .cart-footer { display: none; } #a1b39a218da3dfd .cart-head .c-checkbox { width: 150px; } #a1b39a218da3dfd .c-info { width: 410px; } #a1b39a218da3dfd .c-price { width: 180px; } #a1b39a218da3dfd .c-count { width: 170px; } #a1b39a218da3dfd .c-sum { width: 170px; } #a1b39a218da3dfd .cart-item { padding: 20px 12px; } #a1b39a218da3dfd .selected { background-color: #fdf5e9; } #a1b39a218da3dfd .cart-item .c-info { width: 500px; } #a1b39a218da3dfd .cart-item .c-checkbox { width: 60px; } #a1b39a218da3dfd .cart-item .pic { float: left; width: 100px; height: 100px; border: 1px solid #f0f0f0; background: #fafafa; } #a1b39a218da3dfd .cart-item .c-info .info { padding-left: 120px; min-height: 100px; width: 500px; padding-top: 10px; line-height: 1; } #a1b39a218da3dfd .cart-item .c-info .title { font-size: 14px; display: block; color: #333; text-align: left; margin-bottom: 6px; } #a1b39a218da3dfd .cart-item .c-info span { font-size: 12px; color: #999; } #a1b39a218da3dfd .cart-item .price { text-align: center; font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana; } #a1b39a218da3dfd .cart-item .price-total { color: #d4282d; font-weight: bolder; } #a1b39a218da3dfd .cart-item .present-price { font-size: 14px; color: #333; } #a1b39a218da3dfd .cart-item .origin-price { color: #999; font-size: 12px; display: inline-block; margin-left: 6px; text-decoration: line-through; } #a1b39a218da3dfd .cart-item .column { padding-top: 12px; } #a1b39a218da3dfd .cart-item .c-info { padding-top: 0; } #a1b39a218da3dfd .cart-item .del { color: #555; } #a1b39a218da3dfd .select-num { display: inline-block; border: 1px solid #ddd; overflow: hidden; line-height: 30px; } #a1b39a218da3dfd .select-num .btn { position: relative; width: 30px; height: 30px; line-height: 28px; background: #fff; text-align: center; color: #888; cursor: pointer; } #a1b39a218da3dfd .select-num .btn.disable { cursor: not-allowed; color: #ececec; } #a1b39a218da3dfd .select-num i { line-height: 30px; } #a1b39a218da3dfd .select-num .less { float: left; border-right: 1px solid #ddd; } #a1b39a218da3dfd .select-num .more { float: right; border-left: 1px solid #ddd; } #a1b39a218da3dfd .select-num input { border: none; text-align: center; font-size: 12px; color: #333; width: 60px; height: 28px; } #a1b39a218da3dfd .price-info { color: #999; float: right; margin-left: 20px; } #a1b39a218da3dfd .price-info .discount { font-size: 12px; } #a1b39a218da3dfd .price-info .price-num { font-size: 16px; color: #E2231A; font-weight: 700; } #a1b39a218da3dfd .column-left { line-height: 36px; } #a1b39a218da3dfd .column-left a { color: #888; display: inline-block; margin-left: 10px; } #a1b39a218da3dfd .column-left a:hover { color: #E2231A; } #a1b39a218da3dfd .column-right { padding-right: 130px; } #a1b39a218da3dfd .column-right .selected-num { color: #999; font-size: 13px; line-height: 26px; } #a1b39a218da3dfd .column-right .selected-num span { color: #E2231A; font-weight: bolder; display: inline-block; margin: 0 2px; } #a1b39a218da3dfd .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; } #a1b39a218da3dfd .cart-icon { width: 200px; fill: #ccc; } #ab915af78daf678 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ab915af78daf678 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#ae13bae389a73fe .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #ae13bae389a73fe .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #ae13bae389a73fe .ap-icon { margin-right: 6px; } #ae13bae389a73fe .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #ae13bae389a73fe .menu-list > li.icon-bottom > a, #ae13bae389a73fe .menu-list > li.icon-top > a { flex-direction: column; } #ae13bae389a73fe .menu-list > li.icon-bottom > a .ap-icon, #ae13bae389a73fe .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #ae13bae389a73fe .menu-list > li.icon-bottom > a .ap-icon svg, #ae13bae389a73fe .menu-list > li.icon-top > a .ap-icon svg, #ae13bae389a73fe .menu-list > li.icon-bottom > a .ap-icon img, #ae13bae389a73fe .menu-list > li.icon-top > a .ap-icon img { height: auto; } #ae13bae389a73fe .menu-list > li.icon-right > a .ap-icon, #ae13bae389a73fe .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #ae13bae389a73fe .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #ae13bae389a73fe .menu-list > li:hover > a, #ae13bae389a73fe .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #ae13bae389a73fe .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #ae13bae389a73fe .menu-list ul, #ae13bae389a73fe .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #ae13bae389a73fe .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #ae13bae389a73fe .menu-list ul li ul { top: 0; left: 100%; } #ae13bae389a73fe .menu-list ul li { clear: both; width: 100%; border: none; } #ae13bae389a73fe .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #a0f66a4b81aa9b3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a0f66a4b81aa9b3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a6192a3ee5a6cd1 .drop-menu .title { cursor: pointer; } #a6192a3ee5a6cd1 .drop-menu ul { margin-left: 15px; } #a6192a3ee5a6cd1 .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a6192a3ee5a6cd1 .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #a6192a3ee5a6cd1 .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a6192a3ee5a6cd1 .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #add71a14f4a9840 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac230a2090a09bc > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#a9896aa9e1aa05b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af309a87d2af71a > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa7f7a0f50a0fad > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad1fbad5f5a8804 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a1e09a2841a7d20 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a9a99afde6ac061 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8ff6a2100a6f16 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aff76a331daf49d > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a77c7a0216a469c > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a83e5a1a75aadca > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#abd66a2242ae9fc > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a64eba0ae4a1ba2 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a78d0ae7c1a2ea9 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af281a25fdabb04 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a3c41a245baaba3 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a0633aaf03a9e97 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8a98a04e8ace87 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a3b3ea9e8aa5486 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af225ab833a3369 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad8e7a6d0ca7705 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a1dfda6c12ae9ac > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a561fa45c1a4150 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a5e2da03efab4d2 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a6553a4b3ba72c2 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a284ca1841ae49e > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a109aad7e4abf0c > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a9720a0894aecc6 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a2ebca8612aa87b > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a1689adf19acfa6 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a1689adf19acfa6 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(50, 128, 245, 1);}#a11d7a354aae20f > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1437a3495ae800 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd68ad661a5798 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a0a22aae3aa2076 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a5c56a334eaa152 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aae4fa6fc5a85ab > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a3ef3a249aae618 > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#ab344a565ca1cdc > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a39b4aceb4a1ee7 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a728faa97aad6e2 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a415ea244cad903 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8a7dae737ae155 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad5caa8a02aab1a > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8075a1e47a1b35 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8b81aa49da0520 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7b63a0c94a4d47 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a32e6a5880a8e81 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad20ba9610a4577 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a610aa013ca753a > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a95d3adf0faaeb9 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a2ddeae3f7a65b5 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ac8fea4d6eae149 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a49eba6513a4138 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a49eba6513a4138 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(50, 128, 245, 1);}#a2a94a77afa3fa2 > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#a795fa0e0aad83f > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ac852a39d6a0b35 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac263abfbcad50b > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a69e9aa655aed77 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8b3bafe88a7f43 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7b83a5724af756 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6ae4a5696a355e > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6ec4ad7e4a9928 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a071ea57e4a6261 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aa764a48c3a9c9e > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a83baa4409a0988 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ac998adac5a1394 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aaab3ad801a4b8f > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a1ccfa5bdaafa53 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ab8c3a8bd4aaae6 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff56a0378ae0cf > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a11fba542fa7c9f > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7f72a7aaea157e > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#afde0ab8a2ac53b > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#abbeba8227ad7e3 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aff3dacce7a00b6 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7afaa6636a6358 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a55f8ab1aeaa81a > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a27eda7971ad508 .ele-wrap {border-color: #000;color: #333333;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;}#a27eda7971ad508 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 254, 254, 0);}#a6b6da4f02a20f8 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aec82a27d1adb74 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a66fca3952aea9b > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ab90fadd7faca4a { overflow: hidden; pointer-events: none; } #ab90fadd7faca4a > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 104px; background: #fff; text-align: center; font-size: 0; left: 0; } #ab90fadd7faca4a > .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; } #ab90fadd7faca4a > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ab90fadd7faca4a > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 104px; background: #fff; text-align: center; font-size: 0; right: 0; } #ab90fadd7faca4a > .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; } #ab90fadd7faca4a > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav, #ab90fadd7faca4a > .tab-nav, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav, #ab90fadd7faca4a > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 0; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: none; border-right-color: rgba(204, 204, 204, 0.39); border-left-color: rgba(204, 204, 204, 0.39); border-top-color: rgba(204, 204, 204, 0.39); border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav-horizontal, #ab90fadd7faca4a > .tab-nav-horizontal, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #ab90fadd7faca4a > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ab90fadd7faca4a > .tab-nav-horizontal::-webkit-scrollbar, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ab90fadd7faca4a > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ab90fadd7faca4a > .tab-nav-horizontal.tagScroll, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ab90fadd7faca4a > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 104px; overflow-x: auto; } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ab90fadd7faca4a > .tab-nav-horizontal.tagScroll li a, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ab90fadd7faca4a > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav a, #ab90fadd7faca4a > .tab-nav a, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav a, #ab90fadd7faca4a > .tab-tabs > .tab-nav a { padding: 0 0px; } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav li a, #ab90fadd7faca4a > .tab-nav li a, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav li a, #ab90fadd7faca4a > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 103px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 104px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 0; margin-left: 0; background-image: url(/resources/upload/af120a785fa46ed/1714013619138.png); } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav li a svg, #ab90fadd7faca4a > .tab-nav li a svg, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #ab90fadd7faca4a > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav li a .ap_icon, #ab90fadd7faca4a > .tab-nav li a .ap_icon, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #ab90fadd7faca4a > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav li a:hover, #ab90fadd7faca4a > .tab-nav li a:hover, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #ab90fadd7faca4a > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 0; border-bottom-color: #4a90e2; border-bottom-style: none; border-right-color: #4a90e2; border-left-color: #4a90e2; border-top-color: #4a90e2; border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav li.uk-active a, #ab90fadd7faca4a > .tab-nav li.uk-active a, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #ab90fadd7faca4a > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 0; border-bottom-color: #4a90e2; border-bottom-style: none; border-right-color: #4a90e2; border-left-color: #4a90e2; border-top-color: #4a90e2; border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; background-image: url(/resources/upload/af120a785fa46ed/1714013786621.png); } #ab90fadd7faca4a > .tab-wrap > div > .tab-nav li:last-child a, #ab90fadd7faca4a > .tab-nav li:last-child a, #ab90fadd7faca4a > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a, #ab90fadd7faca4a > .tab-tabs > .tab-nav li:last-child a { border-right: undefined; } #ab90fadd7faca4a .layout-left li, #ab90fadd7faca4a .layout-center li, #ab90fadd7faca4a .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #ab90fadd7faca4a .layout-left li a, #ab90fadd7faca4a .layout-center li a, #ab90fadd7faca4a .layout-right li a { height: 100%; } #ab90fadd7faca4a > .tab-tabs .layout-left { text-align: left; } #ab90fadd7faca4a > .tab-tabs .layout-center { text-align: center; } #ab90fadd7faca4a > .tab-tabs .layout-right { text-align: right; } #ab90fadd7faca4a .tab-contents { height: 100%; height: calc(100% - 104px); } #ab90fadd7faca4a .tab-content-wrap { background-color: #ffffff; } #ab90fadd7faca4a .tab-contents, #ab90fadd7faca4a .tab-contents-wrap { pointer-events: none; } #ab90fadd7faca4a .tab-content, #ab90fadd7faca4a .tab-content-wrap { height: 100%; width: 100%; } #ab90fadd7faca4a .tab-wrap { height: 100%; pointer-events: none; } #ab90fadd7faca4a .tab-wrap .tab-contents { height: 100%; } #ab90fadd7faca4a .tab-wrap > div { height: 100%; overflow-y: auto; } #aff47a1550aebee .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #aff47a1550aebee .menu-list > li { height: 100%; position: relative; flex-shrink: 0; } #aff47a1550aebee .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; } #aff47a1550aebee .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; } #aff47a1550aebee .menu-list > li.active > a:before, #aff47a1550aebee .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #aff47a1550aebee .menu-list > li ul li { position: relative; } #aff47a1550aebee .menu-list > li ul li:hover > a { color: #4a4a4a; } #aff47a1550aebee .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; } #aff47a1550aebee .menu-list li ul li:hover > a { background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; } #aff47a1550aebee .menu-list li ul li a:active, #aff47a1550aebee .menu-list li ul li a.active, #aff47a1550aebee .menu-list li ul li.active > a { background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; } #aff47a1550aebee .menu-list li ul, #aff47a1550aebee .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; } #aff47a1550aebee .menu-list li ul.menu-b > li, #aff47a1550aebee .menu-list li ul li ul.menu-b > li { display: inline-block; } #aff47a1550aebee .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #aff47a1550aebee .menu-list li:hover > ul { display: block; } #aff47a1550aebee .menu-list li ul li:hover ul { left: 100%; top: 0; } #a938cad94dab7ba .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a938cad94dab7ba .menu-list > li { height: 100%; position: relative; flex-shrink: 0; } #a938cad94dab7ba .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; } #a938cad94dab7ba .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; } #a938cad94dab7ba .menu-list > li.active > a:before, #a938cad94dab7ba .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a938cad94dab7ba .menu-list > li ul li { position: relative; } #a938cad94dab7ba .menu-list > li ul li:hover > a { color: #4a4a4a; } #a938cad94dab7ba .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; } #a938cad94dab7ba .menu-list li ul li:hover > a { background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; } #a938cad94dab7ba .menu-list li ul li a:active, #a938cad94dab7ba .menu-list li ul li a.active, #a938cad94dab7ba .menu-list li ul li.active > a { background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; } #a938cad94dab7ba .menu-list li ul, #a938cad94dab7ba .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; } #a938cad94dab7ba .menu-list li ul.menu-b > li, #a938cad94dab7ba .menu-list li ul li ul.menu-b > li { display: inline-block; } #a938cad94dab7ba .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a938cad94dab7ba .menu-list li:hover > ul { display: block; } #a938cad94dab7ba .menu-list li ul li:hover ul { left: 100%; top: 0; } #a7de6a1d77a70e0 .uk-form .form-submit-btn { width: 200px; } #a7de6a1d77a70e0 .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a7de6a1d77a70e0 .submit-wrap { text-align: center; } #a7de6a1d77a70e0 .submit-wrap button { background-color: #2662d7; } #a7de6a1d77a70e0 .submit-wrap button:hover { background-color: #3280f5; } #a7de6a1d77a70e0 form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #a7de6a1d77a70e0 form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a7de6a1d77a70e0 .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #a7de6a1d77a70e0 .form-item .uk-input, #a7de6a1d77a70e0 .form-item .uk-select, #a7de6a1d77a70e0 .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a7de6a1d77a70e0 .form-item .auto-height { height: auto; } #aa824ad55ea557d > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#ae4b7a6a71a6b8b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aaa82a6900a157d > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a7b7aa7495a2c24 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1713855624994.png);background-size: contain;background-position: top right;background-repeat: no-repeat;}#a8064acd60a45d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1713855276790.png);background-size: contain;background-position: top right;background-repeat: no-repeat;}#a27b0ad867a5ab4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a523ba9498aab4c > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;box-shadow: 0px 3px 5px 2px rgba(244, 244, 244, 0.73);}#a6e07a1facacc07 , #a6e07a1facacc07 a{color: rgba(255, 255, 255, 1);}#aec31a7437a0f02 , #aec31a7437a0f02 a{color: rgba(255, 255, 255, 1);}#aa78fac41fa81df .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#aa78fac41fa81df .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a7694a6c8ba6b38 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 4px 1px rgba(238, 238, 238, 1);color: #ababab;}#a7694a6c8ba6b38 * {color: #ababab } #a7694a6c8ba6b38 .line{border-color: #ababab }#a334aa1dc0aad5f > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#aae46a086ba4d5a {flex: 1;}#a278dad4fca82ba > .ele-wrap {background-color: #ccc;}#ae8bca255fa7ad5 .a8b7faf1f3a79de { overflow: hidden; } #ae8bca255fa7ad5 .a8b7faf1f3a79de , #ae8bca255fa7ad5 .a8b7faf1f3a79de > * { font-weight: bold; font-style: normal; font-size: 18px;font-family: inherit;}#ae8bca255fa7ad5 .a02aea98edaf382 { overflow: hidden; } #ae8bca255fa7ad5 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #ae8bca255fa7ad5 .uk-position-center-left-out { left: -30px; } #ae8bca255fa7ad5 .uk-position-center-right-out { left: auto; right: -30px; } } #a2a7dadcdea8885 .ap-content-container { height: 100%; min-height: 40px; } #aff3eaa66ea506d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#aff3eaa66ea506d > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#ab9c3a832da37b5 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #ab9c3a832da37b5 .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #ab9c3a832da37b5 .ap-icon { margin-right: 6px; } #ab9c3a832da37b5 .menu-list > li > a { display: flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #ab9c3a832da37b5 .menu-list > li.icon-bottom > a, #ab9c3a832da37b5 .menu-list > li.icon-top > a { flex-direction: column; } #ab9c3a832da37b5 .menu-list > li.icon-bottom > a .ap-icon, #ab9c3a832da37b5 .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #ab9c3a832da37b5 .menu-list > li.icon-bottom > a .ap-icon svg, #ab9c3a832da37b5 .menu-list > li.icon-top > a .ap-icon svg, #ab9c3a832da37b5 .menu-list > li.icon-bottom > a .ap-icon img, #ab9c3a832da37b5 .menu-list > li.icon-top > a .ap-icon img { height: auto; } #ab9c3a832da37b5 .menu-list > li.icon-right > a .ap-icon, #ab9c3a832da37b5 .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #ab9c3a832da37b5 .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #ab9c3a832da37b5 .menu-list > li:hover > a, #ab9c3a832da37b5 .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #ab9c3a832da37b5 .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2662d7; } #ab9c3a832da37b5 .menu-list ul, #ab9c3a832da37b5 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #ab9c3a832da37b5 .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #ab9c3a832da37b5 .menu-list ul li ul { top: 0; left: 100%; } #ab9c3a832da37b5 .menu-list ul li { clear: both; width: 100%; border: none; } #ab9c3a832da37b5 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #a1affad650ac733 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a1affad650ac733 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(43, 99, 206, 1);}#a09eeadefda7068 { position: relative; cursor: pointer; z-index: 2000; } #a09eeadefda7068 .ap-login-info { text-align: center; height: 100%; z-index: 10; font-size: 12px; color: #b0b0b0; line-height: 1; } #a09eeadefda7068 .ap-login-info .fa { margin-left: 2px; } #a09eeadefda7068 .ap-login-info .login-icon svg, #a09eeadefda7068 .ap-login-info .login-icon img { height: 1em; display: inline-block; margin-right: 4px; fill: currentColor; } #a09eeadefda7068 .ap-login-info .display-name { display: none; white-space: nowrap; } #a09eeadefda7068 .ap-login-info .login-btn { color: inherit; white-space: nowrap; } #a09eeadefda7068 .ap-login-info.ap-logged .login-btn { display: none; } #a09eeadefda7068 .ap-login-info.ap-logged .fa { display: inline-block; } #a09eeadefda7068 .ap-login-info.ap-logged .display-name { display: inline-block; } #a09eeadefda7068 .ap-login-info:hover { color: #ed5f5f; } #a09eeadefda7068 .ap-login-info.ap-logged:hover { background-color: ; } #a09eeadefda7068 .ap-login-info.ap-logged:hover .user-dropdown { display: block; } #a09eeadefda7068 .user-dropdown { position: absolute; background-color: #fff; left: 0; top: 39px; border: 1px solid #ececec; width: 220px; padding: 20px 10px 10px; text-align: left; z-index: -1; } #a09eeadefda7068.right .user-dropdown { left: auto; right: 0; } #a09eeadefda7068 .portrait { width: 60px; height: 60px; display: inline-block; margin-right: 10px; } #a09eeadefda7068 .user-info-wrap { font-size: 12px; color: #666; line-height: 1.5; padding-top: 10px; } #a09eeadefda7068 .actions { position: absolute; top: 10px; right: 10px; } #a09eeadefda7068 .actions a { color: #999; font-size: 12px; display: inline-block; margin-left: 6px; } #a09eeadefda7068 .actions a:hover { color: #1e87f0; } #a17caa2ab1ac137 .uk-form .form-submit-btn { width: 160px; } #a17caa2ab1ac137 .submit-wrap { text-align: right; } #a17caa2ab1ac137 .submit-wrap button { background-color: #2662d7; } #a17caa2ab1ac137 .submit-wrap button:hover { background-color: #3280f5; } #a17caa2ab1ac137 form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a17caa2ab1ac137 .form-item .uk-input, #a17caa2ab1ac137 .form-item .uk-select, #a17caa2ab1ac137 .form-item .uk-textarea { width: 288px; } #a17caa2ab1ac137 .form-item .auto-height { height: auto; } #afe87a18a2aa2d5 > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#a7057a9eaca23a5 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af1b1a339ca6f83 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a230daebb5ae500 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a6b71a8c20ab98c > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7ea6a45b7a8757 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aef20a233fa2bf0 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a9cdeaa42dabe86 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a70b5a6e8ea856e > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8a41a8148ac556 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a943ba94cba9c39 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a5510aae7fa481c > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a80d2afdf9a1068 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a9efaaaaada3698 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a3b98a22e8adfdc > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aa137aa674a8c8c > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#afa19a712faae14 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#add1daac49a298d > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a0b8fa07fba0a46 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a1655a78e3ad1e7 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a37f3a50afa8c2b > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ae154a4248a992d > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a3e16ad52fa4c38 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a321aa1131a1063 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ae3f2a410cace44 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7704a13d8a0baf > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a91ddaf6efa8077 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ae8d5afde2ad082 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af9bdacb09ad3da > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#acc77a206aa8c57 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;}#acc77a206aa8c57 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(50, 128, 245, 1);}#a9362a5c7ba7d0f > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6b5ea7221ad5da > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab506a0c5aa4bd6 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a0ce4a74b5ac84d > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af238a4a4fa6209 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ae3a5a8b8ca8911 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a353cae18ea1312 > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#a53b2a638da5924 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ae839aaa4ea593b > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0602a679fa37cc > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#abf16a2433ae0ac > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ac909a8da2a71dd > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a1a20ae23ead639 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a6e3aa6ab8a8298 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a0b7aa282ea0179 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a72cbabf8bac55c > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#acb03a7937a4d1e > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7f8ea97a6a4438 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a62ffa43a3a0fbb > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a6f45a359ba6cd4 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a66d0a8280a8104 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aa09ca6c7da071e > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a4465a0ffaaa1f7 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a5191a4e0caafe1 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a5191a4e0caafe1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(50, 128, 245, 1);}#acb8ca841fa99ce > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#a73e0ad61fa0a35 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a85a0a721baf66b > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#af907ac5a4a45d1 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ab010abf1aad5d1 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a6da0a1dfca8e31 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af01baa711a5309 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a52dba0ad8a855e > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a74d4aed27a44ef > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a4eaaae104aca74 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a65cfa6ce2a9ee9 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a83f1a125faa442 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a6c09af405a539a > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aa8cca78e4ac8cc > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a677aa4117a41ff > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1facaffcca5571 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9ccea1c83a7320 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ac882a0c1aa229b > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a97f7a8e22ac310 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad3d0afd32a8abd > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aca60a9750ac10a > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8ad0a3a0fa4672 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad0e4a81d8aabcc > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#abf22a9e18afd02 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ae360a2033a2ecf .ele-wrap {border-color: #000;color: #333333;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;}#ae360a2033a2ecf .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 254, 254, 0);}#af9e7a7756a0659 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a4380a72ffac0e7 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7915ab9b0ae32e > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a9b26ac8b5a7041 { overflow: hidden; pointer-events: none; } #a9b26ac8b5a7041 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 104px; background: #fff; text-align: center; font-size: 0; left: 0; } #a9b26ac8b5a7041 > .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; } #a9b26ac8b5a7041 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a9b26ac8b5a7041 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 104px; background: #fff; text-align: center; font-size: 0; right: 0; } #a9b26ac8b5a7041 > .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; } #a9b26ac8b5a7041 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav, #a9b26ac8b5a7041 > .tab-nav, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 0; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: none; border-right-color: rgba(204, 204, 204, 0.39); border-left-color: rgba(204, 204, 204, 0.39); border-top-color: rgba(204, 204, 204, 0.39); border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav-horizontal, #a9b26ac8b5a7041 > .tab-nav-horizontal, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a9b26ac8b5a7041 > .tab-nav-horizontal::-webkit-scrollbar, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a9b26ac8b5a7041 > .tab-nav-horizontal.tagScroll, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 104px; overflow-x: auto; } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a9b26ac8b5a7041 > .tab-nav-horizontal.tagScroll li a, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav a, #a9b26ac8b5a7041 > .tab-nav a, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav li a, #a9b26ac8b5a7041 > .tab-nav li a, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 103px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 104px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 0; margin-left: 0; background-image: url(/resources/upload/af120a785fa46ed/1714013619138.png); } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav li a svg, #a9b26ac8b5a7041 > .tab-nav li a svg, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav li a .ap_icon, #a9b26ac8b5a7041 > .tab-nav li a .ap_icon, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav li a:hover, #a9b26ac8b5a7041 > .tab-nav li a:hover, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 0; border-bottom-color: #4a90e2; border-bottom-style: none; border-right-color: #4a90e2; border-left-color: #4a90e2; border-top-color: #4a90e2; border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav li.uk-active a, #a9b26ac8b5a7041 > .tab-nav li.uk-active a, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 0; border-bottom-color: #4a90e2; border-bottom-style: none; border-right-color: #4a90e2; border-left-color: #4a90e2; border-top-color: #4a90e2; border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; background-image: url(/resources/upload/af120a785fa46ed/1714013786621.png); } #a9b26ac8b5a7041 > .tab-wrap > div > .tab-nav li:last-child a, #a9b26ac8b5a7041 > .tab-nav li:last-child a, #a9b26ac8b5a7041 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a, #a9b26ac8b5a7041 > .tab-tabs > .tab-nav li:last-child a { border-right: undefined; } #a9b26ac8b5a7041 .layout-left li, #a9b26ac8b5a7041 .layout-center li, #a9b26ac8b5a7041 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a9b26ac8b5a7041 .layout-left li a, #a9b26ac8b5a7041 .layout-center li a, #a9b26ac8b5a7041 .layout-right li a { height: 100%; } #a9b26ac8b5a7041 > .tab-tabs .layout-left { text-align: left; } #a9b26ac8b5a7041 > .tab-tabs .layout-center { text-align: center; } #a9b26ac8b5a7041 > .tab-tabs .layout-right { text-align: right; } #a9b26ac8b5a7041 .tab-contents { height: 100%; height: calc(100% - 104px); } #a9b26ac8b5a7041 .tab-content-wrap { background-color: #ffffff; } #a9b26ac8b5a7041 .tab-contents, #a9b26ac8b5a7041 .tab-contents-wrap { pointer-events: none; } #a9b26ac8b5a7041 .tab-content, #a9b26ac8b5a7041 .tab-content-wrap { height: 100%; width: 100%; } #a9b26ac8b5a7041 .tab-wrap { height: 100%; pointer-events: none; } #a9b26ac8b5a7041 .tab-wrap .tab-contents { height: 100%; } #a9b26ac8b5a7041 .tab-wrap > div { height: 100%; overflow-y: auto; } #a3b76ae43da544b > .ele-wrap { background-image: linear-gradient(180deg, transparent, ); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a3b76ae43da544b * {color: #ffffff !important} #a3b76ae43da544b .line{border-color: #ffffff !important}#a3b76ae43da544b > .ele-wrap:hover { background-image: linear-gradient(180deg, transparent, ); }#a4aceae922a40fd .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a4aceae922a40fd .ele-wrap:hover {background-color: #0483cc;}#a2333afa21a1ec4 > .ele-wrap {background-position: top left;background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a2333afa21a1ec4 * {color: #ffffff !important} #a2333afa21a1ec4 .line{border-color: #ffffff !important}#a2333afa21a1ec4 > .ele-wrap:hover { background-image: linear-gradient(180deg, transparent, ); }#ae805a5630ac60e > .ele-wrap { background-image: linear-gradient(180deg, transparent, ); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#ae805a5630ac60e * {color: #ffffff !important} #ae805a5630ac60e .line{border-color: #ffffff !important}#ae805a5630ac60e > .ele-wrap:hover { background-image: linear-gradient(180deg, transparent, ); }#a2c04a4efaade44 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a2c04a4efaade44 .ele-wrap:hover {background-color: #0483cc;}#aecacadadda093d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a5da11f8a21a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1713426166777.png);background-size: cover;background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(238, 238, 238, 1);border-right-style: solid;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac506a1c45a63f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1713426576056.png);background-size: cover;background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(238, 238, 238, 1);border-right-style: solid;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#afc62af820a9e27 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1712885400252.png);background-size: cover;background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(238, 238, 238, 1);border-right-style: solid;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab09ea0c2eae1ad > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1712825217956.png);background-position: center center;background-size: cover;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a07e6ab3c9a2214 > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a07e6ab3c9a2214 > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#a07e6ab3c9a2214:hover * {color: #ffffff } #a07e6ab3c9a2214:hover .line{border-color: #ffffff }#a332ea1fdca8b2e > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a332ea1fdca8b2e > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#a332ea1fdca8b2e:hover * {color: #ffffff } #a332ea1fdca8b2e:hover .line{border-color: #ffffff }#adb69a0574a1e61 > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#adb69a0574a1e61 > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#adb69a0574a1e61:hover * {color: #ffffff } #adb69a0574a1e61:hover .line{border-color: #ffffff }#a5880ac019ad66b > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5880ac019ad66b > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#a5880ac019ad66b:hover * {color: #ffffff } #a5880ac019ad66b:hover .line{border-color: #ffffff }#a014fa6bc5aa72f .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;height: 60px;width: 250px;}#a014fa6bc5aa72f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(50, 128, 245, 1);}#ad706a0699a2d8a > .ele-wrap {background-color: rgba(240, 243, 246, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#accaea6c9ea6f41 {background-color: rgba(0,0,0,0.7);}#accaea6c9ea6f41 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aaf80a5b90ac70a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#ad28ba6eb0aafe5 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a7a7ca112ea6d27 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a5705a73fca3210 .uk-form .form-submit-btn { width: 200px; } #a5705a73fca3210 .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a5705a73fca3210 .submit-wrap { text-align: center; } #a5705a73fca3210 .submit-wrap button { background-color: #2662d7; } #a5705a73fca3210 .submit-wrap button:hover { background-color: #3280f5; } #a5705a73fca3210 form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #a5705a73fca3210 form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a5705a73fca3210 .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #a5705a73fca3210 .form-item .uk-input, #a5705a73fca3210 .form-item .uk-select, #a5705a73fca3210 .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a5705a73fca3210 .form-item .auto-height { height: auto; } #a7347a3c8aa356b {background-color: rgba(0,0,0,0.7);}#a7347a3c8aa356b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a38fca6e49a6578 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a186eaac6ca6039 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aa252ad255a4f94 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a839aa001fada67 .uk-form .form-submit-btn { width: 200px; } #a839aa001fada67 .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a839aa001fada67 .submit-wrap { text-align: center; } #a839aa001fada67 .submit-wrap button { background-color: #2662d7; } #a839aa001fada67 .submit-wrap button:hover { background-color: #3280f5; } #a839aa001fada67 form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 10px; padding-bottom: 10px; padding-left: 8px; padding-right: 10px; } #a839aa001fada67 form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a839aa001fada67 .form-item { margin-top: 0px !important; margin-bottom: 8px !important; } #a839aa001fada67 .form-item .uk-input, #a839aa001fada67 .form-item .uk-select, #a839aa001fada67 .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a839aa001fada67 .form-item .auto-height { height: auto; } #a259fa0a6ba063d > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a3489afd08a0ea2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6997a9496a865d > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5129a52a3aa612 , #a5129a52a3aa612 a{color: rgba(255, 255, 255, 1);}#a8c29a776fa1655 , #a8c29a776fa1655 a{color: rgba(255, 255, 255, 1);}#ae7f2a741da1c60 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ae7f2a741da1c60 .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a605ca8d45a5c70 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a605ca8d45a5c70 .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a5d58a9dcba26be > .ele-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 0px 0px ;color: #ababab;}#a5d58a9dcba26be * {color: #ababab } #a5d58a9dcba26be .line{border-color: #ababab }#aab94a6a06af6fd > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#ae806aeacaaf926 {background-color: rgba(0,0,0,0.7);}#ae806aeacaaf926 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a54cfad6e9a413c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aebdaad9ceaf926 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#afebba30caacb3a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a73f4a4aaba966a .uk-form .form-submit-btn { width: 200px; } #a73f4a4aaba966a .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a73f4a4aaba966a .submit-wrap { text-align: center; } #a73f4a4aaba966a .submit-wrap button { background-color: #2662d7; } #a73f4a4aaba966a .submit-wrap button:hover { background-color: #3280f5; } #a73f4a4aaba966a form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #a73f4a4aaba966a form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a73f4a4aaba966a .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #a73f4a4aaba966a .form-item .uk-input, #a73f4a4aaba966a .form-item .uk-select, #a73f4a4aaba966a .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a73f4a4aaba966a .form-item .auto-height { height: auto; } #a1f86ab2d3a6dc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ae83ca1604ae5ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#af736ab710a7335 .ap-content-container { height: 100%; min-height: 40px; } #aedb0a585eaf22b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#aedb0a585eaf22b > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a87b6abe49a8395 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a87b6abe49a8395 .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a87b6abe49a8395 .ap-icon { margin-right: 6px; } #a87b6abe49a8395 .menu-list > li > a { display: flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a87b6abe49a8395 .menu-list > li.icon-bottom > a, #a87b6abe49a8395 .menu-list > li.icon-top > a { flex-direction: column; } #a87b6abe49a8395 .menu-list > li.icon-bottom > a .ap-icon, #a87b6abe49a8395 .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a87b6abe49a8395 .menu-list > li.icon-bottom > a .ap-icon svg, #a87b6abe49a8395 .menu-list > li.icon-top > a .ap-icon svg, #a87b6abe49a8395 .menu-list > li.icon-bottom > a .ap-icon img, #a87b6abe49a8395 .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a87b6abe49a8395 .menu-list > li.icon-right > a .ap-icon, #a87b6abe49a8395 .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a87b6abe49a8395 .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a87b6abe49a8395 .menu-list > li:hover > a, #a87b6abe49a8395 .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a87b6abe49a8395 .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2662d7; } #a87b6abe49a8395 .menu-list ul, #a87b6abe49a8395 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a87b6abe49a8395 .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a87b6abe49a8395 .menu-list ul li ul { top: 0; left: 100%; } #a87b6abe49a8395 .menu-list ul li { clear: both; width: 100%; border: none; } #a87b6abe49a8395 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #a6447a4e64adef1 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6447a4e64adef1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(43, 99, 206, 1);}#acaf9a8d3aa4ba0 { position: relative; cursor: pointer; z-index: 2000; } #acaf9a8d3aa4ba0 .ap-login-info { text-align: center; height: 100%; z-index: 10; font-size: 12px; color: #b0b0b0; line-height: 1; } #acaf9a8d3aa4ba0 .ap-login-info .fa { margin-left: 2px; } #acaf9a8d3aa4ba0 .ap-login-info .login-icon svg, #acaf9a8d3aa4ba0 .ap-login-info .login-icon img { height: 1em; display: inline-block; margin-right: 4px; fill: currentColor; } #acaf9a8d3aa4ba0 .ap-login-info .display-name { display: none; white-space: nowrap; } #acaf9a8d3aa4ba0 .ap-login-info .login-btn { color: inherit; white-space: nowrap; } #acaf9a8d3aa4ba0 .ap-login-info.ap-logged .login-btn { display: none; } #acaf9a8d3aa4ba0 .ap-login-info.ap-logged .fa { display: inline-block; } #acaf9a8d3aa4ba0 .ap-login-info.ap-logged .display-name { display: inline-block; } #acaf9a8d3aa4ba0 .ap-login-info:hover { color: #ed5f5f; } #acaf9a8d3aa4ba0 .ap-login-info.ap-logged:hover { background-color: ; } #acaf9a8d3aa4ba0 .ap-login-info.ap-logged:hover .user-dropdown { display: block; } #acaf9a8d3aa4ba0 .user-dropdown { position: absolute; background-color: #fff; left: 0; top: 39px; border: 1px solid #ececec; width: 220px; padding: 20px 10px 10px; text-align: left; z-index: -1; } #acaf9a8d3aa4ba0.right .user-dropdown { left: auto; right: 0; } #acaf9a8d3aa4ba0 .portrait { width: 60px; height: 60px; display: inline-block; margin-right: 10px; } #acaf9a8d3aa4ba0 .user-info-wrap { font-size: 12px; color: #666; line-height: 1.5; padding-top: 10px; } #acaf9a8d3aa4ba0 .actions { position: absolute; top: 10px; right: 10px; } #acaf9a8d3aa4ba0 .actions a { color: #999; font-size: 12px; display: inline-block; margin-left: 6px; } #acaf9a8d3aa4ba0 .actions a:hover { color: #1e87f0; } #a3531a28aaa6ec7 .uk-form .form-submit-btn { width: 160px; } #a3531a28aaa6ec7 .submit-wrap { text-align: right; } #a3531a28aaa6ec7 .submit-wrap button { background-color: #2662d7; } #a3531a28aaa6ec7 .submit-wrap button:hover { background-color: #3280f5; } #a3531a28aaa6ec7 form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a3531a28aaa6ec7 .form-item .uk-input, #a3531a28aaa6ec7 .form-item .uk-select, #a3531a28aaa6ec7 .form-item .uk-textarea { width: 288px; } #a3531a28aaa6ec7 .form-item .auto-height { height: auto; } #a1990a5fbaadae6 > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#a80aaa4151a579a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ac56baa1cbad0f0 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1777a863fa462f > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a6362a60afa9eec > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aa926a25b5aecda > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#addc4a7476a792f > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8e0ba2f3aa41c6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aece0a1c20a2e28 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a25c4ae133a049d > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a9566ab7dcab3cc > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af461a708eacc04 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#abf18a2952ad983 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aff89a77c1a93b8 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a80eaa79b9a07dd > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a4445adc7ba9f05 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#afba1a1007a2701 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aa16aa49f9ab6a3 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a84f2aa19fa9d7e > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a1200a8e82acd82 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a2e13a0818a2f84 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ae3afaf590ae57f > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a6273a0b89aef82 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ae4f7accd5a0ba9 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8b82afa80ab31c > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#afec5a7298a94ce > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7f46adf66a8c48 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af46aa584baf0a9 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a3e7fab2e8a1f0e > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#afd8ba12cea8f18 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;}#afd8ba12cea8f18 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(50, 128, 245, 1);}#aadbea3a1ba670a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a4e5ba4898a7b08 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4693a5af3a7c85 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aabfeaa8e4a0c4c > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ac552a2788a7e3d > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a2fa3ae211a9d30 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a2ae0a0e01ac007 > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#a44aba31dda418a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a74e9add34aeef6 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa386af87ca12d7 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a548ba4032ae46d > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aaa96ad41aa61a8 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a53c5a7c13a3012 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af638a17ada9a42 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ab203a89c1a2350 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a365aa95bfaf6b5 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#afe02a8f8ba0efe > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a9db0ad695a3b77 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a0e07a28a9a4553 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ae3a5ab33aab9da > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a6819a49f0af102 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad811a7f41a6d2a > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#acffeae17da95e2 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a976ea230ea15d3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a976ea230ea15d3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(50, 128, 245, 1);}#a15c2a9524ac4ee > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#ad241aa069a0b69 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a4156a6d68af074 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#adf00a362fa909a > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a64a1a50a1a60e7 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#adea9a277cab5c6 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a2ef7a49fba26d3 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ab059a7caca2349 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae387aebcba954d > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ab931ae77ca69a4 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a0bc5ad6bca4d3a > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad5feaa3f3a76da > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a117babae5a6b9d > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a4deba7ff8aab30 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ac637a381eaa3f3 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ad3b9a5b91a98a2 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae682aa34ca63a7 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7f2fa9dfda8e0c > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ac36badfa5ad737 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a85e5a8f56a3667 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af8c6a1ff2a7a9b > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#abfc2ac9a0ab56f > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#acaa0a1c6ca17cc > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ac1c1a539ca76cb > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aab1eaf7dfaa15c .ele-wrap {border-color: #000;color: #333333;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;}#aab1eaf7dfaa15c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 254, 254, 0);}#a9efbad6e3a8d5a > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a2313a83b1a9347 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a2b36ab91cabb1d > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a5073a40a6a991d { overflow: hidden; pointer-events: none; } #a5073a40a6a991d > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 104px; background: #fff; text-align: center; font-size: 0; left: 0; } #a5073a40a6a991d > .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; } #a5073a40a6a991d > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a5073a40a6a991d > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 104px; background: #fff; text-align: center; font-size: 0; right: 0; } #a5073a40a6a991d > .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; } #a5073a40a6a991d > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a5073a40a6a991d > .tab-wrap > div > .tab-nav, #a5073a40a6a991d > .tab-nav, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav, #a5073a40a6a991d > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 0; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: none; border-right-color: rgba(204, 204, 204, 0.39); border-left-color: rgba(204, 204, 204, 0.39); border-top-color: rgba(204, 204, 204, 0.39); border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; } #a5073a40a6a991d > .tab-wrap > div > .tab-nav-horizontal, #a5073a40a6a991d > .tab-nav-horizontal, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a5073a40a6a991d > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a5073a40a6a991d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a5073a40a6a991d > .tab-nav-horizontal::-webkit-scrollbar, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a5073a40a6a991d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a5073a40a6a991d > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a5073a40a6a991d > .tab-nav-horizontal.tagScroll, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a5073a40a6a991d > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 104px; overflow-x: auto; } #a5073a40a6a991d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a5073a40a6a991d > .tab-nav-horizontal.tagScroll li a, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a5073a40a6a991d > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a5073a40a6a991d > .tab-wrap > div > .tab-nav a, #a5073a40a6a991d > .tab-nav a, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav a, #a5073a40a6a991d > .tab-tabs > .tab-nav a { padding: 0 0px; } #a5073a40a6a991d > .tab-wrap > div > .tab-nav li a, #a5073a40a6a991d > .tab-nav li a, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a5073a40a6a991d > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 103px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 104px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 0; margin-left: 0; background-image: url(/resources/upload/af120a785fa46ed/1714013619138.png); } #a5073a40a6a991d > .tab-wrap > div > .tab-nav li a svg, #a5073a40a6a991d > .tab-nav li a svg, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a5073a40a6a991d > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a5073a40a6a991d > .tab-wrap > div > .tab-nav li a .ap_icon, #a5073a40a6a991d > .tab-nav li a .ap_icon, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a5073a40a6a991d > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a5073a40a6a991d > .tab-wrap > div > .tab-nav li a:hover, #a5073a40a6a991d > .tab-nav li a:hover, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a5073a40a6a991d > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 0; border-bottom-color: #4a90e2; border-bottom-style: none; border-right-color: #4a90e2; border-left-color: #4a90e2; border-top-color: #4a90e2; border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; } #a5073a40a6a991d > .tab-wrap > div > .tab-nav li.uk-active a, #a5073a40a6a991d > .tab-nav li.uk-active a, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a5073a40a6a991d > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 0; border-bottom-color: #4a90e2; border-bottom-style: none; border-right-color: #4a90e2; border-left-color: #4a90e2; border-top-color: #4a90e2; border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; background-image: url(/resources/upload/af120a785fa46ed/1714013786621.png); } #a5073a40a6a991d > .tab-wrap > div > .tab-nav li:last-child a, #a5073a40a6a991d > .tab-nav li:last-child a, #a5073a40a6a991d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a, #a5073a40a6a991d > .tab-tabs > .tab-nav li:last-child a { border-right: undefined; } #a5073a40a6a991d .layout-left li, #a5073a40a6a991d .layout-center li, #a5073a40a6a991d .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a5073a40a6a991d .layout-left li a, #a5073a40a6a991d .layout-center li a, #a5073a40a6a991d .layout-right li a { height: 100%; } #a5073a40a6a991d > .tab-tabs .layout-left { text-align: left; } #a5073a40a6a991d > .tab-tabs .layout-center { text-align: center; } #a5073a40a6a991d > .tab-tabs .layout-right { text-align: right; } #a5073a40a6a991d .tab-contents { height: 100%; height: calc(100% - 104px); } #a5073a40a6a991d .tab-content-wrap { background-color: #ffffff; } #a5073a40a6a991d .tab-contents, #a5073a40a6a991d .tab-contents-wrap { pointer-events: none; } #a5073a40a6a991d .tab-content, #a5073a40a6a991d .tab-content-wrap { height: 100%; width: 100%; } #a5073a40a6a991d .tab-wrap { height: 100%; pointer-events: none; } #a5073a40a6a991d .tab-wrap .tab-contents { height: 100%; } #a5073a40a6a991d .tab-wrap > div { height: 100%; overflow-y: auto; } #a3ae8a2b4aaed43 > .ele-wrap { background-image: linear-gradient(180deg, transparent, ); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a3ae8a2b4aaed43 * {color: #ffffff !important} #a3ae8a2b4aaed43 .line{border-color: #ffffff !important}#a3ae8a2b4aaed43 > .ele-wrap:hover { background-image: linear-gradient(180deg, transparent, ); }#afa16a474eadce6 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#afa16a474eadce6 .ele-wrap:hover {background-color: #0483cc;}#a736da9101ac7fd > .ele-wrap {background-position: top left;background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a736da9101ac7fd * {color: #ffffff !important} #a736da9101ac7fd .line{border-color: #ffffff !important}#a736da9101ac7fd > .ele-wrap:hover { background-image: linear-gradient(180deg, transparent, ); }#adcf0a07dca72cc > .ele-wrap { background-image: linear-gradient(180deg, transparent, ); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#adcf0a07dca72cc * {color: #ffffff !important} #adcf0a07dca72cc .line{border-color: #ffffff !important}#adcf0a07dca72cc > .ele-wrap:hover { background-image: linear-gradient(180deg, transparent, ); }#a7629a896da4fd9 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a7629a896da4fd9 .ele-wrap:hover {background-color: #0483cc;}#a5d96a5683a5958 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9952a4e45acd97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1713426166777.png);background-size: cover;background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(238, 238, 238, 1);border-right-style: solid;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad9d3a59fda51fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1713426576056.png);background-size: cover;background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(238, 238, 238, 1);border-right-style: solid;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aefbaa6ac5a8d0b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1712885400252.png);background-size: cover;background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(238, 238, 238, 1);border-right-style: solid;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a801aa7d0baf92d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1712825217956.png);background-position: center center;background-size: cover;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace03a2dc2a2469 > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace03a2dc2a2469 > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#ace03a2dc2a2469:hover * {color: #ffffff } #ace03a2dc2a2469:hover .line{border-color: #ffffff }#aaf01a9535a6708 > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf01a9535a6708 > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#aaf01a9535a6708:hover * {color: #ffffff } #aaf01a9535a6708:hover .line{border-color: #ffffff }#a3e90a90dda5238 > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3e90a90dda5238 > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#a3e90a90dda5238:hover * {color: #ffffff } #a3e90a90dda5238:hover .line{border-color: #ffffff }#a84bda0307a7f1e > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a84bda0307a7f1e > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#a84bda0307a7f1e:hover * {color: #ffffff } #a84bda0307a7f1e:hover .line{border-color: #ffffff }#a6ae3a6f48a59a1 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;height: 60px;width: 250px;}#a6ae3a6f48a59a1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(50, 128, 245, 1);}#a015faa9c7a3fa7 > .ele-wrap {background-color: rgba(240, 243, 246, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#accaea6c9ea6f41 {background-color: rgba(0,0,0,0.7);}#accaea6c9ea6f41 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aaf80a5b90ac70a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#ad28ba6eb0aafe5 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a7a7ca112ea6d27 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a5705a73fca3210 .uk-form .form-submit-btn { width: 200px; } #a5705a73fca3210 .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a5705a73fca3210 .submit-wrap { text-align: center; } #a5705a73fca3210 .submit-wrap button { background-color: #2662d7; } #a5705a73fca3210 .submit-wrap button:hover { background-color: #3280f5; } #a5705a73fca3210 form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #a5705a73fca3210 form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a5705a73fca3210 .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #a5705a73fca3210 .form-item .uk-input, #a5705a73fca3210 .form-item .uk-select, #a5705a73fca3210 .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a5705a73fca3210 .form-item .auto-height { height: auto; } #a7347a3c8aa356b {background-color: rgba(0,0,0,0.7);}#a7347a3c8aa356b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a38fca6e49a6578 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a186eaac6ca6039 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aa252ad255a4f94 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a839aa001fada67 .uk-form .form-submit-btn { width: 200px; } #a839aa001fada67 .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a839aa001fada67 .submit-wrap { text-align: center; } #a839aa001fada67 .submit-wrap button { background-color: #2662d7; } #a839aa001fada67 .submit-wrap button:hover { background-color: #3280f5; } #a839aa001fada67 form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 10px; padding-bottom: 10px; padding-left: 8px; padding-right: 10px; } #a839aa001fada67 form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a839aa001fada67 .form-item { margin-top: 0px !important; margin-bottom: 8px !important; } #a839aa001fada67 .form-item .uk-input, #a839aa001fada67 .form-item .uk-select, #a839aa001fada67 .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a839aa001fada67 .form-item .auto-height { height: auto; } #a259fa0a6ba063d > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a3489afd08a0ea2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6997a9496a865d > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5129a52a3aa612 , #a5129a52a3aa612 a{color: rgba(255, 255, 255, 1);}#a8c29a776fa1655 , #a8c29a776fa1655 a{color: rgba(255, 255, 255, 1);}#ae7f2a741da1c60 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ae7f2a741da1c60 .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a605ca8d45a5c70 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a605ca8d45a5c70 .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a5d58a9dcba26be > .ele-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 0px 0px ;color: #ababab;}#a5d58a9dcba26be * {color: #ababab } #a5d58a9dcba26be .line{border-color: #ababab }#aab94a6a06af6fd > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#ae806aeacaaf926 {background-color: rgba(0,0,0,0.7);}#ae806aeacaaf926 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a54cfad6e9a413c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aebdaad9ceaf926 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#afebba30caacb3a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a73f4a4aaba966a .uk-form .form-submit-btn { width: 200px; } #a73f4a4aaba966a .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a73f4a4aaba966a .submit-wrap { text-align: center; } #a73f4a4aaba966a .submit-wrap button { background-color: #2662d7; } #a73f4a4aaba966a .submit-wrap button:hover { background-color: #3280f5; } #a73f4a4aaba966a form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #a73f4a4aaba966a form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a73f4a4aaba966a .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #a73f4a4aaba966a .form-item .uk-input, #a73f4a4aaba966a .form-item .uk-select, #a73f4a4aaba966a .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a73f4a4aaba966a .form-item .auto-height { height: auto; } #a1f86ab2d3a6dc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ae83ca1604ae5ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a76bbaf7d6ab97b .ap-content-container { height: 100%; min-height: 40px; } #adc4baa253ab301 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#adc4baa253ab301 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a77e1a07d2ac5df .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a77e1a07d2ac5df .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a77e1a07d2ac5df .ap-icon { margin-right: 6px; } #a77e1a07d2ac5df .menu-list > li > a { display: flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a77e1a07d2ac5df .menu-list > li.icon-bottom > a, #a77e1a07d2ac5df .menu-list > li.icon-top > a { flex-direction: column; } #a77e1a07d2ac5df .menu-list > li.icon-bottom > a .ap-icon, #a77e1a07d2ac5df .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a77e1a07d2ac5df .menu-list > li.icon-bottom > a .ap-icon svg, #a77e1a07d2ac5df .menu-list > li.icon-top > a .ap-icon svg, #a77e1a07d2ac5df .menu-list > li.icon-bottom > a .ap-icon img, #a77e1a07d2ac5df .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a77e1a07d2ac5df .menu-list > li.icon-right > a .ap-icon, #a77e1a07d2ac5df .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a77e1a07d2ac5df .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a77e1a07d2ac5df .menu-list > li:hover > a, #a77e1a07d2ac5df .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a77e1a07d2ac5df .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2662d7; } #a77e1a07d2ac5df .menu-list ul, #a77e1a07d2ac5df .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a77e1a07d2ac5df .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a77e1a07d2ac5df .menu-list ul li ul { top: 0; left: 100%; } #a77e1a07d2ac5df .menu-list ul li { clear: both; width: 100%; border: none; } #a77e1a07d2ac5df .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #ac7a0a83d4a6485 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ac7a0a83d4a6485 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(43, 99, 206, 1);}#a4656a4537a1e26 { position: relative; cursor: pointer; z-index: 2000; } #a4656a4537a1e26 .ap-login-info { text-align: center; height: 100%; z-index: 10; font-size: 12px; color: #b0b0b0; line-height: 1; } #a4656a4537a1e26 .ap-login-info .fa { margin-left: 2px; } #a4656a4537a1e26 .ap-login-info .login-icon svg, #a4656a4537a1e26 .ap-login-info .login-icon img { height: 1em; display: inline-block; margin-right: 4px; fill: currentColor; } #a4656a4537a1e26 .ap-login-info .display-name { display: none; white-space: nowrap; } #a4656a4537a1e26 .ap-login-info .login-btn { color: inherit; white-space: nowrap; } #a4656a4537a1e26 .ap-login-info.ap-logged .login-btn { display: none; } #a4656a4537a1e26 .ap-login-info.ap-logged .fa { display: inline-block; } #a4656a4537a1e26 .ap-login-info.ap-logged .display-name { display: inline-block; } #a4656a4537a1e26 .ap-login-info:hover { color: #ed5f5f; } #a4656a4537a1e26 .ap-login-info.ap-logged:hover { background-color: ; } #a4656a4537a1e26 .ap-login-info.ap-logged:hover .user-dropdown { display: block; } #a4656a4537a1e26 .user-dropdown { position: absolute; background-color: #fff; left: 0; top: 39px; border: 1px solid #ececec; width: 220px; padding: 20px 10px 10px; text-align: left; z-index: -1; } #a4656a4537a1e26.right .user-dropdown { left: auto; right: 0; } #a4656a4537a1e26 .portrait { width: 60px; height: 60px; display: inline-block; margin-right: 10px; } #a4656a4537a1e26 .user-info-wrap { font-size: 12px; color: #666; line-height: 1.5; padding-top: 10px; } #a4656a4537a1e26 .actions { position: absolute; top: 10px; right: 10px; } #a4656a4537a1e26 .actions a { color: #999; font-size: 12px; display: inline-block; margin-left: 6px; } #a4656a4537a1e26 .actions a:hover { color: #1e87f0; } #a83dbae8baa0938 .uk-form .form-submit-btn { width: 160px; } #a83dbae8baa0938 .submit-wrap { text-align: right; } #a83dbae8baa0938 .submit-wrap button { background-color: #2662d7; } #a83dbae8baa0938 .submit-wrap button:hover { background-color: #3280f5; } #a83dbae8baa0938 form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a83dbae8baa0938 .form-item .uk-input, #a83dbae8baa0938 .form-item .uk-select, #a83dbae8baa0938 .form-item .uk-textarea { width: 288px; } #a83dbae8baa0938 .form-item .auto-height { height: auto; } #a4954a05faa3ef5 > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#a796aa8860a22e3 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#adf19ab938a6e58 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0277adb5ba8eeb > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a3e2aa6341a5b9e > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aeab0aae2ca8e77 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ae5a0a33f0adb12 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7891a6517a1996 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a08c9a3a0faf0f2 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a76eba73d1a84da > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a5c2da1508a571e > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8a59a87e1ab74d > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af0aeaed5aadf90 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad983ab544a3d85 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#abbbba34e8a020f > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a9e79a4e1ea1f4a > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aec81ae125a3b60 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a4514a9d54a30f2 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ada00a9922a3e6c > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad229a100dad59c > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a562ea2be4a8c76 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#abe22ac29da091b > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ab55aa67c2ab31e > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af6b3a7d27a92b8 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8b68a0d96a13d1 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#acbcda28a0a1898 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8223a5337a342d > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af642ab06ca67c1 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aacababc66aa0d9 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad9cca154bacf2b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;}#ad9cca154bacf2b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(50, 128, 245, 1);}#a136ea8063a39a1 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ac141a9a4ba6946 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1288a11d1a2d0f > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8837a0c30a26eb > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad295aa17eabfe2 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#afb1aa31aea1caf > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a4f2ea0669a9503 > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#a29e5a2377a7c19 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a123aa2baca1b1f > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#af2fda0b0fa1694 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a452aa4c2aa8a7e > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#af9eba1e78a4bed > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a93a8a71c3a6e8b > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ae319a63e3aaa44 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a95a8aad2ea4ef8 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8edbad5f3a2c80 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aeb72a8065ad897 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a3608a523eab8f1 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ab8f4ac111ac791 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a5ee2a7d38a3d60 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a5308ac5fdaeccf > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a0427a9175a7bf4 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad35ba41b1a5df2 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a2766aab8dae1ef > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aca1da55e2a8cd6 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ad2f5a8df0a870c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;}#ad2f5a8df0a870c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(50, 128, 245, 1);}#aedddaf1ddae05a > .ele-wrap { background-image: linear-gradient(125deg, rgba(255, 255, 255, 1), rgba(232, 239, 248, 1)); border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);box-shadow: -1px 3px 5px 4px rgba(16, 16, 33, 0.02);}#a40dca9827aa897 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a3cfaa6056a6a24 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3509a57e4a8c5c > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aefbdaf489a7ac7 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#ac904a114eaa206 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a690fac899a3688 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ab594a0d0fa0a21 > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e8da3465a1fcd > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a2c66ad1d9ad450 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aec1da8c28a08fa > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7399a3025a841b > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a922bae2baa56a5 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a5cc5a2a4faf8fa > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a3b4ea339da1f37 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: dashed;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af0bdaf1c9a3ddf > .ele-wrap {background-color: rgba(250, 252, 254, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: none;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f30a7f73af0fa > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a5a2ba6527a6d54 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a26bda1853a3068 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a6c59a5454ab627 > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#acc29ab8cca3fe0 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a921ca7919adc39 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a7505a0eabaa7e6 > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a2740ab344a706a > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a8b21a5624a8013 .ele-wrap {border-color: #000;color: #333333;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;}#a8b21a5624a8013 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 254, 254, 0);}#a4fb0a71b1a273a > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#aa1a1a18ceafaef > .ele-wrap {background-color: rgba(252, 254, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#a0d85a3533a786c > .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(231, 233, 241, 1);border-right-style: solid;border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 4px 2px rgba(168, 168, 170, 0.04);}#acdcda8ea2a327d { overflow: hidden; pointer-events: none; } #acdcda8ea2a327d > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 104px; background: #fff; text-align: center; font-size: 0; left: 0; } #acdcda8ea2a327d > .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; } #acdcda8ea2a327d > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #acdcda8ea2a327d > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 104px; background: #fff; text-align: center; font-size: 0; right: 0; } #acdcda8ea2a327d > .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; } #acdcda8ea2a327d > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav, #acdcda8ea2a327d > .tab-nav, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav, #acdcda8ea2a327d > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 0; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: none; border-right-color: rgba(204, 204, 204, 0.39); border-left-color: rgba(204, 204, 204, 0.39); border-top-color: rgba(204, 204, 204, 0.39); border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav-horizontal, #acdcda8ea2a327d > .tab-nav-horizontal, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #acdcda8ea2a327d > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #acdcda8ea2a327d > .tab-nav-horizontal::-webkit-scrollbar, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #acdcda8ea2a327d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #acdcda8ea2a327d > .tab-nav-horizontal.tagScroll, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #acdcda8ea2a327d > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 104px; overflow-x: auto; } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #acdcda8ea2a327d > .tab-nav-horizontal.tagScroll li a, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #acdcda8ea2a327d > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav a, #acdcda8ea2a327d > .tab-nav a, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav a, #acdcda8ea2a327d > .tab-tabs > .tab-nav a { padding: 0 0px; } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav li a, #acdcda8ea2a327d > .tab-nav li a, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav li a, #acdcda8ea2a327d > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 103px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 104px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 0; margin-left: 0; background-image: url(/resources/upload/af120a785fa46ed/1714013619138.png); } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav li a svg, #acdcda8ea2a327d > .tab-nav li a svg, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #acdcda8ea2a327d > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav li a .ap_icon, #acdcda8ea2a327d > .tab-nav li a .ap_icon, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #acdcda8ea2a327d > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav li a:hover, #acdcda8ea2a327d > .tab-nav li a:hover, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #acdcda8ea2a327d > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 0; border-bottom-color: #4a90e2; border-bottom-style: none; border-right-color: #4a90e2; border-left-color: #4a90e2; border-top-color: #4a90e2; border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav li.uk-active a, #acdcda8ea2a327d > .tab-nav li.uk-active a, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #acdcda8ea2a327d > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-family: inherit; color: #4a90e2; border-bottom-width: 0; border-bottom-color: #4a90e2; border-bottom-style: none; border-right-color: #4a90e2; border-left-color: #4a90e2; border-top-color: #4a90e2; border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; background-image: url(/resources/upload/af120a785fa46ed/1714013786621.png); } #acdcda8ea2a327d > .tab-wrap > div > .tab-nav li:last-child a, #acdcda8ea2a327d > .tab-nav li:last-child a, #acdcda8ea2a327d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a, #acdcda8ea2a327d > .tab-tabs > .tab-nav li:last-child a { border-right: undefined; } #acdcda8ea2a327d .layout-left li, #acdcda8ea2a327d .layout-center li, #acdcda8ea2a327d .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #acdcda8ea2a327d .layout-left li a, #acdcda8ea2a327d .layout-center li a, #acdcda8ea2a327d .layout-right li a { height: 100%; } #acdcda8ea2a327d > .tab-tabs .layout-left { text-align: left; } #acdcda8ea2a327d > .tab-tabs .layout-center { text-align: center; } #acdcda8ea2a327d > .tab-tabs .layout-right { text-align: right; } #acdcda8ea2a327d .tab-contents { height: 100%; height: calc(100% - 104px); } #acdcda8ea2a327d .tab-content-wrap { background-color: #ffffff; } #acdcda8ea2a327d .tab-contents, #acdcda8ea2a327d .tab-contents-wrap { pointer-events: none; } #acdcda8ea2a327d .tab-content, #acdcda8ea2a327d .tab-content-wrap { height: 100%; width: 100%; } #acdcda8ea2a327d .tab-wrap { height: 100%; pointer-events: none; } #acdcda8ea2a327d .tab-wrap .tab-contents { height: 100%; } #acdcda8ea2a327d .tab-wrap > div { height: 100%; overflow-y: auto; } #a5b04a14aba4b96 > .ele-wrap { background-image: linear-gradient(180deg, transparent, ); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a5b04a14aba4b96 * {color: #ffffff !important} #a5b04a14aba4b96 .line{border-color: #ffffff !important}#a5b04a14aba4b96 > .ele-wrap:hover { background-image: linear-gradient(180deg, transparent, ); }#a2f07abca2a5a08 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a2f07abca2a5a08 .ele-wrap:hover {background-color: #0483cc;}#a8a14a42dda3bdd > .ele-wrap {background-position: top left;background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a8a14a42dda3bdd * {color: #ffffff !important} #a8a14a42dda3bdd .line{border-color: #ffffff !important}#a8a14a42dda3bdd > .ele-wrap:hover { background-image: linear-gradient(180deg, transparent, ); }#a2657ae541a4b76 > .ele-wrap { background-image: linear-gradient(180deg, transparent, ); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#a2657ae541a4b76 * {color: #ffffff !important} #a2657ae541a4b76 .line{border-color: #ffffff !important}#a2657ae541a4b76 > .ele-wrap:hover { background-image: linear-gradient(180deg, transparent, ); }#ad84ca30b8a5ff5 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad84ca30b8a5ff5 .ele-wrap:hover {background-color: #0483cc;}#a8569ad170aee44 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d5ba00aea873e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1713426166777.png);background-size: cover;background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(238, 238, 238, 1);border-right-style: solid;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a57eaad119ad40d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1713426576056.png);background-size: cover;background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(238, 238, 238, 1);border-right-style: solid;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3bdaa2e09a812a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1712885400252.png);background-size: cover;background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(238, 238, 238, 1);border-right-style: solid;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa474aacb5a1df3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af120a785fa46ed/1712825217956.png);background-position: center center;background-size: cover;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0093a5733adf38 > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0093a5733adf38 > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#a0093a5733adf38:hover * {color: #ffffff } #a0093a5733adf38:hover .line{border-color: #ffffff }#a1722a02afa0265 > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1722a02afa0265 > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#a1722a02afa0265:hover * {color: #ffffff } #a1722a02afa0265:hover .line{border-color: #ffffff }#abe51aea76a9c3a > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe51aea76a9c3a > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#abe51aea76a9c3a:hover * {color: #ffffff } #abe51aea76a9c3a:hover .line{border-color: #ffffff }#a075eafd33ae376 > .ele-wrap { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.04)); border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a075eafd33ae376 > .ele-wrap:hover { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0)); color: #ffffff;}#a075eafd33ae376:hover * {color: #ffffff } #a075eafd33ae376:hover .line{border-color: #ffffff }#a224fa842eaa62c .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 0px;justify-content: center;border-style: solid;height: 60px;width: 250px;}#a224fa842eaa62c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(50, 128, 245, 1);}#a6100a8c00a95ce > .ele-wrap {background-color: rgba(240, 243, 246, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#accaea6c9ea6f41 {background-color: rgba(0,0,0,0.7);}#accaea6c9ea6f41 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aaf80a5b90ac70a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#ad28ba6eb0aafe5 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a7a7ca112ea6d27 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a5705a73fca3210 .uk-form .form-submit-btn { width: 200px; } #a5705a73fca3210 .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a5705a73fca3210 .submit-wrap { text-align: center; } #a5705a73fca3210 .submit-wrap button { background-color: #2662d7; } #a5705a73fca3210 .submit-wrap button:hover { background-color: #3280f5; } #a5705a73fca3210 form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #a5705a73fca3210 form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a5705a73fca3210 .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #a5705a73fca3210 .form-item .uk-input, #a5705a73fca3210 .form-item .uk-select, #a5705a73fca3210 .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a5705a73fca3210 .form-item .auto-height { height: auto; } #a7347a3c8aa356b {background-color: rgba(0,0,0,0.7);}#a7347a3c8aa356b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a38fca6e49a6578 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a186eaac6ca6039 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aa252ad255a4f94 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a839aa001fada67 .uk-form .form-submit-btn { width: 200px; } #a839aa001fada67 .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a839aa001fada67 .submit-wrap { text-align: center; } #a839aa001fada67 .submit-wrap button { background-color: #2662d7; } #a839aa001fada67 .submit-wrap button:hover { background-color: #3280f5; } #a839aa001fada67 form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 10px; padding-bottom: 10px; padding-left: 8px; padding-right: 10px; } #a839aa001fada67 form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a839aa001fada67 .form-item { margin-top: 0px !important; margin-bottom: 8px !important; } #a839aa001fada67 .form-item .uk-input, #a839aa001fada67 .form-item .uk-select, #a839aa001fada67 .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a839aa001fada67 .form-item .auto-height { height: auto; } #a259fa0a6ba063d > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a3489afd08a0ea2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6997a9496a865d > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5129a52a3aa612 , #a5129a52a3aa612 a{color: rgba(255, 255, 255, 1);}#a8c29a776fa1655 , #a8c29a776fa1655 a{color: rgba(255, 255, 255, 1);}#ae7f2a741da1c60 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ae7f2a741da1c60 .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a605ca8d45a5c70 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a605ca8d45a5c70 .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a5d58a9dcba26be > .ele-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 0px 0px ;color: #ababab;}#a5d58a9dcba26be * {color: #ababab } #a5d58a9dcba26be .line{border-color: #ababab }#aab94a6a06af6fd > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#ae806aeacaaf926 {background-color: rgba(0,0,0,0.7);}#ae806aeacaaf926 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a54cfad6e9a413c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aebdaad9ceaf926 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#afebba30caacb3a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a73f4a4aaba966a .uk-form .form-submit-btn { width: 200px; } #a73f4a4aaba966a .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a73f4a4aaba966a .submit-wrap { text-align: center; } #a73f4a4aaba966a .submit-wrap button { background-color: #2662d7; } #a73f4a4aaba966a .submit-wrap button:hover { background-color: #3280f5; } #a73f4a4aaba966a form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #a73f4a4aaba966a form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a73f4a4aaba966a .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #a73f4a4aaba966a .form-item .uk-input, #a73f4a4aaba966a .form-item .uk-select, #a73f4a4aaba966a .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a73f4a4aaba966a .form-item .auto-height { height: auto; } #a1f86ab2d3a6dc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ae83ca1604ae5ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a0122ad343af121 .ap-content-container { height: 100%; min-height: 40px; } #a02f3aebeea8dba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a02f3aebeea8dba > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a2ec0aaf58aa7e7 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a2ec0aaf58aa7e7 .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a2ec0aaf58aa7e7 .ap-icon { margin-right: 6px; } #a2ec0aaf58aa7e7 .menu-list > li > a { display: flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a2ec0aaf58aa7e7 .menu-list > li.icon-bottom > a, #a2ec0aaf58aa7e7 .menu-list > li.icon-top > a { flex-direction: column; } #a2ec0aaf58aa7e7 .menu-list > li.icon-bottom > a .ap-icon, #a2ec0aaf58aa7e7 .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a2ec0aaf58aa7e7 .menu-list > li.icon-bottom > a .ap-icon svg, #a2ec0aaf58aa7e7 .menu-list > li.icon-top > a .ap-icon svg, #a2ec0aaf58aa7e7 .menu-list > li.icon-bottom > a .ap-icon img, #a2ec0aaf58aa7e7 .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a2ec0aaf58aa7e7 .menu-list > li.icon-right > a .ap-icon, #a2ec0aaf58aa7e7 .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a2ec0aaf58aa7e7 .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a2ec0aaf58aa7e7 .menu-list > li:hover > a, #a2ec0aaf58aa7e7 .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a2ec0aaf58aa7e7 .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2662d7; } #a2ec0aaf58aa7e7 .menu-list ul, #a2ec0aaf58aa7e7 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a2ec0aaf58aa7e7 .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a2ec0aaf58aa7e7 .menu-list ul li ul { top: 0; left: 100%; } #a2ec0aaf58aa7e7 .menu-list ul li { clear: both; width: 100%; border: none; } #a2ec0aaf58aa7e7 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #aff5fa7744aeff2 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aff5fa7744aeff2 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(43, 99, 206, 1);}#a9b3ca98f2a3b05 { position: relative; cursor: pointer; z-index: 2000; } #a9b3ca98f2a3b05 .ap-login-info { text-align: center; height: 100%; z-index: 10; font-size: 12px; color: #b0b0b0; line-height: 1; } #a9b3ca98f2a3b05 .ap-login-info .fa { margin-left: 2px; } #a9b3ca98f2a3b05 .ap-login-info .login-icon svg, #a9b3ca98f2a3b05 .ap-login-info .login-icon img { height: 1em; display: inline-block; margin-right: 4px; fill: currentColor; } #a9b3ca98f2a3b05 .ap-login-info .display-name { display: none; white-space: nowrap; } #a9b3ca98f2a3b05 .ap-login-info .login-btn { color: inherit; white-space: nowrap; } #a9b3ca98f2a3b05 .ap-login-info.ap-logged .login-btn { display: none; } #a9b3ca98f2a3b05 .ap-login-info.ap-logged .fa { display: inline-block; } #a9b3ca98f2a3b05 .ap-login-info.ap-logged .display-name { display: inline-block; } #a9b3ca98f2a3b05 .ap-login-info:hover { color: #ed5f5f; } #a9b3ca98f2a3b05 .ap-login-info.ap-logged:hover { background-color: ; } #a9b3ca98f2a3b05 .ap-login-info.ap-logged:hover .user-dropdown { display: block; } #a9b3ca98f2a3b05 .user-dropdown { position: absolute; background-color: #fff; left: 0; top: 39px; border: 1px solid #ececec; width: 220px; padding: 20px 10px 10px; text-align: left; z-index: -1; } #a9b3ca98f2a3b05.right .user-dropdown { left: auto; right: 0; } #a9b3ca98f2a3b05 .portrait { width: 60px; height: 60px; display: inline-block; margin-right: 10px; } #a9b3ca98f2a3b05 .user-info-wrap { font-size: 12px; color: #666; line-height: 1.5; padding-top: 10px; } #a9b3ca98f2a3b05 .actions { position: absolute; top: 10px; right: 10px; } #a9b3ca98f2a3b05 .actions a { color: #999; font-size: 12px; display: inline-block; margin-left: 6px; } #a9b3ca98f2a3b05 .actions a:hover { color: #1e87f0; } #a7d21a0ef7a5895 .a4cfea995aaa6d2 > .ele-wrap { background-image: linear-gradient(310deg, rgba(232, 239, 248, 0.39), 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(231, 233, 241, 1);border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);}#a7d21a0ef7a5895 .a294ca0d14ae5c8 .img-wrap { box-shadow: 0px 0px 7px 1px rgba(240, 243, 244, 0.84); } #a7d21a0ef7a5895 .a72b3a6c61a5274 { overflow: hidden; } #a7d21a0ef7a5895 .a72b3a6c61a5274 , #a7d21a0ef7a5895 .a72b3a6c61a5274 > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;}#a7d21a0ef7a5895 .a5299a9417a02db { overflow: hidden; } #a7d21a0ef7a5895 .a5299a9417a02db , #a7d21a0ef7a5895 .a5299a9417a02db > * { font-weight: bold; font-style: normal; font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7d21a0ef7a5895 .a9eccacab4a1760 .ele-wrap {color: #2662d7;border-width: 1px;border-style: solid;font-size: 14px;justify-content: flex-start;background-color: transparent;}#a7d21a0ef7a5895 .dynamic-list-item { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a7d21a0ef7a5895 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a7d21a0ef7a5895 .uk-position-center-left-out { left: -30px; } #a7d21a0ef7a5895 .uk-position-center-right-out { left: auto; right: -30px; } } #a2f06a359eafcfe .a0a64a8a14aacd3 > .ele-wrap { background-image: linear-gradient(310deg, rgba(232, 239, 248, 0.39), 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(231, 233, 241, 1);border-left-color: rgba(231, 233, 241, 1);border-bottom-color: rgba(231, 233, 241, 1);border-top-color: rgba(231, 233, 241, 1);}#a2f06a359eafcfe .a0260a0f8ba2f29 .img-wrap { box-shadow: 0px 0px 7px 1px rgba(240, 243, 244, 0.84); } #a2f06a359eafcfe .a0db5afcaba963e { overflow: hidden; } #a2f06a359eafcfe .a0db5afcaba963e , #a2f06a359eafcfe .a0db5afcaba963e > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;}#a2f06a359eafcfe .aacb9ab5ceabaf3 { overflow: hidden; } #a2f06a359eafcfe .aacb9ab5ceabaf3 , #a2f06a359eafcfe .aacb9ab5ceabaf3 > * { font-weight: bold; font-style: normal; font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f06a359eafcfe .a4987ac059a4562 .ele-wrap {color: #2662d7;border-width: 1px;border-style: solid;font-size: 14px;justify-content: flex-start;background-color: transparent;}#a2f06a359eafcfe .dynamic-list-item { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a2f06a359eafcfe .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a2f06a359eafcfe .uk-position-center-left-out { left: -30px; } #a2f06a359eafcfe .uk-position-center-right-out { left: auto; right: -30px; } } #a259fa0a6ba063d > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a3489afd08a0ea2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6997a9496a865d > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5129a52a3aa612 , #a5129a52a3aa612 a{color: rgba(255, 255, 255, 1);}#a8c29a776fa1655 , #a8c29a776fa1655 a{color: rgba(255, 255, 255, 1);}#ae7f2a741da1c60 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ae7f2a741da1c60 .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a605ca8d45a5c70 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a605ca8d45a5c70 .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a5d58a9dcba26be > .ele-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 0px 0px ;color: #ababab;}#a5d58a9dcba26be * {color: #ababab } #a5d58a9dcba26be .line{border-color: #ababab }#aab94a6a06af6fd > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#ad828a69caad37a .ap-content-container { height: 100%; min-height: 40px; } #a1425a6f5ba04b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a1425a6f5ba04b6 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#ac402a46c2afc81 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #ac402a46c2afc81 .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #ac402a46c2afc81 .ap-icon { margin-right: 6px; } #ac402a46c2afc81 .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #ac402a46c2afc81 .menu-list > li.icon-bottom > a, #ac402a46c2afc81 .menu-list > li.icon-top > a { flex-direction: column; } #ac402a46c2afc81 .menu-list > li.icon-bottom > a .ap-icon, #ac402a46c2afc81 .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #ac402a46c2afc81 .menu-list > li.icon-bottom > a .ap-icon svg, #ac402a46c2afc81 .menu-list > li.icon-top > a .ap-icon svg, #ac402a46c2afc81 .menu-list > li.icon-bottom > a .ap-icon img, #ac402a46c2afc81 .menu-list > li.icon-top > a .ap-icon img { height: auto; } #ac402a46c2afc81 .menu-list > li.icon-right > a .ap-icon, #ac402a46c2afc81 .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #ac402a46c2afc81 .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #ac402a46c2afc81 .menu-list > li:hover > a, #ac402a46c2afc81 .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #ac402a46c2afc81 .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #ac402a46c2afc81 .menu-list ul, #ac402a46c2afc81 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #ac402a46c2afc81 .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #ac402a46c2afc81 .menu-list ul li ul { top: 0; left: 100%; } #ac402a46c2afc81 .menu-list ul li { clear: both; width: 100%; border: none; } #ac402a46c2afc81 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #a45d7ae8e8ada56 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a45d7ae8e8ada56 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a6504a9e84aeb2a .drop-menu .title { cursor: pointer; } #a6504a9e84aeb2a .drop-menu ul { margin-left: 15px; } #a6504a9e84aeb2a .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a6504a9e84aeb2a .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #a6504a9e84aeb2a .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a6504a9e84aeb2a .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acaa1a6963a8acb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66d5a7004a8a41 > .ele-wrap {background-color: rgba(255, 255, 255, 0.68);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#aad2ba2d9dad50b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aad2ba2d9dad50b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(43, 99, 206, 1);}#a068aa75e6ae3a9 .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#a068aa75e6ae3a9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#ac0faa30e0a2bad > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713517813175.png);background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac0faa30e0a2bad > .ele-wrap:hover {background-position: bottom right;background-repeat: no-repeat;background-size: contain;box-shadow: 0px 7px 11px 8px rgba(18, 85, 202, 0.16);border-top-style: none;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a97e1a3a38a2c09 .aa155a1647a9d0a > .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(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a97e1a3a38a2c09 .aa155a1647a9d0a > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(55, 124, 255, 0.8);border-right-color: rgba(55, 124, 255, 0.8);border-left-color: rgba(55, 124, 255, 0.8);border-bottom-color: rgba(55, 124, 255, 0.8);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;}#a97e1a3a38a2c09 .aae65ac08fa9bb5 > .ele-wrap {background-color: rgba(206, 225, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a97e1a3a38a2c09 .a3a95a5c20a6454 a, #a97e1a3a38a2c09 .a3a95a5c20a6454 span {border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;padding-right: 0px;padding-left: 0px;padding-top: 0px;padding-bottom: 0px; font-weight: bold; font-style: normal; font-size: 14px;text-align: left;font-family: inherit;color: rgba(38, 98, 215, 1);}#a97e1a3a38a2c09 .aaf4aaa0f2a3854 { overflow: hidden; } #a97e1a3a38a2c09 .aaf4aaa0f2a3854 , #a97e1a3a38a2c09 .aaf4aaa0f2a3854 > * { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(136, 136, 136, 1);}#a97e1a3a38a2c09 .aaf4aaa0f2a3854:hover , #a97e1a3a38a2c09 .aaf4aaa0f2a3854 *:hover { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(85, 85, 85, 1);}#a97e1a3a38a2c09 .aa473a41a2a41e7 { overflow: hidden; } #a97e1a3a38a2c09 .aa473a41a2a41e7 , #a97e1a3a38a2c09 .aa473a41a2a41e7 > * { font-weight: bold; font-style: normal; font-size: 16px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a97e1a3a38a2c09 .aa473a41a2a41e7:hover , #a97e1a3a38a2c09 .aa473a41a2a41e7 *:hover { font-weight: bold; font-style: normal; font-family: inherit;color: rgba(22, 87, 214, 1);}#a97e1a3a38a2c09 .a4d5bad9cfaced5 { overflow: hidden; } #a97e1a3a38a2c09 .a4d5bad9cfaced5 , #a97e1a3a38a2c09 .a4d5bad9cfaced5 > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a97e1a3a38a2c09 .a4d5bad9cfaced5:hover , #a97e1a3a38a2c09 .a4d5bad9cfaced5 *:hover { font-weight: bold; font-style: normal; font-family: inherit;}#a97e1a3a38a2c09 .uk-grid { margin-left: -31px; } #a97e1a3a38a2c09 .uk-grid > * { padding-left: 31px; } #a97e1a3a38a2c09 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a97e1a3a38a2c09 .uk-position-center-left-out { left: -30px; } #a97e1a3a38a2c09 .uk-position-center-right-out { left: auto; right: -30px; } } #af83bac94da87a3 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 320px;height: 48px;}#af83bac94da87a3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a9fefa3d19a5ff1 .a410aafbb3a5955 > .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(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a9fefa3d19a5ff1 .a410aafbb3a5955 > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(55, 124, 255, 0.8);border-right-color: rgba(55, 124, 255, 0.8);border-left-color: rgba(55, 124, 255, 0.8);border-bottom-color: rgba(55, 124, 255, 0.8);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;}#a9fefa3d19a5ff1 .ab09da6806a1c91 > .ele-wrap {background-color: rgba(206, 225, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a9fefa3d19a5ff1 .a1b65a83ffa715d a, #a9fefa3d19a5ff1 .a1b65a83ffa715d span {border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;padding-right: 0px;padding-left: 0px;padding-top: 0px;padding-bottom: 0px; font-weight: bold; font-style: normal; font-size: 14px;text-align: left;font-family: inherit;color: rgba(38, 98, 215, 1);}#a9fefa3d19a5ff1 .ad009ad75ba335f { overflow: hidden; } #a9fefa3d19a5ff1 .ad009ad75ba335f , #a9fefa3d19a5ff1 .ad009ad75ba335f > * { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(136, 136, 136, 1);}#a9fefa3d19a5ff1 .acb69acc25a2b16 { overflow: hidden; } #a9fefa3d19a5ff1 .acb69acc25a2b16 , #a9fefa3d19a5ff1 .acb69acc25a2b16 > * { font-weight: bold; font-style: normal; font-size: 16px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9fefa3d19a5ff1 .a454da0a2cade96 { overflow: hidden; } #a9fefa3d19a5ff1 .a454da0a2cade96 , #a9fefa3d19a5ff1 .a454da0a2cade96 > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a9fefa3d19a5ff1 .uk-grid { margin-left: -35px; } #a9fefa3d19a5ff1 .uk-grid > * { padding-left: 35px; } #a9fefa3d19a5ff1 .uk-grid > .uk-grid-margin { margin-top: 35px; } #a9fefa3d19a5ff1 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a9fefa3d19a5ff1 .uk-position-center-left-out { left: -30px; } #a9fefa3d19a5ff1 .uk-position-center-right-out { left: auto; right: -30px; } } #ac280a192ba12fc .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 57, 175, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 320px;height: 48px;}#ac280a192ba12fc .ele-wrap:hover {background-color: #0483cc;}#a36ebaa7eea6299 { overflow: hidden; pointer-events: none; border-top-width: 0; border-top-color: #dddddd; border-right-color: #dddddd; border-left-color: #dddddd; border-bottom-color: #dddddd; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a36ebaa7eea6299 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 18px; background: #fff; text-align: center; font-size: 0; left: 0; } #a36ebaa7eea6299 > .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; } #a36ebaa7eea6299 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a36ebaa7eea6299 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 18px; background: #fff; text-align: center; font-size: 0; right: 0; } #a36ebaa7eea6299 > .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; } #a36ebaa7eea6299 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a36ebaa7eea6299 > .tab-wrap > div > .tab-nav, #a36ebaa7eea6299 > .tab-nav, #a36ebaa7eea6299 > .tab-tabs > .tab-wrap > div > .tab-nav, #a36ebaa7eea6299 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 0; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: none; } #a36ebaa7eea6299 > .tab-wrap > div > .tab-nav-horizontal, #a36ebaa7eea6299 > .tab-nav-horizontal, #a36ebaa7eea6299 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a36ebaa7eea6299 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a36ebaa7eea6299 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a36ebaa7eea6299 > .tab-nav-horizontal::-webkit-scrollbar, #a36ebaa7eea6299 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a36ebaa7eea6299 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a36ebaa7eea6299 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a36ebaa7eea6299 > .tab-nav-horizontal.tagScroll, #a36ebaa7eea6299 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a36ebaa7eea6299 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 18px; overflow-x: auto; } #a36ebaa7eea6299 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a36ebaa7eea6299 > .tab-nav-horizontal.tagScroll li a, #a36ebaa7eea6299 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a36ebaa7eea6299 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a36ebaa7eea6299 > .tab-wrap > div > .tab-nav a, #a36ebaa7eea6299 > .tab-nav a, #a36ebaa7eea6299 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a36ebaa7eea6299 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a36ebaa7eea6299 > .tab-wrap > div > .tab-nav li a, #a36ebaa7eea6299 > .tab-nav li a, #a36ebaa7eea6299 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a36ebaa7eea6299 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 17px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 18px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a36ebaa7eea6299 > .tab-wrap > div > .tab-nav li a svg, #a36ebaa7eea6299 > .tab-nav li a svg, #a36ebaa7eea6299 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a36ebaa7eea6299 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a36ebaa7eea6299 > .tab-wrap > div > .tab-nav li a .ap_icon, #a36ebaa7eea6299 > .tab-nav li a .ap_icon, #a36ebaa7eea6299 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a36ebaa7eea6299 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a36ebaa7eea6299 > .tab-wrap > div > .tab-nav li a:hover, #a36ebaa7eea6299 > .tab-nav li a:hover, #a36ebaa7eea6299 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a36ebaa7eea6299 > .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; } #a36ebaa7eea6299 > .tab-wrap > div > .tab-nav li.uk-active a, #a36ebaa7eea6299 > .tab-nav li.uk-active a, #a36ebaa7eea6299 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a36ebaa7eea6299 > .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; } #a36ebaa7eea6299 .layout-left li, #a36ebaa7eea6299 .layout-center li, #a36ebaa7eea6299 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a36ebaa7eea6299 .layout-left li a, #a36ebaa7eea6299 .layout-center li a, #a36ebaa7eea6299 .layout-right li a { height: 100%; } #a36ebaa7eea6299 > .tab-tabs .layout-left { text-align: left; } #a36ebaa7eea6299 > .tab-tabs .layout-center { text-align: center; } #a36ebaa7eea6299 > .tab-tabs .layout-right { text-align: right; } #a36ebaa7eea6299 .tab-contents { height: 100%; height: calc(100% - 18px); } #a36ebaa7eea6299 .tab-content-wrap { background-color: transparent; } #a36ebaa7eea6299 .tab-contents, #a36ebaa7eea6299 .tab-contents-wrap { pointer-events: none; } #a36ebaa7eea6299 .tab-content, #a36ebaa7eea6299 .tab-content-wrap { height: 100%; width: 100%; } #a36ebaa7eea6299 .tab-wrap { height: 100%; pointer-events: none; } #a36ebaa7eea6299 .tab-wrap .tab-contents { height: 100%; } #a36ebaa7eea6299 .tab-wrap > div { height: 100%; overflow-y: auto; } #ad3d8a6199a3ad7 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713517813470.png);background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad3d8a6199a3ad7 > .ele-wrap:hover {background-position: bottom right;background-repeat: no-repeat;background-size: contain;box-shadow: 0px 7px 11px 8px rgba(18, 85, 202, 0.16);}#ac750a1a36a84f0 .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#ac750a1a36a84f0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a3b94a6047a1a17 .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#a3b94a6047a1a17 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#aebc8a4fa7ac183 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#a238caaedbad4d1 .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #a8797aa610a11db > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#a3f0eaea8da7a74 .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #a5b07a409aa8de3 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#a4f8baa95aa6eb5 .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #a0d69a82d5a0173 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#ab4a3a6195ad1ca .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #a339bac566a1077 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a326baa4f4a7817 > .ele-wrap {background-color: rgba(222, 235, 255, 0.3);}#a04aeac261a7c03 > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5470a7208aed33 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad0ead707a30b4 > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a839ca19deac5e6 , #a839ca19deac5e6 a{color: rgba(255, 255, 255, 1);}#aaa81a600fa92b2 , #aaa81a600fa92b2 a{color: rgba(255, 255, 255, 1);}#a8666a75dca088c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a8666a75dca088c .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a8815a79edaa76f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ababab;}#a8815a79edaa76f * {color: #ababab } #a8815a79edaa76f .line{border-color: #ababab }#a6262a8864a0e46 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#a147ea2971a353e .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a147ea2971a353e .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#ae806aeacaaf926 {background-color: rgba(0,0,0,0.7);}#ae806aeacaaf926 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a54cfad6e9a413c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aebdaad9ceaf926 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#afebba30caacb3a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a73f4a4aaba966a .uk-form .form-submit-btn { width: 200px; } #a73f4a4aaba966a .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a73f4a4aaba966a .submit-wrap { text-align: center; } #a73f4a4aaba966a .submit-wrap button { background-color: #2662d7; } #a73f4a4aaba966a .submit-wrap button:hover { background-color: #3280f5; } #a73f4a4aaba966a form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #a73f4a4aaba966a form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a73f4a4aaba966a .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #a73f4a4aaba966a .form-item .uk-input, #a73f4a4aaba966a .form-item .uk-select, #a73f4a4aaba966a .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a73f4a4aaba966a .form-item .auto-height { height: auto; } #a1f86ab2d3a6dc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ae83ca1604ae5ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ac597a7618aed04 {background-color: rgba(0,0,0,0.7);}#ac597a7618aed04 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a26a7acb2aa2c42 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a30c4aa79fa9456 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#af905a8ae4aa9a6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aa333a3bbea967e .uk-form .form-submit-btn { width: 200px; } #aa333a3bbea967e .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #aa333a3bbea967e .submit-wrap { text-align: center; } #aa333a3bbea967e .submit-wrap button { background-color: #2662d7; } #aa333a3bbea967e .submit-wrap button:hover { background-color: #3280f5; } #aa333a3bbea967e form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #aa333a3bbea967e form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #aa333a3bbea967e .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #aa333a3bbea967e .form-item .uk-input, #aa333a3bbea967e .form-item .uk-select, #aa333a3bbea967e .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aa333a3bbea967e .form-item .auto-height { height: auto; } #a7dc0ab3bca3337 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a8693a3a93a5263 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a822bae8dbad5f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ae9fead79aa39c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a3118a6779a81c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a59dfabd86a2ff3 .ap-content-container { height: 100%; min-height: 40px; } #a2fdeaeb32a30a8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a2fdeaeb32a30a8 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a75e6a8206ab4c6 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a75e6a8206ab4c6 .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a75e6a8206ab4c6 .ap-icon { margin-right: 6px; } #a75e6a8206ab4c6 .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a75e6a8206ab4c6 .menu-list > li.icon-bottom > a, #a75e6a8206ab4c6 .menu-list > li.icon-top > a { flex-direction: column; } #a75e6a8206ab4c6 .menu-list > li.icon-bottom > a .ap-icon, #a75e6a8206ab4c6 .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a75e6a8206ab4c6 .menu-list > li.icon-bottom > a .ap-icon svg, #a75e6a8206ab4c6 .menu-list > li.icon-top > a .ap-icon svg, #a75e6a8206ab4c6 .menu-list > li.icon-bottom > a .ap-icon img, #a75e6a8206ab4c6 .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a75e6a8206ab4c6 .menu-list > li.icon-right > a .ap-icon, #a75e6a8206ab4c6 .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a75e6a8206ab4c6 .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a75e6a8206ab4c6 .menu-list > li:hover > a, #a75e6a8206ab4c6 .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a75e6a8206ab4c6 .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a75e6a8206ab4c6 .menu-list ul, #a75e6a8206ab4c6 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a75e6a8206ab4c6 .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a75e6a8206ab4c6 .menu-list ul li ul { top: 0; left: 100%; } #a75e6a8206ab4c6 .menu-list ul li { clear: both; width: 100%; border: none; } #a75e6a8206ab4c6 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #a045bad0e4a3fbc .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a045bad0e4a3fbc .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a86b8aa264a032e .drop-menu .title { cursor: pointer; } #a86b8aa264a032e .drop-menu ul { margin-left: 15px; } #a86b8aa264a032e .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a86b8aa264a032e .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #a86b8aa264a032e .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a86b8aa264a032e .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #aeeaca583ba26f3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1f94a85bfa0118 > .ele-wrap {background-color: rgba(255, 255, 255, 0.68);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a20fdac0cca17c3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a20fdac0cca17c3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(43, 99, 206, 1);}#a1e9da07f3ad0e7 .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#a1e9da07f3ad0e7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a4c7baeb32a4450 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713517813175.png);background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c7baeb32a4450 > .ele-wrap:hover {background-position: bottom right;background-repeat: no-repeat;background-size: contain;box-shadow: 0px 7px 11px 8px rgba(18, 85, 202, 0.16);border-top-style: none;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a3ab8aa868a3865 .a7ef4a1c8fae69f > .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(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a3ab8aa868a3865 .a7ef4a1c8fae69f > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(55, 124, 255, 0.8);border-right-color: rgba(55, 124, 255, 0.8);border-left-color: rgba(55, 124, 255, 0.8);border-bottom-color: rgba(55, 124, 255, 0.8);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;}#a3ab8aa868a3865 .a3ec1a9305a8243 > .ele-wrap {background-color: rgba(206, 225, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a3ab8aa868a3865 .a5c63a6596a6bc5 a, #a3ab8aa868a3865 .a5c63a6596a6bc5 span {border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;padding-right: 0px;padding-left: 0px;padding-top: 0px;padding-bottom: 0px; font-weight: bold; font-style: normal; font-size: 14px;text-align: left;font-family: inherit;color: rgba(38, 98, 215, 1);}#a3ab8aa868a3865 .a62d9ab68fae972 { overflow: hidden; } #a3ab8aa868a3865 .a62d9ab68fae972 , #a3ab8aa868a3865 .a62d9ab68fae972 > * { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(136, 136, 136, 1);}#a3ab8aa868a3865 .a62d9ab68fae972:hover , #a3ab8aa868a3865 .a62d9ab68fae972 *:hover { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(85, 85, 85, 1);}#a3ab8aa868a3865 .a1041a5b02a9eb1 { overflow: hidden; } #a3ab8aa868a3865 .a1041a5b02a9eb1 , #a3ab8aa868a3865 .a1041a5b02a9eb1 > * { font-weight: bold; font-style: normal; font-size: 16px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3ab8aa868a3865 .a1041a5b02a9eb1:hover , #a3ab8aa868a3865 .a1041a5b02a9eb1 *:hover { font-weight: bold; font-style: normal; font-family: inherit;color: rgba(22, 87, 214, 1);}#a3ab8aa868a3865 .aab88a31cba4ef6 { overflow: hidden; } #a3ab8aa868a3865 .aab88a31cba4ef6 , #a3ab8aa868a3865 .aab88a31cba4ef6 > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a3ab8aa868a3865 .aab88a31cba4ef6:hover , #a3ab8aa868a3865 .aab88a31cba4ef6 *:hover { font-weight: bold; font-style: normal; font-family: inherit;}#a3ab8aa868a3865 .uk-grid { margin-left: -31px; } #a3ab8aa868a3865 .uk-grid > * { padding-left: 31px; } #a3ab8aa868a3865 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a3ab8aa868a3865 .uk-position-center-left-out { left: -30px; } #a3ab8aa868a3865 .uk-position-center-right-out { left: auto; right: -30px; } } #a5ac9adec4a3074 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 320px;height: 48px;}#a5ac9adec4a3074 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a57a5a5f00ac987 .a082eaa019a69ab > .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(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a57a5a5f00ac987 .a082eaa019a69ab > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(55, 124, 255, 0.8);border-right-color: rgba(55, 124, 255, 0.8);border-left-color: rgba(55, 124, 255, 0.8);border-bottom-color: rgba(55, 124, 255, 0.8);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;}#a57a5a5f00ac987 .a9ed7a8c27aee87 > .ele-wrap {background-color: rgba(206, 225, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a57a5a5f00ac987 .a552da5bb5a3319 a, #a57a5a5f00ac987 .a552da5bb5a3319 span {border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;padding-right: 0px;padding-left: 0px;padding-top: 0px;padding-bottom: 0px; font-weight: bold; font-style: normal; font-size: 14px;text-align: left;font-family: inherit;color: rgba(38, 98, 215, 1);}#a57a5a5f00ac987 .a8ba7ae75fa856c { overflow: hidden; } #a57a5a5f00ac987 .a8ba7ae75fa856c , #a57a5a5f00ac987 .a8ba7ae75fa856c > * { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(136, 136, 136, 1);}#a57a5a5f00ac987 .ae1fea30b9a55f3 { overflow: hidden; } #a57a5a5f00ac987 .ae1fea30b9a55f3 , #a57a5a5f00ac987 .ae1fea30b9a55f3 > * { font-weight: bold; font-style: normal; font-size: 16px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a57a5a5f00ac987 .a8b03af5aea9a3d { overflow: hidden; } #a57a5a5f00ac987 .a8b03af5aea9a3d , #a57a5a5f00ac987 .a8b03af5aea9a3d > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a57a5a5f00ac987 .uk-grid { margin-left: -24px; } #a57a5a5f00ac987 .uk-grid > * { padding-left: 24px; } #a57a5a5f00ac987 .uk-grid > .uk-grid-margin { margin-top: 35px; } #a57a5a5f00ac987 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a57a5a5f00ac987 .uk-position-center-left-out { left: -30px; } #a57a5a5f00ac987 .uk-position-center-right-out { left: auto; right: -30px; } } #a5870a2df8a5315 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 57, 175, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 320px;height: 48px;}#a5870a2df8a5315 .ele-wrap:hover {background-color: #0483cc;}#a9bdfa077ea77c3 { overflow: hidden; pointer-events: none; border-top-width: 0; border-top-color: #dddddd; border-right-color: #dddddd; border-left-color: #dddddd; border-bottom-color: #dddddd; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a9bdfa077ea77c3 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 18px; background: #fff; text-align: center; font-size: 0; left: 0; } #a9bdfa077ea77c3 > .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; } #a9bdfa077ea77c3 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a9bdfa077ea77c3 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 18px; background: #fff; text-align: center; font-size: 0; right: 0; } #a9bdfa077ea77c3 > .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; } #a9bdfa077ea77c3 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a9bdfa077ea77c3 > .tab-wrap > div > .tab-nav, #a9bdfa077ea77c3 > .tab-nav, #a9bdfa077ea77c3 > .tab-tabs > .tab-wrap > div > .tab-nav, #a9bdfa077ea77c3 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 0; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: none; } #a9bdfa077ea77c3 > .tab-wrap > div > .tab-nav-horizontal, #a9bdfa077ea77c3 > .tab-nav-horizontal, #a9bdfa077ea77c3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a9bdfa077ea77c3 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a9bdfa077ea77c3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a9bdfa077ea77c3 > .tab-nav-horizontal::-webkit-scrollbar, #a9bdfa077ea77c3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a9bdfa077ea77c3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a9bdfa077ea77c3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a9bdfa077ea77c3 > .tab-nav-horizontal.tagScroll, #a9bdfa077ea77c3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a9bdfa077ea77c3 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 18px; overflow-x: auto; } #a9bdfa077ea77c3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a9bdfa077ea77c3 > .tab-nav-horizontal.tagScroll li a, #a9bdfa077ea77c3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a9bdfa077ea77c3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a9bdfa077ea77c3 > .tab-wrap > div > .tab-nav a, #a9bdfa077ea77c3 > .tab-nav a, #a9bdfa077ea77c3 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a9bdfa077ea77c3 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a9bdfa077ea77c3 > .tab-wrap > div > .tab-nav li a, #a9bdfa077ea77c3 > .tab-nav li a, #a9bdfa077ea77c3 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a9bdfa077ea77c3 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 17px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 18px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a9bdfa077ea77c3 > .tab-wrap > div > .tab-nav li a svg, #a9bdfa077ea77c3 > .tab-nav li a svg, #a9bdfa077ea77c3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a9bdfa077ea77c3 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a9bdfa077ea77c3 > .tab-wrap > div > .tab-nav li a .ap_icon, #a9bdfa077ea77c3 > .tab-nav li a .ap_icon, #a9bdfa077ea77c3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a9bdfa077ea77c3 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a9bdfa077ea77c3 > .tab-wrap > div > .tab-nav li a:hover, #a9bdfa077ea77c3 > .tab-nav li a:hover, #a9bdfa077ea77c3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a9bdfa077ea77c3 > .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; } #a9bdfa077ea77c3 > .tab-wrap > div > .tab-nav li.uk-active a, #a9bdfa077ea77c3 > .tab-nav li.uk-active a, #a9bdfa077ea77c3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a9bdfa077ea77c3 > .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; } #a9bdfa077ea77c3 .layout-left li, #a9bdfa077ea77c3 .layout-center li, #a9bdfa077ea77c3 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a9bdfa077ea77c3 .layout-left li a, #a9bdfa077ea77c3 .layout-center li a, #a9bdfa077ea77c3 .layout-right li a { height: 100%; } #a9bdfa077ea77c3 > .tab-tabs .layout-left { text-align: left; } #a9bdfa077ea77c3 > .tab-tabs .layout-center { text-align: center; } #a9bdfa077ea77c3 > .tab-tabs .layout-right { text-align: right; } #a9bdfa077ea77c3 .tab-contents { height: 100%; height: calc(100% - 18px); } #a9bdfa077ea77c3 .tab-content-wrap { background-color: transparent; } #a9bdfa077ea77c3 .tab-contents, #a9bdfa077ea77c3 .tab-contents-wrap { pointer-events: none; } #a9bdfa077ea77c3 .tab-content, #a9bdfa077ea77c3 .tab-content-wrap { height: 100%; width: 100%; } #a9bdfa077ea77c3 .tab-wrap { height: 100%; pointer-events: none; } #a9bdfa077ea77c3 .tab-wrap .tab-contents { height: 100%; } #a9bdfa077ea77c3 .tab-wrap > div { height: 100%; overflow-y: auto; } #ad3aba3564a088f > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713517813470.png);background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad3aba3564a088f > .ele-wrap:hover {background-position: bottom right;background-repeat: no-repeat;background-size: contain;box-shadow: 0px 7px 11px 8px rgba(18, 85, 202, 0.16);}#a8e67a410fa67ba .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#a8e67a410fa67ba .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#aca88a8f85aa1bc .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#aca88a8f85aa1bc .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a7531acfeea6c2d > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#a4b84a7234a3ab6 .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #a2164a295ca5612 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#a8a17afaeeaa5e5 .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #a3937a306faf27f > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#adfdaa4379af6a7 .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #a5ec9aa144ace13 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#aa234a6e2ca7f20 .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #a7e05a6873a04ab > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a129faf029a80e6 > .ele-wrap {background-color: rgba(222, 235, 255, 0.3);}#a04aeac261a7c03 > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5470a7208aed33 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad0ead707a30b4 > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a839ca19deac5e6 , #a839ca19deac5e6 a{color: rgba(255, 255, 255, 1);}#aaa81a600fa92b2 , #aaa81a600fa92b2 a{color: rgba(255, 255, 255, 1);}#a8666a75dca088c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a8666a75dca088c .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a8815a79edaa76f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ababab;}#a8815a79edaa76f * {color: #ababab } #a8815a79edaa76f .line{border-color: #ababab }#a6262a8864a0e46 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#a147ea2971a353e .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a147ea2971a353e .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#ae806aeacaaf926 {background-color: rgba(0,0,0,0.7);}#ae806aeacaaf926 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a54cfad6e9a413c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aebdaad9ceaf926 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#afebba30caacb3a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a73f4a4aaba966a .uk-form .form-submit-btn { width: 200px; } #a73f4a4aaba966a .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a73f4a4aaba966a .submit-wrap { text-align: center; } #a73f4a4aaba966a .submit-wrap button { background-color: #2662d7; } #a73f4a4aaba966a .submit-wrap button:hover { background-color: #3280f5; } #a73f4a4aaba966a form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #a73f4a4aaba966a form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a73f4a4aaba966a .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #a73f4a4aaba966a .form-item .uk-input, #a73f4a4aaba966a .form-item .uk-select, #a73f4a4aaba966a .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a73f4a4aaba966a .form-item .auto-height { height: auto; } #a1f86ab2d3a6dc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ae83ca1604ae5ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ac597a7618aed04 {background-color: rgba(0,0,0,0.7);}#ac597a7618aed04 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a26a7acb2aa2c42 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a30c4aa79fa9456 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#af905a8ae4aa9a6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aa333a3bbea967e .uk-form .form-submit-btn { width: 200px; } #aa333a3bbea967e .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #aa333a3bbea967e .submit-wrap { text-align: center; } #aa333a3bbea967e .submit-wrap button { background-color: #2662d7; } #aa333a3bbea967e .submit-wrap button:hover { background-color: #3280f5; } #aa333a3bbea967e form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #aa333a3bbea967e form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #aa333a3bbea967e .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #aa333a3bbea967e .form-item .uk-input, #aa333a3bbea967e .form-item .uk-select, #aa333a3bbea967e .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aa333a3bbea967e .form-item .auto-height { height: auto; } #a7dc0ab3bca3337 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a8693a3a93a5263 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a822bae8dbad5f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ae9fead79aa39c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a3118a6779a81c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#acc16aabaaa2af8 .ap-content-container { height: 100%; min-height: 40px; } #ab619ac39ca6383 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#ab619ac39ca6383 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a069ca48b2a8e4e .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a069ca48b2a8e4e .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a069ca48b2a8e4e .ap-icon { margin-right: 6px; } #a069ca48b2a8e4e .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a069ca48b2a8e4e .menu-list > li.icon-bottom > a, #a069ca48b2a8e4e .menu-list > li.icon-top > a { flex-direction: column; } #a069ca48b2a8e4e .menu-list > li.icon-bottom > a .ap-icon, #a069ca48b2a8e4e .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a069ca48b2a8e4e .menu-list > li.icon-bottom > a .ap-icon svg, #a069ca48b2a8e4e .menu-list > li.icon-top > a .ap-icon svg, #a069ca48b2a8e4e .menu-list > li.icon-bottom > a .ap-icon img, #a069ca48b2a8e4e .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a069ca48b2a8e4e .menu-list > li.icon-right > a .ap-icon, #a069ca48b2a8e4e .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a069ca48b2a8e4e .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a069ca48b2a8e4e .menu-list > li:hover > a, #a069ca48b2a8e4e .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a069ca48b2a8e4e .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a069ca48b2a8e4e .menu-list ul, #a069ca48b2a8e4e .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a069ca48b2a8e4e .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a069ca48b2a8e4e .menu-list ul li ul { top: 0; left: 100%; } #a069ca48b2a8e4e .menu-list ul li { clear: both; width: 100%; border: none; } #a069ca48b2a8e4e .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #a0261afdfca7698 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a0261afdfca7698 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#aae60acd6ea319a .drop-menu .title { cursor: pointer; } #aae60acd6ea319a .drop-menu ul { margin-left: 15px; } #aae60acd6ea319a .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #aae60acd6ea319a .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #aae60acd6ea319a .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #aae60acd6ea319a .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a8823a3adaab4dd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade77a5e98a901f > .ele-wrap {background-color: rgba(255, 255, 255, 0.68);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#abe0fa0810addaa .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#abe0fa0810addaa .ele-wrap:hover {background-color: #0483cc;background-color: rgba(43, 99, 206, 1);}#a0244a41ebac3dd .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#a0244a41ebac3dd .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#ae973a0fd7a7c30 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713517813175.png);background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae973a0fd7a7c30 > .ele-wrap:hover {background-position: bottom right;background-repeat: no-repeat;background-size: contain;box-shadow: 0px 7px 11px 8px rgba(18, 85, 202, 0.16);border-top-style: none;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a386dac190ad066 .a1c67a7661aa4b2 > .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(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a386dac190ad066 .a1c67a7661aa4b2 > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(55, 124, 255, 0.8);border-right-color: rgba(55, 124, 255, 0.8);border-left-color: rgba(55, 124, 255, 0.8);border-bottom-color: rgba(55, 124, 255, 0.8);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;}#a386dac190ad066 .a552ca8bada51b7 > .ele-wrap {background-color: rgba(206, 225, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a386dac190ad066 .a0488a3110a92db a, #a386dac190ad066 .a0488a3110a92db span {border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;padding-right: 0px;padding-left: 0px;padding-top: 0px;padding-bottom: 0px; font-weight: bold; font-style: normal; font-size: 14px;text-align: left;font-family: inherit;color: rgba(38, 98, 215, 1);}#a386dac190ad066 .a7c67a10f3abfb9 { overflow: hidden; } #a386dac190ad066 .a7c67a10f3abfb9 , #a386dac190ad066 .a7c67a10f3abfb9 > * { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(136, 136, 136, 1);}#a386dac190ad066 .a7c67a10f3abfb9:hover , #a386dac190ad066 .a7c67a10f3abfb9 *:hover { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(85, 85, 85, 1);}#a386dac190ad066 .afffba1905ae145 { overflow: hidden; } #a386dac190ad066 .afffba1905ae145 , #a386dac190ad066 .afffba1905ae145 > * { font-weight: bold; font-style: normal; font-size: 16px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a386dac190ad066 .afffba1905ae145:hover , #a386dac190ad066 .afffba1905ae145 *:hover { font-weight: bold; font-style: normal; font-family: inherit;color: rgba(22, 87, 214, 1);}#a386dac190ad066 .ac7aeacf3ea4088 { overflow: hidden; } #a386dac190ad066 .ac7aeacf3ea4088 , #a386dac190ad066 .ac7aeacf3ea4088 > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a386dac190ad066 .ac7aeacf3ea4088:hover , #a386dac190ad066 .ac7aeacf3ea4088 *:hover { font-weight: bold; font-style: normal; font-family: inherit;}#a386dac190ad066 .uk-grid { margin-left: -31px; } #a386dac190ad066 .uk-grid > * { padding-left: 31px; } #a386dac190ad066 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a386dac190ad066 .uk-position-center-left-out { left: -30px; } #a386dac190ad066 .uk-position-center-right-out { left: auto; right: -30px; } } #a2247ad103ad57e .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 320px;height: 48px;}#a2247ad103ad57e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a906fae7cca1cd8 .a2218a68b6a8f9f > .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(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a906fae7cca1cd8 .a2218a68b6a8f9f > .ele-wrap:hover {border-top-width: 2px;border-top-color: rgba(55, 124, 255, 0.8);border-right-color: rgba(55, 124, 255, 0.8);border-left-color: rgba(55, 124, 255, 0.8);border-bottom-color: rgba(55, 124, 255, 0.8);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;}#a906fae7cca1cd8 .ac448a0b1aa6d60 > .ele-wrap {background-color: rgba(206, 225, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a906fae7cca1cd8 .a2d25a033aa58ef a, #a906fae7cca1cd8 .a2d25a033aa58ef span {border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;padding-right: 0px;padding-left: 0px;padding-top: 0px;padding-bottom: 0px; font-weight: bold; font-style: normal; font-size: 14px;text-align: left;font-family: inherit;color: rgba(38, 98, 215, 1);}#a906fae7cca1cd8 .a3736a951fa0ce2 { overflow: hidden; } #a906fae7cca1cd8 .a3736a951fa0ce2 , #a906fae7cca1cd8 .a3736a951fa0ce2 > * { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(136, 136, 136, 1);}#a906fae7cca1cd8 .ae018a2e0ca530e { overflow: hidden; } #a906fae7cca1cd8 .ae018a2e0ca530e , #a906fae7cca1cd8 .ae018a2e0ca530e > * { font-weight: bold; font-style: normal; font-size: 16px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a906fae7cca1cd8 .a5b1baddb4a3750 { overflow: hidden; } #a906fae7cca1cd8 .a5b1baddb4a3750 , #a906fae7cca1cd8 .a5b1baddb4a3750 > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(34, 34, 34, 1);}#a906fae7cca1cd8 .uk-grid { margin-left: -35px; } #a906fae7cca1cd8 .uk-grid > * { padding-left: 35px; } #a906fae7cca1cd8 .uk-grid > .uk-grid-margin { margin-top: 35px; } #a906fae7cca1cd8 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #a906fae7cca1cd8 .uk-position-center-left-out { left: -30px; } #a906fae7cca1cd8 .uk-position-center-right-out { left: auto; right: -30px; } } #a1fdfa183aa54cb .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 57, 175, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 320px;height: 48px;}#a1fdfa183aa54cb .ele-wrap:hover {background-color: #0483cc;}#a57efacc47a7257 { overflow: hidden; pointer-events: none; border-top-width: 0; border-top-color: #dddddd; border-right-color: #dddddd; border-left-color: #dddddd; border-bottom-color: #dddddd; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a57efacc47a7257 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 18px; background: #fff; text-align: center; font-size: 0; left: 0; } #a57efacc47a7257 > .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; } #a57efacc47a7257 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a57efacc47a7257 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 18px; background: #fff; text-align: center; font-size: 0; right: 0; } #a57efacc47a7257 > .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; } #a57efacc47a7257 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a57efacc47a7257 > .tab-wrap > div > .tab-nav, #a57efacc47a7257 > .tab-nav, #a57efacc47a7257 > .tab-tabs > .tab-wrap > div > .tab-nav, #a57efacc47a7257 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 0; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: none; } #a57efacc47a7257 > .tab-wrap > div > .tab-nav-horizontal, #a57efacc47a7257 > .tab-nav-horizontal, #a57efacc47a7257 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a57efacc47a7257 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a57efacc47a7257 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a57efacc47a7257 > .tab-nav-horizontal::-webkit-scrollbar, #a57efacc47a7257 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a57efacc47a7257 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a57efacc47a7257 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a57efacc47a7257 > .tab-nav-horizontal.tagScroll, #a57efacc47a7257 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a57efacc47a7257 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 18px; overflow-x: auto; } #a57efacc47a7257 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a57efacc47a7257 > .tab-nav-horizontal.tagScroll li a, #a57efacc47a7257 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a57efacc47a7257 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a57efacc47a7257 > .tab-wrap > div > .tab-nav a, #a57efacc47a7257 > .tab-nav a, #a57efacc47a7257 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a57efacc47a7257 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a57efacc47a7257 > .tab-wrap > div > .tab-nav li a, #a57efacc47a7257 > .tab-nav li a, #a57efacc47a7257 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a57efacc47a7257 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 17px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 18px; font-weight: normal; font-style: normal; font-size: 18px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a57efacc47a7257 > .tab-wrap > div > .tab-nav li a svg, #a57efacc47a7257 > .tab-nav li a svg, #a57efacc47a7257 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a57efacc47a7257 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a57efacc47a7257 > .tab-wrap > div > .tab-nav li a .ap_icon, #a57efacc47a7257 > .tab-nav li a .ap_icon, #a57efacc47a7257 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a57efacc47a7257 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a57efacc47a7257 > .tab-wrap > div > .tab-nav li a:hover, #a57efacc47a7257 > .tab-nav li a:hover, #a57efacc47a7257 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a57efacc47a7257 > .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; } #a57efacc47a7257 > .tab-wrap > div > .tab-nav li.uk-active a, #a57efacc47a7257 > .tab-nav li.uk-active a, #a57efacc47a7257 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a57efacc47a7257 > .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; } #a57efacc47a7257 .layout-left li, #a57efacc47a7257 .layout-center li, #a57efacc47a7257 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a57efacc47a7257 .layout-left li a, #a57efacc47a7257 .layout-center li a, #a57efacc47a7257 .layout-right li a { height: 100%; } #a57efacc47a7257 > .tab-tabs .layout-left { text-align: left; } #a57efacc47a7257 > .tab-tabs .layout-center { text-align: center; } #a57efacc47a7257 > .tab-tabs .layout-right { text-align: right; } #a57efacc47a7257 .tab-contents { height: 100%; height: calc(100% - 18px); } #a57efacc47a7257 .tab-content-wrap { background-color: transparent; } #a57efacc47a7257 .tab-contents, #a57efacc47a7257 .tab-contents-wrap { pointer-events: none; } #a57efacc47a7257 .tab-content, #a57efacc47a7257 .tab-content-wrap { height: 100%; width: 100%; } #a57efacc47a7257 .tab-wrap { height: 100%; pointer-events: none; } #a57efacc47a7257 .tab-wrap .tab-contents { height: 100%; } #a57efacc47a7257 .tab-wrap > div { height: 100%; overflow-y: auto; } #adcc1a029baa5ef > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713517813470.png);background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adcc1a029baa5ef > .ele-wrap:hover {background-position: bottom right;background-repeat: no-repeat;background-size: contain;box-shadow: 0px 7px 11px 8px rgba(18, 85, 202, 0.16);}#ac725a387baa07b .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#ac725a387baa07b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a4232a8301a5845 .ele-wrap {color: #fff;font-size: 16px;font-weight: 400;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;width: 200px;height: 48px;}#a4232a8301a5845 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#a01f1af211a61c2 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#ada2ba9b6daedf7 .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #a3ffaa0515adf06 > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#a0e6ea028da3c18 .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #aae17a4772aaa5f > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#a7e56a1861a06e3 .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #a3130a2250ab69c > .ele-wrap {background-image: url(/resources/upload/af120a785fa46ed/1713516418940.png);background-position: center center;background-size: cover;}#add85ab452a3e75 .img-wrap { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } #ae9caa5beda58c6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa566ae280acef5 > .ele-wrap {background-color: rgba(222, 235, 255, 0.3);}#a04aeac261a7c03 > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5470a7208aed33 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad0ead707a30b4 > .ele-wrap { background-image: linear-gradient(-180deg, rgba(38, 98, 215, 1), rgba(27, 172, 253, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a839ca19deac5e6 , #a839ca19deac5e6 a{color: rgba(255, 255, 255, 1);}#aaa81a600fa92b2 , #aaa81a600fa92b2 a{color: rgba(255, 255, 255, 1);}#a8666a75dca088c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a8666a75dca088c .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#a8815a79edaa76f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ababab;}#a8815a79edaa76f * {color: #ababab } #a8815a79edaa76f .line{border-color: #ababab }#a6262a8864a0e46 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af120a785fa46ed/1713767849641.jpeg);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px rgba(239, 239, 239, 1);}#a147ea2971a353e .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a147ea2971a353e .ele-wrap:hover {background-color: #fff;background-color: rgba(0, 0, 0, 0);}#ae806aeacaaf926 {background-color: rgba(0,0,0,0.7);}#ae806aeacaaf926 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a54cfad6e9a413c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aebdaad9ceaf926 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#afebba30caacb3a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a73f4a4aaba966a .uk-form .form-submit-btn { width: 200px; } #a73f4a4aaba966a .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #a73f4a4aaba966a .submit-wrap { text-align: center; } #a73f4a4aaba966a .submit-wrap button { background-color: #2662d7; } #a73f4a4aaba966a .submit-wrap button:hover { background-color: #3280f5; } #a73f4a4aaba966a form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #a73f4a4aaba966a form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a73f4a4aaba966a .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #a73f4a4aaba966a .form-item .uk-input, #a73f4a4aaba966a .form-item .uk-select, #a73f4a4aaba966a .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #a73f4a4aaba966a .form-item .auto-height { height: auto; } #a1f86ab2d3a6dc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ae83ca1604ae5ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ac597a7618aed04 {background-color: rgba(0,0,0,0.7);}#ac597a7618aed04 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a26a7acb2aa2c42 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#a30c4aa79fa9456 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#af905a8ae4aa9a6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(245, 243, 243, 1);border-left-color: rgba(245, 243, 243, 1);border-bottom-color: rgba(245, 243, 243, 1);border-top-color: rgba(245, 243, 243, 1);}#aa333a3bbea967e .uk-form .form-submit-btn { width: 200px; } #aa333a3bbea967e .uk-form .form-submit-btn { height: 45px; line-height: 45px; padding-top: 0; padding-bottom: 0; } #aa333a3bbea967e .submit-wrap { text-align: center; } #aa333a3bbea967e .submit-wrap button { background-color: #2662d7; } #aa333a3bbea967e .submit-wrap button:hover { background-color: #3280f5; } #aa333a3bbea967e form { border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; padding-top: 18px; padding-bottom: 18px; padding-left: 8px; padding-right: 18px; } #aa333a3bbea967e form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #aa333a3bbea967e .form-item { margin-top: 0px !important; margin-bottom: 14px !important; } #aa333a3bbea967e .form-item .uk-input, #aa333a3bbea967e .form-item .uk-select, #aa333a3bbea967e .form-item .uk-textarea { width: autopx; background-color: rgba(255, 255, 255, 0); border-right-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-top-width: 0; border-left-style: none; border-bottom-style: none; border-top-style: none; } #aa333a3bbea967e .form-item .auto-height { height: auto; } #a7dc0ab3bca3337 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a8693a3a93a5263 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a822bae8dbad5f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#ae9fead79aa39c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#a3118a6779a81c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);}#af03eac8eca753f .ap-content-container { height: 100%; min-height: 40px; } #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; } } #a7947a9ee8a7a69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a7947a9ee8a7a69 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a327ea44eaac31c .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a327ea44eaac31c .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a327ea44eaac31c .ap-icon { margin-right: 6px; } #a327ea44eaac31c .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a327ea44eaac31c .menu-list > li.icon-bottom > a, #a327ea44eaac31c .menu-list > li.icon-top > a { flex-direction: column; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon img, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a327ea44eaac31c .menu-list > li:hover > a, #a327ea44eaac31c .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a327ea44eaac31c .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a327ea44eaac31c .menu-list ul, #a327ea44eaac31c .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a327ea44eaac31c .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a327ea44eaac31c .menu-list ul li ul { top: 0; left: 100%; } #a327ea44eaac31c .menu-list ul li { clear: both; width: 100%; border: none; } #a327ea44eaac31c .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #ab636a551dad6e0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ab636a551dad6e0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#acf7da0824ab29a .drop-menu .title { cursor: pointer; } #acf7da0824ab29a .drop-menu ul { margin-left: 15px; } #acf7da0824ab29a .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #acf7da0824ab29a .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #aa947a7dd8ab769 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#af7f1a9067a980b #a0d45ac331acd78 { background: #fff; } #af7f1a9067a980b #preview { transform-origin: center top; } #af7f1a9067a980b #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; } #af7f1a9067a980b #a3bb6a37fea5423 .menu-list > li ul li { position: relative; } #af7f1a9067a980b #a3bb6a37fea5423 .menu-list li ul, #af7f1a9067a980b #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; } #af7f1a9067a980b #a3bb6a37fea5423 .menu-list li ul.menu-b > li, #af7f1a9067a980b #a3bb6a37fea5423 .menu-list li ul li ul.menu-b > li { display: inline-block; } #af7f1a9067a980b #a3bb6a37fea5423 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #af7f1a9067a980b #a3bb6a37fea5423 .menu-list li:hover > ul { display: block; } #af7f1a9067a980b #a3bb6a37fea5423 .menu-list li ul li:hover ul { left: 100%; top: 0; } #af7f1a9067a980b #a3bb6a37fea5423 .menu-list li ul li:hover ul li a { font-weight: normal; } #af7f1a9067a980b #a3bb6a37fea5423 .menu-list li ul li:hover ul li a:hover { font-weight: bold; } #af7f1a9067a980b #a0d45ac331acd78 > .ele-wrap { background-color: #ffffff; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #af7f1a9067a980b #a0d45ac331acd78.uk-sticky-below { background-color: #ffffff !important; } #af7f1a9067a980b #a02a3acd87a0b1a { left: 0px; position: unset!important; } #af7f1a9067a980b #aa288a20efa7d91 { left: auto!important; right: 0px!important; } #af7f1a9067a980b #aa288a20efa7d91 > .ele-wrap { background-color: #074eae; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; } #af7f1a9067a980b #a8a01ad90fa54d2 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #af7f1a9067a980b .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; } #af7f1a9067a980b #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; } #af7f1a9067a980b #a94b0a09eba7169 { left: 1000px!important; cursor: pointer; } #af7f1a9067a980b #a94b0a09eba7169 .uk-dropdown { padding: 15px; color: #666; } #af7f1a9067a980b #ac660aeba3ad917 { left: 1100px!important; color: #333; } #af7f1a9067a980b #a94b0a09eba7169 .drop-menu .title { font-weight: normal; font-style: normal; text-decoration: none; font-size: 16px; font-family: Arial; color: #4a4a4a; } #af7f1a9067a980b #ac660aeba3ad917 .site-language-menu a { font-size: 13; font-weight: normal; font-style: normal; text-decoration: none; font-family: inherit; color: #4a4a4a; } #af7f1a9067a980b #a3bb6a37fea5423 .menu-list li ul, #af7f1a9067a980b #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; } #af7f1a9067a980b #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; } #af7f1a9067a980b #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; } #af7f1a9067a980b #a3bb6a37fea5423 .menu-list > li > ul > li:hover a { font-weight: bold; } #af7f1a9067a980b #a3bb6a37fea5423 .menu-list > li.active > a:before, #af7f1a9067a980b #a3bb6a37fea5423 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #af7f1a9067a980b .uk-dropdown-nav > li > a { color: #666; padding: 10px; } #af7f1a9067a980b .uk-dropdown-nav > li > a:hover { font-weight: bold; } #af7f1a9067a980b #ac660aeba3ad917 .uk-dropdown { box-shadow: none; background: #fff; border: 1px solid #ececec; font-size: 12px; padding: 0; } #af7f1a9067a980b #ac660aeba3ad917 .uk-dropdown li { border-bottom: 1px solid #ececec; line-height: 32px; padding: 0 15px; } #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; } #a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#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; } #af03eac8eca753f .ap-content-container { height: 100%; min-height: 40px; } #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; } #a7947a9ee8a7a69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a7947a9ee8a7a69 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a327ea44eaac31c .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a327ea44eaac31c .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a327ea44eaac31c .ap-icon { margin-right: 6px; } #a327ea44eaac31c .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a327ea44eaac31c .menu-list > li.icon-bottom > a, #a327ea44eaac31c .menu-list > li.icon-top > a { flex-direction: column; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon img, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a327ea44eaac31c .menu-list > li:hover > a, #a327ea44eaac31c .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a327ea44eaac31c .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a327ea44eaac31c .menu-list ul, #a327ea44eaac31c .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a327ea44eaac31c .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a327ea44eaac31c .menu-list ul li ul { top: 0; left: 100%; } #a327ea44eaac31c .menu-list ul li { clear: both; width: 100%; border: none; } #a327ea44eaac31c .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #ab636a551dad6e0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ab636a551dad6e0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#acf7da0824ab29a .drop-menu .title { cursor: pointer; } #acf7da0824ab29a .drop-menu ul { margin-left: 15px; } #acf7da0824ab29a .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #acf7da0824ab29a .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #aa947a7dd8ab769 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#af03eac8eca753f .ap-content-container { height: 100%; min-height: 40px; } #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; } } #a7947a9ee8a7a69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a7947a9ee8a7a69 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a327ea44eaac31c .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a327ea44eaac31c .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a327ea44eaac31c .ap-icon { margin-right: 6px; } #a327ea44eaac31c .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a327ea44eaac31c .menu-list > li.icon-bottom > a, #a327ea44eaac31c .menu-list > li.icon-top > a { flex-direction: column; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon img, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a327ea44eaac31c .menu-list > li:hover > a, #a327ea44eaac31c .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a327ea44eaac31c .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a327ea44eaac31c .menu-list ul, #a327ea44eaac31c .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a327ea44eaac31c .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a327ea44eaac31c .menu-list ul li ul { top: 0; left: 100%; } #a327ea44eaac31c .menu-list ul li { clear: both; width: 100%; border: none; } #a327ea44eaac31c .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #ab636a551dad6e0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ab636a551dad6e0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#acf7da0824ab29a .drop-menu .title { cursor: pointer; } #acf7da0824ab29a .drop-menu ul { margin-left: 15px; } #acf7da0824ab29a .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #acf7da0824ab29a .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #aa947a7dd8ab769 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}#af03eac8eca753f .ap-content-container { height: 100%; min-height: 40px; } #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; } #a7947a9ee8a7a69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;}#a7947a9ee8a7a69 > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px ;}#a327ea44eaac31c .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; text-align: left; } #a327ea44eaac31c .menu-list li { margin: 0; padding: 0; display: inline-block; position: relative; } #a327ea44eaac31c .ap-icon { margin-right: 6px; } #a327ea44eaac31c .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 0 12px; border-radius: 4px; line-height: 1.5; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; background: transparent; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; line-height: 26px; border-top-width: 1px; border-top-style: none; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-bottom: 10px; width: 100px; } #a327ea44eaac31c .menu-list > li.icon-bottom > a, #a327ea44eaac31c .menu-list > li.icon-top > a { flex-direction: column; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon { margin-right: 0; } #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon svg, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon img, #a327ea44eaac31c .menu-list > li.icon-top > a .ap-icon img { height: auto; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon, #a327ea44eaac31c .menu-list > li.icon-bottom > a .ap-icon { order: 1; } #a327ea44eaac31c .menu-list > li.icon-right > a .ap-icon { margin-right: 0; margin-left: 6px; } #a327ea44eaac31c .menu-list > li:hover > a, #a327ea44eaac31c .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; border-top-width: 0; border-top-style: none; border-right-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-style: none; border-left-style: none; border-bottom-style: none; } #a327ea44eaac31c .menu-list > li.active > a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #a327ea44eaac31c .menu-list ul, #a327ea44eaac31c .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; } #a327ea44eaac31c .menu-list ul { top: 28px; left: 50%; transform: translateX(-50%); } #a327ea44eaac31c .menu-list ul li ul { top: 0; left: 100%; } #a327ea44eaac31c .menu-list ul li { clear: both; width: 100%; border: none; } #a327ea44eaac31c .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } #ab636a551dad6e0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(38, 98, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ab636a551dad6e0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 57, 175, 1);}#acf7da0824ab29a .drop-menu .title { cursor: pointer; } #acf7da0824ab29a .drop-menu ul { margin-left: 15px; } #acf7da0824ab29a .drop-menu .title { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #222222; } #acf7da0824ab29a .drop-menu .title:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #acf7da0824ab29a .drop-menu .uk-dropdown-nav > li > a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2662d7; } #aa947a7dd8ab769 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a761aaf86daf826 > .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;}#adff0a94d2a36fc > .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;}#a10baa697fa6b2b > .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;}#a9e6aa1e25a866d > .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;}#aeb95a9452a88e5 > .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;}#a01deadb0bae7f3 > .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;}