body {
    background: url("../assets/image/activeBg.png") center top no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
}

.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;

}

.pageBg {
    padding: 0.55rem 0.15rem 0.3rem;
}

.InviteRanking {
    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: 1.38rem;
    position: relative;
}

.activeView .icon {
    width: 100%;
    height: 2.22rem;
    position: absolute;
    top: -0.3rem;
}

.listView {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.80);
    position: relative;
    padding: 0.32rem 0.15rem;
}

.listView .btnView {
    position: absolute;
    left: 0;
    right: 0;
    top: -0.21rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.36rem;
}

.listView .btnView .btn {
    border-radius: 18px;
    height: 0.36rem;
    background: linear-gradient(180deg, #FC9E5F 0%, #E34A2E 100%);
    text-align: center;
    padding: 0 0.2rem;
    line-height: 0.36rem;
    color: #FFF;
    font-size: 0.14rem;
    font-style: normal;
    font-weight: 600;
}

.listHeader {
    height: 0.44rem;
    margin-bottom: 0.16rem;
}

.listHeader .item {
    display: flex;
    height: 0.44rem;
}

.listHeader .item .li {
    flex: 1;
    height: 0.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9B452E;
    font-size: 0.14rem;
    font-weight: 600;
    line-height: 0.224rem;
    text-align: center;

}

.list {
}

.list .item {
    display: flex;
    height: 0.22rem;
    margin-bottom: 0.16rem;
}

.list .item .li {
    flex: 1;
    height: 0.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list .item .li .iconView {
    width: 0.35rem;
    height: 0.22rem;

}

.list .item .li .iconView .icon {
    width: 0.35rem;
    height: 0.22rem;
}

.list .item .li .indexView {
    display: flex;
    width: 0.22rem;
    height: 0.22rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #EC6A41;
    background: rgba(255, 255, 255, 0.20);
    box-sizing: border-box;
}

.list .item .li .indexView .index {
    color: #EC6A41;
    text-align: center;
    font-family: Inter;
    font-size: 0.12rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.22rem;
}

.list .item .li:nth-child(2),
.list .item .li:nth-child(3) {
    color: #121211;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 0.14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.22rem; /* 22.4px */
}

.updateTime {
    color: #D74423;
    text-align: center;
    font-size: 0.12rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.168rem;
    margin-bottom: 0.04rem;
}

.Updatedminutes {
    color: #121212;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 0.12rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.168rem; /* 16.8px */
}

.noData {
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    color: #666666;
    font-size: 0.12rem;
    font-style: normal;
    font-weight: 500;
}

