body,
html {
  width: 100%;
  height: 37rem;
  overflow-x: hidden;
}

.main {
  width: 100%;
  height: 37rem;
  position: absolute;
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/bg.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}

.foot {
  font-size: 0.2rem;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 0.2rem;
}

.user {
  width: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.3rem;
}
.user li {
  width: 1.26rem;
  height: 1.26rem;
  background: linear-gradient(180deg, rgb(255, 254, 255) 0%, rgb(224, 196, 255) 100%);
  border-radius: 50%;
  border: 0.08rem solid #973aff;
  box-shadow: 0 0 0.1rem #fff;
  position: relative;
}
.user-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.user-btn::after {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/plus.png") no-repeat;
  background-size: 100% 100%;
}
.user-name {
  font-size: 0.24rem;
  color: #69489d;
  text-align: center;
  margin-top: 0.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.user-avator {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 50%;
}

.task {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 3.6rem;
}
.task li {
  width: 6.34rem;
  height: 1.59rem;
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/list.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 0.1rem;
}
.task li.off {
  background: #d3d3d3;
  border-radius: 0.2rem;
}
.task li.off b {
  color: #6d6d6d;
}
.task-btn {
  font-size: 0.3rem;
  color: #690a0a;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.68rem;
  height: 0.75rem;
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/btn2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
}
.task-btn.wei {
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/btn1.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.task-btn.off {
  filter: grayscale(100%);
  color: #fff;
}
.task-prize {
  display: block;
  width: 1.84rem;
  height: 1.84rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.1rem;
}
.task-detail {
  font-size: 0.24rem;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.54rem;
}
.task-detail span {
  font-weight: bold;
  display: block;
  max-width: 2.5rem;
}
.task-detail b {
  color: #ffd802;
}

.check {
  display: block;
  width: 2.6rem;
  height: 0.5rem;
  position: absolute;
  top: 9.2rem;
  left: 2.1rem;
}

.login {
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
  font-size: 0.24rem;
  position: absolute;
  top: 7.3rem;
}

.danmustage {
  width: 100%;
  height: 3.5rem;
  position: absolute;
  top: 1.2rem;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
}

.dia-con {
  width: 5.4rem;
  min-height: 2rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.5rem 0.4rem 0.3rem;
  font-size: 0.24rem;
}
.dia-close {
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/plus.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  font-size: 0;
  transform: rotate(45deg);
}
.dia-title {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.2rem;
}
.dia-detail {
  text-align: center;
}
.dia-info {
  max-height: 6rem;
  overflow-y: scroll;
  padding: 0 0.2rem;
}
.dia .btngroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
.dia .btngroup .login-wx {
  width: 2rem;
  height: 2.51rem;
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/wx.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 0.2rem;
}
.dia .btngroup .login-qq {
  width: 2rem;
  height: 2.51rem;
  margin: 0 0.2rem;
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/qq.png") no-repeat;
  background-size: 100% 100%;
}
.dia-btn {
  min-width: 1rem;
  height: 0.7rem;
  background: #5e00c9;
  color: #fff;
  padding: 0 0.6rem;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  font-weight: bold;
  font-size: 0.26rem;
}
.dia-btn.btn1 {
  background: #999;
  color: #fff;
}

.danmu {
  background: #440e81;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  text-shadow: 0.01rem 0.01rem 0 #1f0042, -0.01rem -0.01rem 0 #1f0042, 0.01rem 0 0 #1f0042, -0.01rem 0 0 #1f0042;
}

.prize {
  color: #ffea00;
}

#pop2 .dia-con {
  width: 5.2rem;
  padding: 0;
  background: none;
  height: 9.25rem;
}

.pop-pic {
  display: block;
  width: 100%;
}

.close {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/close.png") no-repeat;
  background-size: 100% 100%;
  margin: 0.5rem auto 0;
  z-index: 999;
  position: relative;
}

.poster {
  position: fixed;
  width: 750px;
  height: 1334px;
  line-height: 0;
  top: 0;
  left: 0;
  display: none;
  color: transparent;
}
.poster-ewm {
  display: block;
  position: absolute;
  width: 148px;
  height: 148px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}

.pop-poster {
  width: 100%;
}
.pop-poster-tips {
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.1rem;
}

.float {
  width: 100%;
  height: 1.82rem;
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/float.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 3;
  bottom: 0;
}

.lottery {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
}
.lottery-img {
  width: 2.02rem;
  height: 2.02rem;
}
.lottery-btn {
  display: flex;
  justify-content: center;
  width: 2.84rem;
  height: 1.2rem;
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/lottery-btn.png") no-repeat;
  background-size: 100% 100%;
  font-size: 0.24rem;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.6rem;
}
.lottery-btn em {
  font-style: normal;
}
.lottery-btn span {
  position: absolute;
  bottom: 0.2rem;
}

.share {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 999;
}
.share-img {
  width: 3.27rem;
  height: 3.74rem;
  background: url("//game.gtimg.cn/images/cr/act/a20230731summer/share.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.1rem;
  right: 0.2rem;
}

.copy {
  width: 80%;
  margin: 0.3rem auto;
  height: 0.6rem;
  border: 0.01rem solid #5e00c9;
  border-radius: 0.3rem;
  font-size: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-link {
  width: 100%;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dia-small {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.24rem;
}

.phone {
  display: block;
  width: 80%;
  border: 0.02rem solid #d4d4d4;
  height: 0.6rem;
  margin: 0.2rem auto;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
  font-size: 0.24rem;
}

.part1,
.part2,
.part3 {
  width: 6.9rem;
  height: 6.05rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8rem;
}
.part1-btn,
.part1 .invite,
.part2-btn,
.part2 .invite,
.part3-btn,
.part3 .invite {
  display: flex;
  width: 3.3rem;
  height: 0.84rem;
  background: #ea601c;
  color: #fff;
  font-size: 0.34rem;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 0.5rem;
  box-shadow: 0 -0.03rem 0 #ffc038;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.3rem;
}
.part1-gift,
.part2-gift,
.part3-gift {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.1rem;
}
.part1-gift.gift1,
.part2-gift.gift1,
.part3-gift.gift1 {
  width: 6.65rem;
  height: 4.53rem;
}
.part1-gift.gift2,
.part2-gift.gift2,
.part3-gift.gift2 {
  width: 5.89rem;
  height: 4.53rem;
}
.part1-gift.gift3,
.part2-gift.gift3,
.part3-gift.gift3 {
  width: 6.65rem;
  height: 4.53rem;
}
.part1-gift.gift4,
.part2-gift.gift4,
.part3-gift.gift4 {
  width: 5.89rem;
  height: 4.52rem;
}

.part2 {
  height: 7.24rem;
  top: 15.62rem;
}
.part2-btn {
  bottom: 0.5rem;
}

.part3 {
  height: 10.11rem;
  top: 24.45rem;
}
.part3-btn {
  top: 2.4rem;
}

.p1 {
  font-size: 0.26rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.p2 {
  font-size: 0.22rem;
  color: #666;
}
.p2 em {
  font-style: normal;
  color: #ea601c;
}

.jp {
  border: 1px solid #ccc;
  width: 100%;
  text-align: center;
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
}
.jp thead {
  background: #ccc;
}
.jp td {
  border: 1px solid #ccc;
  padding: 0.05rem;
}

.poster-ing {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.3rem;
  display: none;
}
.poster-ing p {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}