.temp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 36px 19.5px 36px 19.5px;
}
.temp-list {
  width: 280px;
  height: 85px;
  border-radius: 12px;
  margin-top: 16px;
  margin-left: 16.5px;
  padding: 18px 15px 18px 15px;
  cursor: pointer;
}
.temp-list-1 {
  background: linear-gradient(148deg, #fff5f9 0%, rgba(246, 248, 253, 0.8) 100%);
}
.temp-list-2 {
  background: linear-gradient(148deg, #fff2ee 0%, rgba(246, 248, 253, 0.8) 100%);
}
.temp-list-3 {
  background: linear-gradient(148deg, #ebe8ef 0%, rgba(246, 248, 253, 0.8) 100%);
}
.temp-list-4 {
  background: linear-gradient(148deg, #fff1f3 0%, rgba(246, 248, 253, 0.8) 100%);
}
.temp-list-5 {
  background: linear-gradient(148deg, #edfdff 0%, rgba(246, 248, 253, 0.8) 100%);
}
.temp-list-6 {
  background: linear-gradient(148deg, #e8f6f1 0%, rgba(246, 248, 253, 0.6) 100%);
}
.temp-list-title {
  width: 250px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.temp-name {
  width: 162px;
  height: 25px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #262626;
  line-height: 25px;
  margin-left: 5.5px;
}
.temp-list-content {
  width: 248px;
  height: 18px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #6d7293;
  line-height: 15px;
  letter-spacing: 0px;
  margin-top: 8px;
}
