@charset "utf-8";
/*-----------------初始化---------------------*/
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-132px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'PingFangSC-Medium';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff0085 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff0085 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{position:relative;text-indent:0;background:#229ed9;}
.yb_bar .yb_ercode{background:#ff0085 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 20px 9px 20px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;font-weight:700;}
.yb_QQ a:before{content:"";position:absolute;left:13px;top:14px;width:26px;height:26px;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M21.9 4.4 18.6 20c-.2 1-.8 1.2-1.6.8l-5-3.7-2.4 2.3c-.3.3-.5.5-1 .5l.4-5 9-8.1c.4-.4-.1-.6-.6-.2L6.3 13.5 1.5 12c-1-.3-1-1 .2-1.5L20.4 3.3c.9-.3 1.7.2 1.5 1.1Z'/%3E%3C/svg%3E") no-repeat center/contain;}
