﻿@to TopIcon:/resources/sys/img/totop-default.svg;
.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";
}


html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}


a {
  
  background-color: transparent;
  
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline: none;
}

a,
.uk-link {
  color: #f0542c;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}


abbr[title] {
  border-bottom: none;
  
  text-decoration: underline;
  
  text-decoration: underline dotted;
  
}


b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  
  font-size: 11px;
  
  font-family: Consolas, monaco, monospace;
  
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}

em {
  color: #0f6ecd;
}


pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}

::-moz-selection {
  background: #0c99a0;
  text-shadow: none;
}
::selection {
  background: #0c99a0;
  text-shadow: none;
}


a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}


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;
}


.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #0c99a0;
}


.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #0c99a0;
}

.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}


.uk-description-list > dd {
  font-size: 16px;
}

.uk-table caption {
  color: #999999;
}

.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}


.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #0c99a0;
  outline: none;
}

.uk-icon-button {
  background: #ffffff;
}

.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #0c99a0;
  outline: none;
}

.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #0c99a0;
  color: #ffffff;
}



.uk-range::-webkit-slider-thumb {
  background: #666;
}

.uk-range::-moz-range-thumb {
  background: #666;
}

.uk-range::-ms-thumb {
  
  margin-top: 0;
}

.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}

.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}

.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;
}

.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}

.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}

.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #0c99a0;
  border-color: transparent;
}


.uk-form-icon {
  color: #999999;
}

.uk-form-icon:hover {
  color: #666;
}



.uk-button-default {
  background-color: #ffffff;
}

.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #0c99a0;
}

.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #0c99a0;
  color: #ffffff;
}

.uk-button-primary {
  background-color: #0c99a0;
  color: #ffffff;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}

.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}

.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #0c99a0;
  color: #ffffff;
  border-color: #0c99a0;
}

.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}

.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}

.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}

.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}


.uk-button-text {
  
  padding: 0;
  line-height: 1.5;
  background: none;
  
  position: relative;
}

.uk-button-text:hover,
.uk-button-text:focus {
  color: #0c99a0;
}

.uk-button-text:disabled {
  color: #999999;
}

.uk-button-link {
  
  padding: 0;
  line-height: 1.5;
  background: none;
  
  color: #f0542c;
}

.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}

.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}


.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}

.uk-section-primary,
.ap-container-primary .uk-container {
  background: #0c99a0;
}

.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}


.uk-tile-default {
  background: #ffffff;
}

.uk-tile-muted {
  background: #f8f8f8;
}

.uk-tile-primary {
  background: #0c99a0;
}

.uk-tile-secondary {
  background: #222222;
}


.uk-card-badge {
  color: #666;
}

.uk-card-badge:first-child + * {
  margin-top: 0;
}


.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}

.uk-card-primary {
  background: #0c99a0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}

.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}



.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}

.uk-totop:active {
  color: #0c99a0;
  background-color: transparent;
}


.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}

.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}

.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333333;
}


.uk-alert-primary {
  background: #ffffff;
  color: #0c99a0;
}

.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}

.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}

.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}


.uk-badge {
  
  background: #0c99a0;
  color: #ffffff;
}

.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.uk-label {
  background: #0c99a0;
  color: #ffffff;
}


.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}

.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}

.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}

.uk-overlay {
  padding: 20px 20px;
}

.uk-overlay > :last-child {
  margin-bottom: 0;
}


.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}

.uk-comment-meta {
  color: #999999;
}

.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}

.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}


.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}

.uk-search .uk-search-icon:hover {
  color: #999999;
}

.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}

.uk-search-toggle {
  color: #999999;
}

.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}

.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}

.uk-nav-default > li > a {
  color: #999999;
}

.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #0c99a0;
  background-color: transparent;
}

.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}


.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;
}

.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}

.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #0c99a0;
}



.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;
}

.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";
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #0c99a0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}

.uk-navbar-nav > li.uk-active > a::before {
  background-color: #0c99a0;
}

.uk-navbar-item {
  color: #666;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #0c99a0;
}


.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}

.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}

.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #0c99a0;
  background-color: transparent;
}


.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;
}

.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}


.uk-subnav > * > :first-child {
  color: #999999;
}

.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}


.uk-subnav-pill > * > :first-child {
  color: #999999;
}

.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}

.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}

.uk-subnav-pill > .uk-active > a {
  background-color: #0c99a0;
  color: #ffffff;
}

.uk-subnav > .uk-disabled > a {
  color: #999999;
}

.uk-breadcrumb > * > * {
  color: #999999;
}

.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}

.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}



.uk-pagination > * > * {
  color: #999999;
}

.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}

.uk-pagination > .uk-active > * {
  color: #0c99a0;
  background-color: transparent;
}

.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}


.uk-tab > * > a {
  color: #999999;
}

.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}

.uk-tab > .uk-active > a {
  border-color: #0c99a0;
}

.uk-tab > .uk-disabled > a {
  color: #999999;
}


.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}

.uk-dotnav > * > :active {
  background-color: #0c99a0;
  border-color: transparent;
}

.uk-dotnav > .uk-active > * {
  background-color: #0c99a0;
  border-color: transparent;
}

.uk-dropdown {
  background: #ffffff;
  color: #666;
}

.uk-dropdown-nav > li > a {
  color: #999999;
}

.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}

.uk-dropdown-nav .uk-nav-header {
  color: #0c99a0;
}

.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: #0c99a0;
}


.uk-modal-dialog {
  background: #ffffff;
}

.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}


.uk-notification-message-primary {
  color: #0c99a0;
}

.uk-notification-message-success {
  color: #32d296;
}

.uk-notification-message-warning {
  color: #faa05a;
}

.uk-notification-message-danger {
  color: #f0506e;
}

.uk-tooltip {
  
  background: #0c99a0;
  color: #ffffff;
}

.uk-progress:indeterminate {
  color: transparent;
}

.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}

.uk-progress::-webkit-progress-value {
  background-color: #0c99a0;
}
.uk-progress::-moz-progress-bar {
  background-color: #0c99a0;
}
.uk-progress::-ms-fill {
  background-color: #0c99a0;
}


.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}

.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}

.uk-text-bold {
  font-weight: bolder;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}

.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #0c99a0 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}

.uk-text-background {
  color: #0c99a0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #0c99a0;
  }
}


.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #0c99a0;
}
.uk-background-secondary {
  background-color: #222222;
}

.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #0c99a0;
  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: #0c99a0;
  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: #0c99a0;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #0c99a0;
}
.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;
}



.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: #0c99a0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #0c99a0;
}
.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: #0c99a0;
  border-color: #0c99a0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #0c99a0;
}


@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-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: #086c71;
}
.ap-list-filter dd a.active {
  background-color: #0c99a0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #0c99a0;
}
.category li a.active {
  color: #0c99a0;
}
.uk-lightbox-items > * > video {
  width: 80%;
}

