.bgC1 {
    /* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
    background: var(--theme-color) !important;
  }
  .bgC2 {
    background: var(--theme-color) !important;;
  }
  .bgC3 {
    background: var(--theme-color);
  }
  .bgC4 {
    background: var(--theme-color);
  }
  .colorC1 {
    color: var(--theme-color);
  }
  .colorC2 {
    color: var(--theme-color);
  }
  .colorC3 {
    color: var(--theme-color);
  }
  .bgImg1 {
    background: url('https://files.sciengine.com/template/u144.svg') no-repeat;
  }
  .borderC1 {
    border-bottom: 4px solid var(--theme-color2);
  }
  .borderC2::after {
    content: " ";
    width: 100px;
    height: 5px;
    background: var(--theme-color);
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .borderC3::after {
    content: " ";
    width: 100px;
    height: 5px;
    background: var(--theme-color);
    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;
  }
  
  @-webkit-keyframes shake {
    0%,
    10%,
    55%,
    90%,
    94%,
    98%,
    100% {
      -webkit-transform: scale(1, 1);
    }
    30% {
      -webkit-transform: scale(1.14, 0.86);
    }
    75% {
      -webkit-transform: scale(0.92, 1.08);
    }
    92% {
      -webkit-transform: scale(1.04, 0.96);
    }
    96% {
      -webkit-transform: scale(1.02, 0.98);
    }
    99% {
      -webkit-transform: scale(1.01, 0.99);
    }
  }
  a {
    color: white;
    text-decoration: none;
  }
  
  #abbs {
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    position: relative;
    overflow: hidden;
  }
  
  @media (max-width: 768px) {
    .contentBox {
      margin-top: 20px;
      margin-bottom: 20px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      width: 100%;
    }
  
    .contentBox {
      height: auto;
      margin: 55px auto 130px;
      position: relative;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  
  @media (min-width: 1366px) {
    .container {
      width: 1230px;
    }
  }