.page-lifestyle-detail .content-divider {
  border: none;
  border-top: 1px solid #000;
  margin: 90px 0 100px;
}
.page-lifestyle-detail .section-recommend {
  overflow: hidden;
  margin-bottom: 20px;
}
.page-lifestyle-detail .section-recommend .section-title {
  font-size: 16px;
  font-weight: bold;
  color: #4b4e56;
  margin-left: 25px;
  margin-bottom: 20px;
}
.page-lifestyle-detail .section-recommend .section-title:before {
  display: block;
  content: "";
  width: 30px;
  height: 3px;
  background: #4b4e56;
  margin-bottom: 8px;
}
.page-lifestyle-detail .section-recommend .section-title .desc {
  font-size: 14px;
  font-weight: normal;
}
.page-lifestyle-detail .section-recommend .item {
  float: left;
  width: 243px;
  height: 290px;
  margin-left: 9px;
}
.page-lifestyle-detail .section-recommend .item:first-child {
  margin-left: 0;
}
.page-lifestyle-detail .section-recommend .item img {
  width: 243px;
  height: 290px;
}
.page-lifestyle-detail .section-recommend:after {
  content: '';
  display: block;
  clear: both;
}

/*
.moooi-select{
   position: relative;
   display: inline-block;

   &:before, &:after{
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      pointer-events: none;
      z-index: 1;
   }
   &:before{

      //height: 100%;
      background: #fff;
      top: 1px;
      bottom: 1px;
      right: 1px;
      border-left: 1px solid #aaa;

   }
   &:after{
      font-family: FontAwesome;
      content: "\f107";
      text-align: center;
      pointer-events: none;
      width: 20px;
      top: 50%;
      margin-top: -7px;
      right: 1px;
      font-weight: bold;
   }
   select{
      height: 100%;
      min-height: 10px;
      //padding-right: 22px;
   }
}*/
