@import url('../css/head_foot.css');
#content .title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .title span {
  display: inline-block;
  width: 9px;
  height: 22px;
}
#content .title .span2 {
  background-color: #59B43F;
  margin-right: 8px;
}
#content .title .span1 {
  background-color: #70E84C;
}
#content .title h3 {
  font-size: 18px;
  font-family: m;
  font-weight: normal;
  color: #EA3323;
}
#content .tags {
  display: flex;
  margin-bottom: 24px;
}
#content .tags .tag1,
#content .tags .tag2,
#content .tags .tag3,
#content .tags .tag4 {
  display: block;
  padding: 8px 24px;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  margin-right: 16px;
  font-size: 14px;
  font-family: m;
  font-weight: normal;
  color: #FFFFFF;
  cursor: pointer;
}
#content .merch-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 226px);
  grid-template-rows: repeat(auto-fill, 301px);
  grid-gap: 17px;
}
#content .merch-list .merch {
  width: 226px;
  height: 301px;
  border: 1px solid #434343;
  position: relative;
  box-sizing: border-box;
}
#content .merch-list .merch .img-fu {
  width: 224px;
  height: 224px;
  background-color: #fff;
  padding: 8px;
  margin-bottom: 16px;
}
#content .merch-list .merch .img-fu .cover {
  width: 208px;
  height: 208px;
  object-fit: cover;
}
#content .merch-list .merch .mer-btm {
  padding: 0 8px;
}
#content .merch-list .merch .mer-btm h4 {
  width: 210px;
  font-size: 14px;
  font-family: m;
  font-weight: normal;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 9px;
}
#content .merch-list .merch .mer-btm .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .merch-list .merch .mer-btm .btm .five .layui-rate li i.layui-icon {
  font-size: 16px;
  color: #ccc;
  margin-right: 2px;
}
#content .merch-list .merch .mer-btm .btm span {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #EA3323;
}
#content .merch-list .merch:hover {
  background: #434343;
  transform: translateY(-10px);
}
#content .merch-list .merch:hover h4 {
  color: #70E84C;
}
#content .paging {
  margin-top: 30px;
  text-align: center;
}
#content .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #CCCCCC;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #A58AF1;
  border-radius: 4px;
  border: none;
  color: #fff;
}
.tag11 {
  background-color: #447ADB;
}