@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: #0c99a0;
}
.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: #0c99a0;
  border: 1px solid rgba(12, 153, 160, 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: #0c99a0;
}
form .step .ui-step.active .ui-step-title {
  color: #0c99a0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1baca8535a0d63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a535fab8c7a1702 .uk-container {
    padding: 0 60px;
  }
}
#a535fab8c7a1702 .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #0c99a0;
}
#a535fab8c7a1702 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a535fab8c7a1702 .uk-card {
  padding: 10px;
}
#a535fab8c7a1702 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a535fab8c7a1702 .uk-list a.active,
#a535fab8c7a1702 .uk-list a:hover {
  color: #0c99a0;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1baca8535a0d63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a0183a1941a41fc .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a0183a1941a41fc .sidebar {
    width: 300px;
    padding: 1;
  }
}
#a0183a1941a41fc .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#a0183a1941a41fc .rich-img-wrap {
  display: block;
}
#a0183a1941a41fc .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#a0183a1941a41fc .author-info span {
  background: #82f0f6;
  border: 1px solid #0c99a0;
  color: #0c99a0;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#a0183a1941a41fc .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #0c99a0;
}
#a0183a1941a41fc .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#a0183a1941a41fc .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#a0183a1941a41fc .sidebar .uk-h4:before {
  background: #0c99a0;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#a0183a1941a41fc .author-wrapper {
  position: relative;
}
#a0183a1941a41fc .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#a0183a1941a41fc .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#a0183a1941a41fc .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#a0183a1941a41fc .new-list li {
  padding: 5px 0 15px;
}
#a0183a1941a41fc .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#a0183a1941a41fc .sidebar a:hover {
  color: #0fbdc6;
}
#a0183a1941a41fc .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1baca8535a0d63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a39b3a1402a2aaa .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a39b3a1402a2aaa .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#a39b3a1402a2aaa .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#a39b3a1402a2aaa .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #0c99a0;
}
#a39b3a1402a2aaa .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#a39b3a1402a2aaa .uk-list li::before {
  color: #0c99a0;
}
#a39b3a1402a2aaa .uk-list a {
  color: #4c4c4c;
}
#a39b3a1402a2aaa .uk-list a.active,
#a39b3a1402a2aaa .uk-list a:hover {
  color: #0c99a0;
  text-decoration: none;
}
#a39b3a1402a2aaa .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a39b3a1402a2aaa .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a39b3a1402a2aaa .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1baca8535a0d63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab8e4ac844a8948 .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#ab8e4ac844a8948 .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#ab8e4ac844a8948 .product-main {
  margin: 15px 0;
}
#ab8e4ac844a8948 .video-box,
#ab8e4ac844a8948 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#ab8e4ac844a8948 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ab8e4ac844a8948 .goods-slider {
  width: 100%;
}
#ab8e4ac844a8948 .preview-box img {
  width: 100%;
}
#ab8e4ac844a8948 .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;
}
#ab8e4ac844a8948 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ab8e4ac844a8948 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ab8e4ac844a8948 .thumb-box {
  width: 100%;
  position: relative;
}
#ab8e4ac844a8948 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ab8e4ac844a8948 .thumb-box .btn-next {
  background: url(../image/btn_next.png) no-repeat center center;
}
#ab8e4ac844a8948 .thumb-box .btn-prev {
  background: url(../image/btn_prev.png) no-repeat center center;
}
#ab8e4ac844a8948 .thumb-list {
  overflow: hidden;
}
#ab8e4ac844a8948 .thumb-list ul {
  width: 100000px;
}
#ab8e4ac844a8948 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ab8e4ac844a8948 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ab8e4ac844a8948 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(../image/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#ab8e4ac844a8948 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ab8e4ac844a8948 .thumb-list ul li.active img {
  border-color: #0c99a0;
}
#ab8e4ac844a8948 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#ab8e4ac844a8948 .zoom-box img {
  max-width: initial;
}
#ab8e4ac844a8948 .uk-button-primary {
  padding: 0 40px;
  font-size: 16px;
}
#ab8e4ac844a8948 .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#ab8e4ac844a8948 .questions .answer {
  font-size: 13px;
  color: #999;
}
#ab8e4ac844a8948 .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #ab8e4ac844a8948 .content-wrap {
    padding: 0;
  }
  #ab8e4ac844a8948 .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ab8e4ac844a8948 [data-item="questions[3].answer"] {left: 1px;top: 2px; position: relative;}#ab8e4ac844a8948 [data-item="questions[3]"] {left: -1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae611a77f4ac825 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a4e91ab178a9bbb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa812abfdaa455e > .ele-wrap {background-color: rgba(9, 56, 102, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad3e8ac8afac651 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab60aace86a8ed1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aad96aa170a8038 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634175685773.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad96aa170a8038  > .ele-wrap:hover {box-shadow: 0px 7px 13px 8px rgba(0, 0, 0, 0.1);}#a9e23ab6a3aee79 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634175686467.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e23ab6a3aee79  > .ele-wrap:hover {box-shadow: 0px 7px 13px 8px rgba(0, 0, 0, 0.1);}#a5944af4d7a5153 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634175687241.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5944af4d7a5153  > .ele-wrap:hover {box-shadow: 0px 7px 13px 8px rgba(0, 0, 0, 0.1);}#a6883a5d1dad2c8 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634175688090.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6883a5d1dad2c8  > .ele-wrap:hover {box-shadow: 0px 7px 13px 8px rgba(0, 0, 0, 0.1);}#a4f74a9a5baff07 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634175688856.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f74a9a5baff07  > .ele-wrap:hover {box-shadow: 0px 7px 13px 8px rgba(0, 0, 0, 0.1);}#a2484a5e28a11be > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634175689599.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2484a5e28a11be  > .ele-wrap:hover {box-shadow: 0px 7px 13px 8px rgba(0, 0, 0, 0.1);}#a3b0fa03e0a136f > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634175690652.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b0fa03e0a136f  > .ele-wrap:hover {box-shadow: 0px 7px 13px 8px rgba(0, 0, 0, 0.1);}#ab746ad65ba779c > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634175691340.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab746ad65ba779c  > .ele-wrap:hover {box-shadow: 0px 7px 13px 8px rgba(0, 0, 0, 0.1);}#aa3a0a2c7baeb9b .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#aa3a0a2c7baeb9b .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae925a5443a419a .ele-wrap {border-color: #000;color: #fff;font-size: 12px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(2, 150, 216, 1);}#ae925a5443a419a .ele-wrap:hover {background-color: rgba(0, 116, 121, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aba4badae3ac9bc .uk-grid {
  margin-left: -15px;
}
#aba4badae3ac9bc .uk-grid > * {
  padding-left: 15px;
}
#aba4badae3ac9bc .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aba4badae3ac9bc .ap-category-filter ul li.active {
  border-color: #0c99a0;
  color: #0c99a0;
}
#aba4badae3ac9bc .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#aba4badae3ac9bc .article .info {
  padding: 20px 10px;
  position: relative;
}
#aba4badae3ac9bc .article .info p {
  margin: 10px 0 10px;
}
#aba4badae3ac9bc .article svg {
  fill: currentColor;
}
#aba4badae3ac9bc .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#aba4badae3ac9bc .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#aba4badae3ac9bc .article.list-icon .info {
  padding-left: 25px;
}
#aba4badae3ac9bc .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#aba4badae3ac9bc .article .title {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #000000;
}
#aba4badae3ac9bc .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aba4badae3ac9bc .article:hover .title {
  color: #626262;
}
#aba4badae3ac9bc .article:hover .datetime {
  color: #b6b6b6;
}
#aba4badae3ac9bc .article:hover .category {
  color: #b6b6b6;
}
#aba4badae3ac9bc .article:hover .abstract {
  color: #b6b6b6;
}
#aba4badae3ac9bc .article:hover .btn_icon {
  color: #b6b6b6;
}
#aba4badae3ac9bc .article:hover .list_icon {
  color: #b6b6b6;
}
#ac4dba088fa0cff .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#ac4dba088fa0cff .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8b29a2a46adff3 .title {
  font-size: 16px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f84a7243a2758 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#af126a10b4afda5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aced5a3761a751f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ab038a86d3ab4c9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2a0a504caa194 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aed91aa626a5bc0 , #aed91aa626a5bc0 a{color: rgba(74, 74, 74, 1);}#aed91aa626a5bc0:hover, #aed91aa626a5bc0 a:hover {color: rgba(9, 56, 102, 1);}#a0687a5d8ba997a a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a0687a5d8ba997a a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a421aa9d6aabf52 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3104aeb0caa297 , #a3104aeb0caa297 a{color: rgba(74, 74, 74, 1);}#a3104aeb0caa297:hover, #a3104aeb0caa297 a:hover {color: rgba(9, 56, 102, 1);}#acdd9ac12cad6ce a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acdd9ac12cad6ce a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a3f43a69eda56c6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac829a0258aaed3 , #ac829a0258aaed3 a{color: rgba(74, 74, 74, 1);}#ac829a0258aaed3:hover, #ac829a0258aaed3 a:hover {color: rgba(9, 56, 102, 1);}#ab602aea2ba177e a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ab602aea2ba177e a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a7ff9a7bc2a436a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a28caac10ea00cf , #a28caac10ea00cf a{color: rgba(74, 74, 74, 1);}#a28caac10ea00cf:hover, #a28caac10ea00cf a:hover {color: rgba(9, 56, 102, 1);}#ab97ca5193a048c a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ab97ca5193a048c a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a0891a832ca7d23 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d9ea3014ace5f , #a0d9ea3014ace5f a{color: rgba(74, 74, 74, 1);}#a0d9ea3014ace5f:hover, #a0d9ea3014ace5f a:hover {color: rgba(9, 56, 102, 1);}#af86eadc17aa5b6 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#af86eadc17aa5b6 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#ab4e7a0194a9096 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2350a9d0ca2c8e , #a2350a9d0ca2c8e a{color: rgba(74, 74, 74, 1);}#a2350a9d0ca2c8e:hover, #a2350a9d0ca2c8e a:hover {color: rgba(9, 56, 102, 1);}#abc95a4155a321b a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#abc95a4155a321b a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a02cda83e9ab121 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae6bea2b30ac664 , #ae6bea2b30ac664 a{color: rgba(74, 74, 74, 1);}#ae6bea2b30ac664:hover, #ae6bea2b30ac664 a:hover {color: rgba(9, 56, 102, 1);}#a38c3a56f6a0629 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a38c3a56f6a0629 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#ae64fa53b6a4249 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a61c2aecf8adae5 , #a61c2aecf8adae5 a{color: rgba(74, 74, 74, 1);}#a61c2aecf8adae5:hover, #a61c2aecf8adae5 a:hover {color: rgba(9, 56, 102, 1);}#ae6f1a2d2ba7862 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae6f1a2d2ba7862 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afd55a8124a8484 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#afd55a8124a8484 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3940aeb41a4def .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ab55ea4469a41e5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9057a8903a5946 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a911aa9c57acb24 , #a911aa9c57acb24 a{color: rgba(74, 74, 74, 1);}#a911aa9c57acb24:hover, #a911aa9c57acb24 a:hover {color: rgba(9, 56, 102, 1);}#aa34da63f8a80e2 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa34da63f8a80e2 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#abbc8a8318a8f67 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7a02a21eeac513 , #a7a02a21eeac513 a{color: rgba(74, 74, 74, 1);}#a7a02a21eeac513:hover, #a7a02a21eeac513 a:hover {color: rgba(9, 56, 102, 1);}#a1d8ea8f58a83d8 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a1d8ea8f58a83d8 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a147ba1d35ad382 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf73abc2fa4277 , #abf73abc2fa4277 a{color: rgba(74, 74, 74, 1);}#abf73abc2fa4277:hover, #abf73abc2fa4277 a:hover {color: rgba(9, 56, 102, 1);}#aa7e9acd0da63d4 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa7e9acd0da63d4 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a3864a7912a8fbd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a365da6af9a978b , #a365da6af9a978b a{color: rgba(74, 74, 74, 1);}#a365da6af9a978b:hover, #a365da6af9a978b a:hover {color: rgba(9, 56, 102, 1);}#a9f47af065ac50e a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9f47af065ac50e a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a2941a8135aed0a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac40baa099a9087 , #ac40baa099a9087 a{color: rgba(74, 74, 74, 1);}#ac40baa099a9087:hover, #ac40baa099a9087 a:hover {color: rgba(9, 56, 102, 1);}#a1908a2aeaa8810 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a1908a2aeaa8810 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#aa93da2fc2a9c85 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3730a598baf9a2 , #a3730a598baf9a2 a{color: rgba(74, 74, 74, 1);}#a3730a598baf9a2:hover, #a3730a598baf9a2 a:hover {color: rgba(9, 56, 102, 1);}#a1bc7ab9f9a477e a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a1bc7ab9f9a477e a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#ab8b5aa1d5ab18a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503a1966a6e2d , #af503a1966a6e2d a{color: rgba(74, 74, 74, 1);}#af503a1966a6e2d:hover, #af503a1966a6e2d a:hover {color: rgba(9, 56, 102, 1);}#aca6aac692a399b a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aca6aac692a399b a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a3d15a9687a7645 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab81ba2f1fa30f7 , #ab81ba2f1fa30f7 a{color: rgba(74, 74, 74, 1);}#ab81ba2f1fa30f7:hover, #ab81ba2f1fa30f7 a:hover {color: rgba(9, 56, 102, 1);}#ae2f0a8a2eae84c a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae2f0a8a2eae84c a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4caa4831a96c0 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af4caa4831a96c0 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a854da43c4a0095 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aea12a6702a52bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65e1abb21a9bcb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab9e5a2e86acf03 , #ab9e5a2e86acf03 a{color: rgba(74, 74, 74, 1);}#ab9e5a2e86acf03:hover, #ab9e5a2e86acf03 a:hover {color: rgba(9, 56, 102, 1);}#aa873a2b56a48ee a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa873a2b56a48ee a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a8a10aa7e3a5c25 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a611aa7649a8cbe , #a611aa7649a8cbe a{color: rgba(74, 74, 74, 1);}#a611aa7649a8cbe:hover, #a611aa7649a8cbe a:hover {color: rgba(9, 56, 102, 1);}#a5dd4ab2caa3d05 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a5dd4ab2caa3d05 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#aa328ace20aad76 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf3ea5250a4c38 , #aaf3ea5250a4c38 a{color: rgba(74, 74, 74, 1);}#aaf3ea5250a4c38:hover, #aaf3ea5250a4c38 a:hover {color: rgba(9, 56, 102, 1);}#a2be0a4800ae744 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a2be0a4800ae744 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a1c71a9a28ae0c1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f58a073cabf6d , #a6f58a073cabf6d a{color: rgba(74, 74, 74, 1);}#a6f58a073cabf6d:hover, #a6f58a073cabf6d a:hover {color: rgba(9, 56, 102, 1);}#ad39ca0193a0094 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad39ca0193a0094 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a34e6ad1faab4bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4fc8ae308af3ee , #a4fc8ae308af3ee a{color: rgba(74, 74, 74, 1);}#a4fc8ae308af3ee:hover, #a4fc8ae308af3ee a:hover {color: rgba(9, 56, 102, 1);}#a8322ab8aaa1b30 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a8322ab8aaa1b30 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a75d4ad244a48c0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaeb3ad875af467 , #aaeb3ad875af467 a{color: rgba(74, 74, 74, 1);}#aaeb3ad875af467:hover, #aaeb3ad875af467 a:hover {color: rgba(9, 56, 102, 1);}#ad2aaa3673aaa9b a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad2aaa3673aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a78d9a2473aef2d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f08abb1baf652 , #a7f08abb1baf652 a{color: rgba(74, 74, 74, 1);}#a7f08abb1baf652:hover, #a7f08abb1baf652 a:hover {color: rgba(9, 56, 102, 1);}#adce6a6697a23e4 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#adce6a6697a23e4 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a801ba9c1ca05d7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8825a28e0a8225 , #a8825a28e0a8225 a{color: rgba(74, 74, 74, 1);}#a8825a28e0a8225:hover, #a8825a28e0a8225 a:hover {color: rgba(9, 56, 102, 1);}#ab4b8a3e45a9d3a a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ab4b8a3e45a9d3a a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b6aa5b6cabc88 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a5b6aa5b6cabc88 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a81a7a8447a6f68 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a93d4aaecda21c8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adb42aa45fa6640 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae002aea3da0232 , #ae002aea3da0232 a{color: rgba(74, 74, 74, 1);}#ae002aea3da0232:hover, #ae002aea3da0232 a:hover {color: rgba(9, 56, 102, 1);}#ab2ceaa8a7aa786 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ab2ceaa8a7aa786 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a1209aa29fa9f55 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a89e5ab829a1fc5 , #a89e5ab829a1fc5 a{color: rgba(74, 74, 74, 1);}#a89e5ab829a1fc5:hover, #a89e5ab829a1fc5 a:hover {color: rgba(9, 56, 102, 1);}#adf87a636ca61d2 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#adf87a636ca61d2 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a2549a6b6eabe29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2a5ba557da72d1 , #a2a5ba557da72d1 a{color: rgba(74, 74, 74, 1);}#a2a5ba557da72d1:hover, #a2a5ba557da72d1 a:hover {color: rgba(9, 56, 102, 1);}#a2a83ad40ba7b6c a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a2a83ad40ba7b6c a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a3843a6e32adf24 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a146eab715ad403 , #a146eab715ad403 a{color: rgba(74, 74, 74, 1);}#a146eab715ad403:hover, #a146eab715ad403 a:hover {color: rgba(9, 56, 102, 1);}#a9f90a32f5a2ddb a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a9f90a32f5a2ddb a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a2f55a48e1abc24 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7cf8adb74a55b3 , #a7cf8adb74a55b3 a{color: rgba(74, 74, 74, 1);}#a7cf8adb74a55b3:hover, #a7cf8adb74a55b3 a:hover {color: rgba(9, 56, 102, 1);}#a3c59a3baba199b a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3c59a3baba199b a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a5da7adbcca454f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f8ead0b1ab07b , #a5f8ead0b1ab07b a{color: rgba(74, 74, 74, 1);}#a5f8ead0b1ab07b:hover, #a5f8ead0b1ab07b a:hover {color: rgba(9, 56, 102, 1);}#a6635af521ad17f a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a6635af521ad17f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a73bdae8f0aedcc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0002a82a5a234e , #a0002a82a5a234e a{color: rgba(74, 74, 74, 1);}#a0002a82a5a234e:hover, #a0002a82a5a234e a:hover {color: rgba(9, 56, 102, 1);}#adc97ac66cacef2 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#adc97ac66cacef2 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#ae019acfbea86bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a07b1a99f4a2042 , #a07b1a99f4a2042 a{color: rgba(74, 74, 74, 1);}#a07b1a99f4a2042:hover, #a07b1a99f4a2042 a:hover {color: rgba(9, 56, 102, 1);}#a6ccba6925a6b56 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a6ccba6925a6b56 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a22b0a5073a59c3 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a22b0a5073a59c3 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7738a7379af72d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7043ab8d6a6bd8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa589a9de8af667 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab9aeaa58bac706 , #ab9aeaa58bac706 a{color: rgba(74, 74, 74, 1);}#ab9aeaa58bac706:hover, #ab9aeaa58bac706 a:hover {color: rgba(9, 56, 102, 1);}#a8c25a7e1baa2be a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a8c25a7e1baa2be a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a7ebaa0fe3a406a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa66fa4ca7a2fd2 , #aa66fa4ca7a2fd2 a{color: rgba(74, 74, 74, 1);}#aa66fa4ca7a2fd2:hover, #aa66fa4ca7a2fd2 a:hover {color: rgba(9, 56, 102, 1);}#a990dac2cfa5ea6 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a990dac2cfa5ea6 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#ac16aabe08a795b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adca6ae7abab7a5 , #adca6ae7abab7a5 a{color: rgba(74, 74, 74, 1);}#adca6ae7abab7a5:hover, #adca6ae7abab7a5 a:hover {color: rgba(9, 56, 102, 1);}#a4058a7b14a59c0 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4058a7b14a59c0 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a3cdaa091ba75cc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af505a556ba4397 , #af505a556ba4397 a{color: rgba(74, 74, 74, 1);}#af505a556ba4397:hover, #af505a556ba4397 a:hover {color: rgba(9, 56, 102, 1);}#ad77fa4f88ace84 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad77fa4f88ace84 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#aa0a5a92fbadd66 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac698acc41acddf , #ac698acc41acddf a{color: rgba(74, 74, 74, 1);}#ac698acc41acddf:hover, #ac698acc41acddf a:hover {color: rgba(9, 56, 102, 1);}#ab213aa74ca79b0 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#ab213aa74ca79b0 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a5bcea34e7af0a7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3199a3a9aab219 , #a3199a3a9aab219 a{color: rgba(74, 74, 74, 1);}#a3199a3a9aab219:hover, #a3199a3a9aab219 a:hover {color: rgba(9, 56, 102, 1);}#aecdda1689ad04e a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aecdda1689ad04e a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a4416a5316a6413 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a40efa5217abab4 , #a40efa5217abab4 a{color: rgba(74, 74, 74, 1);}#a40efa5217abab4:hover, #a40efa5217abab4 a:hover {color: rgba(9, 56, 102, 1);}#a6cdfa7e5ea09d7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a6cdfa7e5ea09d7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a3f9ca35a3a9d48 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9833a0d86a0ca1 , #a9833a0d86a0ca1 a{color: rgba(74, 74, 74, 1);}#a9833a0d86a0ca1:hover, #a9833a0d86a0ca1 a:hover {color: rgba(9, 56, 102, 1);}#a2c9ca9705a5b6e a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a2c9ca9705a5b6e a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5138a7ddca7568 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a5138a7ddca7568 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ababbaf060acc73 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ae7bea643ca70d5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab62aa8fecaa963 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a03eaaccfcac552 , #a03eaaccfcac552 a{color: rgba(74, 74, 74, 1);}#a03eaaccfcac552:hover, #a03eaaccfcac552 a:hover {color: rgba(9, 56, 102, 1);}#a536fa316ca8475 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a536fa316ca8475 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a0b14ad6bfac1c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af33ca963ea2ee4 , #af33ca963ea2ee4 a{color: rgba(74, 74, 74, 1);}#af33ca963ea2ee4:hover, #af33ca963ea2ee4 a:hover {color: rgba(9, 56, 102, 1);}#a4e2ea3447af56d a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e2ea3447af56d a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a802ca731ba921e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0065ae5cba39c1 , #a0065ae5cba39c1 a{color: rgba(74, 74, 74, 1);}#a0065ae5cba39c1:hover, #a0065ae5cba39c1 a:hover {color: rgba(9, 56, 102, 1);}#a63d6a03b9aae3b a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a63d6a03b9aae3b a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a0041ac009ad380 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf6ea3dd1a9a22 , #aaf6ea3dd1a9a22 a{color: rgba(74, 74, 74, 1);}#aaf6ea3dd1a9a22:hover, #aaf6ea3dd1a9a22 a:hover {color: rgba(9, 56, 102, 1);}#a3471aceb1a5562 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3471aceb1a5562 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a9a28a36d1ac074 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6790a4f2aac7e9 , #a6790a4f2aac7e9 a{color: rgba(74, 74, 74, 1);}#a6790a4f2aac7e9:hover, #a6790a4f2aac7e9 a:hover {color: rgba(9, 56, 102, 1);}#a63b9a85efa0a4a a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a63b9a85efa0a4a a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a9d92a9a18ab56c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0701aacd3a7e32 , #a0701aacd3a7e32 a{color: rgba(74, 74, 74, 1);}#a0701aacd3a7e32:hover, #a0701aacd3a7e32 a:hover {color: rgba(9, 56, 102, 1);}#a9938a1a09a3242 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a9938a1a09a3242 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#aa412a6a10acab0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af668a279da4d1f , #af668a279da4d1f a{color: rgba(74, 74, 74, 1);}#af668a279da4d1f:hover, #af668a279da4d1f a:hover {color: rgba(9, 56, 102, 1);}#afd57aa895a5de5 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#afd57aa895a5de5 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a5b7aaf818a823d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ec5a7119ac8ea , #a1ec5a7119ac8ea a{color: rgba(74, 74, 74, 1);}#a1ec5a7119ac8ea:hover, #a1ec5a7119ac8ea a:hover {color: rgba(9, 56, 102, 1);}#ac4afafe12a4ad2 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac4afafe12a4ad2 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5ba5ae543a117a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a5ba5ae543a117a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab876a011faee0f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a6fbbad66ea3f18 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac6e8acf7cadbf6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af328af0b5a0a51 , #af328af0b5a0a51 a{color: rgba(74, 74, 74, 1);}#af328af0b5a0a51:hover, #af328af0b5a0a51 a:hover {color: rgba(9, 56, 102, 1);}#acad2a4c41add12 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acad2a4c41add12 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a6acba267da0dd0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6baca41eaad882 , #a6baca41eaad882 a{color: rgba(74, 74, 74, 1);}#a6baca41eaad882:hover, #a6baca41eaad882 a:hover {color: rgba(9, 56, 102, 1);}#a9029a61f3afc21 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9029a61f3afc21 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#ac96aaafbca2263 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c7ca5012ab681 , #a4c7ca5012ab681 a{color: rgba(74, 74, 74, 1);}#a4c7ca5012ab681:hover, #a4c7ca5012ab681 a:hover {color: rgba(9, 56, 102, 1);}#a3d79aa238a7db6 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3d79aa238a7db6 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a931ca4593a48da > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a02e4a548ca596b , #a02e4a548ca596b a{color: rgba(74, 74, 74, 1);}#a02e4a548ca596b:hover, #a02e4a548ca596b a:hover {color: rgba(9, 56, 102, 1);}#ad091a885fa3903 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad091a885fa3903 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#aa19aa7608a6741 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a149ea1acea61fc , #a149ea1acea61fc a{color: rgba(74, 74, 74, 1);}#a149ea1acea61fc:hover, #a149ea1acea61fc a:hover {color: rgba(9, 56, 102, 1);}#a48c3a7f5ba9214 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a48c3a7f5ba9214 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a3f30ae690a5aa6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1edead510af436 , #a1edead510af436 a{color: rgba(74, 74, 74, 1);}#a1edead510af436:hover, #a1edead510af436 a:hover {color: rgba(9, 56, 102, 1);}#a72a2ace3fadc7a a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a72a2ace3fadc7a a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a502ba0d91a503f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f48a9b64abbc3 , #a5f48a9b64abbc3 a{color: rgba(74, 74, 74, 1);}#a5f48a9b64abbc3:hover, #a5f48a9b64abbc3 a:hover {color: rgba(9, 56, 102, 1);}#a0186a46caaf126 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a0186a46caaf126 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#aecf7aa898ae0f1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a255eae13cae54f , #a255eae13cae54f a{color: rgba(74, 74, 74, 1);}#a255eae13cae54f:hover, #a255eae13cae54f a:hover {color: rgba(9, 56, 102, 1);}#a31a0aacaba5fa3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a31a0aacaba5fa3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a779fabe9ca0be4 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a779fabe9ca0be4 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a34abae437a705d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9b83a6e4dae5e4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a475ea083aa4768 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a035da5025a5967 , #a035da5025a5967 a{color: rgba(74, 74, 74, 1);}#a035da5025a5967:hover, #a035da5025a5967 a:hover {color: rgba(9, 56, 102, 1);}#afe4da3fe5af9a0 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#afe4da3fe5af9a0 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a9db5a7c4aaf2c3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adfaea710aa7308 , #adfaea710aa7308 a{color: rgba(74, 74, 74, 1);}#adfaea710aa7308:hover, #adfaea710aa7308 a:hover {color: rgba(9, 56, 102, 1);}#a133daae23a411b a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a133daae23a411b a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a6381a0ac6ab79d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c89aa09aaa3a3 , #a3c89aa09aaa3a3 a{color: rgba(74, 74, 74, 1);}#a3c89aa09aaa3a3:hover, #a3c89aa09aaa3a3 a:hover {color: rgba(9, 56, 102, 1);}#a5480ae239a799e a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a5480ae239a799e a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a6327a17ccad53e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d86a5b0ba3455 , #a1d86a5b0ba3455 a{color: rgba(74, 74, 74, 1);}#a1d86a5b0ba3455:hover, #a1d86a5b0ba3455 a:hover {color: rgba(9, 56, 102, 1);}#a935da3ed0aeced a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a935da3ed0aeced a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a6600a11afab218 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac4a4a5c2fa6b9c , #ac4a4a5c2fa6b9c a{color: rgba(74, 74, 74, 1);}#ac4a4a5c2fa6b9c:hover, #ac4a4a5c2fa6b9c a:hover {color: rgba(9, 56, 102, 1);}#ab653a0bacab01f a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ab653a0bacab01f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a1e55a4a50af6f9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46a8aeb42a9b70 , #a46a8aeb42a9b70 a{color: rgba(74, 74, 74, 1);}#a46a8aeb42a9b70:hover, #a46a8aeb42a9b70 a:hover {color: rgba(9, 56, 102, 1);}#a319cae75ea7446 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a319cae75ea7446 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a12b2ad729a881a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52e9ad9f2a3d81 , #a52e9ad9f2a3d81 a{color: rgba(74, 74, 74, 1);}#a52e9ad9f2a3d81:hover, #a52e9ad9f2a3d81 a:hover {color: rgba(9, 56, 102, 1);}#a3d77a5121a9a82 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3d77a5121a9a82 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#a9f95ae0bfae1cc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae4caa737dab126 , #ae4caa737dab126 a{color: rgba(74, 74, 74, 1);}#ae4caa737dab126:hover, #ae4caa737dab126 a:hover {color: rgba(9, 56, 102, 1);}#abd31a3119ae38a a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}#abd31a3119ae38a a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(9, 56, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a97ffa38cbaa0fa .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a97ffa38cbaa0fa .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aba6dae9cea487d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a113bab0ccad67d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3273a6b76a315f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3273a6b76a315f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a06c0a2789a9dcc .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a06c0a2789a9dcc .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa8c7a881ba87a9 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa8c7a881ba87a9 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac6bbab0ccac739 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac6bbab0ccac739 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5d6cac366a0a7c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a5d6cac366a0a7c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab489ae086aadb6 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab489ae086aadb6 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa459a9a3aa6517 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa459a9a3aa6517 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6599a642aad801 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a6599a642aad801 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa302a5cafac343 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa302a5cafac343 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a016daf39da1d0a {
  overflow: hidden;
  pointer-events: none;
}
#a016daf39da1d0a > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 38px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a016daf39da1d0a > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(../image/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a016daf39da1d0a > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a016daf39da1d0a > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 38px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a016daf39da1d0a > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(../image/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a016daf39da1d0a > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a016daf39da1d0a > .tab-wrap > div > .tab-nav,
#a016daf39da1d0a > .tab-nav,
#a016daf39da1d0a > .tab-tabs > .tab-wrap > div > .tab-nav,
#a016daf39da1d0a > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-left-width: 0;
}
#a016daf39da1d0a > .tab-wrap > div > .tab-nav-horizontal,
#a016daf39da1d0a > .tab-nav-horizontal,
#a016daf39da1d0a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a016daf39da1d0a > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  
  -ms-overflow-style: none;
  
}
#a016daf39da1d0a > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a016daf39da1d0a > .tab-nav-horizontal::-webkit-scrollbar,
#a016daf39da1d0a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a016daf39da1d0a > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  
}
#a016daf39da1d0a > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a016daf39da1d0a > .tab-nav-horizontal.tagScroll,
#a016daf39da1d0a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a016daf39da1d0a > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 38px;
  overflow-x: auto;
}
#a016daf39da1d0a > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a016daf39da1d0a > .tab-nav-horizontal.tagScroll li a,
#a016daf39da1d0a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a016daf39da1d0a > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a016daf39da1d0a > .tab-wrap > div > .tab-nav a,
#a016daf39da1d0a > .tab-nav a,
#a016daf39da1d0a > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a016daf39da1d0a > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a016daf39da1d0a > .tab-wrap > div > .tab-nav li a,
#a016daf39da1d0a > .tab-nav li a,
#a016daf39da1d0a > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a016daf39da1d0a > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 37px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 38px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 9px;
}
#a016daf39da1d0a > .tab-wrap > div > .tab-nav li a svg,
#a016daf39da1d0a > .tab-nav li a svg,
#a016daf39da1d0a > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a016daf39da1d0a > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a016daf39da1d0a > .tab-wrap > div > .tab-nav li a .ap_icon,
#a016daf39da1d0a > .tab-nav li a .ap_icon,
#a016daf39da1d0a > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a016daf39da1d0a > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a016daf39da1d0a > .tab-wrap > div > .tab-nav li a:hover,
#a016daf39da1d0a > .tab-nav li a:hover,
#a016daf39da1d0a > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a016daf39da1d0a > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #093866;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a016daf39da1d0a > .tab-wrap > div > .tab-nav li.uk-active a,
#a016daf39da1d0a > .tab-nav li.uk-active a,
#a016daf39da1d0a > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a016daf39da1d0a > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #093866;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a016daf39da1d0a .layout-left li,
#a016daf39da1d0a .layout-center li,
#a016daf39da1d0a .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a016daf39da1d0a .layout-left li a,
#a016daf39da1d0a .layout-center li a,
#a016daf39da1d0a .layout-right li a {
  height: 100%;
}
#a016daf39da1d0a > .tab-tabs .layout-left {
  text-align: left;
}
#a016daf39da1d0a > .tab-tabs .layout-center {
  text-align: center;
}
#a016daf39da1d0a > .tab-tabs .layout-right {
  text-align: right;
}
#a016daf39da1d0a .tab-contents {
  height: 100%;
  height: calc(100% - 38px);
}
#a016daf39da1d0a .tab-content-wrap {
  background-color: #ffffff;
}
#a016daf39da1d0a .tab-contents,
#a016daf39da1d0a .tab-contents-wrap {
  pointer-events: none;
}
#a016daf39da1d0a .tab-content,
#a016daf39da1d0a .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a016daf39da1d0a .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a016daf39da1d0a .tab-wrap .tab-contents {
  height: 100%;
}
#a016daf39da1d0a .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a16aba4eb4a45af .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a16aba4eb4a45af .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a303aac1e0a9843 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a801fa7ad0a6a3b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeab5acb6ea8dfe > .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-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);}#a68bcafc72a4a81 > .ele-wrap {background-image: url(../image/1634286106343.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ceaafdaea98be > .ele-wrap {background-image: url(../image/1634286555468.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a90e0a3676aa0f5 > .ele-wrap {background-image: url(../image/1634286555903.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a05ddace1aaeb84 > .ele-wrap {background-image: url(../image/1634286556269.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2177ac2e2a2fad > .ele-wrap {background-image: url(../image/1634286556649.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3bca1d64a695c > .ele-wrap {background-image: url(../image/1634286557095.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#addc8a3a73a9b2a > .ele-wrap {background-image: url(../image/1634286553613.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9f81a198fa189d > .ele-wrap {background-image: url(../image/1634286553874.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa6b8a0749a1142 > .ele-wrap {background-image: url(../image/1634286554222.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0463a9266a1f13 > .ele-wrap {background-image: url(../image/1634286554650.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a102baa321a5851 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aef1ca900ba7cc7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afcd3a6ce6a90e1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ab6a2d76aceb3 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634288715494.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#aceeca469eaf7f2 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634288717931.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#ad689a1593a566f > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634288719961.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#a80d9a1a77a7272 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634288716777.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#a2594a8f01af392 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634288718940.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1041a3ea7a482d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1327a8ecfaad45 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634289414334.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#a4c98a2610af639 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634289415402.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#ac965acfa8a7bdb > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634289416473.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#ac6daa7b4bac8ee > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac9fea9ea0a4a8a > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634289857328.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#a1b8dadb11a0988 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634289860206.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#a2892a081daba1c > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634289861125.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#aa700a6f6ea36ae > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634289863227.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#ac88ba6830af6ab > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634289858302.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}#aa903ab706aaf42 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(../image/1634289859268.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);box-shadow: 0px 2px 15px 7px rgba(74, 74, 74, 0.05);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a45dcad7fda21c8 {
  overflow: hidden;
  pointer-events: none;
}
#a45dcad7fda21c8 > .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;
}
#a45dcad7fda21c8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(../image/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a45dcad7fda21c8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a45dcad7fda21c8 > .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;
}
#a45dcad7fda21c8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(../image/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a45dcad7fda21c8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a45dcad7fda21c8 > .tab-wrap > div > .tab-nav,
#a45dcad7fda21c8 > .tab-nav,
#a45dcad7fda21c8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a45dcad7fda21c8 > .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;
}
#a45dcad7fda21c8 > .tab-wrap > div > .tab-nav-horizontal,
#a45dcad7fda21c8 > .tab-nav-horizontal,
#a45dcad7fda21c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a45dcad7fda21c8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  
  -ms-overflow-style: none;
  
}
#a45dcad7fda21c8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a45dcad7fda21c8 > .tab-nav-horizontal::-webkit-scrollbar,
#a45dcad7fda21c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a45dcad7fda21c8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  
}
#a45dcad7fda21c8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a45dcad7fda21c8 > .tab-nav-horizontal.tagScroll,
#a45dcad7fda21c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a45dcad7fda21c8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a45dcad7fda21c8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a45dcad7fda21c8 > .tab-nav-horizontal.tagScroll li a,
#a45dcad7fda21c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a45dcad7fda21c8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a45dcad7fda21c8 > .tab-wrap > div > .tab-nav a,
#a45dcad7fda21c8 > .tab-nav a,
#a45dcad7fda21c8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a45dcad7fda21c8 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a45dcad7fda21c8 > .tab-wrap > div > .tab-nav li a,
#a45dcad7fda21c8 > .tab-nav li a,
#a45dcad7fda21c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a45dcad7fda21c8 > .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;
  text-decoration: none;
  font-size: 18px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a45dcad7fda21c8 > .tab-wrap > div > .tab-nav li a svg,
