.bgC1 {
	/* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
	background: #b25d42  !important;
  }
  .bgC2 {
	background: #c57a62  !important;
  }
  .bgC3 {
	background: #b25d42  !important;
  }
  .bgC4 {
	background: #c57a62  !important;
  }
  .colorC1 {
	color: #b25d42  !important;
  }
  .colorC2 {
	color: #c57a62  !important;
  }
  .colorC3 {
	color: #c57a62  !important;
  }
  .bgImg1 {
	background: url('https://files.sciengine.com/template/u144.svg') no-repeat;
  }
  .borderC1 {
	border-bottom: 4px solid #b25d42 ;
  }
  .borderC2::after {
	content: " ";
	width: 100px;
	height: 5px;
	background: #b25d42 ;
	position: absolute;
	bottom: -2px;
	left: 0;
  }
  .borderC3::after {
	content: " ";
	width: 100px;
	height: 5px;
	background: #b25d42 ;
	position: absolute;
	bottom: -1px;
	left: 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;
  }
}

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

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

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