@charset "UTF-8";.top-tip{align-items:center;background:linear-gradient(-154deg,#784fff,var(--lg-color1));color:#fff;display:flex;height:4rem;justify-content:space-between;padding:0 8px;overflow:hidden;position:relative;width:100%;z-index:2}.top-tip .tip-left{width:90%;display:flex;justify-content:center;align-items:center;font-size:.8rem}.top-tip .cloud-img{width:65px;margin-right:10px}.top-tip .top-tip-button{background-color:#fff;color:#4f7afd;font-size:.8rem;height:1.6rem;line-height:1.6rem;font-weight:700;width:4rem;border-radius:10px;text-align:center}.right-tip-box{position:fixed;right:10px;bottom:250px;z-index:9999;border-radius:50%;background:linear-gradient(-154deg,#297dd0,#7867fb);padding:5px}.right-tip-box .right-box-icon{display:flex;justify-content:center;align-items:center}.right-tip-box .right-box-icon img{width:45px;height:45px}.right-tip-box .right-box-con{display:none}.top-nav{min-height:2.4rem;position:fixed;width:100%;z-index:999}.top-nav .nav-box{align-items:center;background:0 0;display:flex;justify-content:space-between;padding:.4rem 1.8rem}.top-nav .nav-box .nav-left img{height:1.8rem}.top-nav .nav-box .nav-mid{display:flex;align-items:center;width:60%}.top-nav .nav-box .nav-mid *{color:#000;font-size:.8rem;font-weight:500;-webkit-text-decoration:none;text-decoration:none}.top-nav .nav-box .nav-mid ul{display:flex;justify-content:space-around;width:70%;text-align:center}.top-nav .nav-box .nav-mid ul li .li-router{align-items:center;cursor:pointer;display:flex;font-size:.8rem;font-weight:500;height:-moz-fit-content;height:fit-content;padding:.4rem .5rem;position:relative;white-space:nowrap}.top-nav .nav-box .nav-mid ul li .li-router.active{background:#edededcc;border-radius:47px}.top-nav .nav-box .nav-mid .nav-mid-right{margin-left:10px}.top-nav .nav-box .nav-mid .nav-mid-right span{margin:0 20px 0 5px;display:inline-block}.top-nav .nav-box .nav-right{align-items:center;display:flex;font-size:.8rem;font-weight:700;justify-content:right;margin-left:2rem;position:relative;white-space:nowrap}.top-nav .nav-box .nav-right span{cursor:pointer}.top-nav .nav-box .nav-right .pc span{color:#4f7afd!important}.top-nav .nav-box .nav-right .mobile span{background:#4f7afd;border-radius:999px;color:#fff;cursor:pointer;margin-left:1.52rem;padding:.36rem .94rem}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.footer-register[data-v-554d5b88]{background:linear-gradient(135deg,#c963ff,#4a4aff);border-radius:1.24rem;bottom:-2rem;display:flex;height:200px;justify-content:center;left:50%;padding:0 10px;position:relative;transform:translate(-50%);width:98%;margin-top:1rem}.footer-register img[data-v-554d5b88]{align-self:end;width:19vw}.footer-register>div[data-v-554d5b88]{color:#fff;text-align:center}.footer-register>div p[data-v-554d5b88]{margin:20px 0}.footer-register>div p[data-v-554d5b88]:first-child{font-size:1.4rem;font-weight:500}.footer-register>div p[data-v-554d5b88]:nth-child(2){font-size:1.4rem;font-weight:500;margin-bottom:0}.footer-register>div .input-box[data-v-554d5b88]{width:100%;position:relative}.footer-register>div .input-box input[data-v-554d5b88]{border-radius:99px;font-size:.8rem;height:2.32rem;padding:.6rem 4rem;width:100%}.footer-register>div .input-box span[data-v-554d5b88]{border-right:1px solid #dcdcdc;color:#000;font-size:.8rem;left:0;padding:.1rem 1rem;position:absolute;top:50%;transform:translateY(-50%)}.footer-register>div .input-box div[data-v-554d5b88]{background:#000;border-radius:99px;color:#fff;height:30px;line-height:30px;position:absolute;right:.2rem;text-align:center;top:50%;transform:translateY(-50%);width:4rem}.telrobot-home-footer[data-v-554d5b88]{background:#1c1c1c;box-sizing:border-box;color:#fff;padding:40px 10px 20px}.telrobot-home-footer .telrobot-home-footer-header[data-v-554d5b88]{display:flex}.telrobot-home-footer .telrobot-home-footer-header .telrobot-home-footer-logo[data-v-554d5b88]{margin-bottom:2.4rem;width:10.4rem}.telrobot-home-footer .telrobot-home-footer-center[data-v-554d5b88]{display:flex;flex:1;flex-wrap:wrap;justify-content:space-between}.telrobot-home-footer .telrobot-home-footer-center .telrobot-home-footer-center-data[data-v-554d5b88]{display:flex;flex-direction:column}.telrobot-home-footer .telrobot-home-footer-center .telrobot-home-footer-center-data.qrcode[data-v-554d5b88]{justify-content:center;align-items:center}.telrobot-home-footer .telrobot-home-footer-center .telrobot-home-footer-center-data.qrcode img[data-v-554d5b88]{width:4rem;margin-bottom:10px}.telrobot-home-footer .telrobot-home-footer-center .telrobot-home-footer-center-data .telrobot-home-footer-center-title[data-v-554d5b88]{font-size:1rem;font-weight:400;margin-bottom:1.08rem}.telrobot-home-footer .telrobot-home-footer-center .telrobot-home-footer-center-data .info-item[data-v-554d5b88]{cursor:pointer;display:flex;font-size:.8rem;margin-bottom:.64rem;color:#fff}.telrobot-home-footer .telrobot-home-footer-center .telrobot-home-footer-center-data .info-item a[data-v-554d5b88]{color:#ccc;-webkit-text-decoration:none;text-decoration:none}.telrobot-home-footer .telrobot-home-footer-center .telrobot-home-footer-center-data .info-item a span[data-v-554d5b88]{white-space:pre-wrap}.telrobot-home-footer .telrobot-home-footer-footer>div[data-v-554d5b88]{font-size:.64rem;text-align:center}.telrobot-home-footer .telrobot-home-footer-footer>div[data-v-554d5b88]:before{display:block;background-color:#e5e5e5;content:"";height:1px;margin:.8rem 0;opacity:.5;width:100%}.telrobot-home-footer .telrobot-home-footer-footer .telrobot-home-footer-footer-info p[data-v-554d5b88]{margin-bottom:.4rem}.telrobot-home-footer .telrobot-home-footer-footer .telrobot-home-footer-footer-info p a[data-v-554d5b88]{color:#ccc;-webkit-text-decoration:none;text-decoration:none}.telrobot-home-footer .telrobot-home-footer-footer .telrobot-home-footer-footer-info p img[data-v-554d5b88]{width:.8rem;vertical-align:middle}@media (min-width: 1500px) and (max-width: 1920px){.footer-register[data-v-554d5b88]{margin-top:80px}}@media (min-width: 1920px){.footer-register[data-v-554d5b88]{margin-top:190px}}:root{--lg-color1: #2f85fc;--lg-color2: #7867fb;--title: 32px;--sub-title: 24px;--desc: 14px;--bg-lg: linear-gradient(-154deg, #297dd0, #7867fb)}*,:not(b){border:none;box-sizing:border-box;font-family:微软雅黑;font-weight:300;margin:0;padding:0}a{-webkit-text-decoration:none;text-decoration:none}ul,li{list-style:none}.lg-color{background:var(--bg-lg)}#app{max-width:750px}.item-common{padding:20px 10px}.item-common .item-common-header{text-align:center}.item-common .item-common-header .title{font-size:var(--title);font-weight:700;margin-bottom:20px}.item-common .item-common-header .sub-title{font-size:var(--sub-title);margin-bottom:20px}.item-common .item-common-header .desc{font-size:var(--desc);margin-bottom:20px}.click-btn{width:100%;text-align:center;background:var(--bg-lg);padding:10px 20px;border-radius:10px;color:#fff}.bg-f5{background-color:#f5f5f5}.mt-30{margin-top:30px}.item-con .item-common[data-v-b9b4ce90]:nth-child(1){margin-bottom:0}.item1 .item-common-con .title[data-v-b9b4ce90]{font-size:24px;font-weight:700;margin-top:10px}.item1 .item-common-con .sub-title[data-v-b9b4ce90]{font-size:18px;margin:15px 0}.item1 .item-common-con .desc[data-v-b9b4ce90]{margin-bottom:30px}.item1 .phone[data-v-b9b4ce90]{position:relative;display:flex;justify-content:center;align-items:center}.item1 .phone .phone-icon[data-v-b9b4ce90]{position:absolute;left:10px;top:10px}.item1 .phone input[data-v-b9b4ce90]{width:100%;padding:10px 50px;border-radius:10px;border:1px solid #e3e3e3}.item1 .phone .click-btn[data-v-b9b4ce90]{width:110px;position:absolute;right:0;background:var(--bg-lg);padding:10px 20px;border-radius:0 10px 10px 0;color:#fff}.flex-align-end[data-v-b9b4ce90]{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.flex[data-v-b9b4ce90]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.item2 .item-common[data-v-b9b4ce90]{margin-bottom:0}.item2 .button-container[data-v-b9b4ce90]{position:relative;width:98%;height:75px;background-image:url(/assets/xszn-bg-DqsU6UAe.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:110px;margin-left:auto;margin-right:auto}.item2 .water[data-v-b9b4ce90]{position:absolute;right:8px;top:-42px;width:40px;height:50px;background-image:url(/assets/xszn-D5BWZR_s.gif);background-repeat:no-repeat;background-size:100% 100%}.item2 .water .frame[data-v-b9b4ce90]{position:absolute;top:-40px;right:5px;width:200px;height:40px;line-height:25px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAToAAAA8CAYAAAD2bHb1AAAAAXNSR0IArs4c6QAABPZJREFUeF7t3X9OGkEYxvFnIgew/zVBE72BN2i5gd5gOUHtCawnqD2BcwO5Qe0Jyg1qIiT9rxygZsqLu4TqCriAhHe+JI1tyv54PzM+mWXZmaCGr4MifUzSSZA+SDoq/+w33B2bIYAAAk8FRkkaBamfpB/2cxDDbROm8JqN3hfpaE+6kPQxPIYbLwQQQOAtBUaSrlrSt7sY7O9LvZYKuirgglQstVfehAACCGxWwEZ6cU+6XCbwFgZdu0gWbheM4DbbauwdAQQaCVjgde9j6M3bem7QHRbp6/ga+bzR4dkIAQQQeCOBIF3dx/D5pcPVBt1Rkfb/SteSTt/oPDkMAgggsKpAryV16y5la4PuoEg3hNyq5myPAAJbEOgNYjh7etxnQcfl6haahkMigMDaBOouY/8LusMinSbJRnO8EEAAgZ0VSFJ3GEOsCpgGXfm53K/xd1T40u/ONi8njgACJpCkuwep8zuGO/v3NOi4ZKWDIICAJ4EkxWEM3WnQMZrz1LzUggAClcBf6dhGdZMR3UGR7LGuL/AggAACngSqUV0VdH/4bM5T81ILAghUn9UNYzgONguJpO+wIIAAAk4FOqFdpPMgfXVaIGUhgEDmAkn6bCM6noLIvCNQPgLOBXo2ovvFzCTOm5nyEMhboG8jOm5E5N0JqB4B7wIjC7rkvUrqQwCBvAUIurzbn+oRyEKAS9csmpkiEchaYHLp+lPSSdYMFI8AAm4F7AF/vl7itnkpDAEESoHJ10v4wjD9AQEE3ApUXxjmETC3TUxhCCAgqTN5qJ8vDdMZEEDAqcBoEMO7KuiuWZzaaTNTFgJ5C3wZxHA5Cbr3RTpqSTaNOi8EEEDAi8CoJR3b8ofTqdTbRWJU56V5qQMBBGydiOmi1tOgs1HdnvSdB/zpIQgg4EBgOpqzWv5b7rBdpCJI1w6KpAQEEMhYIEhn9zH0KgIWsM64M1A6Ah4FFi5gXRXNZJwem5+aEMhCoDeI4exppc9GdPaGcvlDu4Q9zYKGIhFAwINAryV17S7rUkFXvYlFrT20PTUg4F+g7nJ1turaEd3sGw6LdJoeb1Ds++eiQgQQ2CUBm5lkfFP1chhDnHfeC4OuupR9kC7GOy0IvF3qBpwrAn4FbHHqB+nydwwWdnNfSwVdtYfys7tPks4JvEW0/D8CCKxboBzB3S4bcNXxXxV0sydtC18n6SRIH8qfdmnL5e26W5b9IZCvgN1UsNHaXZJ+BKk/iOG2CUfjoGtysE1us6kZWBZ9yLnJmtg3AgisR4Cgm+84mflgPdTsBQEEtiVA0L0gb7OSDmO42lbDcFwEEFifAEH33HI0/jygM4yhvz5m9oQAAtsUIOhm9O2OzoPUWeZ29TYbjWMjgMDrBAi60ouQe13H4d0I7JIAQffYWi8+I7dLjcm5IoBAvQBBJ3Fnld8OBJwL5B50hJzzDk55CJhArkFni2V0Z2cgpTsggIBfgeyCjpsOfjszlSHwkoCboDso0s/xTYWTeU1NyPGLgECeAm6CbonlGvstqVM3+2ieTU/VCOQj4CboykW4bVT3bAYVHszPp0NTKQJ1Am6CzoprF8kuXW+qtWnLuau+8cwqnR+BvAVcBV3VlBZ441HcftO5q/LuElSPgD8Bl0Hnr5moCAEEVhEg6FbRY1sEENgJAYJuJ5qJk0QAgVUECLpV9NgWAQR2QuAf/ctMVcqROo0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:100% 100%;font-size:12px;color:#fff;text-align:center;transform:scaleX(-1)}.item2 .water .frame[data-v-b9b4ce90] :after{display:inline-block;content:"支持DeepSeek R1 满血版";transform:scaleX(-1)}.item2 .el-button[data-v-b9b4ce90]{width:100%;height:63px;background:#fff;box-shadow:0 0 5px #00000026;border-radius:6px;margin-top:30px;margin-left:auto;margin-right:auto;cursor:pointer;display:flex;justify-content:center;align-content:center}.item2 .el-button>span[data-v-b9b4ce90]{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.item2 .el-button>span .deep-seek[data-v-b9b4ce90]{width:240px;height:30px;background-image:url(/assets/btn-icon-B_jKcGIA.png);background-repeat:no-repeat;background-size:100% 100%}.item2 .bottom ul[data-v-b9b4ce90]{display:flex;margin-top:20px;flex-wrap:wrap;text-align:center}.item2 .bottom ul li[data-v-b9b4ce90]{width:calc(33.3333333333% - 4px);margin-top:6px;padding:10px;border-radius:10px;border:1px solid #eee}.item2 .bottom ul li[data-v-b9b4ce90]:not(:nth-child(3n)){margin-right:6px}.item2 .bottom ul li .img img[data-v-b9b4ce90]{width:30px}.item2 .bottom ul li .title[data-v-b9b4ce90]{color:#000;font-size:14px;font-weight:700}.item2 .bottom ul li .sub-title[data-v-b9b4ce90]{color:#667085;font-size:12px;margin-top:10px}.item6 .item-common .item-common-main ul[data-v-b9b4ce90]{display:flex;justify-content:space-between;flex-wrap:wrap}.item6 .item-common .item-common-main ul li[data-v-b9b4ce90]{width:calc(50% - 5px);border:1px solid #eee;border-radius:10px;padding:20px;margin-bottom:10px}.item6 .item-common .item-common-main ul li img[data-v-b9b4ce90]{height:40px}.item6 .item-common .item-common-main ul li p.title[data-v-b9b4ce90]{font-size:18px;font-weight:700}.item6 .item-common .item-common-main ul li p.title-desc[data-v-b9b4ce90]{margin-top:8px;font-size:14px}.item7 .item-common .item-common-main .tab[data-v-b9b4ce90]{display:flex;align-items:center;width:80%;justify-content:space-around;border-radius:12px;box-shadow:2px 2px 8px #dadada;margin:0 auto;cursor:pointer}.item7 .item-common .item-common-main .tab li[data-v-b9b4ce90]{width:50%;text-align:center;padding:.8rem 0;border-bottom:2px solid #fff;font-weight:500}.item7 .item-common .item-common-main .tab li[data-v-b9b4ce90]:hover,.item7 .item-common .item-common-main .tab li.active[data-v-b9b4ce90]{border-bottom:2px solid #4f7afd;color:#4f7afd;background-color:#f5f7ff}.item7 .item-common .item-common-main .tab-div[data-v-b9b4ce90]{margin-top:2rem}.item7 .item-common .item-common-main .tab-div .tab-con[data-v-b9b4ce90]{display:none}.item7 .item-common .item-common-main .tab-div .tab-con.active[data-v-b9b4ce90]{display:flex;align-items:center;justify-content:space-between;flex-direction:column}.item7 .item-common .item-common-main .tab-div .tab-con>li[data-v-b9b4ce90]{width:100%;margin-bottom:10px;border:1px solid #eaeaea;border-radius:8px;box-shadow:2px 2px 8px #dadada;border:1px solid #4f7afd;box-shadow:2px 2px 8px #beccf8}.item7 .item-common .item-common-main .tab-div .tab-con>li .bottom[data-v-b9b4ce90]{background-color:#4f7afd}.item7 .item-common .item-common-main .tab-div .tab-con>li .top[data-v-b9b4ce90]{display:flex;justify-content:space-between;align-items:baseline;padding:1.2rem 1rem .5rem}.item7 .item-common .item-common-main .tab-div .tab-con>li .top p span[data-v-b9b4ce90]{font-size:1.8rem;font-weight:700;margin-right:.2rem;color:#ff4d4f}.item7 .item-common .item-common-main .tab-div .tab-con>li .top p[data-v-b9b4ce90]:nth-child(2){color:#999}.item7 .item-common .item-common-main .tab-div .tab-con>li .mid[data-v-b9b4ce90]{border-bottom:1px dashed #eaeaea;border-top:1px dashed #eaeaea;padding:.5rem 0;margin:.5rem 1rem;font-size:.88rem;display:flex;justify-content:space-between}.item7 .item-common .item-common-main .tab-div .tab-con>li .mid p[data-v-b9b4ce90]{display:flex}.item7 .item-common .item-common-main .tab-div .tab-con>li .mid p span[data-v-b9b4ce90]{margin-left:.3rem}.item7 .item-common .item-common-main .tab-div .tab-con>li .mid p img[data-v-b9b4ce90]{height:1rem}.item7 .item-common .item-common-main .tab-div .tab-con>li .mid2[data-v-b9b4ce90]{padding:.2rem 1rem .5rem}.item7 .item-common .item-common-main .tab-div .tab-con>li .mid2>ul[data-v-b9b4ce90]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:.8rem 0}.item7 .item-common .item-common-main .tab-div .tab-con>li .mid2>ul li[data-v-b9b4ce90]{width:50%;font-size:.88rem;line-height:1.99rem;text-align:center}.item7 .item-common .item-common-main .tab-div .tab-con>li .bottom[data-v-b9b4ce90]{text-align:center;font-weight:700;color:#fff;background-color:#4f7afd;padding:.5rem 0;border-radius:0 0 8px 8px}.item8 .item-common .item-common-main ul.main[data-v-b9b4ce90]{margin-top:20px;display:flex;justify-content:space-between}.item8 .item-common .item-common-main ul.main>li[data-v-b9b4ce90]{width:100%;box-shadow:2px 2px 8px #dadada;border-radius:10px;padding:1rem 2rem}.item8 .item-common .item-common-main ul.main>li>ul[data-v-b9b4ce90]{display:flex;align-items:center;justify-content:space-between;height:11rem;text-align:center;padding-bottom:2rem}.item8 .item-common .item-common-main ul.main>li>ul .title[data-v-b9b4ce90]{font-size:.7rem}.item8 .item-common .item-common-main ul.main>li.ct>p.title[data-v-b9b4ce90],.item8 .item-common .item-common-main ul.main>li.zn>p.title[data-v-b9b4ce90]{font-weight:700;margin-bottom:.5rem;text-align:center}.item8 .item-common .item-common-main ul.main>li.ct>p.sub-title[data-v-b9b4ce90],.item8 .item-common .item-common-main ul.main>li.zn>p.sub-title[data-v-b9b4ce90]{font-size:.7rem;text-align:center}.item8 .item-common .item-common-main ul.main>li.ct>ul>li>ul li[data-v-b9b4ce90],.item8 .item-common .item-common-main ul.main>li.zn>ul>li>ul li[data-v-b9b4ce90]{display:flex;align-items:center;justify-items:center;padding:.5rem 0}.item8 .item-common .item-common-main ul.main>li.ct>ul>li>ul li p[data-v-b9b4ce90],.item8 .item-common .item-common-main ul.main>li.zn>ul>li>ul li p[data-v-b9b4ce90]{display:flex;justify-items:center;align-items:center}.item8 .item-common .item-common-main ul.main>li.ct>ul>li>ul li p img[data-v-b9b4ce90],.item8 .item-common .item-common-main ul.main>li.zn>ul>li>ul li p img[data-v-b9b4ce90]{height:1.5rem}.item8 .item-common .item-common-main ul.main>li.ct>ul>li>ul li p span[data-v-b9b4ce90],.item8 .item-common .item-common-main ul.main>li.zn>ul>li>ul li p span[data-v-b9b4ce90]{margin-left:.4rem}.item8 .item-common .item-common-main ul.main>li.zn .top[data-v-b9b4ce90]{margin-top:4rem}.item8 .item-common .item-common-main ul.main>li.zn .mid[data-v-b9b4ce90]{margin-top:.4rem}.item8 .item-common .item-common-main ul.main>li.zn .mid img[data-v-b9b4ce90]{transform:rotate(90deg)}.item8 .item-common .item-common-main ul.main>li.zn ul.bottom[data-v-b9b4ce90]{display:flex;margin-top:-.5rem}.item8 .item-common .item-common-main ul.main>li.zn ul.bottom li[data-v-b9b4ce90]{display:flex;flex-direction:column}.item8 .item-common .item-common-main ul.main>li.zn ul.bottom li[data-v-b9b4ce90]:not(:nth-child(1)){margin-left:1rem}.item8 .item-common .item-common-main ul.main>li.zn ul.bottom li .title[data-v-b9b4ce90]{font-size:.5rem}
