@charset "utf-8";
body{
    --link-text-desc-color: #D3DAE6;
}
body{position:relative;min-height:100vh;font-family:Aleo;}
.container{padding:40px 18px 70px;height:100%;justify-content:center;}
.bg{width:100%;height:100%;position:fixed;z-index:-1}
.bg div{width:110%;height:110%;position:absolute;top:-5%;left:-5%;z-index:-1;opacity:.95}
.content{margin:0 auto;max-width:360px;width:90%;margin-bottom: 40px;}
.bg div{background:url(https://bio.linkcdn.to/static/images/theme/profile/bg_6.png?imageView2/2/w/500/h/900) center center no-repeat;background-size:cover;}
.cmpt-profile-imageTitleDesc .text-box{text-align:left;}
.cover{width:110px;height:110px;}
.cover img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%;}
.cmpt-profile-imageTitleDesc .cover-box{margin-left:0;}
.intro_box{width: 100%;margin-top:24px; word-break: break-word;margin-bottom:28px;}
.intro_box .title{font-weight:700;font-size:20px;color:#45484D;}
/*.intro_box .title::after{content: '';width:132px;height: 1px;background-color:#D3DAE6;display:block;margin-top: 20px;}*/
.cmpt-profile-imageTitleDesc .divider-box{width:132px;margin-top:20px;margin-left:0;}
.intro_box .desc{font-size:16px;max-width:90%;line-height:24px;color:#989EA9;margin-top:24px;}
.cmpt-social-social ul.social_list{justify-content:left}
.cmpt-social-social ul li{text-align:left;}
.social_list span{width:20%;height:30px;margin-bottom:12px;}
.social_list a{width:30px;height:30px;display: inline-block;}
.social_list a img{width:100%;height:100%;object-fit: cover;object-position:center;border-radius: 50%;}
.pro-detail_box .title_box,.pro-detail_box .desc_box{color:#000000;}
@media only screen and (min-width: 374px){
    [class^=cmpt-social] ul li{width:16.6%;}
    [class^=cmpt-social] ul li:nth-child(n+6){padding-top:0}
    [class^=cmpt-social] ul li:nth-child(n+7){padding-top:12px;}
}
