body {
    background: url("../assets/image/activeBg.png") center top no-repeat;
    background-size: 100% 100%;
}

.pageHeader {
    height: 0.54rem;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pageHeader .leftView {
    height: 0.54rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0.18rem;
}

.pageHeader .leftView .iconView,
.pageHeader .leftView .iconView .icon {
    width: 0.4rem;
    height: 0.23rem;
}

.pageHeader .rightView {
    height: 0.54rem;
    padding-right: 0.07rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageHeader .rightView .href {
    display: block;
    padding: 0 0.16rem;
    height: 0.32rem;
    line-height: 0.32rem;
    border-radius: 0.16rem;
    background: linear-gradient(180deg, #FC9E5F 0%, #E34A2E 100%);
    color: #ffffff;
    text-align: center;
    font-size: 0.14rem;
    font-weight: 600;

}

.Millions {
    margin-top: 0.55rem;
    padding: 0.09rem 0 0;
    margin-bottom: 0.08rem;
    text-align: center;
    font-family: Avenir;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 900;
    line-height: 0.28rem;
    background-image: linear-gradient(180deg, #FC9E5F 0%, #E34A2E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: pre-line;


}

.RealRewards {
    color: #121212;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 0.14rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.168rem;
}

.activeView {
    width: 100%;
    height: 2.09rem;
    padding-top: 0.04rem;
}

.activeView .icon {
    width: 3.32rem;
    height: 2.8rem;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

.EligibleParticipantsView {
    position: relative;
    z-index: 10;
    margin: 0 0.16rem;
    padding: 0.24rem 0.15rem;
    border-radius: 0.12rem;
    background: rgba(255, 255, 255, 0.80);


}

.EligibleParticipantsView .title {
    color: #9B452E;
    font-size: 0.14rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.22rem; /* 22.4px */
    margin-bottom: 0.15rem;
    margin-top: 0.24rem;
}

.EligibleParticipantsView p {
    color: #121212;
    font-size: 0.12rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.14rem; /* 13.8px */
}

.EligibleParticipantsView .msg {
    display: flex;
    margin-bottom: 0.12rem;

}

.EligibleParticipantsView img {
    width: 1.47rem;
    height: 1.43rem;
    margin-bottom: 0.12rem;


}

.EligibleParticipantsView .msg .left {
    float: left;
    width: 0.168rem;
    height: 0.168rem;
    color: #121212;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;

    display: flex;
    justify-content: center;
    align-items: center;

}

.EligibleParticipantsView .msg .leftView {

}

.EligibleParticipantsView .msg .left .dot {
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background: #000000;

}

.EligibleParticipantsView .msg .right {
    flex: 1;
    color: #121212;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.168rem; /* 16.8px */
}

.EligibleParticipantsView .subtitle {
    color: #9B452E;
    font-size: 0.12rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.168rem; /* 16.8px */
}

.btnView {
    padding: 0.3rem 0.15rem 0.38rem;


}

.btnView .btn {
    display: block;
    height: 0.42rem;
    text-align: center;
    line-height: 0.42rem;
    color: #ffffff;


    font-size: 0.14rem;
    font-style: normal;
    font-weight: 600;
    border-radius: 0.21rem;
    background: linear-gradient(180deg, #FC9E5F 0%, #E34A2E 100%);


}
