*,
ul,
li,
p,
div,
html,
body {
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
a {
  text-decoration: navajowhite;
}
li {
  list-style: none;
}
.flexBox {
  display: flex;
  align-content: center;
  justify-content: center;
}
.flexBox .flex {
  flex: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.content .productList .head {
  text-align: left;
  color: #222;
  font-size: 18px;
  padding: 10px 0;
  padding-left: 10px;
  box-sizing: border-box;
}
.content .productList .head img {
  vertical-align: middle;
  margin: 0 5px;
  margin-top: -0.7%;
}
.content .productList .head p {
  line-height: 24px;
}
.content .productList .head span {
  color: #999;
  font-size: 12px;
}
.content .productList .head .flex {
  background-image: url(../../images/bg_product_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#demo10 {
  text-align: center;
}
.layui-laypage {
  margin: 0 auto;
  margin-top: 100px;
}
.layui-laypage a,
.layui-laypage span {
  margin-left: 10px;
}
.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-page {
  background-color: #f6f6f6;
  border: none;
}
.content .productList .productInfo_box li {
  float: left;
  margin-left: 7px;
  background-color: #fff;
  padding: 7px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 7px;
  border-radius: 5px;
}
.content .productList .productInfo_box li a {
  padding: 27px 0 0 0;
  background-color: #f6f6f6;
  display: block;
}
.content .productList .productInfo_box li a p {
  color: #333;
  text-align: center;
  padding: 8px 0;
  margin-top: 27px;
  background-color: #fff;
}
