.bgC1 {
    /* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
    background: #26664E !important;
  }
  .bgC2 {
    background: #339966 ;
  }
  .bgC3 {
    background: #26664E ;
  }
  .bgC4 {
    background: #339966 ;
  }
  .colorC1 {
    color: #26664E ;
  }
  .colorC2 {
    color: #339966 ;
  }
  .colorC3 {
    color: #339966 ;
  }
  
  .bgImg1 {
    background: url('https://files.sciengine.com/template/u144.svg') no-repeat;
  }
  .borderC1 {
    border-bottom: 4px solid #26664E;
  }
  .borderC2::after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #26664E;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .borderC3::after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #26664E;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  @font-face {
    font-family: "Montserrat Bold";
    src: url("https://files.sciengine.com/template/Montserrat-Bold.ttf");
  }
  @font-face {
    font-family: "Montserrat Regular";
    src: url("https://files.sciengine.com/template/Montserrat-Regular.ttf");
  }
  .font-regular {
    font-family: "Montserrat Regular", "Montserrat", sans-serif;
  }
  .font-bold {
    font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
  }
  html,
  body {
    position: relative;
    width: 100%;
    height: auto;
    font-family: "Montserrat Regular", "Montserrat", sans-serif;
    text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
    list-style: none;
    box-sizing: border-box;
    font-size: 16px;
    /* overflow-y: hidden; */
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
    padding: 0;
  }
 a {
  color: white;
  text-decoration: none;
}

#abbs {
  width: 100%;
  height: auto;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
}

#abbs .contentBox {
  height: auto;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .contentBox {
    margin-top: 20px;
  }

  ::-webkit-scrollbar {
    display: none;
  }

}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  .contentBox {
    margin-top: 35px;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
}