@charset "utf-8";
.floatwindow_fd_conct img {border:none;max-width:100%;max-height:100%;}
.floatwindow_fd_conct {position:fixed;z-index:9999999;top:30%;right:0px;cursor:pointer;transition:all .3s ease;font-family:Arial;font-size:14px;}
.floatwindow_chat_box {position:relative;z-index:99;}
.floatwindow_chat_box .floatwindow_chat_item {display:block;position:relative;width:110px;height:40px;margin-bottom:5px;}
.floatwindow_chat_box .floatwindow_chat_item span {position:absolute;border-top-left-radius:20px;border-bottom-left-radius:20px;background:url(../img/icon_chat.png) no-repeat 0 0;margin-bottom:6px;background-color:#46bac6;white-space:nowrap;}
.floatwindow_chat_item span {display:block;line-height:40px;padding-left:50px;color:#fff;font-size:14px;}
.floatwindow_chat_box .floatwindow_chat_qq span {background-position:3px -6px;background-color:#9778ff;}
.floatwindow_chat_box .floatwindow_chat_tel span {background-position:3px -56px;background-color:#45a4eb;}
.floatwindow_chat_box .floatwindow_chat_email span {background-position:3px -109px;background-color:#66b433;}
.floatwindow_chat_box .floatwindow_chat_wechat span {background-position:3px -163px;background-color:#ffc000;}
.floatwindow_chat_box .floatwindow_chat_skype span {background-position:3px -215px;background-color:#ff7200;}
.floatwindow_chat_box .floatwindow_top span {background-position:3px -268px;background-color:#fd3939;width:110px;}
.floatwindow_chat_box .floatwindow_chat_item .floatwindow_tit_box {z-index:2;width:110px;}
.floatwindow_chat_box .floatwindow_chat_item .floatwindow_more_box {z-index:1;padding-right:20px;}
.more_box {display:none;}