.PromptBox {
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  display: none;
}
.PromptBox.active,
.loginFC.active {
  display: flex;
}
.PromptBox > header,
.loginFC > header {
  background: #fff;
  border-radius: 2vh;
  width: 56vh;
  font-size: 2vh;
  color: #000;
  padding: 1vh;
  letter-spacing: 0.01rem;
  position: relative;
}
.PromptBox > header > div,
.loginFC > header > div {
  border: 0.3vh solid #ffeed0;
  border-radius: 1.5vh;
  padding: 2vh 2vh 1.5vh 8vh;
  text-align: center;
}
.PromptBox > header > b,
.loginFC > header > b {
  width: 5vh;
  height: 5vh;
  background-color: #40a3fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -1.5vh;
  top: -1.5vh;
  cursor: pointer;
}
.PromptBox > header > b::before,
.loginFC > header > b::before {
  position: absolute;
  content: "";
  display: block;
  width: 58%;
  height: 12%;
  background-color: #fff;
  border-radius: 2vh;
  transform: rotate(45deg);
}
.PromptBox > header > b::after,
.loginFC > header > b::after {
  position: absolute;
  content: "";
  display: block;
  width: 58%;
  height: 12%;
  background-color: #fff;
  border-radius: 2vh;
  transform: rotate(-45deg);
}
.PromptBox h1,
.loginFC h1 {
  font-size: 2.4vh;
  text-align: left;
  padding-bottom: 1vh;
}
.PromptBox ul li {
  padding-bottom: 1.2vh;
  text-align: left;
  line-height: 2.5vh;
}
.PromptBox ul li:last-child {
  padding-bottom: 0.5vh;
}
.PromptBox ul li a {
  color: #0036c0;
  text-decoration: underline;
}
.PromptBox ul li span {
  display: inline-block;
}
.PromptBox button {
  border: 0;
  background-color: #fb6837;
  line-height: 3.5vh;
  color: #fff;
  font-size: 2.3vh;
  padding: 0.5vh 3vh 1vh 3vh;
  border-radius: 1vh;
}
img.buddyXXImg {
  position: absolute;
  width: 20vh;
  bottom: -1vh;
  left: -12vh;
}
.PromptBox > header::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffe1a4;
  border-radius: 2vh;
  transform: rotate(2deg);
  z-index: -1;
  top: 0;
  left: 0;
}

.loginFC > header {
  width: 50vh;
}
.loginFC ul li:last-child {
  padding-bottom: 1.5vh;
}
.levelPromptBox > header {
  width: 52vh;
}
.levelPromptBox > header ul {
  display: flex;
  align-items: center;
  min-height: 12vh;
}

.layui-layer-dialog.successLayer,
.layui-layer-dialog.paymentLayer {
  border-radius: 1.5vh;
  min-width: auto !important;
}
.layui-layer-dialog.successLayer .layui-layer-content .layui-layer-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  left: auto;
  right: auto;
  top: auto;
  margin-bottom: 2vh;
  width: 16vh;
  height: 16vh;
  background: url(../images/Img2025/successInto.png) no-repeat center;
  background-size: 100%;
}
.layui-layer-dialog.paymentLayer .layui-layer-content .layui-layer-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  left: auto;
  right: auto;
  top: auto;
  margin-bottom: 2vh;
  width: 16vh;
  height: 16vh;
  background: url(../images/Img2025/paymentInto.png) no-repeat center;
  background-size: 100%;
}
/*
.layui-layer-dialog.successLayer .layui-layer-content .layui-layer-ico {
  background: #417cfe;
  border-radius: 50%;
  width: 6.8vh;
  height: 6.8vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  left: auto;
  right: auto;
  top: auto;
  margin-bottom: 2vh;
}

.layui-layer-dialog.successLayer .layui-layer-content .layui-layer-ico::before {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 10%;
  background-color: #fff;
  transform: rotate(45deg);
  border-radius: 2vh;
  margin-right: 28%;
  margin-top: 18%;
}

.layui-layer-dialog.successLayer .layui-layer-content .layui-layer-ico::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 10%;
  background-color: #fff;
  transform: rotate(136deg);
  border-radius: 2vh;
  margin-right: -20%;
  margin-top: 10%;
}
  */
.layui-layer-dialog.successLayer .layui-layer-padding,
.layui-layer-dialog.paymentLayer .layui-layer-padding {
  padding: 3vh 4vh 2vh !important;
  text-align: center;
  font-size: 2vh;
}
.layui-layer-dialog.successLayer .layui-layer-btn,
.layui-layer-dialog.paymentLayer .layui-layer-btn {
  text-align: center;
  padding: 0 0 3vh 0;
}
.layui-layer-dialog.successLayer .layui-layer-btn a,
.layui-layer-dialog.paymentLayer .layui-layer-btn a {
  margin: 0;
  line-height: 4.8vh;
  height: auto;
  font-size: 2vh;
  padding: 0 2vh;
  border-radius: 1vh;
  background-color: #417cfe;
  border: 0;
  min-width: 10vh;
}
.layui-layer-dialog.paymentLayer .layui-layer-btn a.layui-layer-btn1 {
  background-color: #ff5c6d;
  color: #fff;
  margin-left: 10px;
}
.layui-layer-dialog.successLayer .layui-layer-setwin,
.layui-layer-dialog.paymentLayer .layui-layer-setwin {
  display: none;
}

/* 竖屏 */
@media screen and (orientation: portrait) {
  .PromptBox > header {
    border-radius: 3vw;
    width: 78vw;
    font-size: 3.5vw;
    padding: 1.5vw;
    margin-left: 10vw;
  }
  .PromptBox > header > div {
    border: 0.3vw solid #ffeed0;
    border-radius: 2vw;
    padding: 2vw 2vw 1.5vw 12vw;
  }
  img.buddyXXImg {
    width: 30vw;
    bottom: -1vw;
    left: -17vw;
  }
  .PromptBox h1 {
    font-size: 4vw;
    padding-bottom: 2vw;
  }
  .PromptBox ul {
    margin-bottom: 1vw;
  }
  .PromptBox ul li {
    padding-bottom: 1.5vw;
    line-height: 4vw;
  }
  .PromptBox button {
    line-height: 4.5vw;
    font-size: 4vw;
    padding: 1.5vw 3vw 1.5vw 3vw;
    border-radius: 1.5vw;
  }
  .PromptBox > header > b {
    width: 8vw;
    height: 8vw;
    right: -3vw;
    top: -3vw;
  }
}