#a45dcad7fda21c8 > .tab-nav li a svg,
#a45dcad7fda21c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a45dcad7fda21c8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a45dcad7fda21c8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a45dcad7fda21c8 > .tab-nav li a .ap_icon,
#a45dcad7fda21c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a45dcad7fda21c8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a45dcad7fda21c8 > .tab-wrap > div > .tab-nav li a:hover,
#a45dcad7fda21c8 > .tab-nav li a:hover,
#a45dcad7fda21c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a45dcad7fda21c8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #093866;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a45dcad7fda21c8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a45dcad7fda21c8 > .tab-nav li.uk-active a,
#a45dcad7fda21c8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a45dcad7fda21c8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #093866;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a45dcad7fda21c8 .layout-left li,
#a45dcad7fda21c8 .layout-center li,
#a45dcad7fda21c8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a45dcad7fda21c8 .layout-left li a,
#a45dcad7fda21c8 .layout-center li a,
#a45dcad7fda21c8 .layout-right li a {
  height: 100%;
}
#a45dcad7fda21c8 > .tab-tabs .layout-left {
  text-align: left;
}
#a45dcad7fda21c8 > .tab-tabs .layout-center {
  text-align: center;
}
#a45dcad7fda21c8 > .tab-tabs .layout-right {
  text-align: right;
}
#a45dcad7fda21c8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a45dcad7fda21c8 .tab-content-wrap {
  background-color: #ffffff;
}
#a45dcad7fda21c8 .tab-contents,
#a45dcad7fda21c8 .tab-contents-wrap {
  pointer-events: none;
}
#a45dcad7fda21c8 .tab-content,
#a45dcad7fda21c8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a45dcad7fda21c8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a45dcad7fda21c8 .tab-wrap .tab-contents {
  height: 100%;
}
#a45dcad7fda21c8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a102baa321a5851 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#adb6ca0701ae23d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aee0ea37e1a229c .uk-grid {
  margin-left: -15px;
}
#aee0ea37e1a229c .uk-grid > * {
  padding-left: 15px;
}
#aee0ea37e1a229c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aee0ea37e1a229c .ap-category-filter ul li.active {
  border-color: #0c99a0;
  color: #0c99a0;
}
#aee0ea37e1a229c .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#aee0ea37e1a229c .article .info {
  padding: 20px 10px;
  position: relative;
}
#aee0ea37e1a229c .article .info p {
  margin: 10px 0 10px;
}
#aee0ea37e1a229c .article svg {
  fill: currentColor;
}
#aee0ea37e1a229c .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#aee0ea37e1a229c .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#aee0ea37e1a229c .article.list-icon .info {
  padding-left: 25px;
}
#aee0ea37e1a229c .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#aee0ea37e1a229c .article .title {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #000000;
}
#aee0ea37e1a229c .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aee0ea37e1a229c .article:hover .title {
  color: #626262;
}
#aee0ea37e1a229c .article:hover .datetime {
  color: #b6b6b6;
}
#aee0ea37e1a229c .article:hover .category {
  color: #b6b6b6;
}
#aee0ea37e1a229c .article:hover .abstract {
  color: #b6b6b6;
}
#aee0ea37e1a229c .article:hover .btn_icon {
  color: #b6b6b6;
}
#aee0ea37e1a229c .article:hover .list_icon {
  color: #b6b6b6;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7f77a16a9ada50 .title {
  font-size: 16px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a102baa321a5851 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a000aad5dcae5eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1baca8535a0d63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf38afd78a0160 {
  min-height: 500px;
  
}
#adf38afd78a0160 .search-highlight {
  background: yellow;
}
#adf38afd78a0160 .el-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#adf38afd78a0160 .el-title {
  margin-bottom: 20px;
}
#adf38afd78a0160 .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#adf38afd78a0160 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#adf38afd78a0160 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#adf38afd78a0160 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#adf38afd78a0160 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#adf38afd78a0160 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#adf38afd78a0160 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #adf38afd78a0160 .el-title {
    margin-bottom: 0;
  }
  #adf38afd78a0160 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #adf38afd78a0160 .category {
    font-size: 12px;
  }
  #adf38afd78a0160 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1baca8535a0d63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1baca8535a0d63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ada93afbd2ab3e7 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ada93afbd2ab3e7 .slider {
  width: 420px;
  height: 600px;
}
#ada93afbd2ab3e7 .uk-slideshow-items {
  height: 100%;
}
#ada93afbd2ab3e7 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ada93afbd2ab3e7 .login-wrap {
  width: 100%;
  height: 100%;
}
#ada93afbd2ab3e7 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ada93afbd2ab3e7 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ada93afbd2ab3e7 .phone-login-box {
  margin: 40px auto 40px;
  display: inline-block;
}
#ada93afbd2ab3e7 .login-header {
  margin-bottom: 24px;
}
#ada93afbd2ab3e7 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ada93afbd2ab3e7 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
}
#ada93afbd2ab3e7 .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;
}
#ada93afbd2ab3e7 .input-item input.error,
#ada93afbd2ab3e7 .input-item input.error::placeholder {
  color: #fc4343;
}
#ada93afbd2ab3e7 .input-item input::placeholder {
  color: #999;
}
#ada93afbd2ab3e7 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
}
#ada93afbd2ab3e7 .verifycode-input {
  margin: 24px 0;
}
#ada93afbd2ab3e7 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ada93afbd2ab3e7 .send-code {
  float: left;
  margin-left: 20px;
}
#ada93afbd2ab3e7 .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;
}
#ada93afbd2ab3e7 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ada93afbd2ab3e7 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae611a77f4ac825 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a07f2a965ca933d .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a07f2a965ca933d .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a07f2a965ca933d .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a07f2a965ca933d .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a07f2a965ca933d .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a07f2a965ca933d .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a07f2a965ca933d .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a07f2a965ca933d .nav-list {
  padding: 0 20px;
}
#a07f2a965ca933d .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;
}
#a07f2a965ca933d .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a07f2a965ca933d .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a07f2a965ca933d .order-item:hover {
  background: #f7f7f7;
}
#a07f2a965ca933d .del-order {
  cursor: pointer;
}
#a07f2a965ca933d .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a07f2a965ca933d .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a07f2a965ca933d .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a07f2a965ca933d .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a07f2a965ca933d .goods-item .goods-info {
  padding: 0 15px;
}
#a07f2a965ca933d .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a07f2a965ca933d .appoint-time {
  margin-bottom: 4px;
}
#a07f2a965ca933d .appoint-name {
  color: #333;
  font-size: 14px;
}
#a07f2a965ca933d .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a07f2a965ca933d .goods-item .goods-name {
  color: #333;
}
#a07f2a965ca933d .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a07f2a965ca933d .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a07f2a965ca933d .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a07f2a965ca933d .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a07f2a965ca933d .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a07f2a965ca933d .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;
}
#a07f2a965ca933d .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a07f2a965ca933d .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a07f2a965ca933d .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a07f2a965ca933d .setting-form {
  padding: 30px 20px;
}
#a07f2a965ca933d .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a07f2a965ca933d .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a07f2a965ca933d .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a07f2a965ca933d .setting-form .setting-btns {
  margin-left: 130px;
}
#a07f2a965ca933d .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a07f2a965ca933d .setting-wrap {
  position: relative;
}
#a07f2a965ca933d .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a07f2a965ca933d .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a07f2a965ca933d .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a07f2a965ca933d .address-wrap {
  padding: 30px 20px;
}
#a07f2a965ca933d .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a07f2a965ca933d .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a07f2a965ca933d .addr-list {
  min-height: 200px;
}
#a07f2a965ca933d .addr-detail .addr-item-name,
#a07f2a965ca933d .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;
}
#a07f2a965ca933d .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a07f2a965ca933d .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a07f2a965ca933d .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a07f2a965ca933d .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a07f2a965ca933d .add-addr {
  height: 32px;
  line-height: 30px;
}
#a07f2a965ca933d .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(../image/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a07f2a965ca933d .publish-item {
  cursor: default;
  min-height: 120px;
}
#a07f2a965ca933d .publish-item .status-0 {
  background-image: url(../image/info-unread.png);
}
#a07f2a965ca933d .publish-item .status-1 {
  background-image: url(../image/info-fail.png);
}
#a07f2a965ca933d .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #0c99a0;
}
#a07f2a965ca933d .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae611a77f4ac825 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af1e9aebd8ae540 .search-highlight {
  background: yellow;
}
#af1e9aebd8ae540 .category-list {
  background: #fff;
  padding: 20px 40px;
}
#af1e9aebd8ae540 .goods-sort {
  padding: 10px 0;
}
#af1e9aebd8ae540 .goods {
  padding-bottom: 20px;
}
#af1e9aebd8ae540 .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#af1e9aebd8ae540 .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#af1e9aebd8ae540 .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#af1e9aebd8ae540 .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#af1e9aebd8ae540 .goods-sort .sort-default.active,
#af1e9aebd8ae540 .goods-sort .category-item.active {
  color: red;
}
#af1e9aebd8ae540 .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#af1e9aebd8ae540 .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#af1e9aebd8ae540 .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#af1e9aebd8ae540 .sorts .sort.active span {
  color: #e4393c;
}
#af1e9aebd8ae540 .sorts .fa {
  color: #999;
}
#af1e9aebd8ae540 .sorts .fa.active {
  color: #e4393c;
}
#af1e9aebd8ae540 .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#af1e9aebd8ae540 .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#af1e9aebd8ae540 .uk-container {
  min-height: 200px;
}
#af1e9aebd8ae540 .not-found {
  line-height: 200px;
}
#af1e9aebd8ae540 .goods .item {
  color: #333;
  font-weight: 400;
}
#af1e9aebd8ae540 .img-alter {
  display: none;
}
#af1e9aebd8ae540 .goods .item:hover .img-main {
  display: none;
}
#af1e9aebd8ae540 .goods .item:hover .img-alter {
  display: block;
}
#af1e9aebd8ae540 .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#af1e9aebd8ae540 .goods .item .title:hover {
  color: #d4282d;
}
#af1e9aebd8ae540 .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#af1e9aebd8ae540 .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#af1e9aebd8ae540 .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#af1e9aebd8ae540 .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#af1e9aebd8ae540 .goods .member-price {
  font-size: 12px;
  color: #d4282d;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
