#content .h1-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
#content .top-list {
  display: flex;
  margin-bottom: 32px;
}
#content .top-list .top-item {
  padding: 8px;
  border-radius: 12px;
  width: 400px;
}
#content .top-list .top-item:hover {
  background: #F4F4F4;
}
#content .top-list .top-item:hover .btm .down-hui {
  display: none;
}
#content .top-list .top-item:hover .btm .down-bai {
  display: block;
}
#content .top-list .top-item .img-box {
  width: 384px;
  height: 216px;
  margin-bottom: 8px;
}
#content .top-list .top-item .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#content .top-list .top-item .btm {
  display: flex;
  align-items: center;
}
#content .top-list .top-item .btm .btm-l {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  margin-right: 8px;
}
#content .top-list .top-item .btm .btm-l .small-cover {
  width: 46px;
  height: 46px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  margin-right: 8px;
}
#content .top-list .top-item .btm .btm-l .center {
  width: calc(100% - 56px);
}
#content .top-list .top-item .btm .btm-l .center h3 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .top-list .top-item .btm .btm-l .center .pf span {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #999999;
}
#content .top-list .top-item .btm .btm-l .center .pf img {
  width: 16px;
  height: 16px;
}
#content .top-list .top-item .btm .down-hui,
#content .top-list .top-item .btm .down-bai {
  width: 32px;
  height: 32px;
}
#content .top-list .top-item .btm .down-bai {
  display: none;
}
#content .free-app,
#content .edit-box {
  margin-bottom: 32px;
}
#content .free-app .a-title,
#content .edit-box .a-title {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .free-app .a-title h2,
#content .edit-box .a-title h2 {
  font-family: s;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
#content .free-app .a-title .more span,
#content .edit-box .a-title .more span {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
#content .free-app .a-title .more img,
#content .edit-box .a-title .more img {
  width: 16px;
  height: 16px;
}
#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;
}
#content .edit-box .edit-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(20px, 1fr));
  gap: 10px 0;
}
#content .edit-box .edit-list .edit-item a {
  display: block;
  border-radius: 12px;
  position: relative;
  padding: 8px;
  box-sizing: border-box;
}
#content .edit-box .edit-list .edit-item a .img-box {
  width: 100%;
  height: 160px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  position: relative;
}
#content .edit-box .edit-list .edit-item a .img-box img {
  width: 100%;
  height: 100%;
}
#content .edit-box .edit-list .edit-item a .img-box .title-box {
  width: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#content .edit-box .edit-list .edit-item a .img-box .title-box h3 {
  font-family: s;
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content .edit-box .edit-list .edit-item a:hover {
  background: #F4F4F4;
}
#content .edit-box .edit-list .edit-item a:hover .title-box h3 {
  text-decoration: underline;
}
#content .popular-news h2 {
  font-family: s;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  margin-bottom: 24px;
}
#content .popular-news .popular-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}
#content .popular-news .popular-list .popular-item a {
  padding: 8px;
  display: block;
}
#content .popular-news .popular-list .popular-item a .img-box {
  width: 100%;
  height: 216px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
#content .popular-news .popular-list .popular-item a .img-box img {
  width: 100%;
  height: 100%;
}
#content .popular-news .popular-list .popular-item a h3 {
  font-family: s;
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .popular-news .popular-list .popular-item a:hover {
  background: #F4F4F4;
}
#content .popular-news .popular-list .popular-item a:hover h3 {
  color: #1F40FF;
  text-decoration: underline;
}

@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    position: relative;
  }
  #content .top-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #content .top-list::-webkit-scrollbar {
    display: none;
  }
  #content .top-list .top-item {
    width: 320px;
  }
  #content .top-list .top-item .img-box {
    width: 100%;
    height: 180px;
  }
  #content .free-app .free-list {
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
  #content .edit-box .edit-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #content .edit-box .edit-list .edit-item {
    flex: 0 0 30%;
  }
  #content .edit-box .edit-list::-webkit-scrollbar {
    display: none;
  }
  #content .popular-news .popular-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    position: relative;
  }
  #content .top-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #content .top-list::-webkit-scrollbar {
    display: none;
  }
  #content .top-list .top-item {
    width: 320px;
  }
  #content .top-list .top-item .img-box {
    width: 100%;
    height: 180px;
  }
  #content .free-app .free-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .edit-box .edit-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #content .edit-box .edit-list .edit-item {
    flex: 0 0 40%;
  }
  #content .edit-box .edit-list::-webkit-scrollbar {
    display: none;
  }
  #content .popular-news .popular-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    position: relative;
  }
  #content .top-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #content .top-list::-webkit-scrollbar {
    display: none;
  }
  #content .top-list .top-item {
    width: 320px;
  }
  #content .top-list .top-item .img-box {
    width: 100%;
    height: 180px;
  }
  #content .free-app .free-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .edit-box .edit-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #content .edit-box .edit-list .edit-item {
    flex: 0 0 40%;
  }
  #content .edit-box .edit-list::-webkit-scrollbar {
    display: none;
  }
  #content .popular-news .popular-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    position: relative;
  }
  #content .top-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #content .top-list::-webkit-scrollbar {
    display: none;
  }
  #content .top-list .top-item {
    width: 320px;
  }
  #content .top-list .top-item .img-box {
    width: 100%;
    height: 180px;
  }
  #content .free-app .free-list {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
  #content .edit-box .edit-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #content .edit-box .edit-list .edit-item {
    flex: 0 0 70%;
  }
  #content .edit-box .edit-list::-webkit-scrollbar {
    display: none;
  }
  #content .popular-news .popular-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}