.wrapper .header {
    text-align: left;
    color: #fff;
    height:150px;
    border: none;
    box-shadow: none;
    line-height: normal;
    background: url('/static/img/u_bg.jpg');
    background-size: 100%;
    position: relative;
}

.wrapper * {

    box-sizing: border-box;
}

.info-right, .info-left {
    float: left;
}

.info-left {
    position: relative;
    height: 100%;
    width: 40%;
}

.info-right {
    width: 58%;
    padding-top: 30px;
    height: 100%;
}

.nick {
    height: 40px;
    line-height: 20px;
}

.intro {
    font-weight: 300;
    font-size: 13px;
}

.user-head {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.wrapper {
    background: #f7f7f7;
}

.content {
    height: 100%;
    padding: 15px 0 0 0;
}

.item {
    background: #ffffff;
    display: block;
    position: relative;
    width: 25%;
    height: 120px;
    text-align: center;
    padding: 3px;
    color: #a59cb5;
    border: #f1f1f1 1px solid;
    float:  left;
    box-shadow: #c5c5c5 5px 5px 20px;
    border-radius: 10px;
    margin: 3% 0 0 6%;
}

.item:nth-last-child(1) {
    border-bottom: none;
}

.item .icon {
    width: 100%;
    margin-right: 15px;
    display: block;
    font-size: 3.5em;
    color: black;
}

.item .left {
    color: #dddddd;
    font-weight: 100;
    position: absolute;
    right: 10%;
}
