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

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

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

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

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

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

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

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

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

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

.giftList li .amounttext {
    float: left;
}

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

.hotGiftList ul {
    margin: -7.5px -12.5px;
}

.hotGiftList ul li {
    width: 50%;
    float: left;
    padding: 7.5px 12.5px;
}

.hotGiftList li .img {
    float: left;
    width: 65px;
    height: 65px;
}

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

.hotGiftList li .info {
    margin-left: 75px;
    margin-right: 65px;
}

.hotGiftList li .info .name {
    display: block;
    font-weight: bold;
    line-height: 22px;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2.5px;
}

.hotGiftList li .info .desc {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2.5px;
}

.hotGiftList li .amount {
    margin-top: 2.5px;
}

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

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

.hotGiftList li .amounttext {
    float: left;
}

.hotGiftList li a.btn {
    display: block;
    float: right;
    padding: 5px 12.5px;
    background-color: #ff9b24;
    color: #ffffff;
    font-size: 13px;
    margin-top: 17.5px;
}

.giftDetailSection:first-child {
    margin-top: auto;
}

.giftDetailTop .name {
    font-size: 18px;
    color: #ff9b24;
    font-weight: bold;
    margin-bottom: 20px;
}

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

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

.giftDetailTop .info {
    margin-left: 105px;
    margin-right: 200px;
}

.giftDetailTop .info dl {
    margin: 10px auto;
    line-height: 22.5px;
    height: 22.5px;
}

.giftDetailTop .info dt {
    float: left;
    width: 75px;
}

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

.giftDetailTop .info dl:first-child {
    margin-top: auto;
}

.giftDetailTop .info span {
    margin-left: .25em;
    margin-right: .25em;
}

.giftDetailTop .info span.fa-android {
    color: #9ece6b;
}

.giftDetailTop .info span.fa-apple {
    color: #ff9b24;
}

.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;
}

.giftDetailTop .btn {
    display: block;
    float: right;
    color: #fff;
    background-color: #ff9b24;
    padding: 7.5px 15px;
    line-height: 1.25;
    border-radius: 3px;
    margin-top: 10px;
}

.giftDetailTop .QRcode {
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}

.giftDetailTop .QRcodeFixed.active .QRcode {
    position: fixed;
    z-index: 918;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.giftDetailTop .QRcodeFixed.active .QRcode p {
    padding-bottom: 5px;
    color: #000000;
}

.giftDetailTop .QRcodeFixed.active {
    content: '';
    display: block;
    position: fixed;
    z-index: 917;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
}

.giftDetailTop .QRcode span {
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
    width: 125px;
}

.giftDetailTop .QRcode p {
    color: #8c8c8c;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}

.giftDetailTitle {
    color: #ff9b24;
    font-size: 16px;
    border-left: 2px solid #ff9b24;
    padding-left: .5em;
    margin-bottom: 10px;
    line-height: 1.35;
}

.giftDetailText {
    font-size: 15px;
    line-height: 1.75;
    padding: 15px;
    margin-top: -10px;
}

.giftDetailRelated ul {
    margin: -7.5px -12.5px;
}

.giftDetailRelated ul li {
    width: 50%;
    float: left;
    padding: 7.5px 12.5px;
}

.giftDetailRelated li .img {
    float: left;
    width: 52.5px;
    height: 52.5px;
}

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

.giftDetailRelated li .info {
    margin-left: 65px;
    margin-right: 65px;
}

.giftDetailRelated li .name {
    display: block;
    color: #494949;
    font-size: 15px;
    margin-bottom: 5px;
}

.giftDetailRelated li .desc {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.giftDetailRelated li a.btn {
    display: block;
    float: right;
    padding: 2.5px 10px;
    color: #ff9b24;
    border: 1px solid #ff9b24;
    border-radius: 3px;
    margin-top: 17.5px;
    line-height: 1.25;
}