@charset "UTF-8";
.fix-right {
  position: fixed;
  z-index: 55;
  right: 20px;
  bottom: 15%;
}

.list-style-none {
  list-style: none;
}

/*公司大事记*/
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.main-timeline {
  font-family: "Roboto", sans-serif;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline:before {
  content: "";
  height: 85%;
  width: 2px;
  border: 2px dashed #6c757d;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 10px;
}

.main-timeline .timeline {
  width: 50%;
  padding: 100px 70px 50px 25px;
  margin: 0 50px 0 0;
  float: left;
  position: relative;
}

.main-timeline .timeline-content {
  padding: 15px 15px 15px 40px;
  border: 2px solid #00A79B;
  border-radius: 15px 0 15px 15px;
  display: block;
  position: relative;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-content:after {
  content: "";
  background-color: #00A79B;
  height: 18px;
  width: 15px;
  position: absolute;
  right: -15px;
  top: -2px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}

.main-timeline .timeline-year {
  color: #fff;
  background-color: #00A79B;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: -120px;
  top: -85px;
}

.main-timeline .timeline-year:after {
  content: "";
  height: 130px;
  width: 130px;
  border: 8px solid #00A79B;
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  position: absolute;
  left: 50%;
  top: 50%;
}

.main-timeline .timeline-icon {
  color: #fff;
  background-color: #00A79B;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -25px;
  transition: all 0.3s;
}

.main-timeline .title {
  color: #6c757d;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.main-timeline .description {
  color: #6c757d;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: justify;
  margin: 0 0 5px;
}

.main-timeline .timeline:nth-child(even) {
  padding: 100px 25px 50px 70px;
  margin: 0 0 0 50px;
  float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 15px 40px 15px 15px;
  border-radius: 0 15px 15px 15px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  transform: rotateY(180deg);
  right: auto;
  left: -15px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -120px;
}

.main-timeline .timeline:nth-child(even) .timeline-year:after {
  transform: translateX(-50%) translateY(-50%) rotate(200deg);
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: -25px;
}

.timeline:nth-child(4n+2) .timeline-content,
.timeline:nth-child(4n+2) .timeline-year:after {
  border-color: #9E005D;
}

.timeline:nth-child(4n+2) .timeline-year:after {
  border-left-color: transparent;
}

.timeline:nth-child(4n+2) .timeline-content:after,
.timeline:nth-child(4n+2) .timeline-icon,
.timeline:nth-child(4n+2) .timeline-year {
  background-color: #9E005D;
}

.timeline:nth-child(4n+3) .timeline-content,
.timeline:nth-child(4n+3) .timeline-year:after {
  border-color: #f24f0e;
}

.timeline:nth-child(4n+3) .timeline-year:after {
  border-left-color: transparent;
}

.timeline:nth-child(4n+3) .timeline-content:after,
.timeline:nth-child(4n+3) .timeline-icon,
.timeline:nth-child(4n+3) .timeline-year {
  background-color: #f24f0e;
}

.timeline:nth-child(4n+4) .timeline-content,
.timeline:nth-child(4n+4) .timeline-year:after {
  border-color: #0870C5;
}

.timeline:nth-child(4n+4) .timeline-year:after {
  border-left-color: transparent;
}

.timeline:nth-child(4n+4) .timeline-content:after,
.timeline:nth-child(4n+4) .timeline-icon,
.timeline:nth-child(4n+4) .timeline-year {
  background-color: #0870C5;
}

/*品牌库边栏导航*/
/*文字*/
.font-size-sm {
  font-size: 0.75rem;
}

.font-size-md {
  font-size: 0.88rem;
}

.font-size-0 {
  font-size: 1rem;
}

.font-size-1 {
  font-size: 1.25rem;
}

.font-size-2 {
  font-size: 1.5rem;
}

.font-size-3 {
  font-size: 1.75rem;
}

.font-size-4 {
  font-size: 2rem;
}

.line-height-1 {
  line-height: 1.25rem;
}

.line-height-2 {
  line-height: 1.5rem;
}

.line-height-3 {
  line-height: 1.75rem;
}

.line-height-4 {
  line-height: 2rem;
}

.content-nav {
  line-height: 1rem;
}

.cursor-pointer {
  cursor: pointer;
}

#letter-list {
  width: 36px;
  overflow-y: auto;
}

#letter-list::-webkit-scrollbar {
  display: none;
}

