.database-card.database {
  height: 217px;
  background: url(/assets/images/common/bg-right.png) no-repeat center center;
  padding: 32px 38px;
}
.database-card.database .title {
  line-height: 21px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  opacity: 0.9;
}
.database-card.database .text {
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}
.database-card.database .apply {
  width: fit-content;
  line-height: 18px;
  font-size: 14px;
  color: #71FFF3;
  margin: 22px auto 0;
  position: relative;
  opacity: 0.8;
}
.database-card.database .apply::before,
.database-card.database .apply::after {
  content: '';
  width: 74px;
  height: 2px;
  background: linear-gradient(90deg, rgba(113, 255, 243, 0) 0%, #71fff3) 100%;
  position: absolute;
  left: -82px;
  top: 9px;
}
.database-card.database .apply::after {
  background: linear-gradient(90deg, #71fff3 0%, rgba(113, 255, 243, 0)) 100%;
  left: auto;
  right: -82px;
}
.database-card.database .btn {
  background: #E9F0FF;
  font-size: 0;
  text-align: center;
  border-radius: 6px;
  margin-top: 8px;
  cursor: pointer;
}
.database-card.database .btn a {
  display: inline-block;
  width: 100%;
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #1259F0;
}
.database-card.database .btn:hover {
  opacity: 0.9;
}
