$font-family-S: "PingFangSC-Regular ","Microsoft YaHei";
$font-family-S1: "PingFangSC-Medium ","Microsoft YaHei";
.personal-info-card{
    width: 100%;
    height: 478px;
    position: relative;
    .personal-info-card-top{
        height: 218px;
        position: relative;
        width: 100%;
        top: 0;
        .user-avatar{
            height: 120px;
            width: 120px;
            margin: 0 auto;
            z-index: 2;
            position: absolute;
            left:0;
            right: 0;
            border-radius: 100%;
            box-shadow:0 0 14px 0 rgba(0,0,0,0.20);
        }
        .info-statistics-data{
            width: 300px;
            margin: 10px 14px 0 24px;
            margin-top: 10px;
            z-index: 2;
            position: absolute;
            top: 120px;
            .data-item{
                width: 100px;
                display: inline-block;
                margin: 0;
                .item-text{
                    width: 100%;
                    display: block;
                    font-family:$font-family-S1;
                    font-size:24px;
                    color:#ffffff;
                    text-align:center;
                    line-height: 33px;
                }
                .item-title{
                    width: 100%;                    
                    font-family:$font-family-S;
                    font-size:12px;
                    color:#ffffff;
                    text-align:center;
                    display: block;
                    line-height: 17px;
                }
            }
            
        }
        .bottom-img{
            // background:rgba(255,255,255,0.10);
            // border:1px solid rgba(255,255,255,0.10);
            // box-shadow:0 -4px 10px 0 rgba(0,0,0,0.02);
            width:100%;
            height:48px;
            z-index: 2;
            position: absolute;
            bottom: 0;
            // background: url('./Group13.svg') 50% 100% no-repeat;
        }
        
    }
    .personal-info-card-bottom{
        width: 100%;
        height: 428px;
        background: #EBF7FF;
        border-radius: 0 0 5px 5px;
        position: absolute;
        top: 40px;
        box-shadow:0 0 20px 0 rgba(0,0,0,0.10);
        .top-back{
           width: 100%;
           height: 178px;
        //    position: absolute;
        //    bottom: 0;
           z-index: 1;
        //    background: linear-gradient(to right, #8972F6, #49D0FF); 
           background-image: linear-gradient(90deg, #8972f6 0%, #4989ec  35%, #00aeed 68%, #49d0ff 100%); 
           border-radius: 5px 5px 0 0 ;          
        }
        ul{
            width: calc(100% - 20px);
            width: -webkit-calc(100% - 20px);
            width: -moz-calc(100% - 20px);
            height: calc(100% - 198px);
            height: -webkit-calc(100% - 198px);
            height: -moz-calc(100% - 198px);            
            padding: 10px 10px;
            overflow-y: auto;
            .item-link{
                display: block;
                width: 100%;
                border-radius: 5px;
                height: 50px;
                margin-bottom: 10px;
            }
            .item-link:last-child{
                margin-bottom: 0px;
            }
            li{
                width: 100%;
                border-radius: 5px;
                height: 50px;
                background: #ffffff;
                // margin-bottom: 10px;
                cursor: pointer;
                .item-count{
                    display: inline-block;
                    min-width: 25px;
                    max-width: 58px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    font-family:$font-family-S1;
                    font-size:24px;
                    color:#f28d48;
                    text-align:left;
                    line-height: 50px;
                    vertical-align: middle;
                    margin-left: 15px;
                    cursor: pointer;                    
                }
                .color0{
                    color:#ed5858;
                }
                .color1{
                    color: #f28d49;
                }
                .color2{
                    color: #f5d540;
                }
                .color3{
                    color: #38ba72;
                }
                .color4{
                    color: #55c6c6;
                }
                .color5{
                    color: #41b0d9;
                }
                .color6{
                    color: #5b99ee;
                }
                .item-title{
                    font-family:$font-family-S;
                    font-size:16px;
                    color:#3e4e59;
                    line-height:50px;
                    text-align:left;
                    vertical-align: middle;
                    display: inline-block;
                    margin-left: 15px;
                    // max-width: calc(100% - 100px);
                    // max-width: -webkit-calc(100% - 100px);
                    // max-width: -moz-calc(100% - 100px);
                    max-width: 192px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;  
                    cursor: pointer;                    
                }
                .item-more{
                    display: inline-block;
                    vertical-align: middle;
                    float: right;
                    margin-right: 15px;
                    cursor: pointer;                    
                    span{
                        font-size: 16px;
                        line-height: 50px;
                        color:#8f9ca6;
                        cursor: pointer;                            
                    }
                }
            }
        }
    }
}