.subs_list .signPackItem {
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .subs_list .signPackItem {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.subs_list > div .signPackItem {
  border-bottom: 2px dashed #eeeff3;
}
.subs_list .subtitle {
  font-size: 18px;
  margin: 0;
}
.subs_list .subtitle .count {
  float: right;
  font-size: 14px;
  color: #a2b3c7;
}
.subs_list .price {
  font-weight: 500;
  float: right;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}
.subs_list .billing_date {
  font-size: 13px;
  color: #495d76;
}
.subs_list .yell_pad {
  padding: 15px;
  background-color: #f4ed9f;
  border: 1px solid #e5e0c2;
  border-radius: 2px;
}
.subs_list .priceBoard .total > div {
  padding: 7px 0;
}
