body {
    background-color: #f2f4fa;
}

.ldx {
    position: relative;
}

.ldx img {
    vertical-align: top;
}

.ldx .bg {
    width: 100%;
    height: auto;
}

.rule_btn,
.invite,
.haveGot {
    position: absolute;
}
/* 我的排名 */

.my-ranking,
.ranking {
    width: 100%;
    margin: auto;
    font-size: 0.26rem;
    background-color: #fff;
    background: url('../image/img/winner_02.jpg') center;
    background-size: 100%;
}

.my-ranking .title {
    text-align: left;
}

.my-ranking div span {
    display: inline-block;
    width: 32%;
    line-height: 1.8;
    text-align: center;
    padding: 2px 0;
}
.my-ranking div span i{
    font-style: normal;
}
.my-ranking div span b{
    font-weight:normal;
    background-color: #ffedbf;
    padding: 0.1rem;
}
.ranking div div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ranking div span {
    display: inline-block;
    width: 32%;
    line-height: 1.8;
    text-align: center;
    padding: 2px 0;
}
.noWx{
    padding: 0.3rem
}
.noWx img{
    display: block;
    margin: 0.2rem auto;
}
.noWx p {
    font-size: 0.32rem;
    line-height: 1.8
}
.noWx ul{
    font-size: 0.28rem;
    line-height: 1.6;
    word-wrap: break-word;
}

/*活动规则*/

.rule_btn {
    width: 1.65rem;
    height: 0.5rem;
    top: 0.4rem;
    right: 0;
}

.rule_btn img {
    width: 100%;
    height: auto;
}
.ruleBox{
    position: absolute;
    padding: 0 0.5rem;
    padding-bottom: 1rem;
    width: 100%;
    height: 7rem;
    top: 0.8rem;
    line-height: 1.6;
    z-index: 100;
    overflow-y: auto;
}
.ruleBox p{

}
.ruleBox span{
    display: block;
    font-size: 0.24rem;
}


/*邀请好友*/

.invite {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.invite img {
    width: 100%;
}


/*弹窗*/

.content {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.content .inner {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 1rem 0.5rem;
}

.content img {
    width: 100%
}

.content .rule_text {
    position: absolute;
    display: block;
    width: 5.84rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content .share {
    width: 5.35rem;
    margin: auto;
    padding-top: 1rem;
}


.close {
    position: absolute;
}