#brand-list {
  width: calc(100% - 36px);
}

#brand-list a {
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  white-space: nowrap;
}

.doc-list li {
  list-style: none;
  word-break: break-all;
}

.doc-list em {
  color: #dc3545;
  font-style: normal;
}

.min-height-100 {
  min-height: 100%;
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-icon {
  padding: 0.66667rem;
  border-radius: 0.35rem;
  background: #1283da;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  min-width: 53px;
}

#category-filter {
  font-size: 14px;
  list-style: none;
}

#category-filter span {
  font-weight: bold;
}

#category-filter a {
  margin: 0 4px;
}

#category-filter a.active {
  color: #fff !important;
  border-radius: 3px;
  padding: 0 2px;
  background-color: #007bff;
  z-index: 2;
  text-decoration: none !important;
}

.doc-sidebar-title {
  font-size: 1rem;
  font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

#main-wrap {
  height: calc(100vh - 60px);
}

#main-wrap:full-screen,
#main-wrap:-webkit-full-screen,
#main-wrap:-moz-full-screen {
  width: 100%;
  height: 100%;
}

.splitToolbarButtonSeparator {
  padding: 10px 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: inline-block;
  margin: 4px 0;
}

#outline {
  height: 100%;
  overflow: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#outline li > ul {
  margin-left: 1em;
}

.tree_arrows_plus:before {
  content: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-plus' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>");
}

.treeview span.indent {
  margin-left: 10px;
  margin-right: 1px;
}

.treeview li i {
  min-width: 30px;
  min-height: 30px;
}

.treeview span.icon {
  width: 10px;
}

.treeview .node-icon {
  font-size: 12px;
}

.treeview .node-disabled {
  color: silver;
  cursor: not-allowed;
}

/****/
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.pagination a {
  cursor: pointer;
}

/*文档内容页面outline sidebar*/
#sidebar {
  width: 300px;
  min-width: 300px;
  transition: all 0.5s ease;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

.toggled #sidebar {
  margin-left: -300px;
  transition: all 0.5s ease;
}

#sidebar ul li.active > a {
  color: #fff;
  background: #6d7fcc;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

#brand-sidebar {
  width: 250px;
  min-width: 250px;
  top: 10px;
  max-height: 80vh;
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  transition: all 0.5s ease;
}

#brand-sidebar [data-toggle=collapse]:hover,
#brand-sidebar .collapse li:hover,
#brand-list li.active {
  background-color: #e9ecef;
}

#brand-sidebar-filter {
  width: 300px;
  min-width: 300px;
  top: 10px;
  max-height: 80vh;
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  transition: all 0.5s ease;
}

.home #sidebar-toggle {
  display: none;
}

#sidebar-toggle {
  position: absolute;
  right: -30px;
  top: 5px;
  line-height: 1;
  z-index: 2;
}

#brand-sidebar #sidebar-toggle,
#brand-sidebar-filter #sidebar-toggle {
  width: 0;
  overflow: hidden;
}

a[data-toggle=collapse] {
  position: relative;
}

/**** fancy.css  合并*****/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(720deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
  }
}
/* Part 1: Web Page Layout: Free to modify, except for a few of them which are required by pdf2htmlEX.js, see the comments */
/* for sidebar */
#page-container {
  /* PDF container */
  position: relative;
  /* required for calculating relative positions of pages in pdf2htmlEX.js */
  top: 0;
  left: 0px;
  /* `bottom' and `right' are required for lazy page loading in pdf2htmlEX.js (page visibility test)
  * alternatively you may set width and height
  */
  bottom: 0;
  right: 0;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  /* required for lazy page loading in pdf2htmlEX.js (page visibility test) */
  background-color: #eee;
}

/*重置防止主题样式污染*/
#page-container .h1,
#page-container .h2,
#page-container .h3,
#page-container .h4,
#page-container .h5,
#page-container .h6 {
  margin-bottom: 0;
}

/*
#content {
  width: calc(100% - 300px);
}
*/
.loading-indicator {
  display: none;
}

