:root{--theme-header-height:60px;--theme-font-size:12px;--theme-color-border:#e9e9e9;--theme-color-hover-text:#41b883;--theme-color-background-text:#41b883;--theme-color-background-linear-gradient:linear-gradient(#32d1ce 0%,#264797 90%);--theme-color-background-linear-gradient-green-blue:linear-gradient(#32d1ce 0%,#264797 90%);--theme-color-background-linear-gradient-green-green:linear-gradient(#32d19e 0%,#269797 90%);--theme-color-background-linear-gradient-text:-webkit-linear-gradient(315deg,#cc2b39 25%,#647eff);--theme-animate-button:animate;--theme-color-default:#3f536e;--theme-color-background-default:#3f536e1a;--theme-color-primary:#2d8ff4;--theme-color-background-primary:#2d8ff41a;--theme-color-dark:#4a5d71;--theme-color-background-dark:#4a5d711a;--theme-color-success:#23c171;--theme-color-background-success:#23c1711a;--theme-color-warning:#e08c45;--theme-color-background-warning:#e08c451a;--theme-color-error:#ff6767;--theme-color-background-error:#cc2b39;--theme-color-background:#fff;--theme-color-subbackground:#fff;--theme-color-threebackground:#f9f9f9;--theme-color-background-5:#f5f7fa;--theme-color-background-6:#f3f5f7;--theme-color-background-7:#f1f3f5;--theme-color-text:#213547;--theme-color-subtext:#213547;--theme-color-onetext:#213547;--theme-color-twotext:#495565;--theme-color-threetext:#4e5c6f;--theme-color-table-header-background:#f7f7f7;--theme-color-table-border:#e9e9e9;--theme-color-table-text:#424242;--theme-color-box-shadow:0 1px 4px #00152914;--theme-code-color-background:#f5f7fa;--theme-code-color-text:#41b883}:root[zmz-theme=dark]{--theme-color-default:#3f536e;--theme-color-primary:#2d8ff4;--theme-color-dark:#4a5d71;--theme-color-success:#23c171;--theme-color-warning:#e08c45;--theme-color-error:#ff6767;--theme-color-text:#fff;--theme-color-subtext:#213547;--theme-color-onetext:#e5eaf3;--theme-color-twotext:#979799;--theme-color-threetext:#cfd3dc;--theme-color-background:#1a1a1a;--theme-color-background-error:#cc2b39;--theme-color-subbackground:#242424;--theme-color-threebackground:#242424;--theme-color-border:#363636;--theme-color-table-header-background:#1a1a1a;--theme-color-table-border:#424242;--theme-color-table-text:#cfd3dc;--theme-color-box-shadow:0 2px 8px #000c;--theme-color-background-6:#212121;--theme-color-background-7:#242424;--theme-code-color-background:#262727;--theme-code-color-text:#41b883}:root[zmz-theme=light]{--theme-color-default:#3f536e;--theme-color-background-default:#3f536e1a;--theme-color-primary:#2d8ff4;--theme-color-background-primary:#2d8ff41a;--theme-color-dark:#4a5d71;--theme-color-background-dark:#4a5d711a;--theme-color-success:#23c171;--theme-color-background-success:#23c1711a;--theme-color-warning:#e08c45;--theme-color-background-warning:#e08c451a;--theme-color-error:#ff6767;--theme-color-background-error:#cc2b39;--theme-color-background:#fff;--theme-color-subbackground:#fff;--theme-color-threebackground:#f9f9f9;--theme-color-background-5:#f5f7fa;--theme-color-background-6:#f3f5f7;--theme-color-background-7:#f1f3f5;--theme-color-text:#213547;--theme-color-subtext:#213547;--theme-color-onetext:#213547;--theme-color-twotext:#495565;--theme-color-threetext:#4e5c6f;--theme-color-border:#e9e9e9;--theme-color-table-header-background:#f7f7f7;--theme-color-table-border:#e9e9e9;--theme-color-table-text:#424242;--theme-color-box-shadow:0 1px 4px #00152914;--theme-code-color-background:#f5f7fa;--theme-code-color-text:#41b883}article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul{margin:0;padding:0;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif}ul,li{list-style-type:none}a{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:Consolas,Menlo,Courier,monospace}*{box-sizing:border-box}.monaco-editor-background div,.view-overlays div{font-family:Consolas,Menlo,Courier,monospace!important}.zmz-three{flex-direction:column;width:100vw;height:100vh;display:flex}.zmz-three .zmz-three-header{background:#fff;align-items:center;height:50px;padding:0 20px;display:flex}.zmz-three .zmz-three-header .zmz-three-header__menu{flex:1;justify-content:flex-end;align-items:center;display:flex}.zmz-three .zmz-three-header .zmz-three-header__nav{align-items:center;display:flex}.zmz-three .zmz-three-header .zmz-three-header__nav .zmz-three-header__nav__item{color:#3c3c43;align-items:center;padding:0 12px;font-size:14px;font-weight:500;line-height:50px;display:flex;position:relative}.zmz-three .zmz-three-header .zmz-three-header__nav .zmz-three-header__nav__item:hover .zmz-three-header__nav__wrap{visibility:visible;opacity:1;transform:translate(-50%)}.zmz-three .zmz-three-header .zmz-three-header__nav .zmz-three-header__nav__wrap{visibility:hidden;opacity:0;background:#fff;border-radius:5px;width:200px;height:200px;transition:opacity .25s,visibility .25s,transform .25s;position:absolute;top:50px;left:50%;transform:translate(-50%,50px);box-shadow:0 12px 32px #0000001a,0 2px 6px #00000014}.zmz-three .zmz-three-section{flex:1;overflow:hidden auto}.zmz-three .zmz-three-footer{border-top:1px solid #e2e2e3;padding:30px}.zmz-three .zmz-three-footer .zmz-three-footer-inner{text-align:center;color:#67676c;font-size:14px;font-weight:500}.zmz-three .zmz-three-section-banner{height:300px}.zmz-three .zmz-three-section-menu{width:1200px;margin:0 auto;padding:30px}.zmz-three .zmz-three-section-menu .zmz-three-section-menu-header{margin-bottom:30px;font-size:20px;font-weight:600;line-height:28px}.zmz-three .zmz-three-section-menu .zmz-three-section-menu-content{grid-gap:20px;grid-template-columns:repeat(4,25%);display:grid}.zmz-three .zmz-three-section-menu .zmz-three-section-menu-item{box-sizing:border-box;cursor:pointer;background-color:#f6f6f7;border:1px solid #f6f6f7;border-radius:12px;flex-basis:25%;height:100%;padding:15px;transition:border-color .25s,background-color .25s;display:block}.zmz-three .zmz-three-section-menu .zmz-three-section-menu-item:hover{border-color:#3451b2}.zmz-three .zmz-three-section-menu .zmz-three-section-menu-title{font-size:16px;font-weight:600;line-height:24px}.zmz-three .zmz-three-section-menu .zmz-three-section-menu-describes{color:#67676c;flex-grow:1;padding-top:8px;font-size:14px;font-weight:500;line-height:24px}@media screen and (max-width:767px){.zmz-echart .zmz-echart__tabs__wrap{width:100%;padding:0 20px}.zmz-echart .zmz-echart__website{display:none}}@media screen and (min-width:768px) and (max-width:992px){.zmz-echart .zmz-echart__tabs__wrap{width:100%;padding:0 20px}}@media screen and (min-width:992px) and (max-width:1200px){.zmz-echart .zmz-echart__tabs__wrap{width:100%;padding:0 20px}}
