@import url(../css/head-foot.css);
#content h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .gg-r {
  margin-bottom: 16px;
}
#content .gg-r .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .gg-r .gg-cont {
  width: 100%;
  height: 200px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .m-gg {
  margin-bottom: 16px;
  display: none;
}
#content .m-gg .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .m-gg .gg-cont {
  width: 100%;
  min-height: 90px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .cont-b {
  display: flex;
  justify-content: space-between;
}
#content .cont-b .cont-b-l .app-categories {
  margin-bottom: 16px;
}
#content .cont-b .cont-b-l .app-categories .ac-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont-b .cont-b-l .app-categories .ac-t h3 {
  height: 23px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
}
#content .cont-b .cont-b-l .app-categories .ac-t .more span {
  width: 30px;
  height: 17px;
  font-size: 13px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 15px;
}
#content .cont-b .cont-b-l .app-categories .ac-t .more img {
  width: 16px;
  height: 16px;
}
#content .cont-b .cont-b-l .app-categories .app-c-list {
  display: flex;
  flex-wrap: wrap;
}
#content .cont-b .cont-b-l .app-categories .app-c-list .one-app {
  width: 86px;
  height: 104px;
  border-radius: 16px;
  border: 1px solid #F5F5F5;
  padding: 16px 8px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin: 0 16px 16px 0;
}
#content .cont-b .cont-b-l .app-categories .app-c-list .one-app:nth-child(12n) {
  margin-right: 0;
}
#content .cont-b .cont-b-l .app-categories .app-c-list .one-app img {
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
}
#content .cont-b .cont-b-l .app-categories .app-c-list .one-app .app-name {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont-b .cont-b-l .app-categories .app-c-list .one-app .tishi {
  padding: 4px 2px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  position: absolute;
  left: -9px;
  bottom: -10px;
  min-width: 100px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 14px;
  display: none;
}
@media (any-hover: hover) {
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app:hover {
    background-color: #F5F5F5;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app:hover .tishi {
    display: block;
  }
}
#content .cont-b .cont-b-l .app-categories .app-c-list .one-app:last-child {
  margin-right: 0;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .gg-r {
    display: none;
  }
  #content .m-gg {
    display: block;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app {
    width: calc(100% / 5);
    margin: 0;
    border: none;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app img {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app .app-name {
    font-size: 14px;
    font-family: m;
    font-weight: 500;
    color: #666666;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app:nth-child(n+11) {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .gg-r {
    display: none;
  }
  #content .m-gg {
    display: block;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app {
    width: calc(100% / 5);
    margin: 0;
    border: none;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app img {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app .app-name {
    font-size: 14px;
    font-family: m;
    font-weight: 500;
    color: #666666;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app:nth-child(n+11) {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .gg-r {
    display: none;
  }
  #content .m-gg {
    display: block;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app {
    width: calc(100% / 5);
    margin: 0;
    border: none;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app img {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app .app-name {
    font-size: 14px;
    font-family: m;
    font-weight: 500;
    color: #666666;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app:nth-child(n+11) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .gg-r {
    display: none;
  }
  #content .m-gg {
    display: block;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app {
    width: calc(100% / 5);
    margin: 0;
    border: none;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app img {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app .app-name {
    font-size: 14px;
    font-family: m;
    font-weight: 500;
    color: #666666;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #content .cont-b .cont-b-l .app-categories .app-c-list .one-app:nth-child(n+11) {
    display: none;
  }
}
