.contour .recommend li,
.total .total-recommend li{
  min-height:80px;
  padding:20px 26px;
  border:1px solid #efd8dd;
  border-radius:16px;
  background:transparent;
  color:#fff;
  font-size:18px;
  line-height:1.5;
}
.contour .recommend li::before,
.total .total-recommend li::before{
  content:'✓';
  display:inline-block;
  flex:0 0 22px;
  width:22px;
  height:auto;
  margin-right:12px;
  border-radius:0;
  background:transparent;
  color:#d68c9b;
  font-size:20px;
  font-weight:800;
  line-height:1;
}
.contour .recommend .back,
.total .total-recommend a{
  display:block;
  margin-top:32px;
  padding:20px 28px;
  border-radius:999px;
  background:#c78393;
  color:#fff;
  text-align:center;
  text-decoration:none;
  font-size:17px;
  font-weight:700;
}
@media(max-width:900px){
  .contour .recommend li,
  .total .total-recommend li{
    min-height:74px;
    margin:12px 0;
    padding:17px 18px;
    border-radius:14px;
    font-size:16px;
  }
  .contour .recommend li::before,
  .total .total-recommend li::before{
    flex-basis:20px;
    width:20px;
    margin-right:10px;
    font-size:18px;
  }
  .contour .recommend .back,
  .total .total-recommend a{
    margin-top:26px;
    padding:17px 20px;
    font-size:16px;
  }
}
