.content_index {
  width: 100%;
  font-size: 14px;
}
.content {
  background-color: #f5f5f5;
}
.liquor-top {
  margin-top: 8px;
  display: flex;
  background-color: #fff;
  height: 430px;
}
.liquor-top .left {
  width: 200px;
  padding: 18px 15px;
  border: solid 2px var(--color);
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
}
.liquor-top .left .title {
  color: var(--color);
  display: flex;
  align-items: center;
  margin-top: 18px;
  font-size: 14px;
}
.liquor-top .left .title:first-of-type {
  margin-top: 0;
}
.liquor-top .left .link {
  padding-bottom: 19px;
  border-bottom: dashed 1px #DFDEDE;
}
.liquor-top .left .link:last-of-type {
  border: none;
  padding-bottom: 0;
}
.liquor-top .left .link .a {
  display: inline-block;
  margin-left: 9px;
  margin-top: 10px;
}
.liquor-top .left .img {
  width: 20px;
  height: 20px;
}
.liquor-top .right {
  margin-left: 4px;
}
.liquor-top .right .big-img {
  width: 1050px;
  height: 300px;
}
.liquor-top .right .bottom {
  padding: 0 10px;
  background-color: #fff;
  min-height: 116px;
}
.liquor-top .right .bottom .item {
  display: flex;
  margin-top: 10px;
}
.liquor-top .right .bottom .item .title {
  min-width: 80px;
  padding: 4px;
}
.liquor-top .right .bottom .item .list span {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 4px 8px;
  box-sizing: border-box;
  color: #6E6E6E;
}
.liquor-top .right .bottom .item .list span.active {
  color: #fff;
  background-color: var(--color);
}
.liquor-top .right .bottom .item .list span.active a {
  color: var(--font-color);
}
.list-num {
  height: 48px;
  display: flex;
  justify-content: space-between;
  background-image: url("../img/yuan2.jpg");
  background-size: contain;
  align-items: center;
  margin-top: 30px;
  padding-right: 17px;
  position: relative;
  overflow: hidden;
}
.list-num .left {
  display: flex;
  height: 100%;
  align-items: center;
}
.list-num .left .num {
  background-color: var(--color);
  height: 100%;
  align-items: center;
  display: flex;
  border-radius: 0 20px 20px 0;
  margin-right: 20px;
  padding-left: 8px;
  color: #fff;
  padding-right: 8px;
  font-size: 16px;
}
.list-num .left .title1 {
  color: #333333;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 2px;
}
.list-num .left .title2 {
  color: var(--color);
}
.list-num::after {
  position: absolute;
  content: "";
  background-color: var(--color);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  right: -4px;
}
.goods-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.goods-items::after {
  content: "";
  width: 228px;
}
.goods-items .item {
  cursor: pointer;
  margin-top: 10px;
  display: block;
  /* width: 190px;
  height: 240px; */
  width: 228px;
  height: 280px;
  /* margin: 10px; */
  position: relative;
}
.goods-items .item .img {
  width: 100%;
  height: 100%;
}
.goods-items .item .bottom {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  padding: 7px 0px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brace {
  height: 60px;
}
