#SUYUE .s-title {
  color: #fff;
  font-size: 18px;
}
#SUYUE .s-card {
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  width: 100%;
  padding: 10px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
}
#SUYUE .s-list {
  font-size: 12px;
  text-indent: 1em;
}
#SUYUE .s-list .list-title {
  display: inline-block;
  color: #48c6ef;
  font-size: 14px;
  font-weight: 700;
}
#SUYUE .s-list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #48c6ef;
}
#SUYUE .s-h3 {
  color: #6f86d6;
}
#SUYUE .s-h4 {
  color: #6f86d6;
}
#SUYUE .s-header {
  text-align: center;
  background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
  height: 50px;
  line-height: 50px;
}
#SUYUE .s-fun {
  font-size: 12px;
}
#SUYUE .s-fun .fun-lh {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #48c6ef;
}
#SUYUE .s-table {
  margin-top: 10px;
  border: none;
  border-collapse: collapse;
  width: 100%;
}
#SUYUE .s-table thead {
  border: none;
}
#SUYUE .s-table thead tr {
  border: none;
}
#SUYUE .s-table thead tr th {
  border: none;
  text-align: center;
  border: 1px solid #6f86d6;
  padding: 5px;
}
#SUYUE .s-table tbody {
  border: none;
}
#SUYUE .s-table tbody tr {
  border: none;
}
#SUYUE .s-table tbody tr td {
  border: none;
  padding: 5px;
  border: 1px solid #6f86d6;
}
