<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">article .main.makeup .itemlist {
  margin: 0 -18.75px;
  display:flex;
  flex-wrap:wrap;
}

article .main.makeup .itemlist::after {
  content: "";
  display: block;
  clear: both;
}

article .main.makeup .itemlist .item {
  float: left;
  width: 275px;
  padding: 9.5px;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  margin: 0 18.75px 37.5px 18.75px;
}

article .main.makeup .itemlist .item a {
  text-decoration: none;
  text-align: left;
  display: block;
}

article .main.makeup .itemlist .item a img {
  width: 100%;
  margin-bottom: 9.5px;
}

article .main.makeup .itemlist .item a p {
  padding: 0 5px 0 5px;
}


article .main.makeup .itemlist .item a p.title {
  font-weight: bold;
  display: inline;
  margin-top: 9.5px;
  background: linear-gradient(transparent 90%, #FAE3DE 0%);
}

article .main.makeup .itemlist .item a p.spec {
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  text-align: center;
  color: #767676;
  padding: 5px;
  margin: 15px 0;
}

article .main.makeup .itemlist .item a p.spec span {
  display:inline-block;
}

article .main.makeup .itemlist .item a p.spec span:nth-of-type(n+2) {
  margin:0 5px;
}

article .main.makeup .itemlist .item a p:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

article aside.makeup .tags a {
  font-size:14px !important;line-height:1em;
}

article aside.makeup .tags a::before {
	content:"#";
}

article aside.makeup .tags a::after {
  content: "";
  width: 100%;
  height: 12px;
  background-color: #FAE3DE;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

/*# sourceMappingURL=page-makeup.css.map */
</pre></body></html>