@charset "utf-8";
html {
  /* body end */

}
html body {
  /* #wrapper end */

}
html body #wrapper {
  /* #home end */

}
html body #wrapper #recommend {
  /* #main end */

}
html body #wrapper #recommend #main {
  width: 505px;
  float: left;
  margin-left: 28px;
  padding-bottom: 55px;
}
html body #wrapper #recommend #main .brand {
  font-size: 18px;
  color: #f00;
}
html body #wrapper #recommend #main h2 {
  color: #0d6a37;
  border-bottom: 2px dotted #88b927;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 20px;
}
html body #wrapper #recommend #main .photo {
  text-align: center;
}
html body #wrapper #recommend #main .photo img {
  max-width: 505px;
}
html body #wrapper #recommend #side {
  width: 375px;
  float: right;
  margin-right: 16px;
  padding: 20px 0 55px 0;
}
html body #wrapper #recommend #side h3 {
  background: #88b927;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  border-left: 5px solid #0d723b;
  padding-left: 6px;
  margin-bottom: 10px;
}
html body #wrapper #recommend #side p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
}
html body #wrapper #recommend #side #usages {
  position: relative;
  margin-top: 66px;
  border: 1px solid #88b927;
}
html body #wrapper #recommend #side #usages h3 {
  background: none;
  width: 68px;
  height: 68px;
  border: none;
  position: absolute;
  left: -34px;
  top: -34px;
}
html body #wrapper #recommend #side #usages h3 .text {
  text-indent: -9999px;
  overflow: hidden;
  display: none;
}
html body #wrapper #recommend #side #usages h3 .img {
  width: 68px;
  height: 68px;
}
html body #wrapper #recommend #side #usages ul {
  /* padding: 10px 0; */
  margin: 10px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
html body #wrapper #recommend #side #usages ul li {
  padding: 10px 0;
  border-right: 1px dashed #88b927;
  /* float: left;
  width: 186px; */
  display: table-cell;
  width: 50%;
}
html body #wrapper #recommend #side #usages ul li .photo {
  text-align: center;
  margin-bottom: 15px;
}
html body #wrapper #recommend #side #usages ul li .photo img {
  width: 125px;
}
html body #wrapper #recommend #side #usages ul li p {
  margin: 0 15px;
}
html body #wrapper #recommend #side #usages ul li .title {
  font-size: 14px;
  margin-bottom: 16px;
}
html body #wrapper #recommend #side #usages ul li .description {
  font-size: 12px;
  line-height: 20px;
  height: 260px;
}
html body #wrapper #recommend #side #usages ul li + li {
  border-right: none;
}
html body #wrapper #recommend #side .print {
  text-align: right;
  margin-top: 40px;
}
html body #wrapper #recommend #side .print img {
  width: 73px;
}
/* html end */
@media screen and (max-width: 640px) {
  html {
    /* body end */
  
  }
  html body {
    /* #wrapper end */
  
  }
  html body #wrapper {
    /* #home end */
  
  }
  html body #wrapper #recommend {
    /* #main end */
  
  }
  html body #wrapper #recommend #main {
    width: auto;
    float: none;
    margin: 0 10px;
    padding-bottom: 20px;
  }
  html body #wrapper #recommend #main .brand {
    font-size: 12px;
  }
  html body #wrapper #recommend #main h2 {
    color: #0d6a37;
    border-bottom: 2px dotted #88b927;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  html body #wrapper #recommend #main .photo {
    text-align: center;
  }
  html body #wrapper #recommend #main .photo img {
    max-width: 240px;
  }
  html body #wrapper #recommend #side {
    width: auto;
    float: none;
    margin: 0 10px;
    padding: 0 0 20px 0;
  }
  html body #wrapper #recommend #side h3 {
    font-size: 12px;
    line-height: 24px;
  }
  html body #wrapper #recommend #side p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  html body #wrapper #recommend #side #usages {
    position: relative;
    width: 310px;
    margin: 40px auto 0 auto;
  }
  html body #wrapper #recommend #side #usages h3 {
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    left: -24px;
    top: -24px;
  }
  html body #wrapper #recommend #side #usages ul li {
    /* width: 153.5px; */
  }
  html body #wrapper #recommend #side .print {
    text-align: right;
    margin-top: 40px;
  }
  html body #wrapper #recommend #side .print img {
    width: 73px;
  }
  /* html end */
}
