@charset "UTF-8";html,body{height:100%;width:100%;max-width:100%;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body .broswer-page-err{width:100%;height:100%;box-sizing:border-box;padding:100px 0;display:flex;flex-direction:column;align-items:center;font-size:18px}body .broswer-page-err i{font-size:70px;margin-bottom:20px;color:#10aeff}body .leftTop{position:absolute;top:0;left:0;width:40%;z-index:0}body .rightBottom{position:absolute;right:0;bottom:0;width:100%;z-index:0}body .robot-index{width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:0;justify-content:flex-start;text-align:center;transition:background-color .5s ease-in-out}body .robot-index .robotIcon{margin:180px auto 0;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}body .robot-index .robotIcon img{width:60px;margin-bottom:70px}body .robot-index .robotIcon.jump img{animation:logoJump .7s ease-in-out infinite}body .robot-index .robotIcon.jump .shadow{animation:shadowJump .7s ease-in-out infinite}body .robot-index .robotIcon .shadow{width:60px;height:2px;border-radius:10px;background-color:#eee;position:absolute}body .robot-index .robotTitle{display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:600;width:100%;box-sizing:border-box;padding:0 15px}@media screen and (max-width: 500px){body .robot-index .robotTitle{font-size:24px}}body .robot-index.animating{background-color:#f4f7fe}body .robot-index .robot-index-top,body .robot-index .robot-index-bottom{width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center}body .robot-index .robot-index-top>*,body .robot-index .robot-index-bottom>*{width:100%}body .robot-index .robot-index-top{padding:110px 0 20px;box-sizing:border-box;height:320px;max-width:768px;width:calc(100% - 32px);transition:all .3s ease-in-out;display:flex;flex-direction:column;justify-content:center}body .robot-index .robot-index-top.fade-out{animation:fadeOut .5s ease-in-out forwards}body .robot-index .online-chatbox-messages{max-height:0;transition:all .3s ease-in-out;padding:0;width:100%;max-width:800px;box-sizing:border-box;text-align:left}body .robot-index .online-chatbox-messages.strech-height{margin-top:10px;animation:strechHeight .5s ease-in-out forwards}body .robot-index .robot-index-bottom{padding-bottom:20px}body .robot-index .robot-index-top .online-chatbox-title,body .robot-index .robot-index-bottom .online-chatbox-title{display:flex;align-items:center;justify-content:center;font-size:40px}body .robot-index .robot-index-top .online-chatbox-title img,body .robot-index .robot-index-bottom .online-chatbox-title img{height:48px;margin-right:8px}body .robot-index .robot-index-top .online-chatbox-title .text,body .robot-index .robot-index-bottom .online-chatbox-title .text{font-weight:600;display:flex;flex-wrap:wrap}body .robot-index .robot-index-top .online-chatbox-title .text span,body .robot-index .robot-index-bottom .online-chatbox-title .text span{white-space:nowrap}body .robot-index .robot-index-top .online-chatbox-title-tips,body .robot-index .robot-index-bottom .online-chatbox-title-tips{font-size:14px;margin:20px 0 50px}@media screen and (max-width: 840px){body .robot-index .robot-index-top .online-chatbox-title,body .robot-index .robot-index-bottom .online-chatbox-title{font-size:30px}}@media screen and (max-width: 500px){body .robot-index .robot-index-top .online-chatbox-title,body .robot-index .robot-index-bottom .online-chatbox-title{font-size:28px}body .robot-index .robot-index-top .online-chatbox-title .text,body .robot-index .robot-index-bottom .online-chatbox-title .text{flex:0}body .robot-index .robot-index-top .online-chatbox-title-tips,body .robot-index .robot-index-bottom .online-chatbox-title-tips{font-size:12px}}@media screen and (max-width: 350px){body .robot-index .robot-index-top .online-chatbox-title,body .robot-index .robot-index-bottom .online-chatbox-title{font-size:22px}body .robot-index .robot-index-top .online-chatbox-title-tips,body .robot-index .robot-index-bottom .online-chatbox-title-tips{font-size:12px}}body .robot-index .robot-index-top .online-chatbox-input,body .robot-index .robot-index-bottom .online-chatbox-input{width:calc(100% - 32px);box-sizing:border-box;padding:6px 0 42px;margin:0 16px 16px;display:flex;justify-content:space-between;gap:10px;border:1px solid #f5f5f5;box-shadow:3px 3px 8px #ddd;border-radius:10px;background:#fff;position:relative;font-size:14px}body .robot-index .robot-index-top .online-chatbox-input .deep-thinking-btn,body .robot-index .robot-index-bottom .online-chatbox-input .deep-thinking-btn{height:26px;box-sizing:border-box;padding:4px 8px;border:1px solid #E1E4E9;border-radius:6px;background:#f5f5f5;cursor:pointer;transition:all .3s;margin-right:10px;font-size:12px;position:absolute;left:10px;bottom:8px}body .robot-index .robot-index-top .online-chatbox-input .deep-thinking-btn.active,body .robot-index .robot-index-bottom .online-chatbox-input .deep-thinking-btn.active{background:#ded9ff;color:#11047a;border-color:#ded9ff}body .robot-index .robot-index-top .online-chatbox-input .online-chatbox-message-input,body .robot-index .robot-index-bottom .online-chatbox-input .online-chatbox-message-input{font-family:Arial,Helvetica,sans-serif;background-color:transparent;flex:1;border:none;padding:8px 10px;outline:none;height:100%;box-sizing:border-box;line-height:1.5;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow-y:auto;text-overflow:ellipsis;max-height:7.5em;min-height:1em;font-size:14px;resize:none}body .robot-index .robot-index-top .online-chatbox-input .online-chatbox-message-input:focus,body .robot-index .robot-index-bottom .online-chatbox-input .online-chatbox-message-input:focus{border-color:#8f82fb}body .robot-index .robot-index-top .online-chatbox-input .online-chatbox-send-btn,body .robot-index .robot-index-bottom .online-chatbox-input .online-chatbox-send-btn{outline:none;background:#11047a;height:30px;width:30px;border-radius:100%;border:none;box-sizing:border-box;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;right:10px;bottom:6px}body .robot-index .robot-index-top .online-chatbox-input .online-chatbox-send-btn i,body .robot-index .robot-index-bottom .online-chatbox-input .online-chatbox-send-btn i{color:#fff}body .robot-index .robot-index-top .online-chatbox-input .online-chatbox-send-btn:hover,body .robot-index .robot-index-bottom .online-chatbox-input .online-chatbox-send-btn:hover{background:#0a0249}body .robot-index .robot-index-top .online-chatbox-input .online-chatbox-send-btn.disabled,body .robot-index .robot-index-bottom .online-chatbox-input .online-chatbox-send-btn.disabled{background:#ccc!important;cursor:not-allowed;opacity:.7}body .robot-index .robot-index-top .online-chatbox-input .online-chatbox-send-btn.paused,body .robot-index .robot-index-bottom .online-chatbox-input .online-chatbox-send-btn.paused{background:#11047a}body .robot-index .robot-index-top .online-chatbox-input .online-chatbox-send-btn.paused:hover,body .robot-index .robot-index-bottom .online-chatbox-input .online-chatbox-send-btn.paused:hover{background:#0a0249}body .robot-index .robot-index-top .online-chatbox-input-tips,body .robot-index .robot-index-bottom .online-chatbox-input-tips{font-size:12px;color:#999}@keyframes fadeOut{0%{opacity:1;height:160px;padding:110px 0 50px}to{opacity:0;height:0;padding:0}}@keyframes strechHeight{0%{padding:0;max-height:0}to{padding:16px;max-height:100%}}@keyframes logoJump{0%{transform:translateY(0)}40%{transform:translateY(-40px)}to{transform:translateY(0)}}@keyframes shadowJump{0%{transform:scaleX(.6)}40%{transform:scaleX(0)}to{transform:scaleX(.6)}}
