/* ============ 首页样式 ============ */
.PeteWrap.index-wrap { padding-top: 0; padding-bottom: 1.6rem; }
.PeteHeader { width: 100%; flex-shrink: 0; position: relative; z-index: 1; }
.PeteHeaderTitleImg { width: 100%; height: auto; }
.PeteDividendCard {
  position: absolute;
  left: 50%;
  bottom: 0.34rem;
  transform: translateX(-50%);
  width: 88%;
  margin: 0 auto;
  padding: 0.28rem 0.32rem 0.4rem;
  background: url("../images/sy/fenhongkuang.png") 0 0 / 100% auto no-repeat;
  z-index: 3;
}
.PeteDividendTop { display: flex; align-items: center; gap: 0.1rem; }
.PeteDividendIcon { width: 0.36rem; height: 0.36rem; flex-shrink: 0; object-fit: contain; }
.PeteDividendLabel { font-size: 0.24rem; color: rgba(255,255,255,0.85); font-weight: 500; }
.PeteDividendValueRow { display: flex; align-items: center; justify-content: space-between; gap: 0.2rem; margin-top: 0.12rem; }
.PeteDividendValue { font-size: 0.72rem; font-weight: 700; color: #fff; line-height: 1.1; letter-spacing: 0.02rem; min-width: 0; }
.PeteDividendWithdraw { flex-shrink: 0; min-width: 1.1rem; height: 0.48rem; padding: 0 0.18rem; border: 1px solid rgba(255, 220, 110, 0.9); border-radius: 0.08rem; background: rgba(255, 198, 58, 0.2); color: #fff0b2; font-size: 0.24rem; font-weight: 700; }
.PeteDividendWithdraw:active { background: rgba(255, 198, 58, 0.38); }

.PeteBot {
  width: 100%;
  flex: 1;
  margin-top: -0.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/sy/xia.png") 0 0 / 100% auto no-repeat;
}
.PeteBotBox { padding-top: 0; background: url("../images/sy/dakuang.png") 0 0 / 100% auto no-repeat; }
.PeteMainSection { width: 88%; margin: 0 auto; padding: 0.4rem 0 0.1rem; border-radius: 0.14rem; }
.PeteEarningsBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.06rem 0.28rem;
  background: url("../images/sy/xiaokuang.png") 0 0 / 100% auto no-repeat;
}
.PeteEarningsLeft { display: flex; align-items: center; gap: 0.1rem; min-width: 0; flex: 1; }
.PeteEarningsIcon { width: 0.4rem; height: 0.4rem; flex-shrink: 0; object-fit: contain; }
.PeteEarningsLabel { font-size: 0.24rem; font-weight: bolder; letter-spacing: 1px; color: rgba(255,255,255,0.8); white-space: nowrap; }
.PeteEarningsValue { font-size: 0.45rem; color: #fff; font-weight: 600; letter-spacing: 2px; margin-left: 0.06rem; }
.PeteWithdrawBtn { flex-shrink: 0; width: 1.8rem; cursor: pointer; }
.PeteWithdrawBtn img { width: 100%; height: auto; }

.PeteEquityGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.12rem; margin-top: 0.16rem; }
.PeteEquityCard {
  position: relative;
  padding: 0.3rem 0 0.22rem 0.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.PeteEquityCard1 { background: url("../images/sy/guquan.png") 0 0 / cover no-repeat; }
.PeteEquityCard2 { background: url("../images/sy/xiinenyuan.png") 0 0 / cover no-repeat; }
.PeteEquityCard3 { background: url("../images/sy/lvxingqiu.png") 0 0 / cover no-repeat; }
.PeteEquityCard4 { background: url("../images/sy/zhongucheng.png") 0 0 / cover no-repeat; }
.PeteEquityTitle { font-size: 0.28rem; color: rgba(255,255,255,0.9); font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.PeteEquityNum { margin-top: 0.06rem; font-size: 0.4rem; color: #fff; font-weight: 700; line-height: 1.1; }
.PeteEquityUnit { font-size: 0.22rem; font-weight: 500; margin-left: 0.02rem; }
.PeteEquityBtn { width: 1.4rem; margin-top: 0.26rem; cursor: pointer; height: auto; object-fit: contain; }

.PeteBenefitSection {
  width: 88%;
  margin: 0.4rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.14rem;
  padding: 0.32rem 0.2rem 0.2rem;
  background: url("../images/sy/xiankuang.png") 0 0 / 100% auto no-repeat;
  position: relative;
}
.PeteBenefitTitle { position: absolute; top: -0.29rem; left: 50%; transform: translateX(-50%); width: 55%; height: auto; }
.PeteCheckInCard, .PeteLiveCard { width: 100%; cursor: pointer; }
.PeteCheckInImg, .PeteLiveImg { width: 100%; height: auto; }
.PeteFeatureRow { width: 88%; margin: 0.2rem auto 0; height: auto; object-fit: contain; }

/* 实名认证弹窗 */
.showapptt { background-color: transparent !important; box-shadow: none !important; }
.showapptt .layer-content { padding: 0; background: transparent; }
.showapptt .layer-close { color: #fff !important; font-size: 0.5rem !important; font-weight: 300; text-shadow: 0 0 0.1rem rgba(0,0,0,0.5); }
