.contentBg {
    position: fixed;
    height:100%;
    width:7.5rem;
    z-index: -10;
    background-color: #fafafe;
  }
.my-live{
width:7.5rem;
margin: 0 auto;

}
.title{
height: .34rem;
line-height: .34rem;
color: rgba(68, 68, 82, 1);
font-size: .32rem;
text-align: left;
font-family: PingFangSC-Medium;
padding: 0.5rem 0 0.25rem 0;
}
.title:first-child{
padding:0.25rem  0 ;
}
.content{
padding:0 .4rem;
width:6.7rem;

}
.sub-title{
height: .34rem;
line-height: .34rem;
color: rgba(68, 68, 82, 1);
font-size: .28rem;
text-align: left;
font-family: PingFangSC-Medium;
margin:0.25rem  0 ;
}
.live-card{
background: #fff;
border-radius: 0.08rem;
padding: 0.3rem 0.4rem 0.3rem 0.3rem;
box-shadow: 0px 0.16rem 0.16rem 0px rgba(86, 64, 247, 0.06);
margin-bottom: 0.3rem;

}
.titles{
line-height: .44rem;
color: rgba(68, 68, 82, 1);
font-size: .3rem;
text-align: left;
font-family: PingFangSC-Medium;
margin-bottom: 0.2rem;
font-weight: bold;
}
.time{
height: .3rem;
line-height: .3rem;
color: rgba(100, 100, 118, 1);
font-size: .28rem;
text-align: left;
font-family: PingFangSC-Regular;
margin-bottom: 0.3rem;
display: flex;
align-items: center;
justify-content: flex-start;

}
.time img{
width: 0.3rem;
margin-right: 0.1rem;
}
.contents{
display: flex;
justify-content: space-between;
align-items: flex-end;
margin:0.15rem 0;

}
.img img{
width:2.65rem;
height: 1.55rem;
object-fit:cover;
}
.name{
flex: 1;
line-height: .26rem;
color: #9494AF;
font-size: .22rem;
text-align: right;
font-family: PingFangSC-Regular;
}
.lname{
flex: 1;
line-height: .26rem;
color: #9494AF;
font-size: .28rem;
text-align: left;
font-family: PingFangSC-Regular;
display: flex;
align-items: center;
justify-content: flex-start;

}
img{
width:.26rem;
margin-right: 0.1rem;
}
.conduct{
color:#FF5151;
margin-right:.15rem;
}
.not-started{
color:#6A84FB;
margin-right:.15rem;
}
.cname{
border-top: 1px solid #E0E5E5;
flex: 1;
line-height: .26rem;
color: #646476;
font-size: .22rem;
padding-top: 0.2rem;
margin-top: 0.1rem;
text-align: right;
font-family: PingFangSC-Regular;
}