.t_outerbox {
    margin: 0 0px 30px;
}
.t_outerbox .desc {
    width: calc(100% - 112px);
    max-width: 400px;
    background: linear-gradient(#20272d, #1a2025);
    padding: 10px 10px 10px 48px;
    border-radius: 40px 80px 10px 70px;
    margin: 10px 0 0 -30px;
    z-index: 1;
}
.t_outerbox .desc .info {
    color: #6e8994;
    margin-top: 8px;
}
.t_outerbox .img, .t_outerbox .desc {
float: left;
    position: relative;
box-shadow: inset 0 0px 2px 0px #ffffff26, 0 2px 8px 0px #00000096;
}
.t_outerbox .img {
	width: 80px;
    height: 80px;
    border-radius: 50%;
	background: #1a2025;
    z-index: 9;
    border: 1px solid #2c363c;
    box-shadow: 0 2px 10px 0px #000;
}
.t_outerbox .img::before {
display: block;
    position: absolute;
    content: "";
    background: url(/images/noavatar.png) center 18px no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.1;
}
.t_outerbox .desc .name {
    color: #66c0ea;
}