.loading-indicator.active {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}

@media print {
  @page {
    margin: 0;
  }
  html {
    margin: 0;
  }
  body {
    margin: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
         print-color-adjust: exact;
    /* enable printing background images for WebKit */
  }
  #sidebar {
    display: none;
  }
  #page-container {
    width: auto;
    height: auto;
    overflow: visible;
    background-color: transparent;
  }
  .d {
    display: none;
  }
}
/*
纯图片的pdf生成的css没有w0和h0的默认参数
*/
/* Part 2: Page Elements: Modify with caution
 * The followings are base classes, some of which are meant to be override by PDF specific classes
 * So do not increase the specificity (e.g. ".classname" -> "#page-container .classname")
 */
.pf {
  /* page */
  position: relative;
  background-color: white;
  overflow: hidden;
  margin: 0;
  margin: 13px auto;
  box-shadow: 1px 1px 3px 1px #333;
  /* Needed by IE to make box-shadow works * https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow */
  border: 0;
  /* required by pdf2htmlEX.js for page visibility test */
  border-collapse: separate;
  width: 595px;
  height: 842px;
}

.pc {
  /* content of a page */
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  /*此处修改为固定数值，修复图片类型pdf取值bug*/
  width: 595px;
  height: 842px;
  overflow: hidden;
  display: block;
  /* set transform-origin for scaling */
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}

.pc.opened {
  /* used by pdf2htmlEX.js, to show/hide pages */
  display: block;
}

.bf {
  /* images that occupies the whole page */
  position: absolute;
  border: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

@media print {
  .pf {
    margin: 0;
    box-shadow: none;
    page-break-after: always;
    page-break-inside: avoid;
  }
  @-moz-document url-prefix() {
    /* fix page truncation for FireFox */
    .pf {
      overflow: visible;
      border: 1px solid #ffffff;
    }
    .pc {
      overflow: visible;
    }
  }
}
.c {
  /* clip box */
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}

.t {
  /* text line */
  position: absolute;
  white-space: pre;
  font-size: 1px;
  transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  unicode-bidi: bidi-override;
  /* For rtl languages, e.g. Hebrew, we don't want the default Unicode behaviour */
  -moz-font-feature-settings: "liga" 0;
  /* We don't want Firefox to recognize ligatures */
}

.t:after {
  /* webkit #35443 */
  content: "";
}

.t:before {
  /* Workaround Blink(up to 41)/Webkit bug of word-spacing with leading spaces (chromium #404444 and pdf2htmlEX #412) */
  content: "";
  display: inline-block;
}

.t span {
  /* text blocks within a line */
  /* Blink(up to 41)/Webkit have bug with negative word-spacing and inline-block (pdf2htmlEX #416), so keep normal span inline. */
  position: relative;
  unicode-bidi: bidi-override;
  /* For rtl languages, e.g. Hebrew, we don't want the default Unicode behaviour */
}

._ {
  /* text shift */
  /* Blink(up to 41)/Webkit have bug with inline element, continuous spaces and word-spacing. Workaround by inline-block. */
  display: inline-block;
  color: transparent;
  z-index: -1;
}

/* selection background should not be opaque, for fallback mode */
::-moz-selection {
  background: rgba(127, 255, 255, 0.4);
}
::selection {
  background: rgba(127, 255, 255, 0.4);
}

::-moz-selection {
  background: rgba(127, 255, 255, 0.4);
}

.pi {
  /* info for Javascript */
  display: none;
}

.l {
  /* annotation links */
}

/* transparent color - WebKit */
.d {
  /* css drawing */
  position: absolute;
  transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
}

/* for the forms */
.it {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}

.ir:hover {
  cursor: pointer;
}

.pc.opened {
  /* used by pdf2htmlEX.js, to show/hide pages */
  -webkit-animation: fadein 100ms;
  animation: fadein 100ms;
}

.checked {
  background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3goQDSYgDiGofgAAAslJREFUOMvtlM9LFGEYx7/vvOPM6ywuuyPFihWFBUsdNnA6KLIh+QPx4KWExULdHQ/9A9EfUodYmATDYg/iRewQzklFWxcEBcGgEplDkDtI6sw4PzrIbrOuedBb9MALD7zv+3m+z4/3Bf7bZS2bzQIAcrmcMDExcTeXy10DAFVVAQDksgFUVZ1ljD3yfd+0LOuFpmnvVVW9GHhkZAQcxwkNDQ2FSCQyRMgJxnVdy7KstKZpn7nwha6urqqfTqfPBAJAuVymlNLXoigOhfd5nmeiKL5TVTV+lmIKwAOA7u5u6Lped2BsbOwjY6yf4zgQQkAIAcedaPR9H67r3uYBQFEUFItFtLe332lpaVkUBOHK3t5eRtf1DwAwODiIubk5DA8PM8bYW1EU+wEgCIJqsCAIQAiB7/u253k2BQDDMJBKpa4mEon5eDx+UxAESJL0uK2t7XosFlvSdf0QAEmlUnlRFJ9Waho2Qghc1/U9z3uWz+eX+Wr+lL6SZfleEAQIggA8z6OpqSknimIvYyybSCReMsZ6TislhCAIAti2Dc/zejVNWwCAavN8339j27YbTg0AGGM3WltbP4WhlRWq6Q/btrs1TVsYHx+vNgqKoqBUKn2NRqPFxsbGJzzP05puUlpt0ukyOI6z7zjOwNTU1OLo6CgmJyf/gA3DgKIoWF1d/cIY24/FYgOU0pp0z/Ityzo8Pj5OTk9PbwHA+vp6zWghDC+VSiuRSOQgGo32UErJ38CO42wdHR09LBQK3zKZDDY2NupmFmF4R0cHVlZWlmRZ/iVJUn9FeWWcCCE4ODjYtG27Z2Zm5juAOmgdGAB2d3cBADs7O8uSJN2SZfl+WKlpmpumaT6Yn58vn/fs6XmbhmHMNjc3tzDGFI7jYJrm5vb29sDa2trPC/9aiqJUy5pOp4f6+vqeJ5PJBAB0dnZe/t8NBajx/z37Df5OGX8d13xzAAAAAElFTkSuQmCC);
}

