#boxProfile { width:100%; float:left; background:#dbdbdb;}
#boxProfile .main { width: 100%; float: left; padding: 30px; box-sizing: border-box; }
#profile { width:100%; float:left; }
#profile .title { width:100%; float:left; text-align:center; font-size:24px; line-height:28px; color:#333; font-family: 'Din-Bold'; text-transform: none;}
#profile .content { width:100%; float:left; margin-top:12px; font-size:13px; line-height:18px; color:#333; text-align:center;}
#profile .lists { width:100%; float:left; margin-top:30px;}
#profile .lists ul { width:100%; float:left; padding:0px; padding:0px; list-style:none; display:flex; justify-content:space-between; flex-wrap: wrap; }
#profile .lists ul li { width:30%; float:left; }
#profile .lists ul li .img { width: 100%; float: left; padding-top: 100%; border-radius: 100%; overflow: hidden; position: relative; }
#profile .lists ul li .img img { width:100%; height:auto; position: absolute; left: 0; top: 0;}
#profile .lists ul li .name { width: 100%; float: left; margin-top: 6px; font-family: 'Din-Bold'; font-size: 13px; color: #333; text-align: center; }
#profile .lists ul li .info { width: 100%; float: left; margin-top: 6px; font-size: 13px; line-height: 18px; color: #666; text-align: center; }
#profile .lists ul li:nth-child(n+4) { margin-top: 12px; }
#profile .link { width:100%; float:left; text-align:center; margin-top:38px;}
#profile .link a { font-size:15px; line-height:32px; color:#0095d8;}