.dia-con {
  width: 6.66rem;
  height: 6.75rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/dia-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  border-radius: 0.1rem;
  color: #45180c;
  font-size: 0.3rem;
}
.dia-con2 {
  height: 9.43rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/dia-bg2.png") no-repeat;
  background-size: 100% 100%;
}
.dia-box {
  width: 5rem;
  height: 4.33rem;
  position: absolute;
  top: 1.93rem;
  left: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.dia-close {
  display: block;
  width: 0.54rem;
  height: 0.54rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/dia-close.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.dia-title {
  width: 100%;
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  color: #45180c;
  position: absolute;
  top: 0.3rem;
}
.dia-description {
  width: 100%;
  text-align: center;
  margin-top: -0.5rem;
}
.dia-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-60%);
}
.dia-btn a {
  display: block;
  margin: 0 0.2rem;
  border-radius: 0.14rem;
  font-size: 0.26rem;
  font-weight: bold;
}
.dia-btn.btn1 {
  padding: 0.2rem 0.6rem;
  color: #fff;
  background: #ad2b21;
}
.dia-btn.btn2 {
  padding: 0.2rem 0.6rem;
  color: #fff;
  background: #ad2b21;
}
.dia .platform {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.dia .platform a {
  display: flex;
  width: 2rem;
  height: 2rem;
  background: #ad2b21;
  border-radius: 50%;
  margin: 0.2rem 0.3rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dia .platform span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 2.1rem;
  font-size: 0.26rem;
  color: #45180c;
}
.dia .platform svg {
  filter: drop-shadow(0 0.05rem 0.03rem rgba(0, 0, 0, 0.3));
}

.main {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  font-size: 0.24rem;
}

.btn {
  display: block;
}
.btn-share {
  width: 2.62rem;
  height: 0.85rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/btn-share.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  position: absolute;
  top: 4.52rem;
  left: 50%;
  transform: translateX(-50%);
}
.btn-get {
  width: 1.94rem;
  height: 0.68rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/btn-get.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.14rem;
}
.btn-get--done {
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/btn-get--done.png") no-repeat;
  background-size: 100% 100%;
}
.btn-down {
  width: 1.94rem;
  height: 0.68rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/btn-down.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.btn-copy {
  width: 1.94rem;
  height: 0.68rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/btn-copy.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 1rem !important;
}

.banner {
  width: 100%;
  height: 5.79rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/banner.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.banner canvas {
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  z-index: 3;
}
.banner-slogan {
  width: 7.02rem;
  height: 1.31rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/slogan.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 1.04rem;
  z-index: 4;
}

.part1 {
  width: 100%;
  height: 15.77rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/part1.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.part1-gift {
  width: 2.99rem;
  height: 2.65rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/gift1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1.58rem;
  left: 50%;
  transform: translateX(-50%);
}
.part1 .code {
  width: 6.57rem;
  height: 0.84rem;
  padding: 0 0.16rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  margin: 5.8rem auto 0;
}
.part1 .code-text {
  color: #341700;
  width: 65%;
  height: 100%;
}
.part1 .code input {
  border: none;
  background: none;
  width: 65%;
  height: 80%;
}
.part1 .code input:focus {
  border: none;
  outline: none;
}
.part1 .user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.68rem;
}
.part1 .user-item {
  width: 1.12rem;
  height: 1.12rem;
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  background: #fffadc;
  border: 0.02rem solid #ad2b21;
  margin: 0 0.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part1 .user-item::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABK0lEQVRoge2YQYrCMBSGv3Stg5coM0eoew81MPviZZwDiHvtDRSv0EWddl1dJBsrrQzk6Wt5H3TRBPrnI4SS37VlgRApsAZW4X0HfANniTAnJPIJHIBFZ7wCMuAUOzCJ/cFAzqMEYSyXCJTakQvw0TPXAPPYgVI70icBMJMIlBJ5OSaiDRPRholow0S0YSLaMBFtmIg2JieSAhv8ze4a4XlGjIxLWHMK/qrbVxSMhQrIEvqLgrGwAHLXlsVQUTAWmkkd9t27FxGBrWvL4gvYM95zUgHLBDjia8xfoH7niv5JjV9zBhylmsZn/xIXO3BSh30SmIg2TEQbJqINE9GGiWjDRLRhItqQEvkbmGskAqVEhgqNrUSglMgPvhToUoW56EiJdAuNu6JAIvAGWWhcx6sng6kAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.part1 .user-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.part1 .user-item.active::after {
  display: none;
}
.part1 .task {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.73rem;
}
.part1 .task-item {
  width: 6.41rem;
  height: 1.62rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/task-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.part1 .task-item-text {
  font-size: 0.27rem;
  background-image: linear-gradient(to top, #ffdda4, #fdf0e4);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  margin-left: 0.27rem;
}
.part1 .task-item-icon {
  position: absolute;
  top: -0.15rem;
}
.part1 .task-item img {
  width: 100%;
}
.part1 .task-item:nth-child(1) .task-item-icon {
  width: 2.2rem;
  left: 1.82rem;
}
.part1 .task-item:nth-child(2) .task-item-icon {
  width: 1.48rem;
  left: 2.17rem;
}
.part1 .task-item:nth-child(3) .task-item-icon {
  width: 1.75rem;
  left: 2.04rem;
}
.part1 .share-code {
  width: 2.62rem;
  height: 0.85rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/share-code.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  font-weight: bold;
  position: absolute;
  top: 4.52rem;
  left: 50%;
  transform: translateX(-50%);
  color: #341700;
  text-shadow: 0 0.05rem 0 #ffff67;
  z-index: 5;
}

.part2 {
  width: 100%;
  height: 14.51rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/part2.jpg") no-repeat;
  background-size: 100% 100%;
}

.part3 {
  width: 100%;
  height: 13.27rem;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/part3.jpg") no-repeat;
  background-size: 100% 100%;
}

.gift {
  position: absolute;
  top: 1rem;
  text-align: center;
  width: 100%;
  font-size: 0.24rem;
}
.gift img {
  display: block;
  margin: 0 auto 0.18rem;
  width: 1.69rem;
}

.link {
  width: 100%;
  height: 0.5rem;
  border-radius: 0.5rem;
  border: 0.02rem solid #ad2b21;
  padding: 0 0.2rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
}
.link input {
  width: 100%;
  height: 100%;
}

.login {
  color: #fff;
  font-size: 0.24rem;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  z-index: 3;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.login a {
  color: #fedf43;
}

.frequency {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #341700;
  top: 6.7rem;
}
.frequency b {
  font-size: 0.3rem;
}

.dia-rules {
  position: absolute;
  width: 79%;
  left: 0.7rem;
  top: 2rem;
  font-size: 0.22rem;
  color: #b7311e;
}
.dia-rules-detail {
  margin-top: 0.8rem;
  height: 5.5rem;
  overflow: auto;
}
.dia-rules-detail h2 {
  margin: 0.2rem auto 0.1rem;
}
.dia-rules-detail p {
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
}
.dia-rules-detail table {
  width: 100%;
  font-size: 0.18rem;
  border: 0.01rem solid #b7311e;
  text-align: center;
  margin-bottom: 0.2rem;
}
.dia-rules-detail table th {
  font-weight: bold;
}
.dia-rules-detail table tr,
.dia-rules-detail table td,
.dia-rules-detail table th {
  border: 0.01rem solid #b7311e;
  height: 0.5rem;
  text-align: center;
  padding: 0 0.05rem;
}

.btn-rules {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  position: absolute;
  top: 8.7rem;
  right: 0.6rem;
  z-index: 5;
  background: url("//game.gtimg.cn/images/cr/cp/a20250116year/help.png") no-repeat;
  background-size: 100% 100%;
}