.bgC1 {
  /* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
  background: var(--theme-color) !important;
}

.bgC2 {
  background: var(--theme-color);
}

.bgC3 {
  background: #507F51;
}

.bgC4 {
  background: var(--theme-color);
}

.colorC1 {
  color: var(--theme-color);
}

.colorC2 {
  color: #017BB6;
}

.colorC3 {
  color: var(--theme-color);
}

.bgImg1 {
  background: url('https://files.sciengine.com/template/u144.svg') no-repeat;
}

.borderC1 {
  border-bottom: 0.21vw solid var(--theme-color);
}

.borderC2::after {
  content: " ";
  width: 5.21vw;
  height: 0.26vw;
  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;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  color: white;
  text-decoration: none;
}

#abbs {
  width: 100%;
  height: auto;
  color: #333333;
}

#abbs .contentBox .modulesBox {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

@-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);
}
}
@media (max-width: 768px){
.contentBox{
  margin-top: 20px;
}
}
@media (min-width: 768px) {
.container{
  width: 100%;
}
.contentBox{
  margin-top: 35px;
}
}
@media (min-width: 992px) {
.container{
  width: 970px;
}
}
@media (min-width: 1200px) {
.container{
  width: 1170px;
}
}
@media (min-width: 1366px) {
.container{
  width: 1230px;
}
}