#content {
  display: flex;
  justify-content: space-between;
}
#content .cont_l {
  width: 800px;
}
#content .cont_l h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .app_list .app_item {
  position: relative;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont_l .app_list .app_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont_l .app_list .app_item .app_cover {
  width: 90px;
  height: 90px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #FFFFFF;
  margin-right: 8px;
}
#content .cont_l .app_list .app_item .item_c {
  width: calc(100% - 165px);
}
#content .cont_l .app_list .app_item .item_c .app_title {
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont_l .app_list .app_item .item_c .lei {
  margin-bottom: 4px;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_l .app_list .app_item .item_c .app_btm img {
  width: 14px;
  height: 14px;
}
#content .cont_l .app_list .app_item .item_c .app_btm span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_l .app_list .app_item .get {
  width: 59px;
  height: 34px;
  border-radius: 45px 45px 45px 45px;
  border: 1px solid #999999;
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 34px;
  margin-left: 8px;
}
#content .cont_l .app_list .app_item:hover .item_c .app_title {
  color: #397CEF;
  text-decoration: underline;
}
#content .cont_l .app_list .app_item:hover .get {
  background: #397CEF;
  color: #fff;
}
#content .cont_r {
  width: 300px;
}
#content .cont_r .apps_category {
  padding: 20px 16px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  margin-bottom: 24px;
}
#content .cont_r .apps_category .app_title {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
#content .cont_r .apps_category .app_title .app_t_l {
  display: flex;
  align-items: center;
}
#content .cont_r .apps_category .app_title .app_t_l img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#content .cont_r .apps_category .app_title .app_t_l span {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
#content .cont_r .apps_category .tags {
  width: 100%;
  height: 36px;
  background: #F0F0F0;
  border-radius: 4px 4px 4px 4px;
  padding: 2px;
  display: flex;
  margin-bottom: 16px;
}
#content .cont_r .apps_category .tags button {
  cursor: pointer;
  border: none;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  width: calc(100% / 2);
  height: 32px;
  border-radius: 4px 4px 4px 4px;
}
#content .cont_r .apps_category .cate_list1,
#content .cont_r .apps_category .cate_list2,
#content .cont_r .apps_category .cate_list3,
#content .cont_r .apps_category .cate_list4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-gap: 16px 8px;
}
#content .cont_r .apps_category .cate_list1 .cate_item,
#content .cont_r .apps_category .cate_list2 .cate_item,
#content .cont_r .apps_category .cate_list3 .cate_item,
#content .cont_r .apps_category .cate_list4 .cate_item {
  display: flex;
  align-items: center;
}
#content .cont_r .apps_category .cate_list1 .cate_item img,
#content .cont_r .apps_category .cate_list2 .cate_item img,
#content .cont_r .apps_category .cate_list3 .cate_item img,
#content .cont_r .apps_category .cate_list4 .cate_item img {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  border-radius: 50%;
}
#content .cont_r .apps_category .cate_list1 .cate_item span,
#content .cont_r .apps_category .cate_list2 .cate_item span,
#content .cont_r .apps_category .cate_list3 .cate_item span,
#content .cont_r .apps_category .cate_list4 .cate_item span {
  font-family: m;
  font-weight: 500;
  font-size: 13px;
  color: #999999;
  word-break: break-all;
}
#content .cont_r .apps_category .cate_list2,
#content .cont_r .apps_category .cate_list4 {
  display: none;
}
.lan {
  background: #397CEF;
  color: #fff !important;
}
@media screen and (min-width: 860px) and (max-width: 1079px) {
  #content {
    flex-direction: column;
    padding: 16px 12px;
    width: 100%;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .apps_category .cate_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(50px, 1fr));
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
    padding: 16px 12px;
    width: 100%;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .apps_category .cate_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(50px, 1fr));
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
    padding: 16px 12px;
    width: 100%;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .app_list .app_item .app_cover {
    width: 80px;
    height: 80px;
  }
  #content .cont_l .app_list .app_item .item_c {
    width: calc(100% - 88px);
  }
  #content .cont_l .app_list .app_item .item_c .app_title {
    font-size: 16px;
  }
  #content .cont_l .app_list .app_item .get {
    display: none;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .apps_category .cate_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
@media screen and (min-width: 0) and (max-width: 559px) {
  #content {
    flex-direction: column;
    padding: 16px 12px;
    width: 100%;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .app_list .app_item .app_cover {
    width: 80px;
    height: 80px;
  }
  #content .cont_l .app_list .app_item .item_c {
    width: calc(100% - 88px);
  }
  #content .cont_l .app_list .app_item .item_c .app_title {
    font-size: 16px;
  }
  #content .cont_l .app_list .app_item .get {
    display: none;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .apps_category .cate_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
