.main{margin-top:8px;width:100%;background-color:#f8fafc}.main>.personal-head-bg{background-image:url(../../images/personal/personal_bg.png);background-size:cover;height:240px;width:100%;display:flex;justify-content:center}.main>.personal-head-bg>.personal-head{width:1280px;height:100%;display:flex;justify-content:space-between;align-items:center}.main>.personal-head-bg>.personal-head>.user-info{display:flex;align-items:center;height:120px}.main>.personal-head-bg>.personal-head>.user-info>.info-avatar{width:120px;height:120px;background-image:url(../../images/avatar.png);background-size:cover;background-position:center;border-radius:50%;border:3px solid #fff}.main>.personal-head-bg>.personal-head>.user-info>.info-text{margin-left:24px}.main>.personal-head-bg>.personal-head>.user-info>.info-text>.name{height:32px;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:20px;color:#fff;line-height:32px;text-align:left;font-style:normal}.main>.personal-head-bg>.personal-head>.user-info>.info-text>.ip{width:149px;height:22px;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:14px;color:#fff;line-height:22px;text-align:left;font-style:normal}.main>.personal-head-bg>.personal-head>.statistics{height:62px;width:auto;display:flex;align-items:center;justify-content:center}.main>.personal-head-bg>.personal-head>.statistics>.line{width:1px;height:40px;background:rgba(255,255,255,.45);margin-left:50px;margin-right:50px}.main>.personal-head-bg>.personal-head>.statistics>.item{height:100%;display:flex;flex-direction:column;align-content:center}.main>.personal-head-bg>.personal-head>.statistics>.item>.count{font-family:PingFangSC,PingFang SC;font-weight:500;font-size:24px;color:#fff;line-height:32px;text-align:center;font-style:normal}.main>.personal-head-bg>.personal-head>.statistics>.item>.label{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:14px;color:#fff;line-height:22px;text-align:center;font-style:normal}.main>.content{margin:auto;width:1280px;display:flex;padding-top:12px;flex-direction:column;justify-content:space-between;align-items:flex-start;padding-bottom:56px}.content>.list{display:flex;flex-direction:row;flex-flow:row wrap;gap:15px;width:1280px}.content>.list>.list-card{width:240px;height:234px;border-radius:8px;display:flex;flex-direction:column;border:1px solid #e9e9e9}.content>.list>.list-card:hover{transform:translateY(-8px);box-shadow:0 8px 16px rgba(0,0,0,.3);transition:all .5s}.content>.list>.list-card>.card-image{width:238px;height:166px;border-radius:8px 8px 0 0}.content>.list>.list-card>.card-info{padding:8px 12px;display:flex;flex-direction:column}.content>.list>.list-card>.card-info>.card-content{margin-top:5px;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:14px;color:rgba(0,0,0,.45);line-height:22px;text-align:left;font-style:normal;display:flex;flex-direction:row;gap:30px}