 
 
/*浮动窗 First*/
#go_top{ display:block; height:24px; line-height:24px; color:#fff; text-align:center; font-size:14px;}
#go_top:hover{ text-decoration:none;}

#yj_chat_window{position:fixed; right:50px; bottom:150px; z-index:1000;}
#yj_chat_window .yj_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;}
#yj_chat_window .yj_chat_box .menu #go_top{display: none;}
#yj_chat_window .yj_chat_box .menu .top{background-position:0 -50px; background-color:#b0b0b0;}
#yj_chat_window .yj_chat_box .yj_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;}
#yj_chat_window .yj_chat_box .yj_chat_item .yj_iconfont{position:absolute;top:55%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:26px;color:#fff;}
#yj_chat_window .yj_chat_box .chat_qq{background-color: #4cafe9;}
#yj_chat_window .yj_chat_box .chat_skype{background-color: #5996ff;}
#yj_chat_window .yj_chat_box .chat_email{background-color: #f5b246;}
#yj_chat_window .yj_chat_box .chat_order{background-color: #5385C0; }
#yj_chat_window .yj_chat_box .chat_me{background-color: #454241; }
#yj_chat_window .yj_chat_box .chat_trademanager{background-color: #33bbf9; }
#yj_chat_window .yj_chat_box .chat_ww{background-color: #33bbf9; }
#yj_chat_window .yj_chat_box .chat_zalo{background-color: #33bbf9; }
#yj_chat_window .yj_chat_box .yj_chat_wechat{background-color: #59c682; }
#yj_chat_window .yj_chat_box .yj_chat_whatsapp{background-color: #55d5bb; }
#yj_chat_window .yj_chat_box .yj_abs{display:none; margin-right:50px; position:absolute; top:0; right:0;}
#yj_chat_window .yj_chat_box .yj_more_box{background:#fff; border:1px solid #e8e8e8; border-radius:5px; margin-right:16px; position:relative;}
#yj_chat_window .yj_chat_box .yj_chat_wechat .yj_hidden{ max-height: 100%; }
#yj_chat_window .yj_chat_box .yj_chat_wechat .yj_more_box .yj_hidden{ overflow: unset; }
#yj_chat_window .yj_chat_box .yj_more_box .yj_hidden{  padding:10px 0; max-height: 300px; overflow-y: auto; }
#yj_chat_window .yj_chat_box .yj_more_box .yj_hidden::-webkit-scrollbar{ border-radius: 10px; width: 8px; height: 16px; background-color: #F5F5F5; }
#yj_chat_window .yj_chat_box .yj_more_box .yj_hidden::-webkit-scrollbar-track{ border-radius: 10px; background-color: #f1f1f1; }
#yj_chat_window .yj_chat_box .yj_more_box .yj_hidden::-webkit-scrollbar-thumb{ border-radius: 10px;background-color: #c1c1c1; }
#yj_chat_window .yj_chat_box .yj_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;}
#yj_chat_window .yj_chat_box .yj_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;}
#yj_chat_window .yj_chat_item:hover .yj_abs{display:block;}

#yj_chat_window .yj_chat_box .yj_more_box1{position: relative;display: block;min-width: 220px;height: 220px;line-height: 30px;padding: 0px 17px;font-size: 14px;color: #333;white-space: nowrap;}
#yj_chat_window .yj_chat_box .yj_more_box1 a:hover{background: #effaf7;text-decoration: none;}

#yj_chat_window .yj_chat_box .yj_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;}
#yj_chat_window .yj_chat_box .yj_more_box a:hover{background: #effaf7;text-decoration: none;}
#yj_chat_window .yj_chat_box .yj_more_box .yj_relimg{display: none;position: absolute;top: 0;left: -105px;padding-right: 5px;width: 100px;height: 100px;text-align: right;margin-bottom: 5px;z-index:9999999;}
#yj_chat_window .yj_chat_box .yj_more_box .yj_relimg img{padding: 2px;border:1px solid #effaf7;border-radius: 2px;background: #fff; }
#yj_chat_window .yj_chat_box .yj_more_box a:hover .yj_relimg{display: block;}
#yj_chat_window .yj_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;}
#yj_chat_window .yj_chat_box .menu #go_top{display: none;}
#yj_chat_window .yj_chat_box .menu .top{background-position:0 -50px; background-color:#b0b0b0;}

@media screen and (max-width: 1000px){
	#yj_chat_window{ right: 25px; bottom: 100px; }
	#yj_chat_window .yj_chat_box .yj_chat_item{ width: 40px; height: 40px; }
	#yj_chat_window .yj_chat_box .menu a{ width: 40px; height: 40px; }
	#yj_chat_window .yj_chat_box .menu #go_top{ background-position: center -55px; }
}
@media screen and (max-width: 768px) {
   #yj_chat_window{display: none;}
}
 