.reward-gift-ugift-con{
    margin: 0 auto;
    overflow: hidden;
    width:100%;
    height: 4.2rem;
    padding-top:1rem;
    box-sizing:border-box;
    position: relative;
}
.reward-gift-pic-ugift{
    color: #c8d2d5;
    display: table;
    float: left;
    font-size: 0.24rem;
    height: 2rem;
    text-align: center;
    width: 20%;
    line-height: .4rem;
}
.reward-gift-pic{
    width: 60%;
    height:1.08rem;
}
.reward-gift-money{
    text-align: center;
    color: #ff6600;
}
.reward-gift-title{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.giftClose{
    position:absolute;
    top:3px;
    right:5px;
    width:20px;
    height:20px;
    text-align: center;
    line-height: 20px;
    color:#ccc;
}
.giftClose:before{
    font-size:20px;
}