
.hotGift{
    padding: .2rem 0.3rem;
}
.hotGift>strong{
    display: block;
    width: 4.46rem;
    height: .89rem;
    line-height: .89rem;
    text-align: center;
    color: #03c370;
    font-size: .32rem;
    font-style: italic;
    margin: auto;
    background: url("../image/rmlb.png")no-repeat;
    background-size: 4.46rem .89rem;
}
.hotGift>ul{
    justify-content: flex-start;
    padding-top: .8rem;
}
.hotGift>ul>li{
    padding-bottom: .2rem;
    width: 1.6rem;
    background: #f7f7f7;
}
.hotGift>ul>li+li{
    margin-left: .15rem;
}
.hotGift>ul>li>a img{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin: -.5rem auto 0;
}
.hotGift>ul>li p{
    padding: 0 .2rem;
}
.hotGift>ul>li p a.two-txt-cut{
    font-size: .24rem;
    color: #333333;
    line-height: .35rem;
    height: .7rem;
}
.hotGift>ul>li p:last-child a{
    display: block;
    margin: auto;
    width: .96rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .24rem;
    color: #ffffff;
    background: url("../image/lq.png")no-repeat;
    background-size: .96rem .4rem;
}


/*礼包列表*/
.gift-wrap .carefullyChosenIcon a img{
    width: 1.2rem;
    height: 1.2rem;
}
.gift-wrap .game-con-name{
    width: 5.2rem;
}


/*--------------*/
/*礼包详情*/
.gift-down{

}
.gift-down a{
    justify-content: center;
    height: .85rem;
    line-height: .85rem;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    font-weight: bold;
    background: url(../image/down1.png)no-repeat;
    background-size: 6.9rem .85rem;
}
.gift-down a:first-child{
    background: url("../image/lblq.png")no-repeat;
    background-size: 6.9rem .85rem;
}
.gift-down a:last-child img{
    width: .33rem;
    height: .33rem;
    margin-right: .2rem;
}
.gift-down a img{
    width: .3rem;
    margin-right: .1rem;
}

/*礼包说明*/
.giftBagDesc{
    /*padding-top: .3rem;*/
    padding-bottom: .2rem;
}
.giftBagDescText{
    font-size: .28rem;
    margin-top: .1rem;
}
.giftBagDescText p {
    font-size: .28rem;
    color: #707070;
    line-height: .5rem;
}
