body {
  background: #f0f0f0; }

.header {
  font-size: 12px;
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #fff; }
    .header ul li {
      list-style: none;
      display: inline-block;
      width: 25%;
      box-sizing: border-box;
      text-align: center;
      line-height: 150%;
      padding: 9px 0 5px 0; }
      .header ul li:last-child {
        width: 22%; }
      .header ul li a {
        color: #555;
        text-decoration: none; }
        .header ul li a img {
          width: 30px;
          height: 30px; }
      .header ul li:nth-child(-n+3):after {
        content: '';
        border-right: 1px solid #ccc;
        float: right;
        height: 30px;
        margin-top: -30px;
        margin-left: 5px; }

.huandengpian_wrapper {
  padding-top: 80px; }
  .huandengpian_wrapper .huandengpian {
    background: none; }

.face_wrapper {
  background: #fff;
  padding: 10px; }
  .face_wrapper img {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-right: 10px; }
  .face_wrapper h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 5px; }
  .face_wrapper span {
    font-size: 14px; }

.description {
  margin-top: 15px;
  background: #fff;
  padding: 15px;
  font-size: 14px; }

.products_wrapper {
  margin-top: 15px;
  background: #fff;
  padding: 15px; }
  .products_wrapper .title {
    font-size: 14px;
    font-weight: bold;
    border-left: 3px solid #ac0000;
    text-indent: 8px; }
  .products_wrapper ul.products {
    width: 100%;
    margin-top: 10px; }
    .products_wrapper ul.products li {
      width: 49%;
      display: inline-block;
      text-align: center;
      padding: 15px 10px;
      box-sizing: border-box;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      .products_wrapper ul.products li:nth-child(2n) {
        border-right: none; }
      .products_wrapper ul.products li:last-child, .products_wrapper ul.products li:nth-last-child(2) {
        border-bottom: none; }
      .products_wrapper ul.products li img {
        width: 110px;
        height: 110px; }
      .products_wrapper ul.products li .name {
        font-size: 14px;
        margin-top: 24px; }
      .products_wrapper ul.products li .price {
        font-size: 15px;
        color: red;
        margin-top: 24px; }
