.page-banner {
  background-size: cover;
  background-position: center center;
  height: 250px;
  margin-bottom: 50px;
}
.page-banner-bg1 {
  background-image: url('/images/page_background01.png');
}
.page-banner-bg2 {
  background-image: url('/images/page_background02.png');
}
.page-banner-bg3 {
  background-image: url('/images/page_background03.png');
}
.page-banner-bg4 {
  background-image: url('/images/page_background04.png');
}
.page-banner-bg5 {
  background-image: url('/images/page_background05.png');
}
.page-banner-bg6 {
  background-image: url('/images/page_background06.png');
}

.page-breadcrumb {
  height: 60px;
  background-color: rgba(0,0,0,.2);
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(255,255,255,.5);
}
.page-breadcrumb .breadcrumb {
  --bs-breadcrumb-item-padding-x: 15px;
}
.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: url('/images/icon_arrow_right.png') !important;
}


.page-container {
  width: 100%;
}
.page-container > .title {
  margin-top: 10px;
  padding: 15px 0px;
  border-bottom: 1px solid #A9B6C9;
}

.page-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.page-card {
  border: 1px solid #E6EAF1;
}
.support-desc-card {
  border: 1px solid #E6EAF1;
  background-color: #F3F5FA;
}
.support-desc-card .desc {
  padding: 15px 0;
  margin-left: 10px;
  font-weight: 500;
}
.support-desc-card .symbol {
  background-image: url('/images/symbol_support_desc.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 35px;
}
.support-desc-card .charger-item > .label {
  font-weight: 600;
  min-width: 80px;
}

.pdfjs-viewer-wrap {
  max-height: 800px;
  overflow-y: scroll;
}

.search-wrap input
, .search-wrap button {
  min-height: 40px;
}