.main {
  display: flex;
  justify-content: space-between;
}
.main .lt {
  width: 50%;
}
.main .lt img {
  width: 100%;
  height: 100%;
}
.main .rt {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffe6b4;
}
.main .rt .top {
  width: 45%;
  height: 40%;
}
.main .rt .top img {
  width: 100%;
  height: 100%;
}
.main .rt .bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .rt .bottom img {
  margin: 30px 40px;
  width: 100px;
  height: 100px;
}

.sweet-taste {
  margin-top: 30px;
  background-color: #ffe5e5;
  width: 100%;
}
.sweet-taste .portion {
  width: 100%;
  border-radius: 30px;
  border: 3px solid #5a2e05;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sweet-taste .portion .title {
  margin: 30px 0;
  text-align: center;
}
.sweet-taste .portion .title img {
  width: 40%;
}
.sweet-taste .portion .more {
  margin-left: auto;
  margin-right: 120px;
  margin-bottom: 20px;
  color: #5a2e05;
  font-weight: bold;
  position: relative;
}
.sweet-taste .portion .more::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  position: absolute;
  left: -40%;
  background-color: #5a2e05;
}
.sweet-taste .portion .more::before {
  content: ">";
  display: block;
  position: absolute;
  right: -25px;
  bottom: -9.7px;
  color: #5a2e05;
  font-weight: bold;
}
.sweet-taste .portion .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.sweet-taste .portion .item-box .item {
  margin: 10px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 70px;
  overflow: hidden;
  background-color: #fef1d4;
  width: 200px;
  height: 360px;
  position: relative;
}
.sweet-taste .portion .item-box .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 70px;
  border: 3px solid #5a2e05;
  width: 97.7%;
  height: 97.5%;
}
.sweet-taste .portion .item-box .item .img {
  z-index: 999;
  width: 100%;
  height: 170px;
}
.sweet-taste .portion .item-box .item .info {
  height: 50%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.sweet-taste .portion .item-box .item .info img {
  width: 60%;
}
.sweet-taste .portion .item-box .item .info .i1 {
  margin: 10px 0;
}
.sweet-taste .portion .item-box .item .info div {
  position: absolute;
  bottom: 50px;
  width: 70%;
  height: 20px;
  background-color: #5a2e05;
  border-radius: 10px;
  text-align: center;
  z-index: 999;
}
.sweet-taste .portion .item-box .item .info div:hover {
  transform: scale(1.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.497);
  cursor: pointer;
}
.sweet-taste .portion .item-box .item .info div .i2 {
  width: 60%;
  height: 15px;
  position: relative;
}
.sweet-taste .portion .item-box .item .info p {
  margin: 15px;
  width: 40%;
  border-radius: 30px;
  padding: 0px 10px;
  background-color: #5a2e05;
  color: white;
  position: relative;
  text-align: center;
}
.sweet-taste .portion .item-box .item .info p::before {
  content: "-";
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-55%);
}
.sweet-taste .portion .item-box .item .info p::after {
  content: "+";
  font-size: 20px;
  color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-55%);
}/*# sourceMappingURL=menu.css.map */