body {
    background: #f3f3f3
}

.imgbg {
    width: 7.5rem;
    height: auto;
    overflow: hidden
}

.imgbg>div {
    overflow: hidden;
    margin-top: -1px;
    text-align: center;
    margin: 0 auto
}

.imgbg>div>img {
    width: 7.5rem;
    height: auto; 
    text-align: center;
    margin: 0 auto
}

.agent {
    position: relative;
    overflow: hidden;
}

.agent_list {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    z-index: 999;
    width: 6rem;
    left: 0.75rem;
    top: 35%;
    font-size: .3rem;
    height: 1rem;
    color: #d32337
}

.agent_num {
    width: 38%;
    text-align: center
}

.agent_second {
    top: 66%
}

.money_team {
    width: 28%;
    text-align: center;
    font-weight: 500
}

.money_today {
    width: 28%;
    text-align: center;
    font-weight: 500
}

.invite {
    position: relative;
}
.ewm{
    position: absolute;
    top: 34.39%;
    width: 2.2rem;
    height: 2.2rem;
    left: 2.67rem;
}
.ewm img{
    width: 100%;
    height: 100%
}
.invite_link{
    width: 5.5rem;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 80%;
    left: 1rem;
    height: .4rem;
}
.invite_line_span {
    display: inline-block;
    width: 3.8rem;
}
.copyLink{
    display: inline-block;
    margin-left: .3rem;
    letter-spacing: 1px;
}