section.banner .desc{font-size:1rem;font-weight:400;line-height:1.8;letter-spacing:.5px}.sub-navbar{position:fixed;top:0;right:0;z-index:3;padding:50px 0;display:flex;flex-direction:column;justify-content:space-between;gap:50px;width:80px;width:calc(var(--side-space) + var(--1fr));height:100vh;background:#fff;transition:box-shadow .5s}.sub-navbar .space,.sub-navbar .button-group{height:120px}.sub-navbar .menu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px}.sub-navbar .menu-button-box{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.sub-navbar .menu-button-box .menu-text{max-height:0;opacity:0;transition:max-height .5s ease,opacity .5s ease,margin-top .5s ease}.sub-navbar .menu-button-box:hover .menu-text,.sub-navbar .menu-button-box.active .menu-text{margin-top:10px;max-height:20px;opacity:1}.sub-navbar .menu-button-box:hover .menu-button,.sub-navbar .menu-button-box.active .menu-button{background:#0f4c8e;border-color:#0f4c8e}.sub-navbar .menu-button-box:hover .menu-button .icon,.sub-navbar .menu-button-box.active .menu-button .icon{transform:rotate(0)}.sub-navbar .menu-button-box:hover .menu-button .icon span,.sub-navbar .menu-button-box.active .menu-button .icon span{background:#fff}.sub-navbar .menu-button{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(0,0,0,.2);width:45px;height:45px;transition:border-color .5s ease,background .5s ease}.sub-navbar .menu-button .icon{display:flex;flex-direction:column;gap:5px;transform:rotate(-30deg);transition:transform .5s ease}.sub-navbar .menu-button .icon span{display:block;background:#181818;width:20px;height:3px;transition:background .5s ease}.sub-navbar .search-box,.sub-navbar .member-box,.sub-navbar .language-box{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.sub-navbar .search-box .icon-box,.sub-navbar .member-box .icon-box,.sub-navbar .language-box .icon-box{width:20px;height:20px;font-size:1.25rem}.sub-navbar .search-box .menu-text,.sub-navbar .member-box .menu-text,.sub-navbar .language-box .menu-text{max-height:0;opacity:0;font-size:.875rem;font-weight:500;line-height:1.4;letter-spacing:.5px;transition:max-height .5s ease,opacity .5s ease,margin-top .5s ease}.sub-navbar .search-box:hover .menu-text,.sub-navbar .search-box.active .menu-text,.sub-navbar .member-box:hover .menu-text,.sub-navbar .member-box.active .menu-text{margin-top:10px;max-height:20px;opacity:1}.sub-navbar .language-box{position:relative;width:100%}.sub-navbar .language-box .icon-box{transition:color .5s}.sub-navbar .button-group{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:end}.sub-navbar[scroll-top=true] .tip-text{opacity:0;z-index:-1;pointer-events:none}.sub-navbar[scroll-top=true] .top-button{opacity:1;pointer-events:initial}.sub-navbar .tip-text{position:absolute;bottom:0;color:#18181880;transform:rotate(90deg) translate(-30%);cursor:pointer;transition:opacity .5s ease}.sub-navbar .top-button{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(0,0,0,.2);width:40px;height:40px;cursor:pointer;opacity:0;pointer-events:none;transition:background .5s ease,border-color .5s ease,opacity .5s ease}.sub-navbar .top-button .icon-box{font-size:1.25rem;color:#00000080;transition:color .5s ease}.sub-navbar .top-button:hover{background:#0f4c8e;border-color:#0f4c8e}.sub-navbar .top-button:hover .icon-box{color:#fff}@media only screen and (max-width: 1200px){.sub-navbar{display:none}}.breadCrumbs{position:absolute;top:0;left:0;z-index:2;padding:30px var(--1fr);width:100%;overflow-x:scroll;scrollbar-color:transparent transparent;scrollbar-width:none;-ms-overflow-style:none}.breadCrumbs::-webkit-scrollbar{display:none}.breadCrumbs[data-theme=light] .item{color:#fff}.breadCrumbs[data-theme=light] .item:not(:first-child):before{opacity:.5}.breadCrumbs[data-theme=dark] .item{color:#181818}.breadCrumbs:has(~.common-banner[data-text-theme=light][data-type=base]) .item{color:#fff}.breadCrumbs:has(~.common-banner[data-text-theme=light][data-type=base]) .item:not(:first-child):before{opacity:.5}.breadCrumbs:has(~.common-banner[data-text-theme=dark][data-type=base]) .item{color:#181818}.breadCrumbs .items{display:flex;align-items:center;gap:15px}.breadCrumbs .item{flex-shrink:0;display:flex;align-items:center;gap:15px;max-width:300px;font-size:.875rem;font-weight:400;line-height:1.5;letter-spacing:.5px}.breadCrumbs .item:not(:first-child):before{opacity:.2;content:"/"}.breadCrumbs .item:last-child{font-weight:700}.breadCrumbs .item a,.breadCrumbs .item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width: 1024px){.breadCrumbs{padding:30px var(--side-space)}}@media only screen and (max-width: 575px){.breadCrumbs{padding:15px 20px}}.social-share{padding:5px 25px 5px 5px;display:flex;align-items:center;gap:20px;background:#fff;border-radius:500px;width:max-content}.social-share[data-theme=white]{background:#fff}.social-share[data-theme=lightgray]{background:#f2f2f2}.social-share .share{display:flex;align-items:center;gap:10px}.social-share .share .icon-box{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;width:40px;height:40px;font-size:.8125rem;background:#0f4c8e;color:#fff}.social-share .share .text{font-size:.875rem;font-weight:800;line-height:1.3}.social-share .social-links{display:flex;align-items:center;gap:10px}.social-share .social-links .icon-box{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;font-size:1.25rem;color:#00000080;cursor:pointer;transition:color .5s}.social-share .social-links .icon-box:hover{color:#0f4c8e}.anchor-box{padding-top:12px;display:flex;align-items:center;gap:50px}.anchor-box[data-theme=white] .anchor-button{color:#fff}.anchor-box[data-theme=white] .anchor-button:after{background:#fff}.anchor-box[data-theme=mainBlue] .anchor-button{color:#181818}.anchor-box[data-theme=mainBlue] .anchor-button:after{background:#0f4c8e}.anchor-box[data-theme=mainBlue] .anchor-button.active{color:#0f4c8e}.anchor-box .anchor-button{display:flex;flex-direction:column;gap:10px;font-size:1rem;font-weight:500;line-height:1.4;letter-spacing:.5px;color:#fff;cursor:pointer}.anchor-box .anchor-button:after{display:block;background:#fff;width:0;height:3px;transition:width .5s;content:""}.anchor-box .anchor-button.active:after{width:100%}@media only screen and (max-width: 1024px){.anchor-box{gap:30px}}.table{position:relative;width:100%}.table:after{position:absolute;bottom:-2.5px;left:0;display:block;background:#181818;width:100%;height:5px;content:""}.table .tr{display:flex;align-items:stretch}.table .th,.table .td{padding:15px 30px;flex:1;word-break:break-word;overflow-wrap:break-word}.table .th.w-100,.table .td.w-100{flex:initial;flex-shrink:0;width:100px}.table .th.w-150,.table .td.w-150{flex:initial;flex-shrink:0;width:150px}.table .th.w-200,.table .td.w-200{flex:initial;flex-shrink:0;width:200px}.table .th.w-250,.table .td.w-250{flex:initial;flex-shrink:0;width:250px}.table .th.w-300,.table .td.w-300{flex:initial;flex-shrink:0;width:300px}.table .thead .tr{background:#181818;color:#fff}.table .tbody .tr:nth-child(odd){background:#fff}.table .tbody .tr:nth-child(2n){background:#f2f2f2}.spec-table .th{font-size:1rem;font-weight:500;line-height:1.8;letter-spacing:.5px}.spec-table .td{font-size:1rem;font-weight:400;line-height:1.8;letter-spacing:.5px}.spec-table .thead .th{font-size:1.375rem;font-weight:500;line-height:1.5;letter-spacing:.5px}@media only screen and (max-width: 1024px){.spec-table .thead .th{padding:15px 20px;font-size:1.25rem}.spec-table .tbody .tr{padding:15px 20px;flex-direction:column;gap:10px}.spec-table .tbody .td,.spec-table .tbody .th{padding:0}.spec-table .tbody .td.w-200,.spec-table .tbody .th.w-200{flex-basis:initial}}.download-table .th{position:relative;font-size:1rem;font-weight:500;line-height:1.8;letter-spacing:.5px}.download-table .th:not(:first-child):before{position:absolute;top:50%;left:0;transform:translate3d(0,-50%,0);display:block;background:#ffffff80;width:1px;height:30px;content:""}.download-table .th.w-150{text-align:center}.download-table .td{font-size:1rem;font-weight:400;line-height:1.8;letter-spacing:.5px}.download-table .td.index{text-align:center}.download-table .td.index:before{content:counter(row-index,decimal-leading-zero)}.download-table .td:has(.cates){display:flex;align-items:start;gap:20px}.download-table .td:has(.cates) p{flex-grow:1}.download-table .td:has(.icon-box){display:flex;align-items:center;justify-content:center}.download-table .thead .tr.mobile{display:none}.download-table .tbody{counter-reset:row-index}.download-table .tbody .tr{counter-increment:row-index}.download-table .tbody .tr:nth-child(2n) .cate{background:#fff}.download-table .main-wrapper{flex-grow:1;display:flex;align-items:stretch}.download-table .cates{flex-shrink:0;display:flex;align-items:center;justify-content:end;flex-wrap:wrap;gap:8px;width:50%}.download-table .cate{padding:5px 10px;border-radius:5px;background:#f7f7f7;font-size:.75rem;font-weight:400;line-height:1.5;letter-spacing:.5px}.download-table .icon-box{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;font-size:1.1875rem;transition:color .5s}.download-table .icon-box:not(a) .icon-download{opacity:.2}.download-table .icon-box.lock{position:relative;cursor:pointer}.download-table .icon-box.lock .icon-lock{position:absolute;right:0;bottom:2px;font-size:.6875rem}.download-table .icon-box.lock .tips{padding:5px 15px;position:absolute;left:calc(50% + 7px);bottom:calc(-1*(100% + 15px));z-index:2;transform:translate(-50%);background:#0058a3;border-radius:3px;width:max-content;color:#fff;font-size:.875rem;font-weight:500;line-height:1.5;letter-spacing:.5px;pointer-events:none;opacity:0;transition:opacity .5s}.download-table .icon-box.lock .tips:before{position:absolute;top:-6px;left:50%;transform:translate(-50%);display:block;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #0F4C8E transparent;width:0;height:0;content:""}@media only screen and (min-width: 1201px){.download-table .icon-box:hover{color:#0f4c8e}.download-table .icon-box:hover.lock .tips{opacity:1}}@media only screen and (max-width: 1024px){.download-table .td{padding:0}.download-table .td.index{flex-basis:initial;width:auto}.download-table .td:has(.icon-box){flex-basis:50px}.download-table .td:has(.cates){flex-direction:column;align-items:flex-start;gap:10px;width:100%}.download-table .thead .tr.mobile{display:flex}.download-table .thead .tr.mobile .th{padding:15px 20px;font-size:1.25rem;font-weight:500;line-height:1.5;letter-spacing:.5px}.download-table .thead .tr.pc{display:none}.download-table .main-wrapper{padding:15px 20px;flex-direction:column;align-items:flex-start;gap:5px}.download-table .cates{justify-content:flex-start;width:100%}}.filter-table{position:initial;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.filter-table:after{display:none}.filter-table .th{position:relative;display:flex;align-items:center;font-size:1rem;font-weight:600;line-height:1.8;letter-spacing:.5px}.filter-table .th:not(:last-child):after{position:absolute;right:0;top:50%;transform:translate3d(0,-50%,0);display:block;background:#ffffff80;width:1px;height:30px;content:""}.filter-table .td{display:flex;align-items:center;font-size:1rem;font-weight:400;line-height:1.8;letter-spacing:.5px}.filter-table .th:first-child,.filter-table .td:first-child{position:sticky;left:0;z-index:5;background:inherit}.filter-table .th:first-child:before,.filter-table .td:first-child:before{position:absolute;right:-30px;top:0;display:block;background:linear-gradient(270deg,#0000,#0000000d);width:30px;height:100%;content:""}.filter-table .item{display:flex;align-items:start;gap:10px;width:100%}.filter-table .item:not(a) .icon-box .icon-plus{opacity:.2}.filter-table .item.locked .icon-box .icon-lock{display:block}.filter-table .item .name{align-self:center;flex-grow:1;word-break:break-all;transition:color .5s}.filter-table .item .icon-box{margin-top:5px;position:relative;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:.75rem;transition:color .5s}.filter-table .item .icon-box .icon-lock{position:absolute;right:0;bottom:0;display:none;font-size:.5625rem}@media only screen and (min-width: 1201px){.filter-table .item:hover:not(a) .name{color:inherit}.filter-table .item:hover:not(a) .icon-box{color:inherit}.filter-table .item:hover.locked .name{color:#0058a3}.filter-table .item:hover.locked .icon-box{color:inherit}.filter-table .item:hover .name,.filter-table .item:hover .icon-box{color:#0058a3}}@media only screen and (max-width: 1024px){.filter-table .th:first-child,.filter-table .td:first-child{padding:15px;flex:initial;flex-shrink:0;width:130px}.filter-table .item{gap:10px}}.breadCrumbs{position:initial;padding:0}.social-share{padding:5px 15px 5px 5px;gap:10px}.social-share .share .icon-box{background:#0058a3}.social-share .social-links .icon-box:hover{color:#0058a3}section.banner{background:linear-gradient(0deg,#fff0 77.85%,#f2f2f2)}section.banner.aost-show .gutter,section.banner.aost-show .sticky-box,section.banner.aost-show .title,section.banner.aost-show .desc,section.banner.aost-show .content-footer{transform:translateY(0);opacity:1}section.banner.aost-show .gutter,section.banner.aost-show .sticky-box{transition-delay:.2s}section.banner.aost-show .title{transition-delay:.4s}section.banner.aost-show .desc{transition-delay:.6s}section.banner.aost-show .content-footer{transition-delay:.8s}section.banner .gutter,section.banner .sticky-box,section.banner .title,section.banner .desc,section.banner .content-footer{transform:translateY(20px);opacity:0;transition:transform .5s,opacity .5s}section.banner .container{padding-top:80px;padding-bottom:80px;grid-column:6/-6;display:grid;grid-template-columns:calc(100% - var(--1fr) * 16) calc(var(--1fr) * 14);grid-template-rows:min-content 1fr;grid-template-areas:"header sidebar" "main sidebar";gap:0 calc(var(--1fr) * 2)}section.banner .container:not(:has(.sticky-box)){grid-template-columns:1fr;grid-template-areas:"header" "main";gap:0}section.banner .content-header{grid-area:header}section.banner .content-main{grid-area:main;display:flex;flex-direction:column;gap:40px}section.banner .gutter{margin:42px 0;position:relative;background:#0003;width:100%;height:1px}section.banner .gutter:before{display:block;position:absolute;top:-2px;left:0;background:#00a9cc;width:200px;height:4px;content:""}section.banner .title-box{flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;gap:15px}section.banner .title{font-size:3.75rem;font-weight:500;line-height:1.3;letter-spacing:1px}section.banner .content-footer{display:flex;align-items:center;flex-wrap:wrap;gap:50px}section.banner .content-footer .anchor-box{flex-grow:1}section.banner .content-footer .social-share{flex-shrink:0}section.banner .sticky-box{grid-area:sidebar;position:relative}section.banner .swiper-box{position:sticky;top:20px;display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}section.banner .swiper-box .slide-inner{display:flex;align-items:center;justify-content:center}section.banner .swiper-box .img-box{width:81.0714285714%;aspect-ratio:454/441}section.banner .swiper-box .img-box img{width:100%;height:100%;object-fit:cover}section.banner .swiper-box .indicator-box{display:flex;align-items:center;justify-content:center;gap:10px}section.banner .swiper-box .swiper-next,section.banner .swiper-box .swiper-prev{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;font-size:.9375rem;cursor:pointer}section.banner .swiper-box .swiper-pagination{position:initial;display:inline-flex;align-items:center;gap:5px;width:max-content;color:#181818}section.banner .swiper-box .swiper-pagination span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px}@media only screen and (max-width: 1440px){section.banner .title{font-size:3.125rem}}@media only screen and (max-width: 1200px){section.banner .container{grid-column:2/-2}}@media only screen and (max-width: 1024px){section.banner .container{padding-top:50px;padding-bottom:50px;display:flex;flex-direction:column;gap:0}section.banner .content-header,section.banner .content-main,section.banner .sticky-box{width:100%}section.banner .content-header{order:1}section.banner .sticky-box{order:2}section.banner .content-main{margin-top:30px;order:3;gap:30px}section.banner .gutter{margin:32px 0}section.banner .content-footer{gap:30px}section.banner .title{font-size:2.375rem}section.banner .swiper-box{margin:0 auto;width:50%}}@media only screen and (max-width: 767px){section.banner .swiper-box{width:80%}}@media only screen and (max-width: 575px){section.banner .swiper-box{width:100%}}section.intro .container{grid-column:3/-3;background:#f7f7f7}@media only screen and (max-width: 1200px){section.intro .container{grid-column:1/-1}}section._articleBlock{padding:80px calc(var(--1fr) * 3) 100px}@media only screen and (max-width: 1200px){section._articleBlock{padding:80px calc(var(--side-space)) 100px}}@media only screen and (max-width: 1024px){section._articleBlock{padding:50px calc(var(--side-space))}}section.info>.container{padding-top:100px;padding-bottom:120px;grid-column:6/-6;display:flex;flex-direction:column;gap:100px}@media only screen and (max-width: 1200px){section.info>.container{grid-column:2/-2}}@media only screen and (max-width: 1024px){section.info>.container{padding-top:50px;padding-bottom:80px;gap:50px}}section.spec .container,section.download .container{display:flex;flex-direction:column;gap:30px}section.spec .title-box,section.download .title-box{display:flex;align-items:center;flex-wrap:wrap;gap:10px}section.spec .title-box .title-en,section.download .title-box .title-en{font-size:2rem;font-weight:600;line-height:1.5;letter-spacing:.5px}section.spec .title-box .title-zh,section.download .title-box .title-zh{font-size:1.75rem;font-weight:500;line-height:1.5;letter-spacing:1px}@media only screen and (max-width: 1024px){section.spec .title-box .title-en,section.download .title-box .title-en{font-size:1.875rem}section.spec .title-box .title-zh,section.download .title-box .title-zh{font-size:1.625rem}}section.download .table-wrapper{display:flex;flex-direction:column;align-items:center;gap:30px}
