img {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
body {
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  display: none;
}
.main_container img {
  width: 100%;
}
.other_recommended {
  padding: 0.3rem 0.3rem 0.6rem 0.3rem;
  background-color: #F8F8F8;
}
.other_recommended span {
  display: block;
  height: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
}
.other_recommended .other_recommended_list {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: row;
  justify-items: center;
}
.other_recommended .other_recommended_list .recommended_list_item {
  border-radius: 0.18rem;
  background-color: white;
  font-size: 0.28rem;
  font-weight: bold;
  color: #040303;
}
.other_recommended .other_recommended_list .recommended_list_item img {
  width: 3.36rem;
}
.other_recommended .other_recommended_list .recommended_list_item .item_title {
  padding: 0.22rem 0 0.28rem 0.24rem;
}
.other_recommended .other_recommended_list .recommended_list_item:first-child {
  margin-right: 0.18rem;
}
