.rental-home {
  background: #f7f7f7;
  overflow: hidden;
}
/* lmname */
.filterItem {
  background: #fff;
  padding-right: 15px;
  text-align: center;
  height: 35px;
  box-sizing: border-box;
  margin-top: 20px;
}
.filterItem ul.orderBtnList li {
  font-size: 12px;
  color: #333;
  line-height: 35px!important;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.filterItem ul.orderBtnList li.active {
  background-color: #009fe8;
  color: #fff;
}
.filterItem ul.orderBtnList li.active a {
  color: #fff;
  font-weight: 700;
}

/* hot */
.rental-home .floor-box {
  margin-bottom: 28px;
  margin-top: 15px;
}
.rental-home .box-tit {
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 10px;
  position: relative;
}
.rental-home .floor-box li {
  display: inline-block;
  width: 230px;
  margin: 0 3px 10px;
  border-radius: 8px;
}
.rental-home .floor-box li.hot_model_first {
  float: left;
  width: 230px;
  height: 290px;
  position: relative;
}
.rental-home .floor-box #infoAccessory ul li:nth-child(6n+1), .rental-home .floor-box #infoHot ul li:nth-child(6n+1), .rental-home .floor-duration li:first-child {
  margin-left: 0!important;
}


.rental-home .floor-box #infoAccessory ul li, .rental-home .floor-box #infoHot ul li {
  height: 290px;
}
.rental-home .united-box .box-content ul li, .rental-home .unitend-box2 .box-content ul li, .rental-home .unitend-box3 .box-content ul li, .rental-home .unitend-box4 .box-content ul li, .rental-home .unitend-box5 .box-content ul li {
  margin-right: 10px;
}
.rental-home .floor-box li:last-child {
  margin-right: 0 !important;
}
.rental-home .floor-box a {
  display: block;
}
.rental-home .floor-box .box-item {
  background: #fff;
  border-radius: 8px;
  padding: 28px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.rental-home .floor-box .photo {
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto 12px;
}
.rental-home .floor-box .photo img {
  width: 100%;
  height: 100%;
}
.rental-home .floor-box .box-item .photo img {
  width: 100%;
  height: 100%;
}
.rental-home .floor-box .name {
  font-size: 15px;
  line-height: 24px;
  font-weight: 560;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rental-home .floor-box .news {
  display: inline-block;
  border-radius: 3px;
  background: #f95d5d;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  margin-right: 3px;
  padding: 2px;
}
.rental-home .floor-box .skuinfo {
  font-size: 12px;
  margin: 5px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rental-home .floor-box .price {
  color: #f95d5d;
  font-size: 14px;
}
.rental-home .floor-box .box-item:hover {
  box-shadow: rgb(180 180 180 / 25%) 0 0 3px 3px;
}

