.main_market .BJ_main .special_box {
  display: grid;
  box-sizing: border-box;
  grid-gap: 14px;
  grid-template-columns: 1fr 1fr 1fr;
}
.main_market .BJ_main .special_box .special_item {
  width: 264px;
  margin-bottom: 0 !important;
}
.main_market .BJ_main .special_box .special_item img {
  height: 176px !important;
}
.main_market .BJ_main .special_box .special_item .box .text {
  font-size: 14px !important;
  font-weight: bold;
}
.main_market .BJ_main .special_box .special_item .box .num span {
  font-size: 12px !important;
}
.main_market .BJ_main .special_box .special_item .box {
  background: #fff !important;
  position: revert;
}
.main_market .BJ_main .special_box .special_item .box .text {
  font-size: 14px;
  font-weight: bold;
  color: #24292e;
}
.main_market .BJ_main .special_box .special_item .box .text a {
  font-size: 14px;
  font-weight: bold;
  color: #24292e;
}
.main_market .BJ_main .special_box .special_item .box .num span {
  color: #89939E;
  font-size: 12px;
}
