.system_collect {
  min-height: 426px;
  background: url(/statics/files/img/system_collect_bg.png) no-repeat #fff;
  background-size: contain;
  overflow: hidden;
}

.system_collect h1 {
  width: fit-content;
  font-size: 42px;
  margin: 75px auto;
  letter-spacing: 6px;
  position: relative;
  -webkit-text-stroke: 6px #fff;
}

.system_collect h1::after {
  content: attr(data-sctle);
  position: absolute;
  left: 0;
  -webkit-text-stroke: initial;
}

.sc_content {
  width: 876px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 25px;
  margin-bottom: 52px;
}

.scc_item {
  width: 260px;
  height: 130px;
  border-radius: 6px;
  margin-right: 48px;
  margin-bottom: 42px;
  background-color: #fff7f6;
  box-shadow: 0 0 10px 2px #d57d7d14;
  border: 1px solid #ffe9e6;
  box-sizing: border-box;
  padding: 20px 20px;
  position: relative;
  background-image: linear-gradient(145deg, #ffc7bc, #fffbfa);
}

.scc_item:nth-child(3n) {
  margin-right: 0;
}

.scc_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.scc_item p {
  font-weight: bold;
  font-size: 23px;
}

.scc_item a {
  display: block;
  width: 110px;
  height: 40px;
  background-color: #F65742;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-shadow: 0 0 2px #00000045;
}

.scc_item a:hover {
  background-color: #e63c26;
}