#app {
  min-height: 100vh;
  /* background: #14225b; */
}
.myuid {
  position: absolute;
  top: 0.1rem;
  left: 0.2rem;
  color: #fff;
  font-size: 0.12rem;
  z-index: 100;
}
.header_img, .banner {
  width: 100%;
  display: block;
}
.footer {
  text-align: center;
}
.footer .foot_text {
  color: #AAE6FF;
  font-size: 0.14rem;
  margin-top: 0.05rem;
}
.footer .btn {
  width: 1.84rem;
  height: 0.67rem;
  position: relative;
  background: url("https://rs.ix5j.net/activity/caizhuang/czjMsgbtn.jpg") center no-repeat;
  background-size: contain;
  margin: 0.1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.16rem;
  text-shadow: 0px 0px 5px #fff;
}
.msg {
    font-size: 0.1rem;
    color: #AAE6FF;
    margin: 0.2rem auto 0;
    text-align: center;
    width: 1.4rem;
    padding-bottom: 0.15rem;
}
.header {
  position: relative;
}
.inviter_avatar {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  color: #AAE6FF;
  font-size: 0.15rem;
  text-align: center;
}
.inviter_avatar img {
  width:0.44rem;
  height:0.44rem;
  border-radius: 50%;
  margin-bottom: 0.05rem;
}
.main {
  background: url("https://rs.ix5j.net/activity/caizhuang/bk_me@2x2.png") center no-repeat;
  background-size: 100% 100%;
  /* height: 3.33rem; */
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main_bg {
  width: 100%;
}
.main .main_prize {
  display: block;
  width: 1.54rem;
  /* height: 1.36rem; */
  margin: 1rem auto 0;
}
.prize_bg {
  background: url("https://rs.ix5j.net/activity/caizhuang/big@2x.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom:0;
  transform: translate(-50%);
  width: 3.25rem;
  height: 3.2rem;
}
.open_browser {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background:rgba(0,0,0, 0.8);
}
.open_b_c {
  position: absolute;
  top: 0.6rem;
  right: 0.2rem;
  text-align: right;
}
.open_b_c .arrow{
  width: 0.2rem;
}
.open_b_c .open_b_t {
  color: #fff;
  font-size: 0.12rem;
  margin-top: 0.1rem;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background:rgba(0,0,0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop .pop_content {
  position: relative;
  width: 2.61rem;
  text-align: center;
}
.pop_content .pop_img {
  width: 1.5rem;
}
.pop_content_int {
  width: 2.61rem;
  height: 2.28rem;
  background: #142A76;
  border-radius: 0.06rem;
  border: 1px solid #55FFFE;
  margin-top: -0.24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text_con {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  color: #fff;
  font-size: 0.14rem;
}
.pop_content_title {
  font-weight: bold;
  font-size: 0.16rem;
  padding: 0.1rem;
}
.pop_content_title2 {
  font-size: 0.14rem;
}
.pop_content_text {
  padding-bottom: 0.15rem;
  padding-top: 0.1rem;
  font-size: 0.1rem;
  color: rgba(255,255,255, 0.8);
  font-size: 0.11rem;
}
.pop_btn , .iknow{
  width:1.3rem;
  height:0.4rem;
  background:rgba(85,255,254,1);
  border-radius:0.04rem;
  color: #232F57;
  font-size: 0.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.errorPop .pop_btn {
  margin-top: 0.2rem;
}
.server_error {
  width: 2.63rem;
}
.btn>img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}
.btn>span {
  position: absolute;
}
.toast {
  max-width: 3.5rem;
  min-width: 1.6rem;
  padding: 0.08rem 0.12rem;
  background: rgba(0, 0, 0, 0.8);
  font-size: 0.12rem;
  color: #ffffff;
  position: fixed;
  bottom: 1.5rem;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border-radius: 0.2rem;
}