html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--menuText: rgba(255, 255, 255, .7);--menuActiveText: #167fff;--subMenuActiveText: #f4f4f5;--menuBg: #FFF;--menuHover: #263445;--headerBg: #FFF;--subMenuBg: #1f2d3d;--subMenuHover: #001528;--sideBarWidth: 127px;--sideBarBg: #001529;--active-color: #167FFF;--focus-border: #167FFF;--input-height: 44px;--input-border: #aaaaaa;--text-color: #555;--placeholder-color: #BFBFBF}:root{font-family:PingFangSC-Medium,segoe ui,sans-serif!important;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--drag-preview-opacity: .1}a{color:#167fff;text-decoration:inherit}a:hover{color:#167fff}html,body{width:100%;min-height:100%;margin:0;overflow-x:hidden;overflow-y:scroll;color:var(--text-color)}html,body *{font-family:PingFangSC-Medium,segoe ui,sans-serif!important;box-sizing:border-box}body{margin:0}.common_click_btn_style{color:#167fff!important;border-radius:2px!important;border-color:#167fff!important;background-color:#fff!important}.common_click_btn_style:hover{text-shadow:none;box-shadow:none;border-color:#167fff!important}#nprogress .bar{background:#167fff!important}#nprogress .custom-nprogress{display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;top:0;left:0;right:0;overflow:hidden;width:100%;height:100%;z-index:10000;background-color:#f4f7f9}#nprogress .custom-nprogress .logo{width:50px;height:50px}#nprogress .custom-nprogress .title{color:#555;display:flex;margin-top:30px;font-size:30px;justify-content:center;align-items:center}#nprogress .custom-nprogress .dots .dot{position:relative;display:inline-block;width:48px;height:48px;margin-top:30px;font-size:32px;transform:rotate(45deg);box-sizing:border-box;animation:antRotate 1.2s infinite linear}#nprogress .custom-nprogress .dots .dot i{position:absolute;display:block;width:20px;height:20px;background-color:#0065cc;border-radius:100%;opacity:.3;transform:scale(.75);animation:antSpinMove 1s infinite linear alternate;transform-origin:50% 50%}#nprogress .custom-nprogress .dots .dot i:nth-child(1){top:0;left:0}#nprogress .custom-nprogress .dots .dot i:nth-child(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}#nprogress .custom-nprogress .dots .dot i:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}#nprogress .custom-nprogress .dots .dot i:nth-child(4){bottom:0;left:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}@keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes antSpinMove{to{opacity:1}}@-webkit-keyframes antSpinMove{to{opacity:1}}h1{font-size:3.2em;line-height:1.1}p{margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:13px;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#167fff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}#app{width:100%;min-height:100%;font-size:14px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#bcbcbc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#bcbcbc}.ant-table-sticky-scroll{display:none!important}.auto-hide-scrollbar::-webkit-scrollbar{visibility:hidden}.auto-hide-scrollbar::-webkit-scrollbar-track{background:transparent}.auto-hide-scrollbar::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.auto-hide-scrollbar:hover::-webkit-scrollbar{width:6px;visibility:visible}.auto-hide-scrollbar:hover::-webkit-scrollbar-track{background:#fff}.auto-hide-scrollbar:hover::-webkit-scrollbar-thumb{background:#f1f1f1}.auto-hide-scrollbar:hover::-webkit-scrollbar-thumb:hover{background-color:#bcbcbc}.ant-table .ant-table-body::-webkit-scrollbar{visibility:hidden}.ant-table .ant-table-body::-webkit-scrollbar-track{background:transparent}.ant-table .ant-table-body::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.ant-table .ant-table-body::-webkit-scrollbar-track:vertical{background-color:#fff;border-inline-end:none;border-right:1px solid #f0f0f0}.ant-table:hover .ant-table-body::-webkit-scrollbar{visibility:visible}.ant-table:hover .ant-table-body::-webkit-scrollbar-track{background:#fff}.ant-table:hover .ant-table-body::-webkit-scrollbar-thumb{background:#f1f1f1}.ant-table:hover .ant-table-body::-webkit-scrollbar-thumb:hover{background-color:#bcbcbc}.ant-table:hover .ant-table-body::-webkit-scrollbar-thumb:vertical:hover{background-color:#bcbcbc}.ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td{vertical-align:middle!important}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#167fff}button{background-color:#f9f9f9}}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.default-input{height:44px!important;padding:10px;border-width:1px;border-style:solid;border-color:var(--input-border);border-radius:4px;box-shadow:none;color:var(--text-color);font-size:13px}.default-input:focus,.default-input.ant-input-focused,.default-input.ant-input-affix-wrapper-focused{border-inline-end-width:1px;box-shadow:0 0 0 2px #05afff1a;border-color:var(--focus-border)}.ant-input{font-size:13px;height:32px;border-radius:2px;color:#555}.ant-input::placeholder{color:var(--placeholder-color);font-size:13px}.ant-input-affix-wrapper{border-radius:2px}.ant-input-affix-wrapper .ant-input{height:22px}.ant-btn,.ant-btn.ant-btn-sm{border-radius:2px;font-size:13px}.ant-btn-primary,.ant-btn-primary:active,.ant-btn-primary:focus{outline:none}.ant-btn-primary:not(.ant-btn-background-ghost),.ant-btn-primary:active:not(.ant-btn-background-ghost),.ant-btn-primary:focus:not(.ant-btn-background-ghost){outline:none;background-color:var(--active-color)}.ant-btn-default{color:#555}.ant-dropdown .avatar-menu{width:120px;min-width:120px;border-radius:2px;font-size:12px;background-color:#4d4d4d}.ant-dropdown .avatar-menu .ant-dropdown-menu-title-content{font-size:12px;color:#ffffffa6}.ant-dropdown .avatar-menu .ant-dropdown-menu-title-content .anticon{margin-right:.25rem}.ant-modal .ant-modal-confirm-title{color:#555;font-size:13.5px}.ant-modal .ant-modal-content{border-radius:2px;color:#555;font-size:13px;padding:0}.ant-modal .ant-modal-content .ant-modal-header{padding:16px!important}.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title{color:#555;font-size:13.5px;font-weight:400}.ant-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper{padding:16px}.ant-modal .ant-modal-content .ant-modal-footer{padding:8px 16px;border-radius:0 0 2px 2px;margin-top:0}.ant-modal.ant-modal-confirm .ant-modal-confirm-body .ant-modal-confirm-title{color:#555;font-size:13.5px}.ant-modal.ant-modal-confirm .ant-modal-confirm-body .ant-modal-confirm-title+.ant-modal-confirm-content{color:#555;font-size:13px}.ant-modal.sys-modal .ant-modal-content{padding:0}.ant-modal.sys-modal .ant-modal-content .ant-modal-header{padding:12px 16px;border-bottom:none!important;margin-bottom:0}.ant-modal.sys-modal .ant-modal-content .ant-modal-header .anticon{font-size:16px}.ant-modal.sys-modal .ant-modal-content .ant-modal-body{padding:5px 0}.ant-modal.sys-modal .ant-modal-content .ant-modal-footer{padding:0 16px 16px;border-top:none!important}.ant-modal.sys-modal .ant-modal-content .ant-modal-footer button.ant-btn-background-ghost{background-color:#167fff;color:#fff}.ant-modal.sys-modal.border .ant-modal-content .ant-modal-header{border-bottom:none!important;margin-bottom:8px;position:relative}.ant-modal.sys-modal.border .ant-modal-content .ant-modal-header:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:1px;background-color:#0505050f}.ant-modal.full-modal{max-width:100%;width:100%!important;top:0;padding-bottom:0;margin:0}.ant-modal.full-modal .ant-modal-content{display:flex;flex-direction:column;height:100vh}.ant-modal.full-modal .ant-modal-body{flex:1}button:focus,button:focus-visible,.ant-btn:focus,.ant-btn:focus-visible,.ant-btn:not(:disabled):focus-visible,svg,span,span:active,span:focus,span:focus-visible,a:active,a:focus,a:focus-visible{outline:none}.ant-checkbox-wrapper+span{color:#555!important;font-size:13px}.custom-checkbox,.ant-checkbox-wrapper{color:#555;font-weight:400;font-size:13px}.custom-checkbox.ant-checkbox-wrapper:hover .ant-checkbox:after,.ant-checkbox-wrapper.ant-checkbox-wrapper:hover .ant-checkbox:after{visibility:hidden!important}.custom-checkbox.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner,.ant-checkbox-wrapper.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner{background-color:transparent;border-color:#167fff}.custom-checkbox .ant-checkbox-disabled,.ant-checkbox-wrapper .ant-checkbox-disabled{opacity:.5}.custom-checkbox .ant-checkbox-inner,.ant-checkbox-wrapper .ant-checkbox-inner{background:transparent;width:14px;height:14px;border-radius:2px;border:1px solid #d9d9d9}.custom-checkbox .ant-checkbox-inner:after,.ant-checkbox-wrapper .ant-checkbox-inner:after{border-color:#167fff}.custom-checkbox .ant-checkbox-checked .ant-checkbox-inner,.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{border-color:#167fff}.ant-popconfirm{min-width:150px}.ant-message .ant-message-custom-content{display:flex;align-items:center}.ant-message .anticon{margin-right:8px;display:flex;align-items:center}.ant-tooltip .ant-tooltip-inner{font-size:13px}.ant-menu-submenu-popup .ant-menu-sub.ant-menu-vertical{border-radius:2px;min-width:90px}.ant-menu-submenu-popup .ant-menu-sub.ant-menu-vertical .ant-menu-item{padding:0 10px!important;margin:0!important;height:32px;line-height:32px;font-size:12px;width:100%;display:flex;align-items:center}.ml-2{margin-left:.5rem}.ant-spin-loadingbox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ant-table-filter-dropdown .ant-checkbox-wrapper-checked:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner,.ant-table-filter-dropdown .ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner{background:transparent!important;border-color:#167fff!important}.ant-table-filter-dropdown .ant-checkbox-wrapper:hover .ant-checkbox:after{visibility:hidden!important}.ant-table-filter-dropdown .ant-dropdown-menu-item .ant-dropdown-menu-item-selected{background-color:none}.ant-table-filter-dropdown .ant-checkbox-checked .ant-checkbox-inner{border-color:#167fff;background:transparent;width:14px;height:14px;border-radius:2px}.ant-table-filter-dropdown .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#167fff}.ant-popconfirm .ant-popconfirm-message-title{font-size:13.5px;color:#555}.ant-popconfirm.custom-popconfirm .ant-popover-inner{padding:0}.ant-popconfirm.custom-popconfirm .ant-popover-inner .ant-popconfirm-message-title{margin-inline-start:0px;margin:0;padding:5px 16px 4px}.ant-popconfirm.custom-popconfirm .ant-popover-inner .custom-col-1{width:32px;display:flex;justify-content:center;font-weight:400;font-size:13px;color:#555}.ant-popconfirm.custom-popconfirm .ant-popover-inner .ant-popconfirm-description{margin-inline-start:0px}.ant-popconfirm.custom-popconfirm .ant-popover-inner .ant-popconfirm-description .list{padding:0 16px;max-height:220px;overflow-y:auto}.ant-popconfirm.custom-popconfirm .ant-popover-inner .ant-popconfirm-description .list .list-item{padding:5px 0;font-size:13px;display:flex;align-items:center;justify-content:space-between;color:#555}.ant-popconfirm.custom-popconfirm .ant-popover-inner .ant-popconfirm-description .list .list-item.top{position:sticky;top:0;background:#fff;z-index:100;padding:2px 0}.ant-popconfirm.custom-popconfirm .ant-popover-inner .ant-popconfirm-description .list .list-item.bottom{position:sticky;bottom:0;background:#fff;z-index:100;padding:2px 0}.ant-popconfirm.custom-popconfirm .ant-popover-inner .ant-popconfirm-buttons{padding:5px 16px}.ant-select .ant-select-selector{border-radius:2px}.ant-select .ant-select-selector .ant-select-selection-placeholder{font-size:13px;color:var(--placeholder-color)}.ant-select.ant-select-single.ant-select-sm .ant-select-selector{font-size:13px;border-radius:2px}.ant-select .ant-select-selection-item{font-size:13px;color:#555}.ant-select-dropdown .ant-select-item{color:#555;font-size:13px}.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:#555;font-size:13px;font-weight:400}.ant-select-dropdown.ant-cascader-dropdown .ant-cascader-menu-item{color:#555;font-size:13px;font-weight:400}.ant-select-dropdown.ant-cascader-dropdown .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),.ant-select-dropdown.ant-cascader-dropdown .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover{border-radius:2px}.ant-picker-dropdown .ant-picker-cell.ant-picker-cell-in-view{color:#555;font-size:13px}.ant-picker-dropdown .ant-picker-cell .ant-picker-cell-inner{font-size:13px}.ant-picker-dropdown .ant-picker-header .ant-picker-content th,.ant-picker-dropdown .ant-picker-body .ant-picker-content th,.ql-editor{color:#555;font-size:13px}.ant-form .ant-form-item .ant-form-item-label>label{font-size:13px;color:#555}.ant-picker{border-radius:2px;font-size:13px;color:#555}.ant-picker .ant-picker-input>input{font-size:13px;color:#555}.ant-dropdown .custom-menu.ant-dropdown-menu .ant-dropdown-menu-item,.ant-dropdown .custom-menu.ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title{font-size:13px;color:#555}.ant-dropdown .custom-menu.ant-dropdown-menu .ant-dropdown-menu-item:hover,.ant-dropdown .custom-menu.ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover{color:#000000e0}.w-full{width:100%}.min-h-22{min-height:22px}.overflow-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.custor-pointer{cursor:pointer}.ant-tooltip .ant-tooltip-arrow:before{background-color:#167fff!important;width:15px!important;height:7px!important;clip-path:path(d="M 0 8 L 8 3.0710678118654755 L 16 8 Z")!important}.ant-tooltip .ant-tooltip-arrow:after{border-top-color:#167fff!important}.ant-tooltip .ant-tooltip-inner{background-color:#e1f0f9!important;color:#555!important;font-size:13px!important;border-bottom:1.5px solid #167fff!important;border-radius:0!important;padding:4px!important;min-height:18px;line-height:1.5}.ant-tooltip.tooltip-full-text .ant-tooltip-arrow:before{background-color:#fff!important;width:15px!important;height:7px!important;clip-path:path(d="M 0 8 L 8 3.0710678118654755 L 16 8 Z")!important}.ant-tooltip.tooltip-full-text .ant-tooltip-arrow:after{border-top-color:#f2f2f2!important}.ant-tooltip.tooltip-full-text .ant-tooltip-inner{background-color:#f0f0f0!important;color:#555!important;font-size:13px!important;border-bottom:1.5px solid #555!important;border-radius:0!important;padding:4px 7px 4px 4px!important;min-height:18px;line-height:1.5}.ant-tooltip.tooltip-full-text1 .ant-tooltip-content .ant-tooltip-inner,.ant-tooltip.tooltip-full-text2 .ant-tooltip-content .ant-tooltip-inner{background-color:#f0f0f0!important;color:#555!important;font-size:13px!important;border-bottom:1.5px solid #555!important;border-radius:0!important;padding:4px!important;min-height:18px}.ant-tooltip.tooltip-full-text1 .ant-tooltip-content .ant-tooltip-arrow:before,.ant-tooltip.tooltip-full-text2 .ant-tooltip-content .ant-tooltip-arrow:before{background-color:#555!important;width:15px!important;height:7px!important;clip-path:path(d="M 0 8 L 8 3.0710678118654755 L 16 8 Z")!important}.ant-tooltip.tooltip-full-text1 .ant-tooltip-content .ant-tooltip-arrow:after,.ant-tooltip.tooltip-full-text2 .ant-tooltip-content .ant-tooltip-arrow:after{border-top-color:#fafafa!important}.ant-menu-inline-collapsed-tooltip .ant-tooltip-inner{background:#f0f0f0!important;color:#555!important}.ant-menu-inline-collapsed-tooltip .ant-tooltip-arrow:before{background-color:#555!important}.ant-menu-inline-collapsed-tooltip .ant-tooltip-inner{border-bottom:1.5px solid #555!important}.ant-tooltip-placement-top.tooltip-full-text .ant-tooltip-arrow:before,.ant-tooltip-placement-topLeft.tooltip-full-text .ant-tooltip-arrow:before{background-color:#555!important}.ant-tooltip-placement-top.tooltip-full-text .ant-tooltip-arrow:after,.ant-tooltip-placement-topLeft.tooltip-full-text .ant-tooltip-arrow:after{border-top-color:#555!important}.ql-toolbar.ql-snow{background-color:#fafafa}.ql-toolbar.ql-snow .ql-stroke{stroke-width:1;stroke:#555}.ql-toolbar.ql-snow .ql-fill,.ql-toolbar.ql-snow .ql-stroke.ql-fill{fill:#555}.is_hide{display:none}.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical{background:var(--sideBarBg)}.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-title-content{color:#ffffffa6;font-size:13px}.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-title-content .title{margin-inline-start:10px}.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-title-content .ant-tabs-dropdown-menu-item-remove{padding:0;color:#ffffffa6}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button{border-radius:0 2px 2px 0}.mr-8{margin-right:8px}.ant-tree-dragging{opacity:.3!important;background:none!important;color:transparent!important;box-shadow:none!important;border:none!important}.ant-tree-node-draggable{opacity:.3!important}.cursor-pointer{cursor:pointer}.ql-container .ql-editor.ql-blank:before{color:var(--placeholder-color);font-size:13px}.ant-drawer .ant-drawer-header .ant-drawer-close{padding:0;font-size:13.5px}.ant-drawer .ant-drawer-header .ant-drawer-title{color:#555;font-size:13.5px}.drawer-comment .ant-drawer-title{color:#555;font-weight:400}.action-icon{color:#888;font-size:13px;padding:0 7px;height:16px}.action-icon:hover{color:#167fff}.action-icon.danger:hover{color:#ed6f6f}.ant-table-wrapper table{border-radius:2px 2px 0}.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child{border-start-start-radius:2px}.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child{border-start-end-radius:2px}.ant-card:not(.ant-card-bordered){box-shadow:none!important}.ant-menu-dark,.ant-menu-dark.ant-menu-submenu>.ant-menu{background:#4d4d4d}.common_plus_icon{font-size:13px}.ant-table-container{border-left:none!important}.ant-table-container.ant-table-container>.ant-table-body>table>tbody>tr>td:first-child{border-left:1px solid #f0f0f0!important}.ant-menu-inline-collapsed-tooltip{padding-left:6px!important}.tooltip-full-text1{padding-left:26px!important}.tooltip-full-text2{padding-left:35px!important}.ant-menu-submenu.ant-menu-submenu-popup{margin-left:-8px!important}.ant-table-wrapper .ant-table-tbody>tr>td.ant-table-cell-fix-right-last{border-right:none!important}.ant-table-tbody>tr>td.ant-table-cell-fix-right-last{border-right:none!important}.ant-table-cell-fix-right,.ant-table-cell-fix-right-last{border-right:none!important}.ant-table-thead>tr>th.ant-table-cell-fix-right{border-right:none!important}.select-scrollbar--custom,.select-scrollbar--custom .rc-virtual-list,.select-scrollbar--custom .rc-virtual-list-holder,.select-scrollbar--custom .rc-virtual-list-holder-inner,.select-scrollbar--custom .rc-virtual-list-scrollbar,.select-scrollbar--custom .rc-virtual-list-scrollbar-thumb{box-sizing:border-box}.select-scrollbar--custom .rc-virtual-list-scrollbar{width:6px!important;right:6px!important;top:0!important;bottom:0!important;position:absolute!important;display:none!important;opacity:0!important;transition:opacity .18s ease}.select-scrollbar--custom:hover .rc-virtual-list-scrollbar,.select-scrollbar--custom .rc-virtual-list-holder:hover+.rc-virtual-list-scrollbar,.select-scrollbar--custom .rc-virtual-list:hover .rc-virtual-list-scrollbar{display:block!important;opacity:1!important}.select-scrollbar--custom .rc-virtual-list-scrollbar-thumb{background:#f0f0f0!important;border-radius:4px!important;width:100%!important;left:0!important;cursor:pointer!important}.select-scrollbar--custom .rc-virtual-list-scrollbar-thumb:hover{background:#bcbcbc!important}.select-scrollbar--custom .ant-select-item-list::-webkit-scrollbar{width:6px!important}.select-scrollbar--custom .ant-select-item-list::-webkit-scrollbar-thumb{background:#5559!important;border-radius:4px!important}@media(min-width:993px)and (max-width:1303px){#header.headerPM,#cases-page{padding:0 7px!important}}.ant-modal .ant-modal-footer .ant-btn-primary:not(.ant-btn-background-ghost),:where(.css-dev-only-do-not-override-1p3hq3p).ant-modal-confirm .ant-modal-confirm-btns .ant-btn+.ant-btn{background-color:#167fff!important;color:#fff!important}.scroll-top[data-v-eab52277]{position:fixed;right:15px;bottom:25px;width:35px;height:35px;border-radius:17px;z-index:99;opacity:0;pointer-events:none;transition:opacity .25s ease}.scroll-top.on[data-v-eab52277]{opacity:1;pointer-events:auto}.scroll-top[data-v-eab52277]:before{display:block;width:34px;height:34px;content:"";border-radius:100px;background-color:#ed3a3a;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='12px'%20height='8px'%20viewBox='0%200%2012%208'%20enable-background='new%200%200%2012%208'%20xml:space='preserve'%3E%3Cpolygon%20fill='white'%20points='5.999,3.376%201.6,8%200,6.303%205.999,0%2012,6.303%2010.4,8%20'/%3E%3C/svg%3E")}.wf-mobile-visible[data-v-eab52277]{display:none!important}@media(max-width:992px){.wf-mobile-visible[data-v-eab52277]{display:block!important}.scroll-top[data-v-eab52277]{bottom:40px}}#header[data-v-4cce5ee6]{position:relative;background:#fff none repeat center top}#header.headerPM[data-v-4cce5ee6]{padding:0;margin:0}.wf-wrap[data-v-4cce5ee6]{padding:0 40px;margin:0 auto;max-width:none}.wf-table[data-v-4cce5ee6]{display:table;width:100%;max-width:1190px;margin:0 auto;height:120px;min-height:120px}.wf-td[data-v-4cce5ee6]{display:table-cell;vertical-align:middle}#branding[data-v-4cce5ee6]{padding:10px 0;position:relative}.logo-left #branding[data-v-4cce5ee6]{padding-right:10px}.logo-left #branding[data-v-4cce5ee6],.logo-left #navigation[data-v-4cce5ee6]{max-width:800px}.logo-left #navigation[data-v-4cce5ee6]{text-align:right;position:relative}.bitem.logo[data-v-4cce5ee6]{position:relative;z-index:3}.bitem.logo.small[data-v-4cce5ee6]{max-height:50px;display:table-cell}.bitem.logo.small img[data-v-4cce5ee6]{max-height:50px;width:auto;height:auto;display:block;margin-left:-42px}#header .bitem.logo .logospan[data-v-4cce5ee6]{display:inline-block;position:relative;z-index:3}#main-nav[data-v-4cce5ee6]{padding:0;line-height:0;list-style:none;margin:0}#main-nav.mainmenu>li[data-v-4cce5ee6]{display:inline-block;position:relative;z-index:auto;vertical-align:middle}#main-nav>li[data-v-4cce5ee6]:first-child{margin-left:0}#main-nav>li[data-v-4cce5ee6]{margin-left:20px;margin-right:20px}#main-nav>li>a[data-v-4cce5ee6]{display:block;border:1px solid transparent;text-decoration:none;text-align:left;padding:6px 0 7px;cursor:pointer}#main-nav.bit-menu-default>li>a[data-v-4cce5ee6]{border-left:0 solid transparent;color:#595959;line-height:50px;padding:2px 0 3px;min-width:10px;text-align:center;border-radius:0;border:0 solid transparent;border-width:5px 0 0 0;border-color:transparent}#main-nav>li>a[data-v-4cce5ee6]{font: 16px/24px Microsoft Yahei,Helvetica,Arial,Verdana,sans-serif;text-transform:none;color:#595959}#main-nav.bit-menu-default>li[data-v-4cce5ee6]:hover,#main-nav.bit-menu-default>li.act[data-v-4cce5ee6]{background:inherit}#main-nav.bit-menu-default>li>a[data-v-4cce5ee6]:hover,#main-nav.bit-menu-default>li.act>a[data-v-4cce5ee6],#main-nav.bit-menu-default>li:hover>a[data-v-4cce5ee6]{border-radius:0;border:0 solid transparent;color:#ed3a3a;border-width:5px 0 0 0;border-color:#ed3a3a}#main-nav.bit-menu-default>li:hover>a span[data-v-4cce5ee6]{color:#ed3a3a}#main-nav.bit-menu-default>li.act>a span[data-v-4cce5ee6]{color:#ed3a3a}#header.menuPosition #navigation #main-nav[data-v-4cce5ee6]{position:relative;bottom:-2px;left:60px}.wf-wrap .bitem.logo img[data-v-4cce5ee6]{max-height:68px;width:auto}.wf-wrap .bitem.logo[data-v-4cce5ee6]{max-height:68px}.wf-mobile-hidden[data-v-4cce5ee6]{display:block}.wf-mobile-visible[data-v-4cce5ee6]{display:none!important}.menu-toggle[data-v-4cce5ee6]{position:absolute;right:8px;top:28px;transform:translateY(-50%);width:47px;height:44px;border:none;background-color:#ff6a00;cursor:pointer;padding:0;flex-direction:column;justify-content:center;align-items:center;gap:4px}.menu-toggle span[data-v-4cce5ee6]{display:block;width:18px;height:2px;background-color:#fff;border-radius:1px}.nav-mobile-overlay[data-v-4cce5ee6]{display:none}.fade-enter-active[data-v-4cce5ee6],.fade-leave-active[data-v-4cce5ee6]{transition:opacity .15s ease}.fade-enter-from[data-v-4cce5ee6],.fade-leave-to[data-v-4cce5ee6]{opacity:0}@media screen and (max-width:992px){#header .wf-wrap[data-v-4cce5ee6]{padding-left:10px;padding-right:10px}#header .wf-wrap .wf-table[data-v-4cce5ee6]{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;min-height:91px;height:91px;table-layout:unset}#header .wf-wrap .wf-table .wf-td[data-v-4cce5ee6]{display:block}#header .wf-wrap .wf-table #branding[data-v-4cce5ee6]{position:absolute;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center}#header #branding[data-v-4cce5ee6]{float:none;width:auto;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;text-align:center}.wf-wrap .bitem.logo img[data-v-4cce5ee6]{max-height:49px;width:auto}.wf-wrap .bitem.logo[data-v-4cce5ee6]{max-height:49px}.wf-mobile-hidden[data-v-4cce5ee6]{display:none!important}.wf-mobile-visible[data-v-4cce5ee6]{display:block!important}#dl-menu.dl-menuwrapper[data-v-4cce5ee6]{position:fixed;z-index:9400;top:19px;right:8px;-webkit-perspective:none;-moz-perspective:none;perspective:none}#mobile-menu.menu-toggle[data-v-4cce5ee6]{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:1px;margin:0;padding:14px 15px;width:auto;min-width:44px;min-height:42px;border-radius:0;background:#f1501a;color:#fff;font: 400 14px/14px Microsoft Yahei,Helvetica,Arial,Verdana,sans-serif;cursor:pointer}#mobile-menu.menu-toggle[data-v-4cce5ee6]:hover{border-color:#f1501a;background:#f1501a;color:#fff}#mobile-menu.menu-toggle .menu-icon-bar[data-v-4cce5ee6]{display:block;width:15px;height:2px;background-color:#fff;border-radius:0}#header.menuPosition #navigation #main-nav[data-v-4cce5ee6]{left:0;bottom:0}#navigation[data-v-4cce5ee6]{position:relative}.nav-mobile-overlay[data-v-4cce5ee6]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background-color:#434343;display:flex;flex-direction:column;align-items:center;justify-content:center}.nav-mobile-close[data-v-4cce5ee6]{position:absolute;top:16px;right:16px;width:44px;height:44px;border:none;border-radius:2px;background-color:#f1501a;color:#fff;font-size:26px;cursor:pointer;display:flex;justify-content:center}.nav-mobile-close span[data-v-4cce5ee6]{transform:scale(.7)}.nav-mobile-list[data-v-4cce5ee6]{display:flex;flex-direction:column;align-items:center;gap:0;width:100%}.nav-mobile-item[data-v-4cce5ee6]{border:none;background:transparent;text-align:center;padding:10px 0;color:#fff;line-height:1.3;cursor:pointer;width:100%;display:flex;flex-direction:column;align-items:center;gap:2px;font: 16px/24px Microsoft Yahei,Helvetica,Arial,Verdana,sans-serif}.nav-mobile-item-cn[data-v-4cce5ee6]{font-size:16px}.nav-mobile-item-en[data-v-4cce5ee6]{font-size:11px;opacity:.9}.nav-mobile-item-active[data-v-4cce5ee6]{color:#fff}.nav-mobile-item[data-v-4cce5ee6]:hover{background-color:#f1501a;color:#fff;border-radius:0}}@media screen and (min-width:768px)and (max-width:992px){#header.logo-left #branding[data-v-4cce5ee6]{max-width:992px}}@media screen and (max-width:768px){#header .wf-wrap .wf-table .wf-td[data-v-4cce5ee6]{display:block}.logo-left #navigation[data-v-4cce5ee6]{text-align:center}#header.logo-left #branding[data-v-4cce5ee6],#header.logo-left #branding img[data-v-4cce5ee6]{max-width:100%}}.hero-carousel[data-v-81c08570]{width:100vw;margin-left:50%;transform:translate(-50%);padding-bottom:8px}.hero-carousel-inner[data-v-81c08570]{width:100%}.hero-slide[data-v-81c08570]{width:100%;cursor:grab}.hero-img[data-v-81c08570]{width:100%;height:auto;display:block}.hero-slide[data-v-81c08570]:active{cursor:grabbing}.hero-carousel-inner[data-v-81c08570] .slick-dots{bottom:-32px}.hero-carousel-inner[data-v-81c08570] .slick-dots li{width:8px;height:8px;margin:0 4px}.hero-carousel-inner[data-v-81c08570] .slick-dots li button{width:8px;height:8px;border-radius:50%;background-color:#9999!important;opacity:1}.hero-carousel-inner[data-v-81c08570] .slick-dots li.slick-active button{background-color:#a0a0a0!important}@media(max-width:992px)and (min-width:798px){.hero-carousel[data-v-81c08570]{width:100%;max-width:768px;margin-left:auto;margin-right:auto;transform:none}.hero-slide .hero-img[data-v-81c08570]{width:100%;height:auto;display:block}}@media(max-width:798px){.hero-carousel[data-v-81c08570]{width:100vw;max-width:none;margin-left:50%;transform:translate(-50%)}}.portfolio-section[data-v-670554d1]{position:relative;padding:0;margin:0;background-color:#fff;overflow:hidden}.section-background-overlay[data-v-670554d1]{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:2}.portfolio-container[data-v-670554d1]{position:relative;z-index:3;max-width:1280px;margin:0 auto}.portfolio-title-block[data-v-670554d1]{text-align:center;padding:30px 0 20px}.portfolio-title-cn[data-v-670554d1]{display:block;font-family:Microsoft YaHei,微软雅黑,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:400;font-style:normal;color:#595959;padding:0 10px 0 0}.portfolio-title-en[data-v-670554d1]{display:block;font-family:Microsoft YaHei,微软雅黑,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#ccc}.portfolio-row[data-v-670554d1]{margin:0 0 35px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));column-gap:7px;row-gap:2px}.portfolio-item[data-v-670554d1]{position:relative;min-height:1px;text-decoration:none;max-width:100%;box-sizing:border-box}.portfolio-item .column_inner[data-v-670554d1]{padding:0}.portfolio-item-inner[data-v-670554d1]{position:relative;margin:0;padding:0;clear:both;width:100%;height:100%}.qfe_wrapper[data-v-670554d1]{word-wrap:break-word}.single_two_images[data-v-670554d1]{display:inline-block;max-width:100%;font-size:0;position:relative;overflow:hidden}.single_two_images img[data-v-670554d1]{width:100%;height:auto;border:1px solid #cccccc;box-sizing:border-box}.gray3 img[data-v-670554d1]{filter:grayscale(100%);transition:all .6s ease}.gray3:hover img[data-v-670554d1]{filter:grayscale(0);transition:all 1s ease}.scenery_image[data-v-670554d1]{position:absolute;left:0;top:0;opacity:0;transition:opacity .6s ease}.single_two_images:hover .scenery_image[data-v-670554d1]{opacity:1}.portfolio-more-wrap[data-v-670554d1]{text-align:center;padding:24px 0 32px}.portfolio-more-btn[data-v-670554d1]{display:inline-block;padding:10px 28px;font-size:14px;color:#333;border:1px solid #333;background:#fff;border-radius:0;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease}.portfolio-more-btn[data-v-670554d1]:hover{color:#fff;background:#333;border-color:#333}@media(max-width:992px){.portfolio-container[data-v-670554d1]{max-width:768px;margin:0 auto;padding:0 15px}.portfolio-row[data-v-670554d1]{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px;max-width:552px;margin-left:auto;margin-right:auto}.portfolio-item .column_inner[data-v-670554d1]{padding-left:0;padding-right:0}.portfolio-title-block[data-v-670554d1]{padding:10px 15px 20px}.portfolio-title-cn[data-v-670554d1]{font-size:20px}.portfolio-title-en[data-v-670554d1]{font-size:12px}.single_two_images img[data-v-670554d1]{max-width:100%;width:auto;height:auto}}@media(max-width:798px){.portfolio-row[data-v-670554d1]{max-width:none;margin-left:0;margin-right:0;column-gap:max(0px,min(48px,calc(7px + (100vw - 400px) * 41 / 398)))}.portfolio-item .column_inner[data-v-670554d1]{padding-left:3.5px;padding-right:3.5px}}.footer-section[data-v-cb7d9260]{background:#dbdbdb;padding:30px 0 20px}.footer-inner[data-v-cb7d9260]{position:relative;max-width:1280px;margin:0 auto;padding:0 40px;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-icons[data-v-cb7d9260]{display:flex;align-items:center;justify-content:center;gap:40px;margin-bottom:24px}.footer-icon[data-v-cb7d9260]{display:flex;flex-direction:column;align-items:center;cursor:pointer}.footer-icon-img-wrap[data-v-cb7d9260]{width:60px;height:70px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.footer-icon-img[data-v-cb7d9260]{max-width:100%;max-height:100%;display:block}.footer-icon-label[data-v-cb7d9260]{font-size:12px;color:#666}.footer-copy[data-v-cb7d9260]{text-align:center;font-size:14px;color:#000;line-height:1.6;flex:0 0 auto}.footer-copy a[data-v-cb7d9260]{color:#000;text-decoration:none}.footer-copy a[data-v-cb7d9260]:hover{text-decoration:underline}.weixin-popup[data-v-cb7d9260]{position:absolute;right:7px;top:6px;z-index:1}.weixin-popup-inner[data-v-cb7d9260]{background:#fff;border-radius:6px;box-shadow:0 4px 16px #0003;padding:8px 8px 6px;display:flex;flex-direction:column;align-items:center}.weixin-qrcode[data-v-cb7d9260]{width:68px;height:68px;display:block}.weixin-popup-text[data-v-cb7d9260]{margin-top:4px;font-size:11px;color:#317cc5;text-shadow:1px 1px 6px rgba(0,94,153,.25)}@media(max-width:768px){.footer-inner[data-v-cb7d9260]{flex-direction:row;justify-content:space-between;align-items:center;min-height:auto;padding:16px 12px 16px 15px}.footer-copy[data-v-cb7d9260]{flex:1;min-width:0;text-align:center;font-size:11px;line-height:1.5;padding-right:10px}.weixin-popup[data-v-cb7d9260]{position:static;flex-shrink:0}.weixin-popup-inner[data-v-cb7d9260]{padding:6px 6px 4px}.weixin-qrcode[data-v-cb7d9260]{width:56px;height:56px}.weixin-popup-text[data-v-cb7d9260]{font-size:9px;margin-top:2px}}#cases-page[data-v-75a4dc84] .portfolio-section{margin-top:20px}.about-section[data-v-da516226]{padding:0;margin:0;background:#fff}.about-title-block[data-v-da516226]{text-align:center;padding:30px 0 10px}.about-title-cn[data-v-da516226]{display:block;font-family:Microsoft YaHei,微软雅黑,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:400;font-style:normal;color:#595959;padding:0 10px 0 0}.about-title-en[data-v-da516226]{display:block;margin-top:4px;font-family:Microsoft YaHei,微软雅黑,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#ccc}.about-line-wrap[data-v-da516226]{margin:20px auto 0;padding:20px 0 0;text-align:center;background-color:#efefef}.about-line-img[data-v-da516226]{width:100%;height:auto;display:block;max-width:1190px;max-width:1280px;margin:0 auto}.about-desktop-content[data-v-da516226]{display:block}.about-mobile-images[data-v-da516226]{display:none}.about-mobile-image[data-v-da516226]{width:100%;height:auto;display:block}.about-features[data-v-da516226]{padding:10px;background-color:#efefef}.about-features-inner[data-v-da516226]{max-width:1190px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;max-width:1280px}.about-feature-card[data-v-da516226]{position:relative;min-width:238px}.about-feature-content[data-v-da516226]{position:relative;padding:20px 0;background-image:url(https://www.vlightcap.com/qfy-content/uploads/2021/06/08fd9b52dbe1f347358cad88ddda5372.png);background-size:100% 100%;background-repeat:no-repeat;background-color:transparent;text-align:center;transition:all .3s ease}.about-feature-icon[data-v-da516226]{width:60px;height:60px;display:block;margin:5px auto 10px}.about-feature-title-cn[data-v-da516226]{font-size:18px;color:#4d4d4d;line-height:24px;margin-bottom:2px}.about-feature-title-en[data-v-da516226]{font-size:14px;color:#4d4d4d;line-height:24px}.about-feature-content:hover .about-feature-title-cn[data-v-da516226],.about-feature-content:hover .about-feature-title-en[data-v-da516226]{color:#000}.about-background[data-v-da516226]{background-color:#efefef;margin-top:0}.about-container[data-v-da516226]{max-width:1190px;margin:0 auto;padding:0 10px;max-width:1280px}.about-row[data-v-da516226]{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0}.about-column[data-v-da516226]{padding:60px 50px 50px 0;box-sizing:border-box}.about-column-title-en-wrap[data-v-da516226]{margin:20px 0}.about-row .about-column[data-v-da516226]:last-child{padding:60px 0 50px 50px}.about-column-title-cn[data-v-da516226]{font-family:微软雅黑;font-size:28px;line-height:30px;color:#000;font-weight:400;margin:0}.about-column-title-en[data-v-da516226]{font-family:Tahoma,sans-serif;font-size:18px;line-height:1.4;color:#383838;padding:0}.about-body-cn[data-v-da516226]{font-size:14px;line-height:22px;color:#383838;text-align:justify;margin:0 0 20px}.about-body-en[data-v-da516226]{font-size:12px;line-height:22px;color:#383838;text-align:justify;margin:0;font-family:Tahoma,sans-serif}.about-body-en-txt[data-v-da516226]{margin-top:20px}@media(max-width:992px){.about-section[data-v-da516226]{max-width:768px;margin:0 auto}.about-features-inner[data-v-da516226]{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 10px}.about-container[data-v-da516226]{padding:0 15px}.about-background[data-v-da516226]{padding:24px 0 0}.about-row[data-v-da516226]{grid-template-columns:1fr}.about-column[data-v-da516226]{padding:40px 0 30px}.about-row .about-column[data-v-da516226]:last-child{padding:0 0 50px}}@media(max-width:768px){.about-desktop-content[data-v-da516226]{display:none}.about-mobile-images[data-v-da516226]{display:block}.about-features[data-v-da516226]{padding:12px 0 16px}.about-feature-content[data-v-da516226]{padding:12px 0}.about-feature-icon[data-v-da516226]{width:40px;height:40px;margin:4px auto 6px}.about-feature-title-cn[data-v-da516226]{font-size:14px;line-height:20px}.about-feature-title-en[data-v-da516226]{font-size:12px;line-height:18px}.about-title-block[data-v-da516226]{padding:10px 15px}.about-title-cn[data-v-da516226]{font-size:20px}.about-title-en[data-v-da516226]{font-size:12px}.about-container[data-v-da516226]{max-width:768px;padding:0 15px}.about-column-title-cn[data-v-da516226]{font-size:20px;line-height:24px}.about-column-title-en[data-v-da516226]{font-size:14px;line-height:1.3}.about-body-cn[data-v-da516226],.about-body-en[data-v-da516226]{font-size:12px;line-height:20px}}@media(max-width:992px){.about-desktop-content[data-v-da516226]{display:none}.about-mobile-images[data-v-da516226]{display:block;margin-top:20px}}@media(max-width:640px){.about-features-inner[data-v-da516226]{max-width:768px;padding:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}.about-page-wrap[data-v-5be34172]{min-height:100vh;display:flex;flex-direction:column}.about-main[data-v-5be34172]{flex:1;display:flex;flex-direction:column}
