body>main{display:flex;min-height:100vh;width:50%;max-width:1000px;margin:0 auto;position:relative}@media(max-width: 768px){body>main{width:96%}}.newchat{position:absolute;left:0;top:50%;width:100%;transform:translateY(-50%);transition-property:all;transition-duration:0.2s;transition-timing-function:"ease"}.newchat .hhh .t0{display:flex;align-items:center;justify-content:center;gap:0 .5rem}.newchat .hhh .t0 img{height:3.1rem;width:auto;border-radius:10rem}.newchat .hhh .t0 b{font-size:1.5rem}.newchat .hhh .t0 small{font-size:1rem;align-self:flex-end;opacity:.7}.newchat .hhh .t1{margin:2rem 0 0 0;color:#555;text-align:center;font-size:1.1rem}.newchat .example{margin:3rem 0 0 0}.newchat .example .alist{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width: 768px){.newchat .example .alist{flex-direction:column;align-items:start}}.newchat .example .alist a{padding:.7rem 1rem;border:1px solid #ddd;background:#eee;color:#444;border-radius:2rem;box-sizing:border-box}.newchat .example .alist a:hover{border:1px solid #1461d3;background:rgba(20,97,211,.1)}.newchat .form{margin:1.4rem 0 0 0;background:#eee;border-radius:1.5rem;position:relative;padding:2rem;box-sizing:border-box}.newchat .form .inputbox textarea{background:rgba(0,0,0,0);width:100%;height:calc(3vw + 3vh);border:0;resize:none;outline:0;font-size:1.1rem}@media(max-width: 768px){.newchat .form .inputbox textarea{font-size:1.3rem}}.newchat .form .inputbox textarea:focus{border:none}.newchat .form .inputbox textarea.disable{pointer-events:none}.newchat .form .tis{text-align:center;position:absolute;left:0;width:100%;top:calc(100% + 1rem);font-size:.9rem;color:#333;opacity:.3}.newchat .form .tool{display:flex;justify-content:space-between;align-items:flex-end}.newchat .form .tool .type{display:flex;gap:1rem}.newchat .form .tool .type a{display:flex;gap:0 .4rem;align-items:center;padding:.44rem .5rem;border-radius:10rem}.newchat .form .tool .type .online_ai{border:1px solid var(--color-main);background:#fff;filter:grayscale(1);opacity:.4}.newchat .form .tool .type .online_ai .icon{height:1.4rem;width:auto}.newchat .form .tool .type .online_ai .icon img{height:100%}.newchat .form .tool .type .online_ai span{color:var(--color-main);font-size:1rem}.newchat .form .tool .type .online_ai.on{opacity:1;filter:grayscale(0)}.newchat .form .tool .type .deep_thinking{border:1px solid var(--color-main);background:#fff;filter:grayscale(1);opacity:.4}.newchat .form .tool .type .deep_thinking .icon{height:1.4rem;width:auto}.newchat .form .tool .type .deep_thinking .icon img{height:100%}.newchat .form .tool .type .deep_thinking span{color:var(--color-main);font-size:1rem}.newchat .form .tool .type .deep_thinking.on{opacity:1;filter:grayscale(0)}.newchat .form .tool .gogogo input{cursor:pointer;transition-property:all;transition-duration:0.2s;transition-timing-function:"ease"}.newchat .form .tool .gogogo input:hover{transform:scale(1.05)}.newchat .form .tool .gogogo .send{width:3rem;height:3rem;background:var(--color-main);border:0;border-radius:10rem;color:#fff;background:var(--color-main) url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23000000'%3E%3Cpath d='M26,7.2L13.7,18.5c-0.8,0.8-0.8,2.1,0,2.8s2.1,0.8,2.8,0l7.5-6.5V41c0,0.7,0.4,1.4,1,1.8c0.6,0.4,1.4,0.4,2,0 c0.6-0.4,1-1,1-1.8V14.9l7.5,6.5c0.8,0.8,2.1,0.8,2.8,0s0.8-2.1,0-2.8L26,7.2z' fill='%23ffffff'/%3E%3C/svg%3E%0A") no-repeat center;background-size:auto 60%}.newchat .form .tool .gogogo .stop{width:3rem;height:3rem;background:var(--color-main);border:0;border-radius:10rem;color:#fff;background:var(--color-main) url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' fill='%23000000'%3E%3Cpath d='M 21 20 C 21 20.550781 20.550781 21 20 21 L 6 21 C 5.449219 21 5 20.550781 5 20 L 5 6 C 5 5.449219 5.449219 5 6 5 L 20 5 C 20.550781 5 21 5.449219 21 6 Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") no-repeat center;background-size:auto 60%}.newchat.hide{top:initial;bottom:4rem;transform:translateY(0)}.newchat.hide .hhh{display:none}.newchat.hide .form .inputbox textarea{height:calc(3vw + 3vh)}.chatai{height:94%;margin:3% 0;display:none;width:100%;border-radius:1rem;overflow:hidden}.chatai .box{display:flex;flex-direction:column;height:100%}.chatai .box .title{background:#eee;color:#444;font-size:1.4rem;font-weight:bold;text-align:center;padding:1.2rem 0;width:100%}.chatai .box .msgline{margin:2rem 0 0 0;height:calc(95vh - (4vw + 4vh + 4rem + 3rem + 9rem));display:flex;flex-direction:column;gap:1rem 0;overflow-y:auto}.chatai .box .msgline .msg{gap:0 .5rem}.chatai .box .msgline .msg .content{padding:1rem;border-radius:.5rem}.chatai .box .msgline .msg .content .text{color:#222;line-height:1.7;font-size:1.1rem}.chatai .box .msgline .tool{color:#aaa;font-size:.9rem;margin:0 0 .5rem 4.5rem;display:flex;gap:0 1rem}.chatai .box .msgline .tool a{color:#666;font-size:1rem}.chatai .box .msgline .tool .copy{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M4 2a2 2 0 00-2 2v9a2 2 0 002 2h2v2a2 2 0 002 2h9a2 2 0 002-2V8a2 2 0 00-2-2h-2V4a2 2 0 00-2-2H4zm9 4V4H4v9h2V8a2 2 0 012-2h5zM8 8h9v9H8V8z'/%3E%3C/svg%3E") no-repeat left center;background-size:auto 100%;padding:0 0 0 1.5rem}.chatai .box .msgline .tool .reanswer{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_429_11071)'%3E%3Cpath d='M12 2.99982C16.9706 2.99982 21 7.02925 21 11.9998C21 16.9704 16.9706 20.9998 12 20.9998C7.02944 20.9998 3 16.9704 3 11.9998C3 9.17255 4.30367 6.64977 6.34267 4.99982' stroke='%23292929' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 4.49982H7V8.49982' stroke='%23292929' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_429_11071'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat left center;background-size:auto 100%;padding:0 0 0 1.5rem}.chatai .box .msgline .tis{color:#aaa;font-size:.9rem;margin:0 0 1rem 0;text-align:center}.chatai .box .msgline .msg_Q{display:flex;flex-direction:row-reverse}.chatai .box .msgline .msg_Q .content{max-width:90%;background:rgba(20,97,211,.1)}.chatai .box .msgline .msg_Q .userlogo{width:3rem;height:3rem;background:url(/img/icon_02.svg) no-repeat center;background-size:contain}.chatai .box .msgline .msg_A{display:flex}.chatai .box .msgline .msg_A .content{max-width:80%;flex:auto}.chatai .box .msgline .msg_A .content strong{font-weight:bold}.chatai .box .msgline .msg_A .content ul,.chatai .box .msgline .msg_A .content ol{padding-left:16px}.chatai .box .msgline .msg_A .content ol{list-style-position:inside;list-style:decimal}.chatai .box .msgline .msg_A .content ul{list-style-position:inside;list-style:disc}.chatai .box .msgline .msg_A .content ul li{list-style:disc}.chatai .box .msgline .msg_A .content ol ul ul{list-style-type:circle}.chatai .box .msgline .msg_A .content ol ul ul li{list-style-type:circle}.chatai .box .msgline .msg_A .content h1,.chatai .box .msgline .msg_A .content h2,.chatai .box .msgline .msg_A .content h3,.chatai .box .msgline .msg_A .content h4,.chatai .box .msgline .msg_A .content h5,.chatai .box .msgline .msg_A .content h6{font-weight:600;line-height:1.25;margin-bottom:1rem;margin-top:1.5rem}.chatai .box .msgline .msg_A .content table{color:#333;border-radius:5px;margin:.6rem 0;border-width:1px;border-color:#999;border-collapse:collapse}.chatai .box .msgline .msg_A .content table th{border-width:1px;padding:10px;border-style:solid;border-color:#999;background-color:#dcdfe6}.chatai .box .msgline .msg_A .content table td{border-width:1px;border-style:solid;border-color:#dcdfe6;padding:10px;background:#fff;line-height:22px}.chatai .box .msgline .msg_A .content h2{border-bottom:1px solid rgba(209,217,224,.702);font-size:1.5em;font-weight:600;padding-bottom:.3em}.chatai .box .msgline .msg_A .content h3{font-size:1.25em;font-weight:600}.chatai .box .msgline .msg_A .content h4{font-size:1em;font-weight:600}.chatai .box .msgline .msg_A .content h5{font-size:.875em;font-weight:600}.chatai .box .msgline .msg_A .content h6{color:#59636e;font-size:.85em;font-weight:600}.chatai .box .msgline .msg_A .userlogo{width:3rem;height:3rem;background:url(/img/logo.jpg) no-repeat center;background-size:contain;border-radius:10rem}