#Middlebox {
  display: block;
  width: 100%;
  height: 100%;
}
.middlebox-body {
  display: block;
  height: fit-content;
  position: relative;
}

@keyframes im_icon {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.85);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(0.85);
  }
}
.middlebox-body .button-submit-1--0 {
  display: block;
  position: absolute;
  width: 12rem;
  top: 19.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.middlebox-body .button-submit-1--1 {
  display: block;
  position: absolute;
  width: 14rem;
  top: 31.8rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/* @media screen and (max-width: 1200px) {
  .middlebox-body .button-submit-1--0 {
    width: 8rem;
    top: 11.8rem;
  }
  .middlebox-body .button-submit-1--1 {
    width: 8.5rem;
    top: 19.6rem;
  }
}

@media screen and (max-width: 768px) {
  .middlebox-body .button-submit-1--0 {
    width: 10rem;
    top: 18.8rem;
  }
  .middlebox-body .button-submit-1--1 {
    width: 13rem;
    top: 30.6rem;
  }
}

@media screen and (max-width: 576px) {
  .middlebox-body .button-submit-1--0 {
    width: 20rem;
    top: 33.8rem;
  }
  .middlebox-body .button-submit-1--1 {
    width: 23rem;
    top: 55rem;
  }
} */

.middlebox-body .button-submit-2--0 {
  display: block;
  position: absolute;
  width: 13.5rem;
  top: 18.2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.middlebox-body .second-submit-2--0 {
  display: block;
  position: absolute;
  width: 13.5rem;
  top: 18.2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.animation--class {
  animation: im_icon 1.85s ease-in-out infinite;
}

.img--box {
  display: block;
  width: 100%;
}
.overlay--item-body {
  position: absolute;
  display: block;
  width: 17.5rem;
  height: 15.5rem;
  top: calc(50% - 7.77rem);
  left: calc(50% - 8.77rem);
  position: relative;
}
.overlay--item-body .overlay--item-image {
  display: block;
  width: 17.5rem;
  /* height: 15.5rem; */
}
.overlay--item-body .overlay--item-btn {
  display: block;
  position: absolute;
  width: 11.5rem;
  bottom: 3.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.error--item-body {
  position: absolute;
  display: block;
  width: 17rem;
  height: 15rem;
  left: calc(50% - 8.5rem);
  top: calc(50% - 7.5rem);
  position: relative;
}
.error--item-body .error--item-image {
  display: block;
  width: 17rem;
  height: 15rem;
}
.error--item-body .error--btn-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.4rem 0;
  position: absolute;
  bottom: 1.2rem;
  text-align: center;
  color: #7f7f7f;
  font-weight: 600;
}
.error--image-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.error--item-body .error--item-btn01 {
  display: block;
  width: 6.6rem;
}
.error--item-body .error--item-btn02 {
  display: block;
  width: 6.6rem;
}
.van-dialog {
  width: fit-content;
}
.van-hairline--top.van-dialog__footer {
  display: none !important;
}
.po--icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #f88684;
}
