.show-reward-title{
	font-size: 12px;
    color: rgba(95, 95, 95, 0.54);
    text-align: center;
}

.show-reward-s{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    font-weight: 900;
    border-color: rgba(0, 0, 0, 0.15);
    color: red;
    margin: 13px auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
	-o-transition: all 1s ease;
    transition: all 1s ease;
}

.show-reward-s:hover{
	background:red;
	color:#fff;
	cursor:pointer;
}

.show-reward-hr{
	display: inline-block;
    width: 150px;
    border-bottom: none;
    border-color: rgba(0, 0, 0, 0.11);
	margin:5px;
}

.show-reward-span{
	font-size: 15px;
    font-weight: 900;
	color:rgba(0, 0, 0, 0.63);
}

.show-reward-label{
	color: rgba(255, 0, 0, 0.59);
    font-size: 19px;
    font-weight: 900;
}

.show-reward-user-img{
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:50%;
}

.show-reward{
	margin-top:20px;
}

.show-reward-user-img2{
	width: 40px;
    height: 40px;
}

.show-reward-showReward-text{
	display:inline-block;
	width:85px;
	height:30px;
	line-height:18px;
	overflow:hidden;
}
.show-reward-showReward-desc{
	width:170px;
	word-break:break-all;
	white-space:pre-wrap;
	padding-top:9px;
}