.gift{
    height: 236px;
    overflow: hidden;
    border-top: 1px solid #926191;
    border-bottom: 1px solid #926191;

}
.gift ul{
    height:210px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 362px;
    /*max-width: 97%*/
}
.gift ul li{
    list-style-type: none;
    float: left;
    width: 68px;
    height: 68px;
    background: #73386e;
    cursor: pointer;
}
.gift ul li.color{
    background: #783b74;
}
.gift ul li.active{
    /*border: 1px solid red;*/
    background: red;
}
.gift ul li img.giftImg{
    width: 42px;
    height: 42px;
    margin:5px auto 0;
    display: block;
}
.gift ul li p{
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gift div{
    /*width: 146px;*/
    float: left;
    line-height: 26px;
    color:#fff;
    font-size:12px;
    text-align: center;
}
.gift div.give{
    width: 170px;
}
.gift div.goods{
    width: 130px;
}
.gift div label{
    float: left;
    margin-left: 10px;
}
.gift div span{
    /*width: 88px;*/
    height: 22px;
    background: rgba(94,46,97,0.5);
    margin-top: 2px;
    float:left;
    border-radius: 5px;
    cursor: pointer;
}
.gift div span.giveSpan{
    width: 112px;
}
.gift div span.goodsSpan{
    width: 70px;
}
.gift button{
    width: 56px;
    height: 24px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border: none;
    outline: none;
    float: left;
    margin-top: 1px;
    border-radius: 5px;
    background: #d83cfb;
    cursor: pointer;
}
.gift span span.down{
    width: 9px;
    height: 5px;
    display: block;
    float: right;
    background: url(../../images/room/down.png) no-repeat center center;
    margin-top: 9px;
    margin-right: 2px;
    cursor: pointer;
}
.gift span input{
    height:22px;
    border: none;
    outline: none;
    margin-left:5px;
    background: none;
    color:#fff;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}
.gift span input#user{
    width: 94px;
}
.gift span input#gNum{
    width: 52px;
}
.chatUserList{
    width: 110px;
    height: 148px;
    position: absolute;
    background: rgba(85,38,93,0.8);
    margin-top: 24px;
    margin-left: 58px;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    display:none;
}
.chatUserList p{
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-left: 5px;
    text-align: left;
    cursor: pointer;
}

.propList{
    width: 110px;
    height: 148px;
    position: absolute;
    background: rgba(85,38,93,0.8);
    margin-top: 24px;
    margin-left: 196px;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    display:none;
}
.propList p{
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-left: 5px;
    text-align: left;
    cursor: pointer;
}
.propList p span{
    color: #816786;
    float: none;
}
p.point{
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    text-indent: 10px;
    float: left;
}
p.point span{
    float:none
}
a.cz{
    width: 54px;
    height: 32px;
    background: #d83cfb;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    float: right;
    margin-right:10px;
    margin-top:6px;
    border: none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    display: block;
}
.gree{
    color : #F62F74;
    margin-left : 10px;
    background: rgba(0,0,0,0.4);
    margin-top: -20px;
    /*margin-left: -20px;*/
    z-index: 900;
}
.write{
    color : #fff;
}
.xx{
    width:192px;
    height: 88px;
    position: absolute;
    background: rgba(0,0,0,0.4);
    display: block;
    margin-top: -87px;
    margin-left: -190px;
}
.xx img{
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    margin-top: 19px;
    margin-left:10px;
    margin-right : 24px;
}
.xx span.text{
    height: 42px;
    margin-left: 24px;
    margin-top: 23px;
    display: block;
    overflow: hidden;
    line-height: 21px;
    color: #fff;
    font-size:12px;
    text-align: left;
}
.xx span.text p{
    text-align: left;
}
/*div.giftBox{*/
    /*width: */
/*}*/
