.body-bg{
    background: url("../img/bg_list.png") no-repeat;
    background-size: 100% 100%;
    padding: 2.2rem 0.6rem 0.6rem;
}
.ranking-content{
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    min-height: calc(100vh - 2.8rem);
    padding-bottom: 1.5rem;
}
.top3{
    padding-top: 1rem;
    text-align: center;
}
.top3-one{
    padding-top: 3.8rem;
    text-align: center;
    position: absolute;
    left: 20%;
    top: -3rem;
    background-color: #FFFFFF;
    border-radius: 0.5rem 0.5rem 0 0 ;
    background: url("../img/shadow-bg.png") no-repeat;
    background-size: cover;
    /*box-shadow:-5px 0 5px 5px lightblue, 5px 0 5px 5px lightblue;*/
    /*box-shadow: -5px 0 5px 5px lightblue, 0 0 0,0 0 0,5px 0 5px 5px lightblue;*/
}
.top3-one .photos{
    transform:scale(1.2,1.2);
}
.photos{
    position: relative;
    width: 2.6rem;
	height: 2.6rem;
    margin: auto;
}
.top3-photo{
    display: inline-block;
    width: 100%;
    border-radius: 50%;
}
.top3-name{
    opacity: 0.8;
    font-size: 0.7rem;
    color: #000000;
    margin: 0.6rem 0 0.8rem;
}
.top3 .layui-icon{
    display: inline-block;
    margin-right: 0.2rem;
    color: #ccc;
    font-size: 1rem;
    vertical-align: middle;
}
.thumbs{
    font-size: 0.75rem;
    color: #333333;
}
.ranking{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.2rem;
}
.thumbsup .thumbed {
    color: #63BA5F;
}
