#content {
  padding: 20px 40px 60px;
}
#content .h1-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
#content .bread {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 24px;
}
#content .bread .shen {
  color: #333333;
}
#content .free-app .free-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(10px, 1fr));
}
#content .free-app .free-list .free-item {
  position: relative;
  padding: 12px 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .free-app .free-list .free-item .item-l {
  display: flex;
  align-items: center;
}
#content .free-app .free-list .free-item .item-l .pm-num {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-family: m;
  margin-right: 8px;
  color: #666666;
}
#content .free-app .free-list .free-item .item-l .pm {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
#content .free-app .free-list .free-item .item-l .game-img {
  width: 88px;
  height: 88px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px 16px 16px 16px;
}
#content .free-app .free-list .free-item .item-r {
  width: calc(100% - 136px);
}
#content .free-app .free-list .free-item .item-r .game-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: r;
  color: #333333;
  margin-bottom: 2px;
}
#content .free-app .free-list .free-item .item-r .tag {
  font-size: 14px;
  font-family: l;
  color: #999999;
  line-height: 16px;
}
#content .free-app .free-list .free-item .item-r .i-r-btm img {
  width: 14px;
  height: 14px;
}
#content .free-app .free-list .free-item .item-r .i-r-btm span {
  font-size: 14px;
  font-family: l;
  color: #999999;
  line-height: 16px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  #content .free-app .free-list .free-item:hover {
    background: #F1F1F1;
  }
  #content .free-app .free-list .free-item:hover .item-r .game-title {
    color: #1F40FF;
    text-decoration: 1px solid underline;
  }
}
#content .free-app .free-list .free-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 860px) and (max-width: 1200px) {
  #content .free-app .free-list {
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .free-app .free-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .free-app .free-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .free-app .free-list {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
}