@media screen and (max-width: 767px) {
  .main-timeline:before {
    display: none;
  }
  .main-timeline .timeline {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-right: 12px;
    margin-bottom: 20px;
  }
  .main-timeline .timeline:nth-child(even) {
    padding-left: 10px;
    padding-top: 80px;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .main-timeline .timeline-content,
.main-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    background-color: #fff;
    padding-top: 25px;
  }
  .main-timeline .timeline-content:after {
    display: none;
  }
  .main-timeline .timeline-year {
    font-size: 12px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    right: 0;
    top: -65px;
  }
  .main-timeline .timeline-year:after {
    display: none;
  }
  .main-timeline .timeline:nth-child(even) .timeline-year {
    left: 3px;
  }
}
@media (max-width: 576px) {
  body {
    padding-bottom: calc(65px + constant(safe-area-inset-bottom)) !important;
    padding-bottom: calc(65px + env(safe-area-inset-bottom)) !important;
  }
  .fix-right {
    right: 10px;
  }
  #sidebar {
    z-index: 999;
    position: absolute;
    height: 100%;
  }
  .toggled #brand-sidebar {
    margin-left: -250px;
    transition: all 0.5s ease;
  }
  .toggled #brand-sidebar-filter {
    margin-left: -300px;
    transition: all 0.5s ease;
  }
  #brand-main-wrap {
    height: calc(100vh - 60px);
    overflow: scroll;
  }
  #brand-sidebar,
#brand-sidebar-filter {
    z-index: 999;
    position: absolute !important;
    top: unset !important;
    height: calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    left: 0;
  }
  #ad {
    display: none;
  }
  #sidebar-toggle {
    width: unset !important;
    border: 1px solid #dee2e6 !important;
    line-height: 1;
    border-radius: 4px;
  }
  .untoggled #sidebar-toggle {
    color: #fff;
  }
  #sidebar-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    z-index: 999;
    transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
  }
  .untoggled #sidebar-overlay {
    opacity: 0.5;
    visibility: visible;
    transition-delay: 0;
  }
  #page-container #page-wrapper {
    padding: 10px !important;
  }
  .main-timeline .title {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */