.bodyBoxs {
  width: 1185px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/* 主体盒子 */
.displayBox {
  /* position: absolute; */
  /* left: 750px; */
  top: 0;
  width: 218px;
  height: 681px;
  border: 1px solid #EFEFEF;
  background-color: #ffffff;
}

/* 头部盒子 */
.headBox {
  display: flex;
  width: 218px;
  height: 40px;
  cursor: default;
  align-items: center;
  background-color: #fafafa;
  border: 1px solid #EFEFEF;
}

/* 头部盒子文字说明 */
.el-link.el-link--default {
  line-height: 12px;
  font-size: 12px;
  color: #888888;
}

/* 商品展示盒子 */
.merchandiseDisplayBox {
  margin: 25px auto 0;
  width: 176px;
  height: 176px;
  /* background-color: #2d00f5; */
}

/* 商品照片 */
.merchandiseDisplayBox .Productpicture {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  /* background-image: url(https://image01.homedo.com/Files/Images/cms/www/20231121/5671600883376956845_pic1.jpg); */
  /* background-color: #fc0000; */
}

/* 商品名称 */
.merchandiseDisplayBox .Tradename {
  width: 170px;
  height: 32px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #555555;
  line-height: 16px;
  overflow: hidden;
  /* 隐藏溢出部分的文字 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  display: -webkit-box;
  /* 将元素作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 2;
  /* 限制在两行内显示 */
  -webkit-box-orient: vertical;
  /* 设置伸缩盒子的子元素排列方式 */
  font-family: PingFangSC, PingFang SC;
  /* background-color: #00ff2a; */
}

/* 商品价格 */
.merchandiseDisplayBox .Commodityprice {
  /* width: 101px; */
  height: 17px;
  cursor: default;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #F23030;
  line-height: 17px;
  font-family: PingFangSC, PingFang SC;
  /* background-color: #fd0d91; */
}

.merchandiseDisplayBox .Commoditystatus {
  display: flex;
  width: 176px;
  height: 24px;
  margin-top: 8px;
  /* background-color: #fff; */
  align-items: center;
  justify-content: space-between;
}

.merchandiseDisplayBox .Commoditystatus1 {
  /* width: 70px; */
  height: 17px;
  cursor: default;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  line-height: 17px;
  font-family: PingFangSC, PingFang SC;
  /* background-color: #7106fd; */
}

.merchandiseDisplayBox .Commoditystatus2 {
  width: 70px;
  height: 24px;
  background: #29AF2A;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
}

[v-cloak] {
  display: none;
}