body {
    background: #F0F0F0;
}
img {
    width: 100%;
    height: 250px;
}
.w {
    color: #999999;
}
.w:hover {
    color: #5FB878;
}
.tr {
    text-align: right;
}

.mt {
    margin-top: 10px;
}

.user {
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.user span {
    font-size: 60px;
}

footer {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tc {
    text-align: center;
}

.red {
    color: #FF5722;
}