/*在线客服浮动窗 Start*/
/*浮动窗 First*/
#go_top{ display:block; height:24px; line-height:24px; color:#fff; text-align:center; font-size:14px;}
#go_top:hover{ text-decoration:none;}

#chat_window{position:fixed; right:10px; bottom:150px; z-index:1000;}
#chat_window .chat_box .menu a{width: 50px;height: 50px;display: block;border-radius: 100%;margin-bottom: 6px;background: #07bb8a url(icon_chat_menu.png) no-repeat 0 0;border-color:transparent;}
#chat_window .chat_box .menu #go_top{display: none;}
#chat_window .chat_box .menu .top{background-position:0 -50px; background-color:#b0b0b0;}

#chat_window .chat_box.cur .box{ height: auto; overflow: unset; }
#chat_window .chat_box.cur .box .more{ display:none; }
#chat_window .chat_box .box{ margin-bottom: 6px; width: 100%; height: 50px; overflow: hidden; }
#chat_window .chat_box .chat_item{display: block;position: relative;width: 50px;height: 50px;border-radius: 100%;/*background: url(icon_chat.png) no-repeat 0 0*/;margin-bottom: 6px;}
#chat_window .chat_box .chat_item:last-child{ margin-bottom: 0;}
#chat_window .chat_box .chat_item .iconfont{position:absolute;top:46%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:26px;color:#fff;}
#chat_window .chat_box .chat_skype{background-color: #5996ff;background-position: 0 -50px;}
#chat_window .chat_box .chat_email{background-color: #f5b246;background-position: 0 -100px;}
#chat_window .chat_box .chat_whatsapp{background-color: #55d5bb;background-position: 0 -250px;}
#chat_window .chat_box .abs{display:none; margin-right:50px; position:absolute; top:0; right:0;}
#chat_window .chat_box .more_box{background:#fff; border:1px solid #e8e8e8; border-radius:5px; margin-right:16px; position:relative;}
#chat_window .chat_box .more_box .hidden{  padding:10px 0; max-height: 300px; overflow-y: auto; }
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar{ border-radius: 10px; width: 8px; height: 16px; background-color: #F5F5F5; }
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-track{ border-radius: 10px; background-color: #f1f1f1; }
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-thumb{ border-radius: 10px;background-color: #c1c1c1; }
#chat_window .chat_box .more_box:before{content:''; border-width:7.5px 0 7.5px 8px; border-color:transparent; border-left-color:#e8e8e8; border-style:solid; position:absolute; top:19px; right:-9px;}
#chat_window .chat_box .more_box:after{content:''; border-width:7.5px 0 7.5px 8px; border-color:transparent; border-left-color:#fff; border-style:solid; position:absolute; top:19px; right:-8px;}
#chat_window .chat_item:hover .abs{display:block;}
#chat_window .chat_box .more_box a{position: relative;display: block;min-width: 80px;height: 30px;line-height: 30px;padding: 0px 17px;font-size: 14px;color: #333;white-space: nowrap;}
#chat_window .chat_box .more_box a:hover{background: #effaf7;text-decoration: none;}
#chat_window .chat_box .menu a{width: 50px;height: 50px;display: block;border-radius: 100%;margin-bottom: 6px;background: #07bb8a url(icon_chat_menu.png) no-repeat 0 0;}
#chat_window .chat_box .menu #go_top{display: none;}
#chat_window .chat_box .menu .top{background-position:0 -50px; background-color:#b0b0b0;}
#chat_window .chat_box .box .more	{width: 50px;height: 50px;display: block;border-radius: 100%;margin-bottom: 6px;background: #07bb8a url(icon_chat_menu.png) no-repeat 0 0;}

@media screen and (max-width: 1000px){
	#chat_window .chat_box .box{ height: 40px; }
	#chat_window .chat_box .box .more{ width: 40px; height: 40px; background-position: center -4px; }
	#chat_window{ right: 25px; bottom: 100px; }
	#chat_window .chat_box .chat_item{ width: 40px; height: 40px; }
	#chat_window .chat_box .menu a{ width: 40px; height: 40px; }
	#chat_window .chat_box .menu #go_top{ background-position: center -55px; }
}

/*隐藏头部只有一种货币效果*/