@charset "UTF-8";/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */html{background:#ffffff;color:#000;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}body{background-color:#fff;-webkit-font-smoothing:antialiased}html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}body,button,input,select,textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none}input,select,textarea{font-size:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}table{border-collapse:collapse;border-spacing:0}th{text-align:inherit}fieldset,img{border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}iframe{display:block}abbr,acronym{border:none;font-variant:normal}del{text-decoration:line-through}address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:500}ol,ul,dl{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:600}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}a{color:inherit;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}ins,a,canvas{text-decoration:none;outline:none}a:hover{color:#000}a.disabled:hover,.disabled,.disabled a{cursor:not-allowed!important;color:#9ca3af!important}.pull-static{position:static!important}.pull-relative{position:relative!important}.pull-absolute{position:absolute!important}.pull-fixed{position:fixed!important}.pull-left{float:left!important}.pull-right{float:right!important}.pull-none{float:none!important}.t-left{text-align:left!important}.t-center{text-align:center!important}.t-right{text-align:right!important}.t-blue{color:#0ea5e9!important}.flex{display:flex}.flex-column{flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-start{display:flex;align-items:flex-start}.flex-end{display:flex;align-items:flex-end}.flex-1{flex:1}.full-width{width:100%}.full-height{height:100%}.full-screen{height:100vh}.auto-width{width:auto}.auto-height{height:auto}.no-margin{margin:0}.no-padding{padding:0}.margin{margin:.16rem}.padding{padding:.16rem}.margin-sm{margin:.08rem}.padding-sm{padding:.08rem}.margin-lg{margin:.32rem}.padding-lg{padding:.32rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-small{font-size:.14rem}.text-large{font-size:.2rem}.text-bold{font-weight:700}.text-normal{font-weight:400}.text-primary{color:#0ea5e9}.text-secondary{color:#4b5563}.text-secondary p{margin-bottom:.16rem}.text-muted{color:#6b7280}.text-white{color:#fff}.text-danger{color:#ef4444}.bg-primary{background-color:#0ea5e9}.bg-secondary{background-color:#f3f4f6}.bg-white{background-color:#fff}.bg-danger{background-color:#ef4444}.border{border:1px solid #e5e7eb}.border-top{border-top:1px solid #e5e7eb}.border-bottom{border-bottom:1px solid #e5e7eb}.rounded{border-radius:.08rem}.rounded-sm{border-radius:.04rem}.rounded-lg{border-radius:.16rem}.rounded-full{border-radius:50%}.shadow{box-shadow:0 2px 4px #0000001a}.shadow-lg{box-shadow:0 4px 8px #00000026}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.block{display:block}.inline{display:inline}.hidden{display:none}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.transition{transition:all .3s ease}.transition-fast{transition:all .15s ease}.hover-primary:hover{background-color:#0284c7}.hover-secondary:hover{background-color:#e5e7eb}.disabled{opacity:.5;cursor:not-allowed}.space-between>*+*{margin-left:.16rem}.space-between-sm>*+*{margin-left:.08rem}.space-between-lg>*+*{margin-left:.32rem}.stack>*+*{margin-top:.16rem}.stack-sm>*+*{margin-top:.08rem}.stack-lg>*+*{margin-top:.32rem}@media (min-width: 640px) and (max-width: 1023px){.mobile-only{display:none!important}}@media (min-width: 1024px){.mobile-only{display:none!important}}@media (max-width: 639px){.tablet-only{display:none!important}}@media (min-width: 1024px){.tablet-only{display:none!important}}@media (max-width: 639px){.desktop-only{display:none!important}}@media (min-width: 640px) and (max-width: 1023px){.desktop-only{display:none!important}}@media (max-width: 639px){.mobile-padding{padding:.08rem}}@media (min-width: 640px) and (max-width: 1023px){.tablet-padding{padding:.16rem}}@media (min-width: 1024px){.desktop-padding{padding:.32rem}}@media (max-width: 639px){.mobile-text{font-size:.14rem}}@media (min-width: 640px) and (max-width: 1023px){.tablet-text{font-size:.16rem}}@media (min-width: 1024px){.desktop-text{font-size:.18rem}}.chat-container{display:flex;flex-direction:column;height:100vh;background-color:#f9fafb}.chat-header{background:white;padding:.16rem;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.chat-header .logo{display:flex;align-items:center;gap:.12rem}.chat-header .logo .logo-icon{width:.32rem;height:.32rem;color:#fff;border-radius:.08rem;display:flex;align-items:center;justify-content:center;font-weight:700}.chat-header .logo .logo-text{font-size:.2rem;font-weight:600;color:#111827}.messages-area{flex:1;overflow-y:auto;padding:.24rem .16rem}.messages-area .messages-container{max-width:10.24rem;margin:0 auto;display:flex;flex-direction:column;gap:.24rem}.message{display:flex;gap:.04rem}.message .avatar{width:.48rem;height:.48rem;border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.message .avatar.bot-avatar img{width:.48rem;height:auto;border-radius:50%}.message .avatar.user-avatar2 img{width:.48rem;height:auto}.message .avatar.user-avatar{color:#fff}.message .message-content{flex:1;min-width:0}.message .message-content .message-bubble{padding:.1rem .2rem;border-radius:.096rem;word-wrap:break-word;white-space:normal;overflow-wrap:break-word}.message .message-content .message-bubble.bot-bubble{padding:.2rem;background:white;color:#1f2937;box-shadow:0 1px 2px #0000000d}.message .message-content .message-bubble.user-bubble{width:fit-content;background:#E5F0FF;color:#1f2937;border:1px solid #ffffff;box-shadow:0 1px 2px #0000000d;margin-left:auto}.message .message-content .message-time{font-size:.12rem;color:#6b7280;margin-top:.04rem}.message .message-content .message-time.user-time{text-align:right}.welcome-message{text-align:center;padding:.48rem .16rem}.welcome-message .welcome-icon{width:.64rem;height:.64rem;background:#e0f2fe;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .16rem;font-size:.32rem}.welcome-message .welcome-title{font-size:.18rem;font-weight:500;color:#111827;margin-bottom:.08rem}.welcome-message .welcome-text{color:#4b5563}.loading-message{display:flex;align-items:flex-start;gap:.12rem}.loading-message .loading-content{display:flex;flex-direction:column;gap:.08rem;padding:.12rem .16rem;background:white;border-radius:.16rem;border:1px solid #e5e7eb}.loading-message .loading-content .loading-text{font-size:.14rem;color:#4b5563;margin:0}.input-area .input-container{max-width:10.24rem;margin:0 auto;display:flex;gap:.12rem;align-items:flex-end}.input-area .input-container .input-wrapper{flex:1;position:relative}.input-area .input-container .input-wrapper .chat-input{width:100%;min-height:.44rem;max-height:1.2rem;padding:.12rem .16rem;border:1px solid #e5e7eb;border-radius:.16rem;resize:none!important;font-family:inherit;font-size:.14rem;line-height:1.25;box-sizing:border-box;overflow-y:auto;word-wrap:break-word;white-space:pre-wrap;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;-webkit-text-size-adjust:100%;touch-action:manipulation;-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-area .input-container .input-wrapper .chat-input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 1px #0ea5e9}.input-area .input-container .input-wrapper .chat-input:disabled{opacity:.5;cursor:not-allowed}.input-area .input-container .input-wrapper .chat-input::placeholder{color:#6b7280}.input-area .input-container .send-button{width:.44rem;height:.44rem;border:none;border-radius:.48rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAuCAYAAABu3ppsAAAEqUlEQVRoge2ZXWhbZRjH/2mT5juZTbIu6adOVEy3oSJuwlBXJxsTh6gI3k7wyg8GEwWvdAh6o6goA4swUVCmoDeKFzLwwqFoO6tZ17VrHO26Jjn5bnLOSU4iz0uypU1yPpK0SWS/q5D3zTn//3ue93me90Q38cPlwwAmAXjRXawAONbTpeJR0jzZ06Xiy3h7OkNH49w00G663oC+AzSsQ6cD3EY9HtphxYTPht/CGXx2KVZ3fkcZGLQY8OB2C44M2zFkNbDvdtr7Ot/AsNWAfSXhZKKSS0lB9rdtNUBiKVQO+KwYs/XVnPN7JCt7jbYYGLEZcMBrw16PBbc7agsvE0yLsuNbasBr0ePwkJ3Feb0Vr6QIICEWZOdsiQEKlUd9Nkz4rPBtiHE5/k2LuJrJyc7ZVAMk/OCgjYnfbtKjR1c9Jy5K+HEphccG7eg39q4bW0zl2LgcLTdAIl1GPY6OOPCw14oBk57l9lqE+DzenArhTqcRVn11TU3mJBSK8vdrmQG9TocBsx6PeK14YsRRtZobCcQFvDUdwl6PGS/e7aoaLxYphHLIF+UdtMTATkcf9g9YWajsMCtf8uzKGt4PRFgmeqmGeJRW/0Kch4L+5gxQCqSMQpnFY1J3qe+uJPFhgMNBX33xBC8VkczJZyA0aoBSIG3O/QMWTVnli4U4awse8Fjwst8tOzfM5yFKCsuv1QCFyqFBO+51mTFqUy+cOD0fw+n5OO5xmfHqLjdMvXV2donzUb51T4B6lWfGnNjjMlX1KkrkC0V8OhfDN8EE/LeYcGKXG84++Q1OLKRESEobQI2BF+7qx4TXpphVahHhJZy6yLFNO2rrw3G/m9UDNaRUrL4qA/e7zQ2Jpx7mgwCHv6I82zOv7faoDjta/VA2r2qu4onsowCHC3EByg/zBjT/5HSYiae+nsJGqWmrZD4pIiK0yMB0lMcbf67i22ACUUG+rBMk+p2ZMHsCVBNOjLtZpdVCTJAgqMhAqgyAdYQSPpmN4u3zIZwLZ+rOo9793ZkwltZyrPN8fY+HbVwt0MZdzco3cJVoSqP0NOaSIh4ftlednn5eSePUbBScIJVW3gP/Nm3iwfK/xO6xKQaITL6ArxcT+IPL4rnbtuEOhxG/rK7hy8txpHMF1g8dH3djd7928SiFT0xFqJZpuJVYSIp4758IXMZeXM3kkSsUWdi84nezQtco6XwBWUldCkWzvRCteLoiX+/zWHBfE+KJuYTATKilpS+2zDV6ei1QA0cttIoCfJ2WGlCZ+epCYaglfNBprxY5Ic9SsBa2xMCywsG8DCWGJZVzy2y6ATqwn5wO4avFBNYUNmcqX9AU/2j1oV6/ocX/aTmNj2ejrHbMp6L4O8bj2VudGK9RnensG+HV9T/r7tmM4I1wFQXo+ytJTM7FmHiUDum/hjIsTA4N2fDkqBN2w40AoOI1xfHtNXAulMGZYIKJPhNMXhdfCb1K+XwhjpmYgKfHHOx4CVbhi1hMqW8hNsVATJTY6YtWW+40RUNTXJa9eT4yZMdTY06cvZaGqPQSqAb0P3GT2bu93PyPrN38LwysdICORrlGBp6nD10ofhnAsf8AwaDXNGDFQYcAAAAASUVORK5CYII=) no-repeat;background-size:100% 100%;flex-shrink:0}.input-area .input-container .send-button:disabled{opacity:.5;cursor:not-allowed}.error-toast{margin-top:.12rem;padding:.12rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.08rem;display:flex;align-items:center;justify-content:space-between}.error-toast .error-content{display:flex;align-items:center;gap:.08rem}.error-toast .error-content .error-icon{width:.2rem;height:.2rem;color:#ef4444}.error-toast .error-content .error-text{font-size:.14rem;color:#b91c1c}.error-toast .error-actions{display:flex;gap:.08rem}.error-toast .error-actions .error-button{background:none;border:none;color:#dc2626;font-size:.14rem;cursor:pointer;padding:.04rem}.error-toast .error-actions .error-button:hover{color:#991b1b}.back-button{display:inline-flex;align-items:center;gap:.08rem;padding:.08rem .12rem;background:white;border:1px solid #e5e7eb;border-radius:.06rem;color:#374151;text-decoration:none;font-size:.14rem;font-weight:500;transition:background-color .2s;cursor:pointer}.back-button:hover{background:#f9fafb;color:#111827}.back-button svg{margin-right:.08rem}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width: 639px){.messages-area{padding:.16rem .08rem}.input-area{padding:.12rem}.message-bubble{max-width:calc(100vw - .64rem)!important}}@media (min-width: 640px) and (max-width: 1023px){.chat-header{padding:.2rem}.messages-area{padding:.32rem .16rem}}.homepage{min-height:100vh;background:linear-gradient(135deg,#f0f9ff 0%,#e0e7ff 100%)}.hero-section{padding:.64rem .16rem .8rem;text-align:center}.hero-section .hero-container{max-width:10.24rem;margin:0 auto}.hero-section .hero-title{font-size:.36rem;font-weight:700;color:#111827;margin-bottom:.24rem;letter-spacing:-.025em}.hero-section .hero-title .highlight{color:#0ea5e9}.hero-section .hero-description{font-size:.18rem;color:#4b5563;margin-bottom:.4rem;line-height:1.75}.hero-section .hero-button{display:inline-flex;align-items:center;justify-content:center;padding:.12rem .24rem;background:#0ea5e9;color:#fff;text-decoration:none;border-radius:.08rem;font-size:.18rem;font-weight:600;box-shadow:0 1px 3px #0000001a;transition:all .2s}.hero-section .hero-button:hover{background:#0284c7;box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}.hero-section .hero-button:active{transform:translateY(0)}.faq-section{padding:.48rem .16rem}.faq-section .faq-container{max-width:7.68rem;margin:0 auto}.faq-section .faq-title{font-size:.3rem;font-weight:700;color:#111827;text-align:center;margin-bottom:.32rem}.faq-item{background:white;border:1px solid #e5e7eb;border-radius:.08rem;margin-bottom:.16rem;overflow:hidden}.faq-item .faq-question{width:100%;padding:.24rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s}.faq-item .faq-question:hover{background:#f9fafb}.faq-item .faq-question .question-text{font-size:.18rem;font-weight:500;color:#111827}.faq-item .faq-question .question-icon{width:.2rem;height:.2rem;color:#6b7280;transition:transform .2s}.faq-item .faq-question .question-icon.open{transform:rotate(180deg)}.faq-item .faq-answer{padding:0 .24rem .24rem;border-top:1px solid #e5e7eb;background:#f9fafb}.faq-item .faq-answer .answer-text{color:#374151;line-height:1.625}@media (max-width: 639px){.hero-section{padding:.32rem .16rem .48rem}.hero-section .hero-title{font-size:.3rem}.hero-section .hero-description{font-size:.16rem}.faq-section{padding:.32rem .16rem}.faq-item .faq-question{padding:.16rem}.faq-item .faq-question .question-text{font-size:.16rem}.faq-item .faq-answer{padding:0 .16rem .16rem}}@media (min-width: 640px) and (max-width: 1023px){.hero-title{font-size:.48rem}}@media (min-width: 1024px){.hero-title{font-size:.6rem}}.c-chat-message{box-sizing:border-box;width:100%;height:auto;padding:0;margin:0 0 5.3333333333vw}.c-chat-message .message-flex{display:flex;width:100%}.c-chat-message .message-avatar{flex-shrink:0;width:.48rem;height:auto;margin-right:12px}.c-chat-message .avatar-icon{display:block;width:100%;border-radius:50%}.c-chat-message .message-content{display:flex;flex:1;width:60%}.c-chat-message .message-item{position:relative;box-sizing:border-box;max-width:100%;height:auto;padding:2.6666666667vw;background-color:#fff;border-radius:.096rem;box-shadow:0 1px 2px #0000000d}.c-chat-message .message-array{font-size:medium}.c-chat-message .message-text{font-size:3.4666666667vw;line-height:1.5;color:#000}.c-chat-message .link-text{display:inline}.c-chat-message .message-choice{box-sizing:border-box;display:block;width:100%;min-height:8.2666666667vw;padding:2.6666666667vw 6.6666666667vw 2.6666666667vw 2.6666666667vw;margin:2vw 0;font-size:3.2vw;line-height:1.4;color:#0056b4;overflow:hidden;background-color:#b5f2ff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODAyNTA5MzhBODBCMTFGMEExMzVGNkM1MTBEMTc1RkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODAyNTA5MzlBODBCMTFGMEExMzVGNkM1MTBEMTc1RkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRjc5OEY3RkE3RjYxMUYwQTEzNUY2QzUxMEQxNzVGQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRjc5OEY4MEE3RjYxMUYwQTEzNUY2QzUxMEQxNzVGQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm5vKrwAAADISURBVHjaYmQI28JAJFACYgcgfg/E24H4By6FTAzEAxUgZgFiUSD2AWIOahh6C4j/Q9lC+AwmxdAHQLyfGINJMRQE7hBjMKmGEmUwOYbCDD6CxEcxmAWaVDTJtOA3ELOiGbyOBZr2WBioA0AG8zFBEzM1wR+QCzcDsQgZ3gfptQVibiSxC0D8BSTxB4hfkGGgBxYDT5Eb+zADpbAZyECml/EayEBirGMz8BTUULKzqRUxBpJqKBcxBpLq/b3QxP0diD/hUwgQYAAFISm0xTOpJgAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:right 2.6666666667vw center;background-size:2.6666666667vw auto;border-radius:2.6666666667vw}.c-chat-message .color_blue{color:#0da4f2}.c-chat-message .message-text_option{position:relative;box-sizing:border-box;width:100%;padding:0 0 0 6vw;font-size:3.4666666667vw;line-height:1.5;color:#000}.c-chat-message .message-text_option:before{position:absolute;left:4vw;top:50%;width:.6666666667vw;height:.6666666667vw;content:"";background-color:#000;border-radius:50%;transform:translateY(-50%)}.c-chat-message .message-image{display:block;width:100%;height:auto;margin:1.3333333333vw 0 0}.c-chat-message .message-html{font-size:3.4666666667vw}.c-chat-message .message-button{display:flex;align-items:center;justify-content:center;width:100%;height:auto;padding:3.3333333333vw 0}.c-chat-message .loading-content{display:flex;align-items:center}.c-chat-message .loading-text{margin:0 1.3333333333vw 0 0;font-size:3.4666666667vw;line-height:1.4;color:#4b5563}.c-chat-message .loading-dots{display:flex;gap:.04rem}.c-chat-message .loading-dots .dot{width:1.3333333333vw;height:1.3333333333vw;background:#9ca3af;border-radius:50%;animation:loading-pulse 1.4s ease-in-out infinite both}.c-chat-message .loading-dots .dot:nth-child(1){animation-delay:-.32s}.c-chat-message .loading-dots .dot:nth-child(2){animation-delay:-.16s}.c-chat-message .message-actions{box-sizing:border-box}.c-chat-message .message-phone{display:inline-block;color:#46bdff}.c-chat-message .message-phone a{color:#46bdff}.c-chat-message .message-phone a:hover{color:#46bdff;border-bottom:0}.c-chat-message.bot .message-avatar{margin-left:0}.c-chat-message.bot .message-item{width:100%}.c-chat-message.user{padding-left:12vw;padding-right:0}.c-chat-message.user .message-content{justify-content:flex-end}.c-chat-message.user .message-item{background-color:#65d4fd}.c-chat-message.user .message-item:before{left:auto;right:0;border-top:1.0666666667vw solid transparent;border-bottom:1.0666666667vw solid transparent;border-left:2vw solid #65d4fd;border-right:none;transform:translateY(3.3333333333vw) translate(100%)}.c-chat-message.user .message-avatar{margin-right:0}.c-chat-card{position:relative;box-sizing:border-box;width:100%;padding:2.6666666667vw 3.3333333333vw;margin:2vw 0;background-color:#f1f1f1;border-radius:1.3333333333vw}.c-chat-card .card-title{width:100%;margin:0 0 1.3333333333vw;font-size:3.2vw;font-weight:700}.c-chat-card .card-desc{width:100%;font-size:2.9333333333vw;line-height:1.4;color:#939393}.c-chat-card .card-desc p{font-size:2.9333333333vw;line-height:1.4;color:#939393}.c-chat-card .card-link{position:absolute;right:2.6666666667vw;bottom:2.6666666667vw;font-size:2.9333333333vw;line-height:1.4;color:#0b89ce}.c-chat-card .card-link:hover{color:#0b89ce;border-bottom:0}.c-chat-button{display:flex;align-items:center;justify-content:center;height:8.2666666667vw;padding:0 9.3333333333vw;font-size:3.4666666667vw;line-height:8.2666666667vw;color:#fff;text-align:center;background-image:linear-gradient(to right,#27a9ea 0%,#51c5fc 100%);border-radius:5.3333333333vw;cursor:pointer}.c-chat-button .button-icon{display:none;width:4vw;height:4vw;margin:0 .6666666667vw 0 0;background-repeat:no-repeat;background-size:100% 100%}.c-chat-button.to_human{width:100%}.c-chat-button.to_human .button-icon{display:block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDczMTM2RjlBQjI2MTFGMDg1NDlCMjNDQUNDRjg0NzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDczMTM2RkFBQjI2MTFGMDg1NDlCMjNDQUNDRjg0NzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NzMxMzZGN0FCMjYxMUYwODU0OUIyM0NBQ0NGODQ3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NzMxMzZGOEFCMjYxMUYwODU0OUIyM0NBQ0NGODQ3NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuYOlAkAAAI+SURBVHjaxNfPS1RRFMDxN85MRZlFjWDhSkolhzbZxChKtRN0oSCziBBdGG3CTf9B/0CLVoGLggnSgn6AihmU65BIF6WVbSs1dRR/5fN76Ew9hnHm3TfzpgMfh3lz570z9753z9GybdsyEEIvxrFo/wl5nUA/wobnswLyx2XUYxjnMIZX+IEIrqANn9GFGbcndZtpPZbwAef3GRPFFJZzjPE0A2G8xw5asJxj7BG8xTE0YLMYM3ADO2hw+atqsY1bxZqBSV3rLst9JHEWF/MNLHPxeRyjllmMoBEHvSYQwmMsIYhdwwTSa/8dT/U+MkrgErr1yxLlhgkE9FUe205cNk0gnfGQVVg8cTwdnu4B3yNfAsECzx/wmsBXbOGhvo94TEC+/xvTpgl8QxPu6vspwwtLrXiEO3qeOa874QFs4aZplStmLXiBGlzARsZnR/U+SWmtMA8XWUqVW8cYqvXYSbyz/8Uarvk1AxJXdX+vxEccxwlcxzYSutmcMp2AkMtxr3FGC1JUl6PVsSw1ecp0wQ1JJmm97mEW85hEzI8liHioA5mxigWTGZDG87b+smLFFwzouXPOwGG81NZrUB/BVIEzUIF29OENOrC+3wwktamM+7DpNGMFg87jmQMkEn7teujRazRmS+ABphHwMYEyfML99DFnMZKN5Jmsio/lX1q7584OyZnAacyWoAeRa1RnS0CKyq8SJCAN66G/HYvjMbT1f7qfPidQhbp0t+SsBTHdB0oRqWwz8F9iT4ABAEOQUKEzFGnwAAAAAElFTkSuQmCC)}@media screen and (min-width: 768px){.c-chat-message{margin:0 0 .32rem}.c-chat-message .message-item{padding:.2rem;font-size:.14rem}.c-chat-message .message-text{font-size:.14rem;line-height:1.6;color:#1f2937;word-break:break-word}.c-chat-card{padding:.2rem .288rem;border-radius:.8rem}.c-chat-card .card-title{font-size:.176rem;margin-bottom:.16rem}.c-chat-card .card-desc p{font-size:.176rem;line-height:1.6}.c-chat-button{height:.44rem;padding:0 .32rem;font-size:.14rem;line-height:.44rem;border-radius:.22rem}.c-chat-button .button-icon{width:.18rem;height:.18rem;margin:0 .06rem 0 0}.c-chat-button.to_human{max-width:200px;width:auto}.c-chat-message .message-button{padding:.08rem .16rem}.c-chat-card .card-link{right:.2rem;bottom:.2rem;font-size:.14rem}}.card-list{display:flex;justify-content:space-between;flex-wrap:wrap}.card-list .card-list-title{width:100%}.card-list .card-item{display:flex;align-items:center;box-sizing:border-box;width:49.4%;padding:.1rem;margin-top:.1rem;border-radius:.08rem;background-color:#fafafa;color:#666;border:1px solid #ECECEC}.card-list .card-item .card-image{flex-shrink:0;display:block;width:.5rem;height:auto;margin-right:.2rem}.card-list .card-item .card-content{display:flex;flex-direction:column;justify-content:flex-start;flex:1;height:100%;line-height:1.6}.card-list .card-item .card-title{font-weight:700;font-size:.16rem}.card-list .card-item .card-tip{height:.45rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-list .card-item .tip-separator{color:#192937}.card-list .card-item .card-link{margin-top:.1rem;font-weight:700}.card-list .card-item .card-link a{color:#2563eb}.card-list .card-item .card-link a:hover{color:#2563eb;border-bottom:none}@media screen and (max-width: 768px){.card-list{flex-direction:column}.card-list .card-item{width:100%}.card-list .card-item .card-title{font-size:.32rem}.card-list .card-item .card-tip{height:.9rem}}.only-image{padding:0!important;background-color:transparent!important;box-shadow:none!important}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.message-enter-active,.message-leave-active{transition:all .3s ease}.message-enter-from{opacity:0;transform:translateY(10px)}.message-leave-to{opacity:0;transform:translateY(-10px)}
