/*选择好友输入框*/
.sendGiftWrap{width:670px;}
.sendGiftWrap .txtL{padding:0 10px 0 34px;}
.friend_selected_input{
overflow: hidden;
height: 29px;
position: relative;
}
.selectWrapper{top: -2px;width: 626px;height: 29px;}
.fSelector_result{
overflow: hidden;
float: left;
}
.fSelector_result li{
float: left;
line-height: 20px;
padding: 0 3px;
margin: 5px 2px;
background-color: #f27001;
border-radius: 2px;
border: 0 none;
}
.friend_selected_input .person_tag{
float: left;
max-width: 59px;
_width: 36px;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
word-wrap: normal;
font-size: 12px;
color: #fff;
}
.friend_selected_input .close{
float: left;
margin-left: 2px;
cursor: pointer;
font-size: 14px;
font-weight: bold;
color: #FCF4F4;
}
.friend_selected_input .text_input{
height: 25px;
padding-left: 11px;
line-height: 25px;
float: left;
border: 0 none;
outline: none;
width: 100px;
_width: 70px;
background: none;
}
.friend_select_number_limit{
position: absolute;
top: 0px;
color: #5f5051;
right: 0px;
padding-right: 10px;
font-size: 16px;
font-family: "微软雅黑";
}
.btn_add_friend{
position: absolute;
right: 0px;
top: 0px;
}
.btn_add_friend a,.fSelector_close{display: block;width: 48px;height: 26px;line-height: 26px;background:#f89207;font-family: "Microsoft YaHei";font-size:16px;color:#fff;text-align: center;}
.btn_add_friend a:hover{background:#fab659;text-decoration: none;}
.btn_add_friend .fSelector_close{display: none;}
/*模糊搜索*/
.smart_friend_list{
display:none;
z-index: 1;
background: #fff;
min-height: 30px;
max-height: 459px;
_height: 459px;
width: 668px;
left: 0px;
position: absolute;
top: 32px;
border: 1px solid #999;
overflow-y: scroll;
}
.smart_friend_list ul{
overflow: hidden;
}
.smart_friend_list li{
height: 30px;
line-height: 30px;
padding: 6px 10px 5px;
cursor: pointer;
}
.sendGiftWrap .search_tips{position: absolute;top:32px;left: 0;color: #666;font-size: 12px;}
.smart_friend_list li.hover,.smart_friend_list li:hover{
background-color: #f3f3f3;
}
.smart_friend_list li.hover span{
color: #0b6ea4;
}
.smart_friend_list .avatar{
height: 30px;
width: 30px;
float: left;
margin-right: 10px;
}
/*添加好友*/
.sendGiftWrap .all_friends{
display: none;
height: 162px;
top: 32px;
width: 100%;
left: 0;
position: absolute;
border: 1px solid #999;
background: #fff;
z-index: 10;
}
.all_friends .group_list{
width: 112px;
height: 162px;
border-right: 1px solid #d9d9d9;
float: left;
overflow-y: scroll;
overflow-x: hidden;
}
.group_list .no_scroll{
height: 156px;
width: 100%;
}
.group_list .fSelector_grouplist{
width: 110px;
padding:5px 0 0 5px;
}

.group_list .gname{display:block;margin-bottom: 2px;color:#666;font-size:12px;cursor: pointer;}
.group_list .gname:hover,.group_list .gname_on{color:#ff6600;text-decoration: none;}
.group_list .gname span{cursor: pointer;}
.group_list .all{font-size:14px;}
.group_list .gname .arrow{display:none;width: 6px;height: 10px;background: url(img_d/btns.png) no-repeat 0 -611px;}
.group_list .gname:hover .arrow{display:inline-block;}
.group_list .gname .gn{max-width:50px;_width:50px;display: inline-block;vertical-align: middle;}
.friend_list .fdlistWrp{margin:5px 0 0 10px;width: 542px;height: 151px;position: relative;overflow-y: scroll;_overflow-x: hidden;}
.fdlistWrp .fd{position:relative;float:left;width:50px;height:84px;margin: 0 8px;_display: inline;overflow:hidden;}
.fdlistWrp .fd:hover{text-decoration: none;}
.fdlistWrp .fd img{display:block;width:48px;height:48px;}
.fdlistWrp .fd .uname,.fdlistWrp .fd .dd{display:block;width:48px;height:16px;line-height:16px;font-size:12px;color:#aa7903;}
.fdlistWrp .fd .obgWrp{display:none;position:absolute;width:48px;height:48px;top:0;left:0;}
.fdlistWrp .fd .obg{position:absolute;top:0;left:0;width:48px;height:48px;background:#000;opacity:0.5;filter:alpha(opacity=50);}
.fdlistWrp .fd .icon{position:absolute;top:10px;left:10px;width:28px;height:26px;background: url(http://www.100bt.com/qq/gwActivity/20141205/web/style/img_d/btns.png) no-repeat 0 -646px;}
.fdlistWrp .fd:hover .obgWrp,.fdlistWrp .fd_on .obgWrp{display:block;}
