@import url('../css/head_foot.css');
#content .cont {
  width: 100%;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
}
#content .cont .s-box {
  width: 100%;
  height: 70px;
  background: #F9F9F9;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #333333;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
#content .cont .s-box img {
  width: 32px;
  height: 32px;
}
#content .cont .s-box input {
  width: calc(100% - 42px);
  border: none;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  background: #F9F9F9;
}
#content .cont .tag_list {
  display: flex;
  flex-wrap: wrap;
}
#content .cont .tag_list a {
  padding: 6px 12px;
  background: #484C6F;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  margin: 0 12px 12px 0;
}
#content .cont .tag_list a:hover {
  border: 1px solid #B9FF66;
  text-decoration: underline;
  color: #B9FF66;
}
#content .cont .cont_all {
  width: 1200px;
  border-radius: 12px 12px 12px 12px;
  margin-bottom: 16px;
  border: 1px solid #484C6F;
  border-radius: 12px;
  overflow: hidden;
  background: #2C2F48;
}
#content .cont .cont_all .best_title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 24px 16px 40px;
  background: #2C2F48;
  border-bottom: 1px solid #484C6F;
  box-sizing: border-box;
  position: relative;
}
#content .cont .cont_all .best_title .title-img {
  width: 35px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
#content .cont .cont_all .best_title span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
#content .cont .cont_all .best_title span i {
  color: #00E6FF;
}
#content .cont .cont_all .all_list {
  display: grid;
  grid-template-columns: repeat(8, minmax(50px, 1fr));
  grid-gap: 16px;
  padding: 24px 16px;
  border-radius: 0 0 12px 12px;
  background: #2C2F48;
}
#content .cont .cont_all .all_list .all_item {
  border: 2px solid #484C6F;
  padding: 8px;
  border-radius: 8px;
  background: #484C6F;
}
#content .cont .cont_all .all_list .all_item .img-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
#content .cont .cont_all .all_list .all_item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .cont .cont_all .all_list .all_item .title {
  width: 100%;
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont .cont_all .all_list .all_item span {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont .cont_all .all_list .all_item:hover {
  border-color: #B9FF66;
}
#content .cont .cont_all .search_none {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 39px 0;
  justify-content: center;
}
#content .cont .cont_all .search_none img {
  width: 296px;
  height: 296px;
  margin-bottom: 16px;
}
#content .cont .cont_all .search_none span {
  width: 200px;
  height: 22px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont {
    padding: 0;
  }
  #content .cont .cont_all {
    width: 100%;
  }
  #content .cont .cont_all .all_list {
    grid-template-columns: repeat(6, minmax(50px, 1fr));
    padding: 12px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont {
    padding: 0;
  }
  #content .cont .cont_all {
    width: 100%;
  }
  #content .cont .cont_all .all_list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
    padding: 12px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont {
    padding: 0;
  }
  #content .cont .cont_all {
    width: 100%;
  }
  #content .cont .cont_all .all_list {
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    padding: 12px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont {
    padding: 0;
  }
  #content .cont .cont_all {
    width: 100%;
  }
  #content .cont .cont_all .all_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    padding: 12px;
  }
}
