#content .best {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  border: 1px solid #000000;
  margin-bottom: 16px;
}
#content .best .best_top {
  height: 52px;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  background: #D9E8FF;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 52px;
  padding: 0 24px;
}
#content .best .best_list {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(10, minmax(50px, 106px));
  grid-gap: 16px;
}
#content .best .best_list .best_item {
  position: relative;
  padding: 8px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}
#content .best .best_list .best_item img {
  width: 100%;
  border-radius: 12px 12px 12px 12px;
}
#content .best .best_list .best_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .best .best_list .best_item .title_box {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  align-items: end;
  padding: 7px;
}
#content .best .best_list .best_item .title_box span {
  width: 100%;
  height: 17px;
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content .best .best_list .best_item:hover {
  border-color: #333;
}
#content .best .best_list .best_item:hover .title_box {
  top: 0;
  transition: 0.3s;
}
#content .best .best_list .big_one {
  grid-area: 1/2/3/4;
}
#content .best .best_list .big_two {
  grid-area: 3/7/5/9;
}
#content .download {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  border: 1px solid #000000;
  margin-bottom: 16px;
}
#content .download .down_top {
  height: 52px;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  background: #BDE8B9;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 52px;
  padding: 0 24px;
}
#content .download .down_list {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(50px, 289px));
  grid-gap: 16px;
}
#content .download .down_list .down_item {
  position: relative;
  padding: 8px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
#content .download .down_list .down_item .game_cover {
  width: 84px;
  height: 84px;
  border-radius: 12px 12px 12px 12px;
  margin-right: 8px;
}
#content .download .down_list .down_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .download .down_list .down_item .center {
  flex: 1;
}
#content .download .down_list .down_item .center h3 {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  margin-bottom: 2px;
}
#content .download .down_list .down_item .center span {
  font-size: 12px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
#content .download .down_list .down_item .down_hui,
#content .download .down_list .down_item .down_lv {
  width: 55px;
  height: 42px;
  background: #FFFFFF;
  box-shadow: 0px 2px 0px 0px #E5E5E5;
  border-radius: 32px 32px 32px 32px;
  opacity: 1;
  border: 1px solid #E5E5E5;
}
#content .download .down_list .down_item .down_lv {
  display: none;
}
#content .download .down_list .down_item:hover .down_lv {
  display: block;
}
#content .download .down_list .down_item:hover .down_hui {
  display: none;
}
#content .all {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  border: 1px solid #000000;
}
#content .all .all_top {
  height: 52px;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  background: #FEFFD9;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 52px;
  padding: 0 24px;
}
#content .all .all_list {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(10, minmax(50px, 106px));
  grid-gap: 16px;
}
#content .all .all_list .all_item {
  position: relative;
  padding: 8px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}
#content .all .all_list .all_item img {
  width: 100%;
  border-radius: 12px 12px 12px 12px;
}
#content .all .all_list .all_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .all .all_list .all_item .title_box {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  align-items: end;
  padding: 7px;
}
#content .all .all_list .all_item .title_box span {
  width: 100%;
  height: 17px;
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content .all .all_list .all_item:hover {
  border-color: #333333;
}
#content .all .all_list .all_item:hover .title_box {
  top: 0;
  transition: 0.3s;
}
