
.bx_wrap {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}
.bx_wrap .bx_head_select {
  border: 2px solid #000;
}
.bx_wrap .bx_head_select .bx_select_list {
  width: 100%;
  display: flex;
}
.bx_wrap .bx_head_select .bx_select_list .bx_select_item {
  width: 20%;
  height: 70px;
  position: relative;
}
.bx_wrap .bx_head_select .bx_select_list .bx_select_item .bx_img {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bx_wrap .bx_head_select .bx_select_list .bx_select_item .bx_img img {
  height: 100%;
  width: auto;
}
.bx_wrap .bx_head_select .bx_select_list .bx_select_item .bx_number {
  width: 100%;
  height: 70px;
  text-align: center;
  border: 1px dashed #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.bx_wrap .bx_head_select .bx_select_list .bx_select_item .bx_number .txt {
  width: 100%;
  font-size: 26px;
  /* font-family: "Prompt-Medium"; */
}
.bx_wrap .bx_head_select .bx_select_list .bx_select_item .bx_number .price {
  width: 100%;
  font-size: 14px;
}
.bx_wrap .txt-numbers {
  color: #fff;
  margin: 5px 0 !important;
  /* font-family: "Prompt-Medium"; */
  text-shadow: 1px 1px 3px #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .bx_wrap .bx_head_select .bx_select_list .bx_select_item .bx_img img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 290px) {
  .bx_wrap .bx_head_select .bx_select_list .bx_select_item .bx_img img {
    height: auto;
    width: 100%;
  }
  .bx_wrap .bx_head_select .bx_select_list .bx_select_item .bx_number .txt {
    font-size: 22px;
  }
}/*# sourceMappingURL=h.css.map */