.Hm {
  background-color: #ffffff;
}

/* #carouselExampleFade {
  width: 100vw;
  height: 100vh;
}

#carouselExampleFade .carousel-inner {
  width: 100%;
  height: 100%;
} */


.Hm-slide {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.Hm-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.Hm .carousel-control-prev .Hm-slide-prev,
.Hm .carousel-control-next .Hm-slide-next {
  width: 48px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}

.Hm-slide-content {
  padding-top: 145px;
  padding-left: 15%;
}

.Hm-slide-title {
  font-size: 52px;
  color: #ffffff;
}

.Hm-slide-subtitle {
  font-size: 24px;
  color: #ffffff;
  line-height: 33px;
  padding-top: 45px;
}

.Hm-brand {
  position: relative;
  top: -40px;
  z-index: 1;
}

.Hm-brand-container {
  padding: 30px 30px 0 30px;
  background-color: #fff;
  border-radius: 12px;
  margin: 0 auto;
}
.Hm-brand-wrapper .carousel-inner {
  height: auto;
}

.Hm-brand-li {
  margin-bottom: 30px;
}
.Hm-brand-item {
  height: 170px;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
}
.Hm-brand-item dt {
  width: 76px;
  height: 76px;
  margin: 20px auto;
}
.Hm-brand-item dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Hm-brand-item dd {
  font-weight: 500;
  font-size: 20px;
  color: #151515;
  line-height: 28px;
  text-align: center;
}

.Hm-brand-pagination {
  text-align: center;
}

.Hm-brand-pagination-btn {
  display: inline-block;
  width: 62px;
  height: 42px;
  line-height: 42px;
  background-color: #FFFFFF;
  border-radius: 21px;
  border: 1px solid #D2D2D9;
  margin: 0 15px;
}

.Hm-brand-pagination-btn .iconfont {
  font-size: 26px;
  margin: 0 15px;
}

.Hm-title {
  font-weight: 600;
  font-size: 36px;
  color: #151515;
  padding: 10px 0 10px 25px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.Hm-title::before {
  content: "";
  width: 10px;
  height: 32px;
  background-color: #D01818;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
}

.Hm-title-text {
  float: left;
}

.Hm-title-more {
  font-weight: 500;
  font-size: 16px;
  color: #D01818;
  line-height: 42px;
  float: right;
}

.Hm-sale-container {
  margin: 0 auto;
}

.Hm-sale-li {
  margin-bottom: 60px;
}

.Hm-sale-item {
  width: 100%;
  height: 474px;
}

.Hm-sale-dt {
  width: 100%;
  height: 252px;
  background: #F0F0F0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.Hm-sale-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in;
}

.Hm-sale-dt:hover img {
  transform: scale(1.2);
} 


.Hm-sale-auction {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  width: 75px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: rgba(237, 27, 37, 0.5);
  border-radius: 12px 0px 12px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.Hm-sale-collect {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  top: 16px;
  right: 16px;
  line-height: 1;
}
.Hm-sale-collect .iconfont {
  color: rgba(0, 0, 0, 0.29);
  font-size: 32px;
}

.Hm-sale-collect.active .iconfont {
  color: #FF3434;
}


.Hm-sale-dd {
  padding-top: 20px;
}

.Hm-sale-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  height: 50px;
  line-height: 25px;
  padding: 0 5px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Hm-sale-tags {
  padding-top: 10px;
  white-space: nowrap;
}
.Hm-sale-tag {
  color: #414147;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background: #F5F5F5;
  padding: 0 12px;
  border-radius: 14px;
  margin-right: 8px;
}

.Hm-sale-price {
  padding: 20px 5px 0 5px;
  overflow: hidden;
}
.Hm-sale-price__block {
  float: left;
  height: 33px;
  display: flex;
  align-items: center;
}
.Hm-sale-price--text {
  font-weight: 600;
  font-size: 24px;
  color: #D01818;
}

.Hm-sale-price--tips {
  font-size: 14px;
  font-weight: 500;
  color: #AAAAB3;
  padding-left: 6px;
}

.Hm-sale-price__count {
  font-size: 12px;
  font-weight: 500;
  color: #D01818;
  line-height: 33px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.Hm-sale-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0;
}

.Hm-sale-first {
  position: relative;
}
.Hm-sale-first .Hm-sale-dt {
  height: 100%;
  position: relative;
}

.Hm-sale-first .Hm-sale-dt::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  z-index: 1;
}

.Hm-sale-first .Hm-sale-dd {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.Hm-sale-first .Hm-sale-price {
  padding-left: 0;
}
.Hm-sale-first .Hm-sale-price--tips {
  font-weight: 400;
  color: #000000;
  padding-left: 0;
}

.Hm-sale-first .Hm-sale-btn {
  width: 120px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}

.Hm-sale-first .Hm-sale-title,
.Hm-sale-first .Hm-sale-price--tips {
  color: #ffffff;
}



.Hm-pinfo-container {
  margin: 0 auto;
  padding-bottom: 70px;
}

.Hm-pinfo .Hm-title {
  padding-top: 10px;
}

.Hm-pinfo .Hm-pinfo-table {
  width: 100%;
  overflow-x: auto;
}

.Hm-pinfo .table {
  margin-bottom: 0;
}

.Hm-pinfo .table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: #F7F8FA;
}

.Hm-pinfo .table>:not(caption)>*>* {
  padding: 0 24px 0 24px;
  height: 65px;
  min-height: 65px;
  line-height: 20px;
  vertical-align: middle;
  /* white-space: nowrap; */
  min-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Hm-pinfo .red {
  color: #FF5400;
}