/* model1 */
.mode1 {
  background-color: #fffbf9;
}
.mode1 .in_box {
  max-width: 2560px;
  min-width: 1240px;
  padding-top: 197px;
  padding-bottom: 188px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  overflow: hidden;
}
.mode1 .left {
  margin-left: 245px;
  width: 384px;
  padding-top: 147px;
}
.mode1 .left .img1 {
  width: 434px;
  height: 187px;
}
.mode1 .left .img2 {
  width: 455px;
  height: 120px;
  margin-top: 61px;
}
.mode1 .right {
  width: 955px;
  height: 582px;
  border-top-left-radius: 343px;
  border-bottom-left-radius: 343px;
  background: linear-gradient(90deg, #ffbb7e 0%, #ff8e4f 100%);
  position: relative;
}
.mode1 .right img {
  position: absolute;
}
.mode1 .right .img1 {
  width: 257px;
  height: 193px;
  left: 0;
  bottom: 16px;
  opacity: 0;
}
.mode1 .right .img1.act {
  animation: img1 3s linear;
  opacity: 1;
}
.mode1 .right .img2 {
  width: 698px;
  height: 501px;
  left: 156px;
  bottom: -7px;
  /* transform: translateX(150%); */
}
.mode1 .right .img2.act {
  animation: img2 1.5s linear;
  /* transform: translateX(0); */
}
.mode1 .right .img3 {
  width: 391px;
  height: 261px;
  right: 0;
  top: -89px;
  /* transform: translate(150%, 50%); */
}
.mode1 .right .img3.act {
  animation: img3 2s cubic-bezier(0.68, -0.55, 0.265, 0);
  /* animation: img3 3s cubic-bezier(0.68, -0.55, 0.265, 1.55); */
  transform: translate(0, 5%);
}
.mode1 .right .img4 {
  width: 388px;
  height: 269px;
  right: 0;
  bottom: -88px;
  opacity: 0;
}
.mode1 .right .img4.act {
  animation: img4 2s linear;
  opacity: 1;
}

/* model2 */
.mode2 {
  background-color: #ffecdc;
}
.mode2 .in_box {
  max-width: 2560px;
  min-width: 1240px;
  padding-top: 106px;
  padding-bottom: 150px;
  margin: 0 auto;
  overflow: hidden;
}
.mode2 .title {
  padding-left: 278px;
  padding-right: 143px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mode2 .title .left .img1 {
  width: 197px;
  height: 73px;
}
.mode2 .title .left .img2 {
  width: 149px;
  height: 37px;
  margin-top: 19px;
}
.mode2 .title .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mode2 .title .btn {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.mode2 .title .btn1 {
  margin-right: 16px;
}
.mode2 .title .btn_box img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.mode2 .title .btn1 .left {
  display: none;
}
.mode2 .title .btn2 .none {
  display: none;
}
.mode2 .cont {
  overflow: hidden;
  width: 1638px;
  float: right;
  padding-left: 216px;
  height: 666px;
  margin-top: 60px;
  position: relative;
}
.mode2 ul {
  position: absolute;
  top: 0;
  left: 216px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.8s ease-out;
}
.mode2 .cont li {
  width: 378px;
  margin-right: 32px;
  position: relative;
  cursor: pointer;
  padding-top: 136px;
}
.mode2 .cont .out_box {
  width: 378px;
  height: 466px;
  background-color: #fff;
  position: relative;
  border-bottom-left-radius: 189px;
  border-bottom-right-radius: 189px;
  transition: all 3s cubic-bezier(0.23, 1, 0.32, 1);
}
.mode2 .cont .out_box .text {
  position: absolute;
  top: 136px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mode2 .cont .b_text {
  font-size: 40px;
  color: #151515;
  font-weight: bold;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.mode2 .cont .m_text {
  font-size: 30px;
  color: #666666;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 120px;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.mode2 .cont .img {
  width: 272px;
  height: 272px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -136px;
  transition: all 3s cubic-bezier(0.23, 1, 0.32, 1);
}
.mode2 .cont .img img {
  width: 100%;
  height: 100%;
}
.mode2 .cont li.act .out_box {
  background-color: #ff6f39;
  box-shadow: 0 7px 47px 8px rgba(255, 92, 31, 0.52);
}
.mode2 .cont li.act .b_text {
  color: #fff;
}
.mode2 .cont li.act .m_text {
  color: #fff;
}
.mode2 .cont li.act .img {
  box-shadow: 0 20px 20px 4px rgba(220, 32, 4, 0.38);
}

/* mode3 */
.mode3 {
  background-color: #fffbf9;
}
.mode3 .in_box {
  max-width: 2560px;
  min-width: 1240px;
  padding-top: 257px;
  padding-bottom: 432px;
  position: relative;
  margin: 0 auto;
}
.mode3 .cont {
  width: 1311px;
  height: 544px;
  border-top-right-radius: 343px;
  border-bottom-right-radius: 343px;
  background: linear-gradient(90deg, #ffbb7e 0%, #ff8e4f 100%);
  position: relative;
}
.mode3 .cont .img_box {
  width: 900px;
  height: 852px;
  background: url(https://image.kuaizilife.com/public/web/miantiao.webp)
    no-repeat left top;
  background-size: 100%;
  position: absolute;
  top: -147px;
  left: 281px;
}
.mode3 .cont .cover_img {
  width: 852px;
  height: 852px;
}
.mode3 .cont .cover_box {
  height: 100%;
  position: relative;
  transition: all 0.2s ease;
}
.mode3 .cont .cover_box::after {
  content: "";
  width: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    to bottom,
    #fffbf900,
    #fffbf9 20% 80%,
    #fffbf900
  );
}
.mode3 .cont .cover_img img {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.mode3 .text_box {
  padding-left: 955px;
  margin-top: 233px;
}
.mode3 .text_box .img1 {
  width: 217px;
  height: 73px;
}
.mode3 .text_box .img2 {
  width: 149px;
  height: 37px;
  margin-top: 19px;
}
.mode3 .text_box .text {
  font-size: 32px;
  color: #333;
  margin-top: 45px;
  width: 600px;
  line-height: 1.5;
}
.mode3 .food {
  height: 382px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -51px;
}
.mode3 .food .hb {
  width: 462px;
  height: 364px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 1.5s ease-out;
}
.mode3 .food .kl {
  width: 275px;
  height: 382px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.mode3 .food img {
  width: 100%;
  height: 100%;
}

/* 小于1680  大于1520*/
@media screen and (max-width: 1680px) and (min-width: 1520px) {
  .mode1 .left .img1 {
    width: 361px;
    height: 155px;
  }
  .mode1 .left .img2 {
    width: 379px;
    height: 100px;
  }
  .mode1 .right {
    width: 795px;
    height: 485px;
    border-top-left-radius: 285px;
    border-bottom-left-radius: 285px;
  }
  .mode1 .right .img1 {
    width: 214px;
    height: 160px;
    bottom: 13px;
  }
  .mode1 .right .img2 {
    width: 581px;
    height: 417px;
    left: 130px;
    bottom: -5px;
  }
  .mode1 .right .img3 {
    width: 325px;
    height: 217px;
    top: -74px;
  }
  .mode1 .right .img4 {
    width: 323px;
    height: 224px;
    bottom: -73px;
  }
  .mode3 .text_box .text {
    width: 540px;
    font-size: 24px;
  }
}
/* 小于1520 */
@media screen and (max-width: 1520px) {
  /* model1 */
  .mode1 .in_box {
    padding-top: 131px;
    padding-bottom: 125px;
  }
  .mode1 .left {
    margin-left: 163px;
    width: 256px;
    padding-top: 98px;
  }
  .mode1 .left .img1 {
    width: 289px;
    height: 124px;
  }
  .mode1 .left .img2 {
    width: 303px;
    height: 80px;
    margin-top: 40px;
  }
  .mode1 .right {
    width: 680px;
    height: 350px;
    border-top-left-radius: 228px;
    border-bottom-left-radius: 228px;
  }
  .mode1 .right .img1 {
    width: 171px;
    height: 128px;
    left: 0;
    bottom: 10px;
  }
  .mode1 .right .img2 {
    width: 465px;
    height: 334px;
    left: 104px;
    bottom: -4px;
  }
  .mode1 .right .img3 {
    width: 260px;
    height: 174px;
    right: 0;
    top: -59px;
  }
  .mode1 .right .img4 {
    width: 258px;
    height: 179px;
    right: 0;
    bottom: -58px;
  }
  /* model2 */
  .mode2 .in_box {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .mode2 .title {
    padding-left: 185px;
    padding-right: 95px;
  }
  .mode2 .title .left .img1 {
    width: 131px;
    height: 48px;
  }
  .mode2 .title .left .img2 {
    width: 99px;
    height: 24px;
    margin-top: 12px;
  }
  .mode2 .title .btn {
    width: 33px;
    height: 33px;
  }
  .mode2 .title .btn_box img {
    width: 33px;
    height: 33px;
  }
  .mode2 .title .btn1 {
    margin-right: 10px;
  }
  .mode2 .cont {
    width: 1092px;
    padding-left: 144px;
    height: 444px;
    margin-top: 40px;
  }
  .mode2 ul {
    left: 144px;
  }
  .mode2 .cont li {
    width: 252px;
    margin-right: 21px;
    padding-top: 90px;
  }
  .mode2 .cont .out_box {
    width: 252px;
    height: 310px;
    border-bottom-left-radius: 126px;
    border-bottom-right-radius: 126px;
  }
  .mode2 .cont .out_box .text {
    top: 90px;
    height: 220px;
  }
  .mode2 .cont .b_text {
    font-size: 26px;
  }
  .mode2 .cont .m_text {
    font-size: 20px;
    margin-top: 13px;
  }
  .mode2 .cont .img {
    width: 181px;
    height: 181px;
    margin-left: -90px;
    margin-bottom: 90px;
  }

  /* model3 */
  .mode3 .in_box {
    padding-top: 171px;
    padding-bottom: 288px;
  }
  .mode3 .cont {
    width: 874px;
    height: 362px;
    border-top-right-radius: 228px;
    border-bottom-right-radius: 228px;
  }
  .mode3 .text_box {
    padding-left: 636px;
    margin-top: 155px;
  }
  .mode3 .text_box .img1 {
    width: 144px;
    height: 48px;
  }
  .mode3 .text_box .img2 {
    width: 93px;
    height: 24px;
    margin-top: 12px;
  }
  .mode3 .text_box .text {
    font-size: 21px;
    margin-top: 30px;
    width: 400px;
  }
  .mode3 .cont .img_box {
    width: 600px;
    height: 568px;
    top: -98px;
    left: 187px;
  }
  .mode3 .cont .cover_img {
    width: 568px;
    height: 568px;
  }
  .mode3 .food {
    height: 254px;
    bottom: -34px;
  }
  .mode3 .food .hb {
    width: 308px;
    height: 242px;
  }
  .mode3 .food .kl {
    width: 183px;
    height: 254px;
  }
}

/* 移动端 */
.mobile {
  background-color: #fffbf9;
  overflow: hidden;
}
.mobile .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 2rem;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(142, 63, 63, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.53rem;
  padding-right: 0.38rem;
  cursor: pointer;
}
.mobile .mi_header{
  display: none;
}
.mobile .footer{
  display: none;
}
.hender_empty {
  width: 100%;
  height: 2rem;
}
.mobile .header img {
  width: 3.92rem;
  height: 0.9rem;
}
.mobile .header .btn {
  width: 3.29rem;
  height: 0.9rem;
  border-radius: 50px;
  background: linear-gradient(90deg, #ff4624 0%, #ff1d56 100%);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  font-size: 0.42rem;
  color: #fff;
  text-align: center;
  line-height: 0.9rem;
}
.mobile .m_mode1 {
  width: 100%;
  height: 11.25rem;
  background-color: #fffbf9;
  padding-top: 0.8rem;
}
.mobile .m_mode1 .title {
  width: 8.4rem;
  margin: 0 auto;
}
.mobile .m_mode1 .title img {
  display: block;
  width: 100%;
  height: auto;
}
.mobile .m_mode1 .title .img2 {
  margin-top: 0.4rem;
}
.mobile .m_mode1 .cont {
  width: 9.2rem;
  height: 6rem;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  background: linear-gradient(90deg, #ffbb7e 0%, #ff8e4f 100%);
  float: right;
  margin-top: 1rem;
  position: relative;
}
.mobile .m_mode1 .cont img {
  position: absolute;
}
.mobile .m_mode1 .cont .img1 {
  width: 2.41rem;
  height: 1.82rem;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.mobile .m_mode1 .cont .img1.act {
  animation: img1 2s linear;
  opacity: 1;
}
.mobile .m_mode1 .cont .img2 {
  width: 6.58rem;
  height: 4.72rem;
  left: 1.47rem;
  top: 0.83rem;
  transform: translateX(150%);
}
.mobile .m_mode1 .cont .img2.act {
  animation: img2 1s linear;
  transform: translateX(0);
}
.mobile .m_mode1 .cont .img3 {
  width: 3.69rem;
  height: 2.45rem;
  right: 0;
  top: -1rem;
  opacity: 0;
}
.mobile .m_mode1 .cont .img3.act {
  animation: img3 1.5s linear;
  opacity: 1;
}
.mobile .m_mode1 .cont .img4 {
  width: 3.67rem;
  height: 2.53rem;
  right: 0;
  bottom: -0.82rem;
  opacity: 0;
}
.mobile .m_mode1 .cont .img4.act {
  animation: img4 1.5s linear;
  opacity: 1;
}
.mobile .m_mode2 {
  width: 100%;
  height: 10.1rem;
  background-color: #ffecdc;
  padding-top: 0.8rem;
}
.mobile .m_mode2 .title {
  width: 2.56rem;
  margin: 0 auto;
}
.mobile .m_mode2 .title img {
  display: block;
  width: 100%;
  height: auto;
}
.mobile .m_mode2 .title .img2 {
  margin-top: 0.4rem;
}
.mobile .m_mode2 .swiper-container {
  width: 100%;
  height: 6.95rem;
  margin-top: 0.77rem;
  /* padding-left: 0.8rem;
  padding-right: 0.8rem; */
  padding-bottom: 0.3rem;
}
.mobile .m_mode2 .swiper-slide {
  padding: 0 0.33rem 0.33rem 0.33rem;
}
.mobile .m_mode2 .out_box {
  width: 3.93rem;
  height: 6.32rem;
  padding-top: 1.4rem;
  position: relative;
  cursor: pointer;
}
.mobile .m_mode2 .out_box .white_box {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.15s linear;
}
.mobile .m_mode2 .out_box .b_text {
  color: #151515;
  font-size: 0.5rem;
  font-weight: bold;
  margin-top: 0.4rem;
}
.mobile .m_mode2 .out_box .m_text {
  color: #666666;
  font-size: 0.37rem;
  font-weight: bold;
  margin-top: 0.21rem;
}
.mobile .m_mode2 .out_box .img {
  position: absolute;
  top: 0;
  left: 0.54rem;
  width: 2.84rem;
  height: 2.84rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
}
.mobile .m_mode2 .out_box .img1 {
  background-image: url(https://image.kuaizilife.com/public/web/meishi@2x.webp);
}
.mobile .m_mode2 .out_box .img2 {
  background-image: url(https://image.kuaizilife.com/public/web/shangcheng@2x.webp);
}
.mobile .m_mode2 .out_box .img3 {
  background-image: url(https://image.kuaizilife.com/public/web/tuangou@2x.webp);
}
.mobile .m_mode2 .out_box .img4 {
  background-image: url(https://image.kuaizilife.com/public/web/shenhuo@2x.webp);
}
.mobile .m_mode2 .out_box.act .white_box {
  box-shadow: 0px 0.08rem 0.48rem 0.08rem rgba(255, 92, 31, 0.52);
  background-color: #ff6f39;
}
.mobile .m_mode2 .out_box.act .b_text,
.mobile .m_mode2 .out_box.act .m_text {
  color: #fff;
}
.mobile .m_mode2 .out_box.act .img {
  box-shadow: 0 0.21rem 0.21rem 0.05rem rgba(220, 32, 4, 0.39);
}
.mobile .m_mode3 {
  width: 100%;
  height: 13.8rem;
  background-color: #fffbf9;
  padding-top: 0.8rem;
}
.mobile .m_mode3 .title {
  width: 2.56rem;
  margin: 0 auto;
}
.mobile .m_mode3 .title img {
  display: block;
  width: 100%;
  height: auto;
}
.mobile .m_mode3 .title .img2 {
  margin-top: 0.4rem;
}
.mobile .m_mode3 .text {
  margin: 0.42rem 1rem;
  color: #333333;
  font-size: 0.42rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
.mobile .m_mode3 .cont {
  width: 9.2rem;
  height: 3.74rem;
  background: linear-gradient(90deg, #ffbb7e 0%, #ff8e4f 100%);
  border-top-right-radius: 2.37rem;
  border-bottom-right-radius: 2.37rem;
  margin-top: 2.2rem;
  position: relative;
}
.mobile .m_mode3 .img_box {
  width: 7.2rem;
  height: 6.8rem;
  background: url(https://image.kuaizilife.com/public/web/miantiao.webp)
    no-repeat left top;
  background-size: 100%;
  position: absolute;
  top: -1.52rem;
  left: 0.94rem;
}
.mobile .m_mode3 .cover_img {
  width: 6.8rem;
  height: 6.8rem;
}
.mobile .m_mode3 .cont .cover_box {
  height: 100%;
  position: relative;
  width: 100%;
  transition: all 1s linear;
}
.mobile .m_mode3 .cont .cover_box .line {
  width: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    to bottom,
    #fffbf900,
    #fffbf9 20% 80%,
    #fffbf900
  );
  transform: scale(0);
  transition: all 1s linear;
}
.mobile .m_mode3 .cont .cover_img img {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.mobile .open_app {
  position: fixed;
  bottom: 2.3rem;
  left: 50%;
  z-index: 99;
  margin-left: -2.52rem;
  width: 5.04rem;
  height: 1.3rem;
  background: linear-gradient(135deg, #ff7219 0%, #ff2c17 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.66rem;
}
.mobile .open_app img {
  width: 0.77rem;
  height: 0.77rem;
  margin-right: 0.1rem;
}
.mobile .open_app .text {
  font-size: 0.37rem;
  color: #fff;
  font-weight: bold;
}
.mobile .xiaomi_tips_pop{
  position:fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.mobile .xiaomi_tips_pop .cont{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0.64rem 0.7rem 1.75rem 0.7rem;
  border-top-left-radius: 0.53rem;
  border-top-right-radius: 0.53rem;
}
.mobile .xiaomi_tips_pop .title{
  font-size: 0.48rem;
  font-weight: bold;
  color: #151515;
  text-align: center;
  margin-bottom: 0.64rem;
}
.mobile .xiaomi_tips_pop .text{
  font-size: 0.43rem;
  color: #151515;
  line-height: 0.7rem;
  margin-bottom: 0.85rem;
}
.mobile .xiaomi_tips_pop .btn_box{
  display: flex;
  align-items: center;
  justify-content:space-between;
}
.mobile .xiaomi_tips_pop .btn_box .btn{
  height: 1.23rem;
  width: 3.79rem;
  border-radius: 50px;
  text-align: center;
  line-height: 1.23rem;
  font-size: 0.43rem;
  font-weight: bold;
}
.mobile .xiaomi_tips_pop .btn_copy{
  color: #fff;
  background-color: #ff4725;
}
.mobile .xiaomi_tips_pop .btn_download{
  color: #151515;
  background-color: #F6F6F6;
}
.mobile .loading {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
.ball {
  width: 60px;
  height: 60px;
  position: relative;
}

.ball > .dot {
  /*设置圆圈样式*/
  position: absolute;
  background-color: #ff4725;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  transform-origin: 50% 50%;
  animation: ball infinite both 1s;
}

.ball > .dot:nth-child(1) {
  /*设置各圆点的位置以及动画延迟时间*/
  top: 0;
}

.ball > .dot:nth-child(2) {
  top: 9px;
  left: 51px;
  animation-delay: 0.125s;
}
/*此处省略雷同代码*/
.ball > .dot:nth-child(3) {
  top: 30px;
  left: 60px;
  animation-delay: 0.25s;
}

.ball > .dot:nth-child(4) {
  top: 51px;
  left: 51px;
  animation-delay: 0.375s;
}

.ball > .dot:nth-child(5) {
  top: 60px;
  animation-delay: 0.5s;
}

.ball > .dot:nth-child(6) {
  top: 51px;
  left: 9px;
  animation-delay: 0.625s;
}

.ball > .dot:nth-child(7) {
  top: 30px;
  left: 0px;
  animation-delay: 0.75s;
}

.ball > .dot:nth-child(8) {
  top: 9px;
  left: 9px;
  animation-delay: 0.875s;
}

@keyframes ball {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes img1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img2 {
  0% {
    opacity: 0;
    /* transform: translateX(150%); */
  }
  100% {
    opacity: 1;
    /* transform: translateX(0); */
  }
}
@keyframes img3 {
  /* 0% {
    opacity: 0;
    transform: translate(0, 20%);
  }
  60% {
    opacity: 1;
    transform: translate(0, 20%);
  }
  100%{
    opacity: 1;
    transform: translate(0, 0);
  } */
  0% {
    opacity: 0;
    transform: translate(100%, 20%);
  }
  40% {
    opacity: 1;
    transform: translate(0, 30%);
  }
  75%{
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 5%);
  }
}
@keyframes img4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes food {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes foodLine {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
