.copyrights{text-indent:-9999px;height:200;line-height:0;font-size:0;overflow:hidden;}


/* 手机端首页客服按钮修复：整颗圆形按钮都可点击 */
.home-page .home-menu .menu-item span{cursor:pointer!important;}
.home-page .home-menu .menu-item span a.singal{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  text-align:center!important;
}
.home-page .home-menu .menu-item span.js-open-chatway,
.home-page .home-menu .menu-item span.js-open-chatway a{cursor:pointer!important;}


/* 885579 SEO说明板块：可见展示，不遮挡首页主功能 */
.home-seo-panel{max-width:880px;margin:10px auto 8px;padding:10px 14px;border:1px solid rgba(231,191,98,.38);border-radius:14px;background:rgba(0,0,0,.52);color:#f9e9bd;text-align:left;box-shadow:0 10px 30px rgba(0,0,0,.25);}
.home-seo-panel h1{font-size:15px;line-height:1.5;margin:0 0 6px;color:#fff3c4;font-weight:700;}
.home-seo-panel p{font-size:12px;line-height:1.7;margin:3px 0;color:#f6e6bc;}
@media(max-width:767px){.home-seo-panel{width:calc(100% - 28px);box-sizing:border-box;margin:8px auto 6px;padding:8px 10px;max-height:128px;overflow:auto;}.home-seo-panel h1{font-size:13px;}.home-seo-panel p{font-size:11px;line-height:1.55;}}
