.page-wrapper {
  background: url('../../imgs/product/shop/bottomBg.png') no-repeat left bottom;
  background-size: contain;
  padding-bottom: 110px;
}
.shop-box{
  width: 1200px;
  margin: 0 auto;
  padding-left: 300px;
  box-sizing: border-box;
  padding-top: 84px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.shop-title {
  margin-bottom: 51px;
}
.plant-box {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.plant-box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #E4CCB1;
  padding: 0 35px;
  box-sizing: border-box;
  height: 400px;
}
.plant-box-item:last-child {
  border-right: none;
}
.plant-box-item-title{
  font-size: 20px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  margin-bottom: 27px;
  margin-top: -12px;
  width:100%;
  text-align: center;
}
.plant-box-item-desc {
  font-size: 14px;
  font-family: SourceHanSansCN-Normal-, SourceHanSansCN-Normal;
  font-weight: normal;
  color: #4D4D4D;
  line-height: 26px;
}
.plant-box-item img {
  width: 170px;
  height: 198px;
}
.regist-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 71px;
  margin-top: 55px;
}
.regist-box-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}


.shu {
  width: 1px;
  height: 94px;
  background-color: #4D4D4D;
}