#af1e9aebd8ae540 .uk-card .uk-card-media {
  background: #fff;
}
#af1e9aebd8ae540 .uk-card:hover {
  background-color: #f4f0e9;
}
#af1e9aebd8ae540 .sort-time.active .fa {
  color: #e4393c;
}
#af1e9aebd8ae540 * + .uk-grid-margin-small,
#af1e9aebd8ae540 .uk-grid + .uk-grid-small,
#af1e9aebd8ae540 .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae611a77f4ac825 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa711aabe1a8312 {
  min-height: 500px;
  
}
#aa711aabe1a8312 .search-highlight {
  background: yellow;
}
#aa711aabe1a8312 .el-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa711aabe1a8312 .el-title {
  margin-bottom: 20px;
}
#aa711aabe1a8312 .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa711aabe1a8312 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aa711aabe1a8312 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aa711aabe1a8312 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aa711aabe1a8312 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aa711aabe1a8312 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aa711aabe1a8312 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aa711aabe1a8312 .el-title {
    margin-bottom: 0;
  }
  #aa711aabe1a8312 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aa711aabe1a8312 .category {
    font-size: 12px;
  }
  #aa711aabe1a8312 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae611a77f4ac825 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3037a9015af96b .comment-detail {
  min-height: 600px;
}
#a3037a9015af96b table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a3037a9015af96b table th,
#a3037a9015af96b table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a3037a9015af96b table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a3037a9015af96b .red {
  color: #F00!important;
}
#a3037a9015af96b .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(../image/title_icon.png) 0 center no-repeat;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1aa9a8014a4102 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1aa9a8014a4102 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1aa9a8014a4102 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #093866;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1aa9a8014a4102 .menu-list > li > a {
  padding: 0 51px;
}
#a1aa9a8014a4102 .menu-list > li:hover:before {
  height: 100%;
}
#a1aa9a8014a4102 .menu-list > li:hover:after {
  color: auto;
}
#a1aa9a8014a4102 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a1aa9a8014a4102 .menu-list > li:first-child:after {
  content: "";
}
#a1aa9a8014a4102 .menu-list > li ul {
  padding: 0;
  background-color: #999999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1aa9a8014a4102 .menu-list > li ul li {
  position: relative;
}
#a1aa9a8014a4102 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: NotoSansSC-Regular;
  background-color: #999999;
}
#a1aa9a8014a4102 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#a1aa9a8014a4102 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a1aa9a8014a4102 li ul,
#a1aa9a8014a4102 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1aa9a8014a4102 li:hover > ul {
  left: auto;
}
#a1aa9a8014a4102 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a425baa1d2a569e form {
  width: 100%;
  height: 100%;
}
#a425baa1d2a569e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a425baa1d2a569e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a425baa1d2a569e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a425baa1d2a569e .search-box .search-type.show {
  display: block;
}
#a425baa1d2a569e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0 18px;
}
#a425baa1d2a569e .search-box .search-type li:hover {
  color: #1763bd;
}
#a425baa1d2a569e .search-box .search-type li.active {
  color: #1763bd;
}
#a425baa1d2a569e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#a425baa1d2a569e .inner-form .input-field {
  height: 100%;
}
#a425baa1d2a569e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a425baa1d2a569e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a425baa1d2a569e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a425baa1d2a569e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a425baa1d2a569e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a425baa1d2a569e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #093866;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a425baa1d2a569e .btn-search:hover {
  background: #1763bd;
}
#a425baa1d2a569e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75eea3d73a01f7 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a75eea3d73a01f7 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8014a88ddafc92 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6ffcafa75a4be3 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: underline;
    font-family: inherit;color: rgba(255, 255, 255, 1);}