.giftListContainer {
    padding: 0 12.5px 12.5px 12.5px;
}

.giftList li {
    margin: 10px auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.giftList li:first-child {
    margin-top: auto;
    border-top: none;
    padding-top: 0;
}

.giftList li:last-child {
    margin-bottom: auto;
}

.giftList li .img {
    float: left;
    width: 70px;
    height: 70px;
}

.giftList li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.giftList li .info {
    margin-left: 80px;
    margin-right: 70px;
}

.giftList li .info .name {
    color: #494949;
    font-weight: bold;
}

.giftList li .info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25;
    margin-top: 1.125px;
    font-size: 13px;
}

.giftList li .amountimg {
    float: left;
    width: 35%;
    height: 5px;
    background-color: #d8d8d8;
    margin-right: 10px;
    margin-top: 7.5px;
    border-radius: 2.5px;
    overflow: hidden;
}

.giftList li .amountimg i {
    display: block;
    height: 100%;
    background-color: #ff9b24;
}

.giftList li .amounttext {
    float: left;
    font-size: 13px;
}

.giftList li .btn {
    display: block;
    float: right;
    margin-top: 25px;
    padding: 5px 15px;
    background-color: #ff9b24;
    color: #ffffff;
}

.giftDetail {
    margin-top: -10px;
}

.giftDetailTop {
    border-bottom: 1px dashed #ccc;
    padding: 10px;
}

.giftDetailTop .img {
    float: left;
    width: 75px;
    height: 75px;
    overflow: hidden;
}

.giftDetailTop .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.giftDetailTop .info {
    margin-left: 85px;
}

.giftDetailTop .name {
    font-size: 15px;
    color: #ff9b24;
    font-weight: bold;
}

.giftDetailTop .exp {
    margin: 5px auto;
    line-height: 22.5px;
    height: 22.5px;
}

.giftDetailTop .amountimg {
    float: left;
    width: 45%;
    height: 5px;
    background-color: #d8d8d8;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 2.5px;
    overflow: hidden;
}

.giftDetailTop .amountimg i {
    display: block;
    height: 100%;
    background-color: #ff9b24;
}

.giftDetailTop .amounttext {
    float: left;
}

.giftDetailInfo {
    padding: 10px;
}

.giftDetailTitle {
    color: #ff9b24;
    font-size: 15px;
    padding-left: .5em;
    border-left: 2px solid #ff9b24;
}

.giftDetailText {
    line-height: 1.75;
    padding: 10px 0;
}

.giftDetailBottom {
    padding: 7.5px;
    background-color: #ffffff;
}

.giftDetailBottom .btn {
    display: block;
    color: #fff;
    background-color: #ff9b24;
    padding: 7.5px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}