.com_grade_icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.com_store_list_page .recommend_sec {
  margin-bottom: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_store_list_page .recommend_sec {
    padding-top: 80px;
    margin-bottom: 20px;
  }
}
.com_store_list_page .around_sec {
  background-color: #F4F4F4;
  padding-block: 80px 100px;
}
@media screen and (max-width: 1023.9px) {
  .com_store_list_page .around_sec {
    padding-block: 20px 40px;
  }
}
html.dark .com_store_list_page .around_sec {
  background-color: #111;
}
.com_store_list_page .hot_sec {
  padding-top: 80px;
}
@media screen and (max-width: 1023.9px) {
  .com_store_list_page .hot_sec {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_store_list_page .hot_sec .com_sec_tit__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
  }
}