CINXE.COM

云呼叫中心,机器人客服,在线客服系统,工单系统供应商-智齿[官网]

<html> <head> <title>云呼叫中心,机器人客服,在线客服系统,工单系统供应商-智齿[官网]</title> <meta name="keywords" content="云呼叫中心,智能客服,聊天机器人,在线客服系统,客服软件,工单管理系统"> <meta name="description" content="智齿客服是以人工智能整合云呼叫中心、机器人客服、人工在线客服、工单系统的一体化「客户联络」解决方案, 为企业提速增效.拥有数万企业用户,让每个企业享受智慧营销与服务带来的改变。"> <style> body { background: #f8f7fa; } body, html { padding: 0px; margin: 0px; color: #545d69; font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif; } .layout { display: flex; align-items: center; flex-direction: column; justify-content: center; width: 100%; height: 100%; } #second { color: #00989e; } .layout .err-img { width: 294px; height: 227px; background-image: url(https://www.zhichi.com/images/404-9218536aa3.png); margin: 0 auto; } .layout h3 { margin-top: 60px; margin-left: -60px; } h3 { display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; unicode-bidi: isolate; } .layout .tip { font-size: 16px; margin-top: 35px; margin-left: -182px; } .layout .btn .to-index { background-color: #0da4a7; } .layout .btn a { display: inline-block; width: 160px; height: 50px; line-height: 50px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #fff; text-decoration: none; text-align: center; } .layout .btn .to-back { background-color: #cac9ca; } .layout .tip-to-back { font-size: 14px; margin-top: 25px; color: #9696a3; } </style> </head> <body> <div class="layout"> <div class="err-img"></div> <h3>天呐!您的页面被外星人拐跑了!</h3> <p class="tip">建议您选择如下操作:</p> <div class="btn"> <a class="to-index" href="https://www.sobot.com/index.html">跳转到首页</a> <a class="to-back" href="javascript:;" onclick="javascript :history.back(-1);">返回上一页</a> </div> <p class="tip-to-back"> 如果您没有操作,我们将在<span class="second" id="second">5</span>秒后带您安全回到首页。 </p> </div> <script> //8秒之后,自动跳转到首页(index.html) var second = 5; var interval = setInterval(function () { second--; document.querySelector('#second').innerHTML = second if (second <= 0) { clearInterval(interval); window.location.href = "https://www.sobot.com/index.html"; } }, 1000); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10