body {
   
}

.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: 6.5rem;
    left: 0.5rem;
    top: 34%;
    font-size: .3rem;
    height: 1rem;
    color: #ffffff;
}
.agent_list div{
    width: 33.33%;
    text-align: center;
    font-weight: 500


}

.agent_num {
    width: 38%;
    text-align: center
}

.agent_second {
    top: 74%
}

/* .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: 29.7%;
    width: 1.7rem;
    height: 1.7rem;
    left: 0.99rem;
}
.ewm img{
    width: 100%;
    height: 100%
}
.invite_link{
    width: 6.5rem;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 69%;
    left: 0.5rem;
    height: .4rem;
}
.invite_line_span {
    font-size: 14px;
    display: inline-block;
    width: 4rem;
    color:rgb(148, 63, 210);
}
.copyLink{
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: red;
    margin-left: 1rem;
    letter-spacing: 1px;
    border-radius: 50%;
    opacity: 0;
}