/*送礼详情弹窗*/
#giftBox{
    width: auto;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
}
.uHead{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    padding-top: 5px;
    padding-left: 5px;
}
#userInfoC{
    width: 90px;
    float: left;
    margin-left: 3px;
    color: #fff;
    font-size: 12px;
}
.suName{
    line-height: 10px;
    margin-top: 15px;

}
.uGift{
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 5px;
    /* padding-left: 5px; */
    margin-left: -9px;

}
.giftShow{
    width: 200px;
    height: 60px;
    background: rgba(0, 0, 0 , 0.3);
    margin: 0 auto;
    float: left;
    border-radius: 50px;

}
.sendPrizeNum{
    float: left;
    text-align: center;
    font-size: 20px;
    color: #FD3682;
    margin-top: 15px;
    margin-left: 9px;
}
#gshow{
    width: 340px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    left: -100%;
    /*top: 65%;*/
    border-radius: 50px

}

/*全屏飘窗*/

.flyrun{
    width: 430px;
    height: 60px;
    position: relative;
    right:-100%;
    top:40%;
}
.flyicon img{
    display:block;
    width:59px;
    height:59px;
    border-radius: 50%;
    float: left;
    position: absolute;
    z-index: 20;
}
.flydes{
    position: absolute;
    width: 360px;
    margin-top: 35px;
    margin-left: 30px;
    height: 23px;
    border-radius: 30px;
    background: url("../../images/room/run_pbg_06.png") no-repeat center;
    background-size:100% 100%;
    text-align:left;
    font-size: 14px;
    text-indent: 30px;
    line-height: 23px;
    color:white;
}
.flyrun p{
    float: left;
    width: auto;
    min-width: 366px;
    max-width:700px;
    overflow: hidden;
    /*margin-top: 35px;*/
    margin-top: 0px;
    /*margin-left: 30px;*/
    height: 23px;
    /*border-radius: 30px;*/
    /*background: url("images/run_pbg_06.png") no-repeat center;*/
    /*background-size:100% 100%;*/
    text-align:center;
    font-size: 14px;
    /*text-indent: 30px;*/
    line-height: 23px;
    color:white;
}

/*.runact{*/
    /**/
    /*float: right;*/
    /*position: absolute;*/
    /*z-index: 20;*/
    /*top: 8px;*/
    /*right: -2px;*/
/*}*/
.flygift{
    position: absolute;
    width: 50px;
    height:50px;
    z-index: 20;
    top: 8px;
    right: 10px;

}
.flygift_img{
    width:50px;
    heigth:50px;
}