#copy-input {
  position: absolute;
  top: 50%;
  /* z-index: -1; */
  /* visibility:hidden; */
  opacity: 0;
}
.wrapper {
  min-height: 100vh;
  overflow-y: auto;
  width: 100%;
  position: relative;
}
.container {
  padding: 0 0.16rem 0.1rem;
  min-height: 100vh;
  /* background: linear-gradient(155deg, #f7533b, #5855ff 100%); */
  background: linear-gradient(166.91deg, #00af66 0%, #139cc8 103.65%);
  position: relative;
}
.container-bg {
  height: 2.83rem;
  width: 3.75rem;
  background: url(../images/bg_us.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 3.23rem;
}
.container-bg.us {
  background-image: url(../images/bg_us.png);
}
.container-bg.ba {
  background-image: url(../images/bg_br.png);
}
.container-bg.in {
  background-image: url(../images/bg_in.png);
}
.header {
  padding-top: 0.14rem;
}
.header .user {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  font-weight: 700;
  color: white;
}
.header .user .avatar {
  height: 0.28rem;
  width: 0.28rem;
  margin-right: 0.04rem;
}
.header .user .avatar img {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 50%;
}
.header .dialog {
  background: url(../images/dialog.png) no-repeat center;
  /* background-size: contain; */
  background-size: cover;
  padding: 0.14rem 0.1rem 0.1rem;
  color: white;
  margin-top: 0.06rem;
}
.header .dialog .text-12 {
  line-height: 0.2rem;
  font-size: 0.12rem;
  font-weight: 500;
}
.header .dialog .text-14 {
  margin-top: 0.04rem;
  line-height: 0.24rem;
  font-size: 0.14rem;
  font-weight: 400;
}
.header .dialog .text-14 > span {
  color: #fbbe40;
}
.main {
  margin-top: 0.16rem;
  width: 3.43rem;
  height: 1.92rem;

  position: relative;
}
.main.in {
  background: url(../images/main_bg_in.png) no-repeat center;
  background-size: contain;
}
.main.ba {
  background: url(../images/main_bg_ba.png) no-repeat center;
  background-size: contain;
}
.main.us {
  background: url(../images/main_bg_us.png) no-repeat center;
  background-size: contain;
}
.main .content {
  position: absolute;
  /* bottom: 0.28rem; */
  bottom: 0.18rem;
  left: 50%;
  transform: translateX(-50%);
}
.main .content .hand {
  height: 0.8rem;
  width: 0.8rem;
  background: url(../images/hand.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0.08rem;
  right: -0.22rem;
  animation: hand 1s infinite;
}
.main .content .button {
  /*  height: 0.52rem;
  width: 2.6rem; */
  width: 2.64rem;
  height: 0.62rem;
  /* background: linear-gradient(90deg, #f86900, #fda203 100%); */
  background: url(../images/button_bg.png) no-repeat center center;
  background-size: cover;
  /* background-position: 0 0.1rem; */
  border-radius: 0.7rem;
  /* box-shadow: 0 0.1rem 0.26rem -0.07rem rgba(249, 115, 1, 0.5); */
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .content .button .icon {
  display: inline-block;
  height: 0.28rem;
  width: 0.28rem;
  background: url(../images/button_icon.png) no-repeat center;
  background-size: contain;
  margin-top: -0.1rem;
}
.main .content .button .text {
  /* color: white; */
  color: #8f3f2e;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.3rem;
  margin-top: -0.1rem;
}
.footer {
  height: 3.82rem;
  width: 3.17rem;
  background: url(../images/footer_bg.png) no-repeat;
  background-size: contain;
  position: relative;
  margin: 0.1rem auto 0;
}
.footer .content {
  overflow-y: hidden;
  width: 3rem;
  height: 1.26rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.36rem;
  padding: 0 0.12rem 0;
}
.footer .content .withdraw-list .item {
  text-align: center;
  color: #8e4116;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.2rem;
  margin-bottom: 0.08rem;
}
.footer .content .withdraw-list .item > span {
  color: #f99f02;
  font-weight: 500;
}
.mock {
  overflow-y: auto;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(20, 20, 43, 0.87);
  backdrop-filter: blur(4px);
  display: none;
}
.mock .dialog {
  width: 3.75rem;
  height: 4.92rem;
  background: url(../images/dialog_bg_us.png) no-repeat;
  /* background-position-x: 0.06 rem;
  background-position-y: 0.14 rem; */
  background-position: 0.08rem 0.18rem;
  background-size: contain;
  margin-top: 0.3rem;
  position: relative;
}
.mock .dialog.in {
  background-image: url(../images/dialog_bg.png);
}
.mock .dialog.br {
  background-image: url(../images/dialog_bg_br.png);
}
.mock .dialog .close {
  height: 0.36rem;
  width: 0.36rem;
  background: url(../images/dialog_close.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.63rem;
}
.mock .dialog .button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.16rem;
  /*  height: 0.4rem;
  width: 2.28rem; */

  width: 2.38rem;
  height: 0.56rem;
  /* background: linear-gradient(180deg, #fbea61, #fbd961 100%); */
  background: url(../images/button_bg.png) no-repeat center center;
  background-size: cover;
  /* border-radius: 0.8rem; */
  /* box-shadow: 0px 0.14rem 0.18rem 0px rgba(0, 0, 0, 0.16),
    0px 0.12rem 0.08rem 0px rgba(255, 255, 255, 0.3) inset; */
}
.mock .dialog .button .icon {
  margin-right: 0.02rem;
  height: 0.24rem;
  width: 0.24rem;
  background: url(../images/download_icon.png) no-repeat center;
  background-size: contain;
  margin-top: -0.08rem;
}

.mock .dialog .button .hand {
  height: 0.8rem;
  width: 0.8rem;
  background: url(../images/hand.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0.08rem;
  right: -0.22rem;
  animation: hand 1s infinite;
}
.mock .dialog .button .text {
  font-size: 0.18rem;
  font-weight: 700;
  color: #65150a;
  line-height: 0.3rem;
  margin-top: -0.08rem;
}
.mock .dialog .content {
  width: 2.8rem;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.6rem;
  color: white;
  /* font-size: 0.16rem; */
  font-size: 0.145rem;
  font-weight: 700;
  line-height: 0.28rem;
}
.mock .dialog .content span {
  color: #f7fc08;
}
.mock .dialog > .icon {
  height: 0.64rem;
  width: 0.64rem;
  background: url(../images/dialog_icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.82rem;
}
.mock .dialog > .icon.us {
  background-image: url(../images/dialog_icon_us.png);
}
.mock .dialog > .icon.br {
  background-image: url(../images/dialog_icon_br.png);
}
@keyframes hand {
  0% {
    transform: none;
  }
  50% {
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    transform: none;
  }
}
