.myDiaCss[data-v-5b84c5e1] {
  width: 100vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3000;
}
.wrapper[data-v-5b84c5e1] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.block[data-v-5b84c5e1] {
  width: calc(500rem * 0.005);
  min-height: calc(332rem * 0.005);
  border: calc(1rem * 0.005) solid #707070;
  border-radius: calc(20rem * 0.005);
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block .closeDiaImg[data-v-5b84c5e1] {
  position: absolute;
  width: calc(40rem * 0.005);
  height: calc(40rem * 0.005);
  right: calc(25rem * 0.005);
  top: calc(25rem * 0.005);
}
.block .DiaBox[data-v-5b84c5e1] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Myriad Pro;
  color: #802002;
  padding: 10px;
}
.block .DiaBox img[data-v-5b84c5e1] {
  width: calc(120rem * 0.005);
  height: calc(120rem * 0.005);
}
.block .DiaBox .DiaText[data-v-5b84c5e1] {
  word-break: break-word;
  margin: calc(6rem * 0.005) 0 calc(15rem * 0.005);
  font-weight: bold;
  font-size: calc(28rem * 0.005);
  padding: 0 0.2rem;
  text-align: center;
}
.block .DiaBox .order-btn-r[data-v-5b84c5e1] {
  text-transform: uppercase;
  width: calc(234rem * 0.005);
  height: calc(60rem * 0.005);
  line-height: calc(60rem * 0.005);
  text-align: center;
  font-size: calc(26rem * 0.005);
  font-weight: bold;
  color: #493B32;
  border-radius: calc(50rem * 0.005);
  background: transparent linear-gradient(180deg, #F5E8C4 0%, #E3BB83 100%) 0% 0% no-repeat padding-box;
  background-size: 100% 100%;
  cursor: pointer;
  box-shadow: 0px 3px 6px #00000029;
  font-weight: bolder;
  text-shadow: 0px 3px 6px #00000029;
}

