* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f9f9f9;
}

.top_choose {
  width: 100%;
  height: 0.75rem;
  background-color: #fff;
}
.top_choose > div {
  width: 33.33%;
  height: 0.75rem;

  float: left;
  display: flex;
  align-items: center;
  position: relative;
}

.top_item {
  width: 1.4rem;
  height: 0.75rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.75rem;
  font-size: 0.28rem;
  color: #333;
}
.top_itemact {
  color: #257df8;
  border-bottom: 2px solid #257df8;
}
.top_iteml {
  display: inline-block;
  width: 0.02rem;
  height: 0.2rem;
  background-color: #dfdfdf;
  position: absolute;
  left: 0;
}
.top_itemr {
  display: inline-block;
  width: 0.02rem;
  height: 0.2rem;
  background-color: #dfdfdf;
  position: absolute;
  right: 0;
}
.list_con {
  position: relative;
  top: 0.2rem;
  min-height: 10rem;
}
.list_con > ul li {
  font-size: 0;
  margin: 0 auto;
  width: 7.1rem;
  height: 1.1rem;
  padding: 0.3rem 0.2rem 0.4rem 0.2rem;
  background-color: #fff;
  border-bottom: 1px dashed #dfdfdf;
}
.hot_recommend_list > ul li {
  font-size: 0;
  margin: 0 auto;
  width: 7.1rem;
  height: 1.1rem;
  padding: 0.3rem 0.2rem 0.4rem 0.2rem;
  background-color: #fff;
  border-bottom: 1px dashed #dfdfdf;
}
.list_con > ul li:nth-last-of-type(1) {
  border-bottom: none !important;
}
.list_title {
  height: 0.8rem;
  width: 7.1rem;
  letter-spacing: 0px;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list_time {
  position: relative;
  top: 0.1rem;
  font-size: 0.26rem;
  color: #999;
}
.bottom_tip {
  width: 100%;
  height: 0.84rem;
  position: relative;
  top: 0.2rem;
  background-color: #f9f9f9;
  line-height: 0.84rem;
  text-align: center;
  font-size: 0.24rem;
  color: #999999;
}
.top_m {
  margin-top: 0.1rem;
  display: block;
}
.bottom {
  position: relative;
  top: 0.2rem;
  padding-top: 0.2rem;
  text-align: center;
  width: 100%;
  height: 1.44rem;
  font-size: 0.22rem;
  background-color: #fff;
  color: #999;
}

.nav_adress {
  padding: 0 0.84rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  background-color: #fff;
  font-size: 0.28rem;
}
.nav_adress span {
  color: #257df8;
}
.div_left {
  float: left;
}
.div_right {
  float: right;
}
.hot-part {
  float: left;
  color: #fff !important;
  display: inline-block;
  width: 1.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 4px;
  background-color: #fd2c1a;
  text-align: center;
}
