
.main-bd {
  width: 1000px;
  margin: 0 auto
}

.sell-wrap {
  padding: 40px 0;
  background-color: #f5f5f5;
}

.main-bd.sell-bd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.sell-img-wrap {
  width: 700px;
  min-height: 400px;
  background: #fff;
  padding: 40px 20px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.sell-img-wrap img {
  height: 370px;
}

.sell-img-wrap.acid {
  width:290px;
}

.sell-img-wrap.acid img {
  /* width: 220px; */
  height: 370px;
}

.sell-img-wrap h3 {
  padding: 0 0 10px;
  font-size: 17px;
  font-weight: bold;
}

.sell-img-wrap img {
  /* width: 100%; */
}

.sell-info-wrap {
  /* margin-top: 10px; */
  flex: 1;
}

.sell-info-wrap h3 {
  font-size: 19px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.sell-info-bd {
  text-align: justify;
  line-height: 1.6;
  font-size: 21px;
  color: #666;
}