.shop {
  width: 100%;
  /* margin-bottom: 30px; */
  /* height: 150px; */
  background-color: #fff;
}

.shop-img img {
  float: left;
  width: 110px;
  height: 110px;
  margin-left: 20px;
  margin-top: 20px;
}

.title {
  font-size: 34px;
  margin-left: 40px;
  position: relative;
  top: 15px;
}

.wz {
  margin-top: 3%;
}

.sale {
  font-size: 24px;
  color: #8b8378;
  padding-left: 170px;
  margin-top: 20px;
}

.aleadysale {
  margin-left: 6%;
}

.joinshop {
  font-size: 30px;
  width: 180px;
  height: 60px;
  border: 1px #8b8378;
  background-color: #fff;
  line-height: 60px;
  margin-right: 20px;
  margin-top: -30px;
}

.boxpicture {
  width: 100%;
  margin-bottom: 30px; 
  height: 340px; 
  background-color: #eaeaea;
 
}
.wbj {
margin-top:15px;
}
.pic {
  width: 240px;
  /* height: 280px; */
  /*padding-top: 2%;*/
  margin-right: 1%;
  float: left;
  text-align: center;
  color: red;
    border: 1px solid #a9a7a7;
}
.picimg {
    width: 240px;
    height: 300px;
   
}
    .picimg img {
        width: 100%;
        height: 100%;
    }
/*.pic img {
  width: 240px;
  height: 240px;
  background-color: #fdf5e6;
}*/

/* .price {
  width: 240px;
  height: 40px;
  background-color: #fffaf0;
  margin-top: -10px;
  line-height: 40px;
} */

/*******/



.price {
    width: 240px;
    background-color: rgba(255, 255, 255, 0.5);
    /*margin-top: 10px;*/
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.price text {
  position: relative;
}

.productname {
  color: #8b8378;
}

/*****/

.wbk {
  width: 100%;
  height: 160px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.left-img {
  width: 16%;
  height: 80%;
margin-left: 20px;
  margin-top: 15px;
}

.left-img img {
  width: 100%;
  height: 100%;
}

.right-container {
  width: 76%;
  height: 80%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.con-top {
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: row;
 
}
.top-title{
  font-size: 35px;
  margin-bottom: 20px;
}
.con-bottom {
  width: 100%;
  height: 50%;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.location {
  width: 50px;
  height: 40px;
  margin: 4px;
}

.location img {
  width: 40px;
  height: 40px;
  
}
.bon{
  margin-right: 40px;
}
.join{
  width: 120%;  
  height: 80%;
  font-size: 25px;
  line-height: 200%;
  background-color: #f89812;
  color: white
}
.wenzi text{
  font-size:30px;
  margin-right: 20px;
}

