#gift-container{
    padding: 0.25rem 0;
    background: #EBEBEB;
}
.new-gift-container{
    width: 100%;
    height: 6.55rem;
    background: #FFFFFF;
    padding: 0.5rem 0;
}
.new-gift-container-head{
    padding: 0 0.5rem;
    padding-bottom: 0.6rem;
    display: flex;
    align-items: center;
}
.new-gift-container-head .span1{
    width: 3.15rem;
    height: 1.15rem;
    background: linear-gradient(139deg, #EE5B73 0%, #DD334F 100%);
    border-radius: 0.35rem 0rem 0.35rem 0rem;
    margin-right: 0.5rem;
    font-size: 0.6rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.83rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-gift-container-head .span2{

}
.new-gift-container-list{
    display: flex;
    overflow-x: scroll;
    width: 100%;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    padding: 0 0.5rem;
}
.new-gift-container-list::-webkit-scrollbar { width: 0 !important }
.new-gift-container-list .gift-item{
    width: 9.25rem;
    height: 3.86rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    border: 0.03rem solid #CECECE;
    display: flex;
    flex: 0 0 9.25rem;
    margin-right: 0.25rem;
    padding: 0.4rem 0.25rem;
}
.gif-img{
    width: 3rem;
    height: 3rem;
    border-radius: 0.1rem;
    /*background: salmon;*/
    margin-right: 0.25rem;
    text-align: center;
}
.gif-img img{
    /*width: 3rem;*/
    height: 3rem;
}
.gif-info{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.gif-name{
    height: 0.83rem;
    font-size: 0.6rem;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #3D4145;
    line-height: 0.83rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.gif-des{
    height: 0.7rem;
    font-size: 0.5rem;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 0.7rem;
}
.gif-other{
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
}
.price-container{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.now-price{
    height: 0.93rem;
    font-size: 0.65rem;
    font-weight: 500;
    color: #CB0000;
}
.old-price{
    text-decoration: line-through;
    height: 0.7rem;
    font-size: 0.5rem;
    font-weight: 500;
    color: #A7A7A7;
}
.click-btn{
    width: 2.75rem;
    height: 0.9rem;
    background: linear-gradient(180deg, #F85549 0%, #BF1227 100%);
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.7rem;


}
