.enjoy {
  margin-top: 80px;
  margin-bottom: 120px;
}
.enjoy-box {
  width: 100%;
  height: 400px;
  background: #f4f5f7;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.enjoy .img-box {
  width: 528px;
  height: 400px;
  overflow: hidden;

  display: flex;
  align-items: center;
 
}
.enjoy .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enjoy-content{
  margin-left: 30px;
}

.enjoy h2 {
  font-size: 24px;
  margin: 0;
}
.enjoy p{
color: #878787;
font-size: 16px;
line-height: 23px;
}
.enjoy .info {
  padding: 30px 0;
}
.enjoy .info div {
  font-size: 16px;
  color: #999;
  padding-bottom: 20px;
}
#baidumap {
  width: 100%;
  height: 410px;
}
@media (max-width: 768px) {
  .enjoy-box{
    flex-direction: column;
    height: auto;
  }
  .enjoy-content{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .enjoy {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .enjoy h2 {
    font-size: 20px;
  }
  .enjoy .info {
    padding: 20px 0;
  }
  .enjoy .info div {
    font-size: 14px;
    padding-bottom: 15px;
  }
  #baidumap {
    height: 310px;
  }
}
@media (max-width: 375px) {
  .enjoy {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .enjoy h2 {
    font-size: 20px;
  }
  .enjoy .info {
    padding: 10px 0;
  }
  .enjoy .info div {
    padding-bottom: 10px;
  }
  #baidumap {
    height: 260px;
  }
}
