.cu_card__title-line {
  border-bottom: 1rpx solid;
  padding-bottom: 20rpx;
}
.cu_card_active {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cu_card_active:active {
  background-color: #b6b6b6;
}