:root {
    --cs-default-bg-color: #fff;
    --cs-default-color: #0F1112;
    --cs-default-footer-bg-color: #F2F3F5;
    --cs-reverse-color: #E3E4E5;
    --cs-sub-color: #606266;
    --cs-hover-color: #FF6900;
    --cs-header-sub-tab-color: #999999;
    --cs-header-sub-tab-line-color: #D0D0D0;
    --cs-header-sub-tab-bg-color: #FFFFFF;
    --cs-header-sub-tab-download-bg-color: #FFFFFF;
    --cs-header-child-tab-hover-color: #F2F3F5;
    --cs-header-margin-background-color: rgba(255, 255, 255);
    --cs-backdrop-theme-opacity: 0.95;
    --cs-backdrop-background-color: rgba(255, 255, 255, var(--cs-backdrop-theme-opacity));
    --cs-backdrop-transparent-opacity: 0;
    --cs-backdrop-theme-full-opacity: 0.95;
    --cs-window-background-color: #ffffff;
    --cs-window-split-line-color: #EBECED;
    --cs-window-tab-sub-color: #7A7A7A; 
    --cs-window-tab-tips-color: #A4AAB7;
    --cs-footer-sub-color: #999999;
    --cs-article-color: #888888;
    /* 需要根据网站主体决定菜单tab悬浮颜色 client/app/components/headFoot/switchSkin.js */
    /* --cs-active-link-color: rgb(255, 105, 0); */
    --cs-header-border-bottom: 1px solid #D4D4D4;
    --cs-footer-background-color: #000000;
    --cs-footer-h5-background-color: #2d2d2d;
    --cs-footer-splitLine-color: #EBECED;
    --cs-footer-hr-color: #858585;
    --cs-sidebar-icon-color: #333;
    --cs-sidebar-background-color: #fff;
    --cs-sidebar-icon-hover-color: #fff;
    --cs-sidebar-background-hover-color: rgb(255, 105, 0);
    --cs-sidebar-totop-background-color: #d6d6d6;
    --cs-sidebar-totop-background-hover-color: #000;
    --cs-search-placeholder-color: #9197a3;
    --cs-open-account-btn-color: #ff6900;
    --cs-icon-earth-color: #606266;
    --cs-icon-common-color: #1D1D1D;
    --cs-icon-select-lang-color: #63687B;
    --cs-icon-select-lang-active-color: #26272B;
    --cs-sign-btn-active-color: #EAEEF4;
    --cs-deposit-btn-default-bg-color: #0F1112;
    --cs-deposit-btn-active-bg-color: #606266;
    --cs-deposit-btn-default-color: #fff;
    --cs-deposit-btn-active-color: #fff;
    --cs-hover-bg-color: #EAEEF4;
    --cs-footer-font-color-disclose: #909499;
    --cs-footer-font-color-disclose-title: #0F1112;
    --cs-footer-font-color-title: #606266;
    --cs-footer-font-color: #0F1112;
    --cs-footer-border-color: #BBBDC0;
    --cs-footer-nav-color: #606266;
    --cs-link-blue-color: #2B78F5;
    --cs-footer-tab-border-color: #C6C6C6;
    --cs-footer-tab-font-color: #0F1112;
    --cs-footer-tab-active-color: #0F1112;
}

.hk-cs-header[data-theme="dark"],
.hk-cs-sidebar[data-theme="dark"],
.hk-cs-header-margin[data-theme="dark"],
.hk-cs-search-container[data-theme="dark"],
.hk-cs-footer[data-theme="dark"]
{
    --cs-default-bg-color: #0F1112;
    --cs-default-footer-bg-color: #0F1112;
    --cs-default-color: #E3E4E5;
    --cs-reverse-color: #0F1112;
    --cs-sub-color: #9B9B9E;
    --cs-hover-color: #FF6900;
    --cs-header-sub-tab-color: #FFFFFF;
    --cs-header-sub-tab-line-color: #444444;
    --cs-header-sub-tab-bg-color: #1D1D1D;
    --cs-header-sub-tab-download-bg-color: #FFFFFF;
    --cs-header-child-tab-hover-color: #2c2f33;
    --cs-header-margin-background-color: rgba(255, 255, 255);
    --cs-backdrop-theme-opacity: 0.95;
    --cs-backdrop-background-color: rgba(255, 255, 255, var(--cs-backdrop-theme-opacity));
    --cs-backdrop-transparent-opacity: 0;
    --cs-backdrop-theme-full-opacity: 0.95;
    --cs-window-background-color: #0F1112;
    --cs-window-split-line-color: rgba(105, 108, 112, 0.15);
    --cs-window-tab-sub-color: #7A7A7A; 
    --cs-window-tab-tips-color: #A4AAB7;
    --cs-footer-sub-color: #999999;
    --cs-article-color: #888888;
    /* 需要根据网站主体决定菜单tab悬浮颜色 client/app/components/headFoot/switchSkin.js */
    /* --cs-active-link-color: rgb(255, 105, 0); */
    --cs-header-border-bottom: 1px solid #D4D4D4;
    --cs-footer-background-color: #000000;
    --cs-footer-h5-background-color: #2d2d2d;
    --cs-footer-splitLine-color: #333333;
    --cs-footer-hr-color: #858585;
    --cs-sidebar-icon-color: #333;
    --cs-sidebar-background-color: #1D1F21;
    --cs-sidebar-icon-hover-color: #fff;
    --cs-sidebar-background-hover-color: rgb(255, 105, 0);
    --cs-sidebar-totop-background-color: #d6d6d6;
    --cs-sidebar-totop-background-hover-color: #000;
    --cs-search-placeholder-color: #9197a3;
    --cs-open-account-btn-color: #ff6900;
    --cs-icon-earth-color: #9B9B9E;
    --cs-icon-common-color: #ffffff;
    --cs-icon-select-lang-color: #63687B;
    --cs-icon-select-lang-active-color: #fff;
    --cs-sign-btn-active-color: #F2F3F5;
    --cs-deposit-btn-default-bg-color: #E3E4E5;
    --cs-deposit-btn-active-bg-color: #9B9B9E;
    --cs-deposit-btn-default-color: #0F1112;
    --cs-deposit-btn-active-color: #fff;
    --cs-hover-bg-color: #EAEEF4;
    --cs-footer-font-color-disclose: #7D7F83;
    --cs-footer-font-color-disclose-title: #E3E4E5;
    --cs-footer-font-color-title: #9B9B9E;
    --cs-footer-font-color: #fff;
    --cs-footer-border-color: transparent;
    --cs-footer-nav-color: #7D7F83;
    --cs-link-blue-color: #4E7FCE;
    --cs-footer-tab-border-color: #444444;
    --cs-footer-tab-font-color: #E2E2E2;
    --cs-footer-tab-active-color: #fff;
}
[flex]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}[flex-vc]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}[flex-end]{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body{margin:0;padding:0}.hk-cs-overflow-h{overflow:hidden}[hk-cs] *{word-wrap:break-word;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;margin:0;padding:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.hk-cs{font-family:var(--cs-site-font-regular, "PingFangSC-Regular,Microsoft YaHei,HelveticaNeue,Helvetica,sans-serif,-apple-system,system-ui");font-size:14px;line-height:1.5;color:#262626;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hk-cs.hk-cs-lang-0{font-family:var(--cs-site-font-regular, "PingFangSC-Regular,Microsoft YaHei,HelveticaNeue,Helvetica,sans-serif,-apple-system,system-ui")}.hk-cs.hk-cs-lang-0 .hk-cs-semi{font-family:var(--cs-site-font-semi, "PingFangSC-Semibold,Microsoft YaHei Semibold,Microsoft YaHei Bold,Microsoft YaHei,HelveticaNeue-Bold,Helvetica-Bold,sans-serif,-apple-system,system-ui")}.hk-cs.hk-cs-lang-1{font-family:var(--cs-site-font-regular, "PingFangHK-Regular,Microsoft YaHei,HelveticaNeue,Helvetica,sans-serif,-apple-system,system-ui")}.hk-cs.hk-cs-lang-1 .hk-cs-semi{font-family:var(--cs-site-font-semi, "PingFangHK-Semibold,Microsoft YaHei Semibold,Microsoft YaHei Bold,Microsoft YaHei,HelveticaNeue-Bold,Helvetica-Bold,sans-serif,-apple-system,system-ui")}.hk-cs.hk-cs-lang-2{font-family:var(--cs-site-font-regular, "BRHendrix-Regular,HelveticaNeue,Helvetica,sans-serif,-apple-system,system-ui")}.hk-cs.hk-cs-lang-2 .hk-cs-semi{font-family:var(--cs-site-font-semi, "BRHendrix-Semibold,HelveticaNeue-Bold,Helvetica-Bold,sans-serif,-apple-system,system-ui")}.hk-cs.hk-cs-lang-5{font-family:var(--cs-site-font-regular, "Hiragino Kaku Gothic ProN,Hiragino Sans,HelveticaNeue,sans-serif,Arial,Meiryo")}.hk-cs.hk-cs-lang-5 .hk-cs-semi{font-family:var(--cs-site-font-semi, "Hiragino Kaku Gothic ProN,Hiragino Sans,HelveticaNeue,sans-serif,Arial,Meiryo")}.hk-cs.hk-cs-lang-7{font-family:var(--cs-site-font-regular, "BRHendrix-Regular,HelveticaNeue,Helvetica,sans-serif,-apple-system,system-ui")}.hk-cs.hk-cs-lang-7 .hk-cs-semi{font-family:var(--cs-site-font-semi, "BRHendrix-Semibold,HelveticaNeue-Bold,Helvetica-Bold,sans-serif,-apple-system,system-ui")}.hk-cs a{color:currentColor;cursor:pointer;vertical-align:baseline;-webkit-tap-highlight-color:rgba(0,0,0,0);text-decoration:none}.hk-cs ul{list-style:none}.hk-cs p{margin:0}.hk-cs .dn{display:none !important}.hk-cs .show{display:block !important}.hk-cs .hk-clearfix::after{display:table;content:"";clear:both}.hk-cs-pc{display:block}[flex].hk-cs-pc,[flex-c].hk-cs-pc,[flex-hc].hk-cs-pc,[flex-vc].hk-cs-pc{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.hk-cs-h5{display:none}.hk-cs-logo-bg{background:url(https://static.futunn.com/futuhk_common/dist/hk-logo-white-613e4.svg) no-repeat no-repeat;background-size:100%}.hk-cs-header-nn .hk-cs-logo-bg{background:url(https://static.futunn.com/futuhk_common/dist/nn-logo-white-0a967.svg) no-repeat no-repeat;background-size:100%}.hk-cs-lang-2 .hk-cs-logo-bg{background:url(https://static.futunn.com/futuhk_common/dist/hk-logo-en-white-583c2.svg) no-repeat no-repeat;background-size:100%}.hk-cs-lang-2.hk-cs-header-nn .hk-cs-logo-bg{background:url(https://static.futunn.com/futuhk_common/dist/nn-logo-en-white-eedf3.svg) no-repeat no-repeat;background-size:100%}.hk-cs-download-item{border:.5px solid #d0d0d0;background-color:var(--cs-header-sub-tab-download-bg-color)}.hk-cs-sec-bottom-icon{background:url(https://static.futunn.com/futuhk_common/dist/nn-logo-white-0a967.svg) no-repeat no-repeat;background-size:100% 100%}.hk-cs-sec-bottom-icon.hk-cs-sec-bottom-icon-en{background:url(https://static.futunn.com/futuhk_common/dist/nn-logo-en-white-eedf3.svg) no-repeat no-repeat;background-size:100% 100%}.hk-cs-sec-bottom-icon.hk-cs-sec-bottom-icon-hk{background:url(https://static.futunn.com/futuhk_common/dist/hk-logo-white-613e4.svg) no-repeat no-repeat;background-size:100% 100%}.hk-cs-sec-bottom-icon.hk-cs-sec-bottom-icon-hk-en{background:url(https://static.futunn.com/futuhk_common/dist/hk-logo-en-white-583c2.svg) no-repeat no-repeat;background-size:100% 100%}.hk-cs-download-item-icon1{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAzNiA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC40OTc5IDYuNzc5MUMyMi45MjYyIDguNTg2ODYgMjAuNDU2NCA5Ljk0MjY4IDE3Ljk4NjcgOS45NDI2OEMxNy43NjIxIDcuNDU3MDEgMTguODg0OCA0Ljk3MTM0IDIwLjIzMTkgMy4zODk1NUMyMS44MDM2IDEuMzU1ODIgMjQuNDk3OSAwIDI2Ljc0MzEgMEMyNi45Njc3IDIuNDg1NjcgMjYuMDY5NiA0Ljk3MTM0IDI0LjQ5NzkgNi43NzkxWk0yOS44ODY1IDIyLjU5N0MyOS44ODY1IDI5LjE1MDEgMzUuNzI0MiAzMS4xODM5IDM1LjcyNDIgMzEuMTgzOUMzNS43MjQyIDMxLjQwOTggMzQuODI2IDM0LjM0NzQgMzIuODA1MyAzNy4yODVDMzEuMDA5MSAzOS45OTY3IDI5LjIxMjkgNDIuNDgyNCAyNi4wNjk2IDQyLjQ4MjRDMjMuMTUwNyA0Mi40ODI0IDIyLjI1MjYgNDAuOTAwNiAxOC44ODQ4IDQwLjkwMDZDMTUuNTE2OSA0MC45MDA2IDE0LjM5NDMgNDIuNDgyNCAxMS43IDQyLjcwODNDOC43ODExMyA0Mi43MDgzIDYuNTM1ODggMzkuOTk2NyA0LjczOTY3IDM3LjI4NUMwLjkyMjc0NSAzMi4wODc3IC0xLjk5NjA4IDIyLjM3MSAyLjA0NTM3IDE1LjgxNzlDMy44NDE1NyAxMi42NTQzIDcuNDMzOTggMTAuMzk0NiAxMS4wMjY0IDEwLjM5NDZDMTMuOTQ1MiAxMC4zOTQ2IDE2LjQxNSAxMi4yMDI0IDE4LjIxMTIgMTIuMjAyNEMyMC4wMDc0IDEyLjIwMjQgMjMuMTUwNyA5Ljk0MjY4IDI2LjUxODYgMTAuMTY4N0MyNy44NjU4IDEwLjE2ODcgMzEuOTA3MiAxMC42MjA2IDM0LjYwMTUgMTQuNDYyMUMzNC4zNzcgMTQuNjg4MSAyOS44ODY1IDE3LjE3MzcgMjkuODg2NSAyMi41OTdaIiBmaWxsPSIjMUQxRDFEIi8+Cjwvc3ZnPgo=) no-repeat no-repeat}.hk-cs-download-item-icon2{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAzOSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjk5OTI1IDQxLjQxMjNMMTkuNDI4NSAyMy4wMzU1TDI1LjkyNDUgMjkuNTEyM0w0LjAxNjI1IDQxLjY1OUMzLjE4MzI1IDQyLjEyMSAyLjE2MyA0Mi4xMTQgMS4zMzUyNSA0MS42Mzk4TDAuOTk5MjUgNDEuNDEyM1pNMTcuNTcgMjEuMTgyM0wwIDM4LjcwMTVWMy42NjMwNEwxNy41NyAyMS4xODIzWk0yOC41NDk1IDEzLjk0MjVMMzcuMTMzMyAxOC43MDA4QzM3Ljk3NjcgMTkuMTY5OCAzOC41IDIwLjA0ODMgMzguNSAyMS4wMDAzQzM4LjUgMjEuOTUyMyAzNy45NzY3IDIyLjgzMDggMzcuMTMzMyAyMy4yOTk4TDI4LjMxNSAyOC4xODc1TDIxLjI4ODcgMjEuMTgyM0wyOC41NDk1IDEzLjk0MjVaTTAuODA1IDAuNzU4MDM4QzAuOTYyNSAwLjYwNTc4OCAxLjEzOTI1IDAuNDcyNzg4IDEuMzM1MjUgMC4zNjA3ODhDMi4xNjMgLTAuMTEzNDYyIDMuMTgzMjUgLTAuMTIwNDYyIDQuMDE2MjUgMC4zNDE1MzhMMjYuMTU5IDEyLjYxNzhMMTkuNDI4NSAxOS4zMjlMMC44MDUgMC43NTgwMzhaIiBmaWxsPSIjMUQxRDFEIi8+Cjwvc3ZnPgo=) no-repeat no-repeat}.hk-cs-download-item-icon3{background:url(https://static.futunn.com/futuhk_common/dist/download_icon_mac-8de8c.svg) no-repeat no-repeat}.hk-cs-download-item-icon4{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0MiA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjQwOSAxNy44ODQxVjMuNDcwMDlMMC44NzMwNDcgNS42MDU1VjE3Ljg4NDFIMTYuNDA5WiIgZmlsbD0iIzFEMUQxRCIvPgo8cGF0aCBkPSJNMTkuMzA1NyAxNy44ODQxSDQxLjE2MTNWMEwxOS4zMDU3IDMuMjAzMTJWMTcuODg0MVoiIGZpbGw9IiMxRDFEMUQiLz4KPHBhdGggZD0iTTE5LjMwNTcgMjAuODIwM1YzOS4yMzgyTDQxLjE2MTMgNDIuNzA4M1YyMC44MjAzSDE5LjMwNTdaIiBmaWxsPSIjMUQxRDFEIi8+CjxwYXRoIGQ9Ik0xNi40MDkgMjAuODIwM0gwLjg3MzA0N1YzNi4zMDJMMTYuNDA5IDM4LjcwNDRWMjAuODIwM1oiIGZpbGw9IiMxRDFEMUQiLz4KPC9zdmc+Cg==) no-repeat no-repeat}.download-qr-code{background-color:var(--cs-header-sub-tab-download-bg-color)}.hk-cs-header[data-theme=dark] .hk-cs-logo-bg:not(.hk-cs-logo-bg-white){background:url(https://static.futunn.com/futuhk_common/dist/hk-logo-black-486b5.svg) no-repeat no-repeat;background-size:100%}.hk-cs-header[data-theme=dark].hk-cs-header-nn .hk-cs-logo-bg:not(.hk-cs-logo-bg-white){background:url(https://static.futunn.com/futuhk_common/dist/nn-logo-black-3f6ff.svg) no-repeat no-repeat;background-size:100%}.hk-cs-header[data-theme=dark] .hk-cs-download-item{border:.5px solid #444;background-color:#272727}.hk-cs-header[data-theme=dark] .download-qr-code{background-color:#272727}.hk-cs-header[data-theme=dark] .hk-cs-download-item-icon1{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAzNiA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC40OTc5IDYuNzc5MUMyMi45MjYyIDguNTg2ODYgMjAuNDU2NCA5Ljk0MjY4IDE3Ljk4NjcgOS45NDI2OEMxNy43NjIxIDcuNDU3MDEgMTguODg0OCA0Ljk3MTM0IDIwLjIzMTkgMy4zODk1NUMyMS44MDM2IDEuMzU1ODIgMjQuNDk3OSAwIDI2Ljc0MzEgMEMyNi45Njc3IDIuNDg1NjcgMjYuMDY5NiA0Ljk3MTM0IDI0LjQ5NzkgNi43NzkxWk0yOS44ODY1IDIyLjU5N0MyOS44ODY1IDI5LjE1MDEgMzUuNzI0MiAzMS4xODM5IDM1LjcyNDIgMzEuMTgzOUMzNS43MjQyIDMxLjQwOTggMzQuODI2IDM0LjM0NzQgMzIuODA1MyAzNy4yODVDMzEuMDA5MSAzOS45OTY3IDI5LjIxMjkgNDIuNDgyNCAyNi4wNjk2IDQyLjQ4MjRDMjMuMTUwNyA0Mi40ODI0IDIyLjI1MjYgNDAuOTAwNiAxOC44ODQ4IDQwLjkwMDZDMTUuNTE2OSA0MC45MDA2IDE0LjM5NDMgNDIuNDgyNCAxMS43IDQyLjcwODNDOC43ODExMyA0Mi43MDgzIDYuNTM1ODggMzkuOTk2NyA0LjczOTY3IDM3LjI4NUMwLjkyMjc0NSAzMi4wODc3IC0xLjk5NjA4IDIyLjM3MSAyLjA0NTM3IDE1LjgxNzlDMy44NDE1NyAxMi42NTQzIDcuNDMzOTggMTAuMzk0NiAxMS4wMjY0IDEwLjM5NDZDMTMuOTQ1MiAxMC4zOTQ2IDE2LjQxNSAxMi4yMDI0IDE4LjIxMTIgMTIuMjAyNEMyMC4wMDc0IDEyLjIwMjQgMjMuMTUwNyA5Ljk0MjY4IDI2LjUxODYgMTAuMTY4N0MyNy44NjU4IDEwLjE2ODcgMzEuOTA3MiAxMC42MjA2IDM0LjYwMTUgMTQuNDYyMUMzNC4zNzcgMTQuNjg4MSAyOS44ODY1IDE3LjE3MzcgMjkuODg2NSAyMi41OTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat no-repeat}.hk-cs-header[data-theme=dark] .hk-cs-download-item-icon2{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAzOSA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjk5OTI1IDQxLjQxMjNMMTkuNDI4NSAyMy4wMzU1TDI1LjkyNDUgMjkuNTEyM0w0LjAxNjI1IDQxLjY1OUMzLjE4MzI1IDQyLjEyMSAyLjE2MyA0Mi4xMTQgMS4zMzUyNSA0MS42Mzk4TDAuOTk5MjUgNDEuNDEyM1pNMTcuNTcgMjEuMTgyM0wwIDM4LjcwMTVWMy42NjMwNEwxNy41NyAyMS4xODIzWk0yOC41NDk1IDEzLjk0MjVMMzcuMTMzMyAxOC43MDA4QzM3Ljk3NjcgMTkuMTY5OCAzOC41IDIwLjA0ODMgMzguNSAyMS4wMDAzQzM4LjUgMjEuOTUyMyAzNy45NzY3IDIyLjgzMDggMzcuMTMzMyAyMy4yOTk4TDI4LjMxNSAyOC4xODc1TDIxLjI4ODcgMjEuMTgyM0wyOC41NDk1IDEzLjk0MjVaTTAuODA1IDAuNzU4MDM4QzAuOTYyNSAwLjYwNTc4OCAxLjEzOTI1IDAuNDcyNzg4IDEuMzM1MjUgMC4zNjA3ODhDMi4xNjMgLTAuMTEzNDYyIDMuMTgzMjUgLTAuMTIwNDYyIDQuMDE2MjUgMC4zNDE1MzhMMjYuMTU5IDEyLjYxNzhMMTkuNDI4NSAxOS4zMjlMMC44MDUgMC43NTgwMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat no-repeat}.hk-cs-header[data-theme=dark] .hk-cs-download-item-icon3{background:url(https://static.futunn.com/futuhk_common/dist/download_icon_mac_black-70de1.svg) no-repeat no-repeat}.hk-cs-header[data-theme=dark] .hk-cs-download-item-icon4{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0MiA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjQwOSAxNy44ODQxVjMuNDcwMDlMMC44NzMwNDcgNS42MDU1VjE3Ljg4NDFIMTYuNDA5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE5LjMwNTcgMTcuODg0MUg0MS4xNjEzVjBMMTkuMzA1NyAzLjIwMzEyVjE3Ljg4NDFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTkuMzA1NyAyMC44MjAzVjM5LjIzODJMNDEuMTYxMyA0Mi43MDgzVjIwLjgyMDNIMTkuMzA1N1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNi40MDkgMjAuODIwM0gwLjg3MzA0N1YzNi4zMDJMMTYuNDA5IDM4LjcwNDRWMjAuODIwM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat no-repeat}.hk-cs-header[data-theme=dark] .hk-cs-sec-bottom-icon{background:url(https://static.futunn.com/futuhk_common/dist/nn-logo-black-3f6ff.svg) no-repeat no-repeat;background-size:100% 100%}.hk-cs-header[data-theme=dark] .hk-cs-sec-bottom-icon.hk-cs-sec-bottom-icon-en{background:url(https://static.futunn.com/futuhk_common/dist/nn-logo-en-black-6e29f.svg) no-repeat no-repeat;background-size:100% 100%}.hk-cs-header[data-theme=dark] .hk-cs-sec-bottom-icon.hk-cs-sec-bottom-icon-hk{background:url(https://static.futunn.com/futuhk_common/dist/hk-logo-black-486b5.svg) no-repeat no-repeat;background-size:100% 100%}.hk-cs-header[data-theme=dark] .hk-cs-sec-bottom-icon.hk-cs-sec-bottom-icon-hk-en{background:url(https://static.futunn.com/futuhk_common/dist/hk-logo-en-black-9d200.svg) no-repeat no-repeat;background-size:100% 100%}.hk-cs-lang-2.hk-cs-header[data-theme=dark] .hk-cs-logo-bg{background:url(https://static.futunn.com/futuhk_common/dist/hk-logo-en-black-9d200.svg) no-repeat no-repeat;background-size:100%}.hk-cs-lang-2.hk-cs-header[data-theme=dark].hk-cs-header-nn .hk-cs-logo-bg{background:url(https://static.futunn.com/futuhk_common/dist/nn-logo-en-black-6e29f.svg) no-repeat no-repeat;background-size:100%}.hk-cs-visible{display:block !important}.hk-cs-flex-visible{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.hk-cs-transition-immdiate{-webkit-transition:none !important;transition:none !important}.hk-cs-hidden{display:none !important}.hk-cs-arrow path{stroke:currentColor}.hk-cs-border-1px{border:1px solid currentColor;border-radius:30px}.hk-cs-header[data-theme=dark] .hk-cs-border-1px{border:1px solid rgba(0,0,0,0)}.hk-cs-footer-icon{position:relative;display:inline-block;width:40px;height:40px}.hk-cs-footer-icon+.hk-cs-footer-icon{margin-left:10px}.hk-cs-footer-icon-hover{position:absolute;display:none}.hk-cs-footer-icon-wechat{background:0px 0px/100% 100% url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDQuOCA0NC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NC44IDQ0Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDF7ZmlsbDojRkY1QTAwO30KCS5zdDJ7ZmlsbDojRkZGRkZGO30KCS5zdDN7ZmlsbDojMEI0OUQzO30KCS5zdDR7ZmlsbDojRkY0MjAwO30KCS5zdDV7ZmlsbDojMTc0MDk1O30KCS5zdDZ7ZmlsbDojMjYyNzJCO30KCS5zdDd7ZmlsbDojMUY1NEQwO30KCS5zdDh7ZmlsbDojMTIzNDYyO30KCS5zdDl7ZmlsbDojRUM0MDI0O30KCS5zdDEwe2ZpbGw6IzIwNTE5NDt9Cgkuc3QxMXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjAuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3QxMntmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjAuNTY1MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTI1LjQsMjIuNWMtMC43LDAtMS4yLDAuNi0xLjIsMS4yYzAsMC44LDAuNiwxLjIsMS4yLDEuMmMwLjcsMCwxLjItMC41LDEuMi0xLjJDMjYuNiwyMywyNi4xLDIyLjUsMjUuNCwyMi41egoJCSIvPgoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTIxLjgsMTcuN2MwLjgsMCwxLjUtMC43LDEuNS0xLjVjMC0wLjgtMC43LTEuNS0xLjUtMS41Yy0wLjgsMC0xLjUsMC43LTEuNSwxLjVDMjAuMywxNywyMSwxNy43LDIxLjgsMTcuN3oiCgkJLz4KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xNC40LDE0LjhjLTAuOCwwLTEuNSwwLjYtMS41LDEuNWMwLDAuOCwwLjcsMS41LDEuNSwxLjVjMC44LDAsMS41LTAuNywxLjUtMS41CgkJQzE1LjksMTUuNCwxNS4yLDE0LjcsMTQuNCwxNC44eiIvPgoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTMxLjYsMjIuNWMtMC42LDAtMS4yLDAuNS0xLjIsMS4yYzAsMC44LDAuNiwxLjIsMS4yLDEuMmMwLjYsMCwxLjItMC41LDEuMi0xLjJDMzIuOCwyMywzMi4zLDIyLjUsMzEuNiwyMi41egoJCSIvPgoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTIyLjQsMEMxMCwwLDAsMTAsMCwyMi40YzAsMTIuNCwxMCwyMi40LDIyLjQsMjIuNGMxMi40LDAsMjIuNC0xMCwyMi40LTIyLjRDNDQuOCwxMCwzNC43LDAsMjIuNCwwegoJCSBNMTguNCwyOC41Yy0wLjUsMC0xLDAtMS42LTAuMWMtMC44LTAuMS0xLjYtMC4yLTIuNC0wLjRjLTAuMy0wLjEtMC42LTAuMS0wLjksMC4xYy0wLjgsMC41LTEuNiwwLjktMi4zLDEuNAoJCWMtMC4xLDAtMC4xLDAuMS0wLjIsMC4xYy0wLjEsMC4xLTAuMywwLjEtMC40LDBjLTAuMS0wLjEtMC4yLTAuMi0wLjEtMC40YzAtMC4yLDAuMS0wLjMsMC4xLTAuNWMwLjEtMC41LDAuMy0xLDAuNC0xLjYKCQljMC4xLTAuMywwLTAuNi0wLjMtMC44Yy0wLjQtMC4zLTAuOC0wLjYtMS4yLTFjLTAuNS0wLjUtMC45LTEtMS4zLTEuNWMtMC40LTAuNi0wLjctMS4zLTEtMmMtMC4yLTAuNi0wLjMtMS4yLTAuNC0xLjgKCQljMC0wLjMsMC0wLjYsMC0wLjljMC0wLjUsMC4xLTEsMC4yLTEuNWMwLjMtMS40LDEtMi42LDEuOS0zLjdjMC44LTEsMS45LTEuOCwzLTIuNGMxLjItMC42LDIuNC0xLjEsMy43LTEuM2MwLjUtMC4xLDEtMC4xLDEuNS0wLjIKCQljMC4zLDAsMC43LDAsMSwwYzAuNSwwLDAuOSwwLDEuNCwwLjFjMC45LDAuMSwxLjksMC4zLDIuOCwwLjZjMC41LDAuMiwxLDAuNCwxLjUsMC42YzAuOCwwLjQsMS41LDAuOSwyLjIsMS40CgkJYzEsMC45LDEuOCwxLjksMi40LDMuMWMwLjMsMC42LDAuNSwxLjIsMC42LDEuOWMwLDAsMCwwLDAsMGMtMC4xLDAtMC4zLDAtMC40LDBjLTAuNCwwLTAuOSwwLTEuMywwYy0wLjUsMC0xLDAuMS0xLjUsMC4yCgkJYy0xLjIsMC4zLTIuNCwwLjctMy41LDEuNGMtMS4xLDAuNy0yLjEsMS42LTIuOSwyLjdDMTksMjMsMTguNiwyNCwxOC40LDI1Yy0wLjEsMC41LTAuMSwxLjEtMC4xLDEuNmMwLDAuNiwwLjEsMS4xLDAuMywxLjcKCQljMCwwLDAsMC4xLDAsMC4xQzE4LjYsMjguNSwxOC41LDI4LjUsMTguNCwyOC41eiBNMzcuMywyOC41Yy0wLjIsMC40LTAuNCwwLjgtMC42LDEuMmMtMC41LDAuOS0xLjIsMS42LTIuMSwyLjMKCQljLTAuMSwwLTAuMSwwLjEtMC4xLDAuMWMtMC4yLDAuMi0wLjMsMC40LTAuMiwwLjZjMC4xLDAuNCwwLjIsMC43LDAuMywxLjFjMC4xLDAuMiwwLjEsMC40LDAuMiwwLjdjMCwwLDAsMC4xLDAsMC4yCgkJYzAsMC4yLTAuMywwLjMtMC40LDAuM2MtMC4yLTAuMS0wLjUtMC4zLTAuNy0wLjRjLTAuNC0wLjItMC45LTAuNS0xLjMtMC44Yy0wLjMtMC4yLTAuNS0wLjItMC44LTAuMWMtMC42LDAuMi0xLjIsMC4zLTEuOSwwLjQKCQljLTAuNiwwLjEtMS4yLDAuMS0xLjcsMGMtMC45LTAuMS0xLjgtMC4yLTIuNy0wLjVjLTAuNy0wLjItMS40LTAuNS0yLTAuOWMtMC44LTAuNS0xLjUtMS0yLjEtMS43Yy0wLjktMC45LTEuNC0yLTEuNy0zLjMKCQljLTAuMS0wLjUtMC4yLTAuOS0wLjEtMS4zYzAtMC45LDAuMi0xLjgsMC41LTIuNmMwLjQtMSwxLTEuOCwxLjctMi41YzAuNi0wLjYsMS4yLTEsMS45LTEuNGMwLjktMC41LDEuOC0wLjgsMi43LTEKCQljMC41LTAuMSwxLTAuMiwxLjUtMC4yYzAuNCwwLDAuOSwwLDEuMywwYzEuMiwwLDIuMywwLjMsMy40LDAuN2MxLDAuNCwxLjksMC45LDIuNywxLjZjMC45LDAuNywxLjYsMS42LDIuMSwyLjYKCQljMC4zLDAuNiwwLjUsMS4zLDAuNiwyLjFjMCwwLjQsMC4xLDAuNywwLjEsMS4xQzM3LjcsMjcuMSwzNy42LDI3LjgsMzcuMywyOC41eiIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat no-repeat}.hk-cs-footer-icon-wechat:hover .hk-cs-footer-icon-hover-wechat{display:block;background-image:url(https://static.futunn.com/futuhk_common/dist/wx_code-1b753.png);bottom:55px;right:0;width:120px;height:120px;background-repeat:no-repeat;background-position:center;background-size:contain}.hk-cs-footer-icon-whatsApp{background:0px 0px/100% 100% url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDQuOCA0NC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NC44IDQ0Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDF7ZmlsbDojRkY1QTAwO30KCS5zdDJ7ZmlsbDojRkZGRkZGO30KCS5zdDN7ZmlsbDojMEI0OUQzO30KCS5zdDR7ZmlsbDojRkY0MjAwO30KCS5zdDV7ZmlsbDojMTc0MDk1O30KCS5zdDZ7ZmlsbDojMjYyNzJCO30KCS5zdDd7ZmlsbDojMUY1NEQwO30KCS5zdDh7ZmlsbDojMTIzNDYyO30KCS5zdDl7ZmlsbDojRUM0MDI0O30KCS5zdDEwe2ZpbGw6IzIwNTE5NDt9Cgkuc3QxMXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjAuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3QxMntmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjAuNTY1MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTI4LjgsMjUuNmMtMC40LTAuMi0yLjEtMS0yLjQtMS4xYy0wLjMtMC4xLTAuNi0wLjEtMC45LDAuM2MtMC4zLDAuNS0wLjcsMS0wLjksMS4yYy0wLjIsMC4yLTAuNiwwLjMtMC44LDAuMQoJCWMtMC40LTAuMi0xLjUtMC41LTIuOC0xLjdjLTEtMC45LTEuOC0yLjEtMi0yLjRjLTAuMi0wLjQsMC0wLjYsMC4xLTAuN2MwLjItMC4yLDAuMy0wLjQsMC41LTAuNmMwLjItMC4yLDAuMy0wLjMsMC40LTAuNgoJCWMwLjEtMC4yLDAtMC41LTAuMS0wLjdjLTAuMS0wLjItMS4xLTEuOS0xLjEtMi42djBjMC0wLjYtMC40LTAuNi0wLjctMC42Yy0wLjEsMC0wLjMsMC0wLjQsMGMtMC41LDAtMC45LDAuMS0xLjIsMC40CgkJYy0wLjQsMC40LTEuMiwxLjItMS4yLDIuOWMwLDEuNywxLjMsMy40LDEuNCwzLjZjMC4yLDAuMiwyLjUsMy44LDYsNS4zYzIuOCwxLjEsMy42LDEsNC4yLDAuOWMwLjktMC4yLDIuMS0wLjksMi40LTEuNwoJCWMwLjMtMC44LDAuMy0xLjUsMC4yLTEuN0MyOS40LDI1LjksMjkuMiwyNS44LDI4LjgsMjUuNnoiLz4KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0yMi40LDBDMTAsMCwwLDEwLDAsMjIuNHMxMCwyMi40LDIyLjQsMjIuNHMyMi40LTEwLDIyLjQtMjIuNFMzNC43LDAsMjIuNCwweiBNMjIuNCwzNC42CgkJYy0yLjUsMC00LjgtMC43LTYuNy0yTDExLDM0bDEuNS00LjVjLTEuNS0yLjEtMi4zLTQuNi0yLjMtNy4yYzAtNi43LDUuNS0xMi4zLDEyLjItMTIuM2gwYzYuNywwLDEyLjIsNS41LDEyLjIsMTIuMwoJCUMzNC43LDI5LDI5LjIsMzQuNiwyMi40LDM0LjZ6Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat no-repeat}.hk-cs-footer-icon-facebook{background:0px 0px/100% 100% url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYyN180Mjc5KSI+CjxwYXRoIGQ9Ik0xOCA5QzE4IDQuMDI5NDMgMTMuOTcwNiAwIDkgMEM0LjAyOTQzIDAgMCA0LjAyOTQzIDAgOUMwIDEzLjQ5MjEgMy4yOTExNSAxNy4yMTU1IDcuNTkzNzUgMTcuODkwN1YxMS42MDE2SDUuMzA4NTlWOUg3LjU5Mzc1VjcuMDE3MTlDNy41OTM3NSA0Ljc2MTU2IDguOTM3NDIgMy41MTU2MiAxMC45OTMyIDMuNTE1NjJDMTEuOTc3NiAzLjUxNTYyIDEzLjAwNzggMy42OTE0MSAxMy4wMDc4IDMuNjkxNDFWNS45MDYyNUgxMS44NzNDMTAuNzU1IDUuOTA2MjUgMTAuNDA2MiA2LjYwMDA2IDEwLjQwNjIgNy4zMTI1VjlIMTIuOTAyM0wxMi41MDMzIDExLjYwMTZIMTAuNDA2MlYxNy44OTA3QzE0LjcwODggMTcuMjE1NSAxOCAxMy40OTIxIDE4IDlaIiBmaWxsPSIjNjA2MjY2Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjI3XzQyNzkiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat no-repeat}.hk-cs-footer-icon-ins{background:0px 0px/100% 100% url(https://static.futunn.com/futuhk_common/dist/Instagram_white-7a3d7.svg) no-repeat no-repeat}.hk-cs-footer-icon-youtube{background:0px 0px/100% 100% url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYyN180MjgwKSI+CjxwYXRoIGQ9Ik03LjcwNjA1IDEwLjUxODlMMTEuMDI0OCA4Ljg4NzdMNy43MDYwNSA3LjIwMDJWMTAuNTE4OVoiIGZpbGw9IiM2MDYyNjYiLz4KPHBhdGggZD0iTTkgMEM0LjA1IDAgMCA0LjA1IDAgOUMwIDEzLjk1IDQuMDUgMTggOSAxOEMxMy45NSAxOCAxOCAxMy45NSAxOCA5QzE4IDQuMDUgMTMuOTUgMCA5IDBaTTE1LjEzMTIgOS40NUMxNS4xMzEyIDEwLjQwNjIgMTUuMDE4OCAxMS4zNjI1IDE1LjAxODggMTEuMzYyNUMxNS4wMTg4IDExLjM2MjUgMTQuOTA2MiAxMi4xNSAxNC41MTI1IDEyLjU0MzdDMTQuMDYyNSAxMi45OTM3IDEzLjUgMTIuOTkzOCAxMy4yNzUgMTMuMDVDMTEuNTMxMiAxMy4xNjI1IDkgMTMuMTYyNSA5IDEzLjE2MjVDOSAxMy4xNjI1IDUuNzkzNzUgMTMuMTYyNSA0LjgzNzUgMTMuMDVDNC41NTYyNSAxMi45OTM4IDMuOTM3NSAxMi45OTM3IDMuNDg3NSAxMi41NDM3QzMuMDkzNzUgMTIuMjA2MiAyLjk4MTI1IDExLjM2MjUgMi45ODEyNSAxMS4zNjI1QzIuOTgxMjUgMTEuMzYyNSAyLjg2ODc1IDEwLjQwNjIgMi44Njg3NSA5LjQ1VjguNTVDMi44Njg3NSA3LjU5Mzc1IDIuOTgxMjUgNi42Mzc1IDIuOTgxMjUgNi42Mzc1QzIuOTgxMjUgNi42Mzc1IDMuMDkzNzUgNS44NSAzLjQ4NzUgNS40NTYyNUMzLjkzNzUgNS4wMDYyNSA0LjQ0Mzc1IDUuMDA2MjUgNC43MjUgNC45NUM2LjQxMjUgNC44Mzc1IDkgNC44Mzc1IDkgNC44Mzc1QzkgNC44Mzc1IDExLjU4NzUgNC44Mzc1IDEzLjI3NSA0Ljk1QzEzLjUgNC45NSAxNC4wNjI1IDUuMDA2MjUgMTQuNTEyNSA1LjQ1NjI1QzE0LjkwNjIgNS43OTM3NSAxNS4wMTg4IDYuNjM3NSAxNS4wMTg4IDYuNjM3NUMxNS4wMTg4IDYuNjM3NSAxNS4xMzEyIDcuNTkzNzUgMTUuMTMxMiA4LjU1VjkuNDVaIiBmaWxsPSIjNjA2MjY2Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjI3XzQyODAiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat no-repeat}.hk-cs-footer[data-theme=dark] .hk-cs-footer-icon-facebook{background:0px 0px/100% 100% url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY0MF8yMzkyKSI+CjxwYXRoIGQ9Ik0xOCA5QzE4IDQuMDI5NDMgMTMuOTcwNiAwIDkgMEM0LjAyOTQzIDAgMCA0LjAyOTQzIDAgOUMwIDEzLjQ5MjEgMy4yOTExNSAxNy4yMTU1IDcuNTkzNzUgMTcuODkwN1YxMS42MDE2SDUuMzA4NTlWOUg3LjU5Mzc1VjcuMDE3MTlDNy41OTM3NSA0Ljc2MTU2IDguOTM3NDIgMy41MTU2MiAxMC45OTMyIDMuNTE1NjJDMTEuOTc3NiAzLjUxNTYyIDEzLjAwNzggMy42OTE0MSAxMy4wMDc4IDMuNjkxNDFWNS45MDYyNUgxMS44NzNDMTAuNzU1IDUuOTA2MjUgMTAuNDA2MiA2LjYwMDA2IDEwLjQwNjIgNy4zMTI1VjlIMTIuOTAyM0wxMi41MDMzIDExLjYwMTZIMTAuNDA2MlYxNy44OTA3QzE0LjcwODggMTcuMjE1NSAxOCAxMy40OTIxIDE4IDlaIiBmaWxsPSIjOUI5QjlFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjQwXzIzOTIiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat no-repeat}.hk-cs-footer[data-theme=dark] .hk-cs-footer-icon-ins{background:0px 0px/100% 100% url(https://static.futunn.com/futuhk_common/dist/Instagram-a4615.svg) no-repeat no-repeat}.hk-cs-footer[data-theme=dark] .hk-cs-footer-icon-youtube{background:0px 0px/100% 100% url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY0MF8yMzk0KSI+CjxwYXRoIGQ9Ik03LjcwNjA1IDEwLjUxODlMMTEuMDI0OCA4Ljg4NzdMNy43MDYwNSA3LjIwMDJWMTAuNTE4OVoiIGZpbGw9IiM5QjlCOUUiLz4KPHBhdGggZD0iTTkgMEM0LjA1IDAgMCA0LjA1IDAgOUMwIDEzLjk1IDQuMDUgMTggOSAxOEMxMy45NSAxOCAxOCAxMy45NSAxOCA5QzE4IDQuMDUgMTMuOTUgMCA5IDBaTTE1LjEzMTIgOS40NUMxNS4xMzEyIDEwLjQwNjIgMTUuMDE4OCAxMS4zNjI1IDE1LjAxODggMTEuMzYyNUMxNS4wMTg4IDExLjM2MjUgMTQuOTA2MiAxMi4xNSAxNC41MTI1IDEyLjU0MzdDMTQuMDYyNSAxMi45OTM3IDEzLjUgMTIuOTkzOCAxMy4yNzUgMTMuMDVDMTEuNTMxMiAxMy4xNjI1IDkgMTMuMTYyNSA5IDEzLjE2MjVDOSAxMy4xNjI1IDUuNzkzNzUgMTMuMTYyNSA0LjgzNzUgMTMuMDVDNC41NTYyNSAxMi45OTM4IDMuOTM3NSAxMi45OTM3IDMuNDg3NSAxMi41NDM3QzMuMDkzNzUgMTIuMjA2MiAyLjk4MTI1IDExLjM2MjUgMi45ODEyNSAxMS4zNjI1QzIuOTgxMjUgMTEuMzYyNSAyLjg2ODc1IDEwLjQwNjIgMi44Njg3NSA5LjQ1VjguNTVDMi44Njg3NSA3LjU5Mzc1IDIuOTgxMjUgNi42Mzc1IDIuOTgxMjUgNi42Mzc1QzIuOTgxMjUgNi42Mzc1IDMuMDkzNzUgNS44NSAzLjQ4NzUgNS40NTYyNUMzLjkzNzUgNS4wMDYyNSA0LjQ0Mzc1IDUuMDA2MjUgNC43MjUgNC45NUM2LjQxMjUgNC44Mzc1IDkgNC44Mzc1IDkgNC44Mzc1QzkgNC44Mzc1IDExLjU4NzUgNC44Mzc1IDEzLjI3NSA0Ljk1QzEzLjUgNC45NSAxNC4wNjI1IDUuMDA2MjUgMTQuNTEyNSA1LjQ1NjI1QzE0LjkwNjIgNS43OTM3NSAxNS4wMTg4IDYuNjM3NSAxNS4wMTg4IDYuNjM3NUMxNS4wMTg4IDYuNjM3NSAxNS4xMzEyIDcuNTkzNzUgMTUuMTMxMiA4LjU1VjkuNDVaIiBmaWxsPSIjOUI5QjlFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjQwXzIzOTQiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat no-repeat}@media screen and (min-width: 1240px){.hk-cs-content-hide-pc{visibility:hidden !important}.hk-cs-pc-hidden{display:none !important}}@media screen and (max-width: 768px){.hk-cs-footer-icon{position:relative;display:inline-block;width:8.8vw;height:8.8vw}.hk-cs-footer-icon-wechat:hover .hk-cs-footer-icon-hover-wechat{top:8.8vw;left:0;width:40vw;height:40vw}}@media screen and (max-width: 1240px){.hk-cs-header .hk-cs-h5{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.hk-cs-header .hk-cs-pc{display:none !important}.hk-cs-h5-hidden{display:none !important}}
.hk-cs-footer{z-index:1;position:relative;background-color:#0f1112;background-color:var(--cs-default-footer-bg-color);width:100%;padding:110px 30px 90px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hk-cs-footer .hk-cs-footer-wrap{margin:0 auto;max-width:1200px}.hk-cs-footer .hk-cs-h5{display:none !important}.hk-cs-footer a:hover{color:#0f1112;color:var(--cs-footer-font-color)}.hk-cs-footer .hk-cs-logo{display:none}.hk-cs-footer-entrance-type{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:230px;width:100%;margin-right:10px;margin-bottom:70px}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-address{max-width:470px}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store{max-width:650px;position:relative}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box{display:inline-block;width:299px;height:150px;border-radius:8px;background-position:center;background-size:cover;background-repeat:no-repeat;position:absolute;top:20px;right:0;border:1px solid #bbbdc0;border:1px solid var(--cs-footer-border-color)}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-jianSha{background-image:url(https://static.futunn.com/futuhk_common/dist/TST-13d56.jpg)}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-quanWan{background-image:url(https://static.futunn.com/futuhk_common/dist/TW-9b23e.jpg)}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-wangJiao{background-image:url(https://static.futunn.com/futuhk_common/dist/MK-ad6f5.jpg)}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-tongLuoWan{background-image:url(https://static.futunn.com/futuhk_common/dist/CB-fa3fe.jpg)}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-shatian{background-image:url(https://static.futunn.com/futuhk_common/dist/ST-255aa.jpg)}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-jiangJunAo{background-image:url(https://static.futunn.com/futuhk_common/dist/JJA-5bbd0.jpg)}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .hk-cs-footer-entrance-li{max-width:-webkit-calc(100% - 300px);max-width:calc(100% - 300px);padding-top:20px}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .hk-cs-footer-entrance-li:first-child{padding-top:0}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .hk-cs-footer-entrance-type-store-tab-box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .hk-cs-footer-entrance-type-store-tab-box .hk-cs-footer-entrance-type-store-tab{margin-top:8px;font-size:12px;min-width:48px;padding:0 20px;height:29px;border:1px solid var(--cs-footer-tab-border-color);color:var(--cs-footer-tab-font-color);text-align:center;line-height:29px;border-radius:22px;margin-right:14px;cursor:pointer}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .hk-cs-footer-entrance-type-store-tab-box .hk-cs-footer-entrance-type-store-tab:hover{color:var(--cs-footer-tab-active-color);border:1px solid var(--cs-footer-tab-active-color)}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .hk-cs-footer-entrance-type-store-tab-box .hk-cs-footer-entrance-type-store-tab-active{color:var(--cs-footer-tab-active-color);border:1px solid var(--cs-footer-tab-active-color)}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .hk-cs-footer-entrance-ul{position:relative;padding-top:18px}.hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .hidden-hk-cs-footer-entrance-ul{display:none}.hk-cs-lang-0 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-jianSha{background-image:url(https://static.futunn.com/futuhk_common/dist/TST-9c205.jpg)}.hk-cs-lang-0 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-quanWan{background-image:url(https://static.futunn.com/futuhk_common/dist/TW-44ceb.jpg)}.hk-cs-lang-0 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-wangJiao{background-image:url(https://static.futunn.com/futuhk_common/dist/MK-bcf35.jpg)}.hk-cs-lang-0 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-tongLuoWan{background-image:url(https://static.futunn.com/futuhk_common/dist/CB-89be1.jpg)}.hk-cs-lang-0 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-shatian{background-image:url(https://static.futunn.com/futuhk_common/dist/ST-f406e.jpg)}.hk-cs-lang-0 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-jiangJunAo{background-image:url(https://static.futunn.com/futuhk_common/dist/JJA-2e3ac.jpg)}.hk-cs-lang-2 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-jianSha{background-image:url(https://static.futunn.com/futuhk_common/dist/TST-08157.jpg)}.hk-cs-lang-2 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-quanWan{background-image:url(https://static.futunn.com/futuhk_common/dist/TW-aeb96.jpg)}.hk-cs-lang-2 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-wangJiao{background-image:url(https://static.futunn.com/futuhk_common/dist/MK-9fade.jpg)}.hk-cs-lang-2 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-tongLuoWan{background-image:url(https://static.futunn.com/futuhk_common/dist/CB-0729c.jpg)}.hk-cs-lang-2 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-shatian{background-image:url(https://static.futunn.com/futuhk_common/dist/ST-dc483.jpg)}.hk-cs-lang-2 .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box-jiangJunAo{background-image:url(https://static.futunn.com/futuhk_common/dist/JJA-02391.jpg)}.hk-cs-footer-entrance-title{margin-bottom:10px;font-size:14px;line-height:1;color:#0f1112;color:var(--cs-footer-font-color)}.hk-cs-menu-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #ebeced;border-bottom:1px solid var(--cs-footer-splitLine-color)}.hk-cs-footer-entrance-ul{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hk-cs-footer-entrance-li{padding:10px 0px 0;text-align:left;display:inline-block;font-size:14px;color:#606266;color:var(--cs-footer-font-color-title);text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:left}.hk-cs-footer-entrance-li:last-child{padding-right:0;border-right:none}.hk-cs-footer-icon-wrap .hk-cs-footer-icon{width:18px;height:18px}.hk-cs-media-phone-item{float:left;margin-right:0;margin-bottom:20px}.hk-cs .hk-cs-media-contact{font-size:16px;color:#606266;color:var(--cs-footer-font-color-title)}.hk-cs-media-contact-area{font-size:16px;color:#606266;color:var(--cs-footer-font-color-title)}.hk-cs-media-phone-time{font-size:16px;color:#606266;color:var(--cs-footer-font-color-title)}.hk-cs-media-phone-detail{font-size:16px;color:#606266;color:var(--cs-footer-font-color-title)}.hk-cs-footer-consult a{color:#fff}.hk-cs-footer-consult-link{display:block;width:220px;margin:16px 0;border-radius:5px;line-height:46px;font-size:18px;text-align:center;background:#0a5ecb}.hk-cs-footer-disclose{white-space:pre-line;font-size:12px;color:#909499;color:var(--cs-footer-font-color-disclose);margin-top:40px}.hk-cs-footer-disclose .h2{font-size:12px;color:#0f1112;color:var(--cs-footer-font-color-disclose-title);margin-bottom:10px;display:inline-block}.hk-cs-footer-disclose .light{color:#909499;color:var(--cs-footer-font-color-disclose)}.hk-cs-footer-disclose .hk-cs-footer-disclose-title{margin-bottom:10px}.hk-cs-footer-copyright{margin-top:20px;font-size:14px;color:#909499;color:var(--cs-footer-font-color-disclose)}.hk-cs-footer-navs{margin-top:40px;color:#7d7f83;font-size:14px}.hk-cs-footer-navs .hk-cs-footer-navs-title{display:inline-block;padding:0px 3px 0px 0px;border-right:1px solid #909499;border-right:1px solid var(--cs-footer-font-color-disclose);line-height:1}.hk-cs-footer-navs .hk-cs-footer-navs-title:last-child{border-right:0px}.hk-cs-footer-beian{font-size:14px;color:#7d7f83;margin-top:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.hk-cs-footer-beian .hk-cs-footer-national-a{display:inline-block;text-decoration:none;height:20px;line-height:20px;margin-right:8px}.hk-cs-footer-beian img{width:18px;height:18px;margin-right:2px}.hk-cs-footer-beian .hk-cs-footer-national-emblem{width:18px;height:18px;vertical-align:text-top;border-radius:50%}.hk-cs-footer-navs-copyright{display:inline-block;font-size:12px;color:#606266;color:var(--cs-footer-nav-color)}.hk-cs-statement{background:#fff;font-size:12px;line-height:20px;color:#aaa;padding:12px 0;width:100%;text-align:center}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn{padding:35px 10px 60px}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs-box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs-box .hk-cs-footer-follow-us{color:#606266;color:var(--cs-footer-nav-color);font-size:14px}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs-box .hk-cs-footer-icon-weixin{z-index:1000;position:relative;display:inline-block;width:26px;height:23px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAvCAYAAACsaemzAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVJSURBVHgB3VpNctpIGP1aUpLZ2TnB4GTjXZwbQA4w8cwFDLZxypsxPkHsXCDOylWADdl6E04wkAuMyTIrkwuMmarZxEjqec+0KLAESIAglVdFIbVaUj/19/daEvnJoGRG1Gq1ddeVLa3lhWX5W74v60qp9ZGLK93xfautlHxxHGkXCoWupIxEhEii15MdDHQbu1lJjhbI1Xu9758PDw87kgJiETo/r2VsW5cwmB3srssCgIcCYneniyY2kZAxqyMRXZIFEYkYwkmxWDiVBWEsITMrTcxKRlIG7tGBGeYWMVtWVGO1ernjOPp6GWQIBJaM4zy5rlar2zInQjNEMrhBXVYEPMT8/v7uR5kRI4TK5fKWUs61rBhauy8PDg7aMgMGJkefEXE+yQ8Ay3I+MSDJDBgQgs+cLMtnpoE+1ev5NZkB94QqlVoWfzsx+rdEvBxNAtuJ7BwP64Prft8w57an91fblUolKwnh9P/022kdGVrhrLmhpnylcvmrxKgYmET39/dKwT7MKee6+kam5jab42pJAlh934lTxujWwxbf158lBlDnjfQzNV0cp88m9SULhWWs2K+1yoRPDrdFnxv2zai2KNzd+XlJABBSr2P2zcLXBqbJfCXx/I7Ej0z/+3IK13kfNwDZtryQBFDwA+adrQTnBBIgpdpuFMZ3N+L2Z1BIQoZIhQhMsMN/EgjMkbOI7UT3c2R1aMEvG0q5EH/OWPHH6kUSgIR4oaWYT/9e+oPWXiMobZgDKRrL5csNy9JrVL5styzpBmo3yQ0ULnSzjApBa93wvLtjSgSSwP52EsHI8xFcGtMKVws2GiuXzAHOyvHBwd7vtm0jwl02sU+dBeEY3zJYOVAFIFreBBEzCih99ExVbbxB0MHdXLG4d1Yu145MJZ+VOcCA0Sd2UYtKutbjx1Zd0kGXKpS+Uq3Waih/zmSBQEDJe56+Pj8/zwy3Wya6tGTBwOyU6C8kA/vPSwrgbD169KQ5PFNGPngLW6QgWIw+f77xEc5/khaZACSFQneg4waKFY72HgdLsgBQJoj8Qo11M6Fbkopjal8Uysdv3uydDQSebatTEJo0gFjg7GxubnYoGMf1YQh2HLVRLO4+xd4U61DtOH0R0t/S9EbWFCglMJC/sflUZoYHreN0Js+Oh8hXbHGrv/anb8f1BPkCQn492EfY1+OvK9sjy1iHhwWG2VfYvJUZwYHatp+d1AcVwOA418cn9VXKGlTbRrtN6ItkHXXALDL+hUgVu8o1aMM0XqL6ODOJc9LN676v/o1TLbCv58k3JNedSVUN817kQiNnSilvV5Kjay48VcMwj8StFtiXPjKtRGPEiyTUbDap/OIKvx8KkYS+fu1kPE9FSXNtfhOBivmbrAbdSEKQvQ9tlSSayC/PlPL/wHbdhPgRgsE5+E/9xdYYtEMC7+rqSrrd/2jfBAfbQph9F4RZoINfgxsUXzBNziaWkNUanHeN7fA/HLePZMnAQ/4SinLl8gXIKK5a3oLU8awL58gX/8hc+Sw5WKGETA5k/mRGRnZ+Ns9bAFzjnSwRDO0shkMmByKvCoXduX2AGgiz9Bs2c5I+uny9yY3QDC3yTbXrKuayJQQIPXhXa0mKMKUUZyhFUvqU1hDszfydQhKk975WHw+TIVKdoQCcKYR2ztQcQSaEruOElw+WQoggKRSuefN+qCXzYx0L+SFBuhSTi0LfDOW1+SqFEmJckdrmUhuTtdFZzJFZc6xL8TccyFZG6CH6n930MvxeyHXdDtvGfbfA5I+h31ffkN6nkN4n8jOgUrkoUXsNt/0PAzhlRZRZwUcAAAAASUVORK5CYII=) no-repeat center;background-size:100%;vertical-align:middle;margin-left:15px}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs-box .hk-cs-footer-icon-weixin .hk-cs-footer-weixin-qr-code{display:none;position:absolute;top:-190px;left:-60px;width:160px;padding:5px 5px 0 5px;border-radius:4px;text-align:center;background-color:#fff;border-radius:4px;-webkit-box-shadow:0px 0px 24px rgba(0,0,0,.2);box-shadow:0px 0px 24px rgba(0,0,0,.2)}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs-box .hk-cs-footer-icon-weixin .hk-cs-footer-weixin-qr-code img{max-width:100%}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs-box .hk-cs-footer-icon-weixin:hover .hk-cs-footer-weixin-qr-code{display:block}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs-box-right{min-width:750px}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs{text-align:right;margin-top:0px}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-beian{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-beian .hk-cs-footer-national-a:last-child{margin-right:3px}@media screen and (max-width: 1024px){.hk-cs-footer .hk-cs-logo{display:none}.hk-cs-footer .hk-cs-h5{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.hk-cs-footer .hk-cs-pc{display:none !important}.hk-cs-footer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;background-color:#0f1112;background-color:var(--cs-default-footer-bg-color);padding:45px 16px 70px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:20}.hk-cs-footer .hk-cs-menu-list{font-size:14px;padding-bottom:0px;border-bottom:1px solid #ebeced;border-bottom:1px solid var(--cs-footer-splitLine-color)}.hk-cs-footer .hk-cs-footer-entrance-type{max-width:160px;margin-bottom:40px}.hk-cs-footer .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-address{max-width:340px}.hk-cs-footer .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store{max-width:340px;margin-bottom:30px}.hk-cs-footer .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .map-box{position:relative;margin-top:20px;width:100%;height:172px;top:0}.hk-cs-footer .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-store .hk-cs-footer-entrance-li{max-width:100%}.hk-cs-footer .hk-cs-footer-entrance-type.hk-cs-footer-entrance-type-whatsapp{max-width:330px}.hk-cs-footer .hk-cs-footer-entrance-title{margin-bottom:8px}.hk-cs-footer .hk-cs-footer-entrance-ul{display:block}.hk-cs-footer .hk-cs-footer-entrance-ul .hk-cs-footer-entrance-li{display:block}.hk-cs-footer .hk-cs-footer-disclose{margin-top:40px}.hk-cs-footer .hk-cs-footer-disclose .hk-cs-footer-disclose-title{margin-bottom:0px}.hk-cs-footer .hk-cs-footer-navs{margin-top:30px;font-size:12px}.hk-cs-footer .hk-cs-footer-navs .hk-cs-footer-navs-title{padding:0px 7px 0px 0px;border-right:1px solid #414141}.hk-cs-footer .hk-cs-footer-navs .hk-cs-footer-navs-title:last-child{border-right:0px}.hk-cs-footer .hk-cs-footer-beian{font-size:12px;margin-top:10px}.hk-cs-footer .hk-cs-footer-beian .hk-cs-footer-national-a{margin-top:10px}.hk-cs-footer .hk-cs-footer-beian img{margin-right:5px;width:18px;height:18px}.hk-cs-footer .hk-cs-footer-beian .hk-cs-footer-national-emblem{width:18px;height:18px;margin-right:7px}.hk-cs-footer .hk-cs-footer-navs-copyright{margin-top:20px}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn{padding:40px 16px 45px;display:block}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs-box{display:block}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs-box .hk-cs-footer-follow-us{font-size:12px}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs-box .hk-cs-footer-icon-weixin{width:16px;height:14px;margin-left:5px}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs-box-right{min-width:auto}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-navs{text-align:left;margin-top:20px}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-beian{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.hk-cs-footer.hk-cs-footer-nn.hk-cs-cn .hk-cs-footer-beian .hk-cs-footer-national-a:last-child{margin-right:3px}}
.hk-cs-header{background-color:#fff;background-color:var(--cs-default-bg-color);height:88px;color:#0f1112;color:var(--cs-default-color);position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-transition-property:background-color,border,border-top,border-bottom,color;transition-property:background-color,border,border-top,border-bottom,color;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(0.39, 0, 0.02, 0.99);transition-timing-function:cubic-bezier(0.39, 0, 0.02, 0.99)}.hk-cs-header-margin{height:88px}.hk-cs-header a{color:currentColor}.hk-cs-header-nav{height:100%;padding:14px 0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block}.hk-cs-act-buoy-wrap{position:fixed;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;width:120px;height:120px;z-index:999}.hk-cs-act-buoy-wrap.hk-cs-act-buoy-wrap-hide{display:none}.hk-cs-act-buoy-wrap .hk-cs-act-buoy{position:relative}.hk-cs-act-buoy-wrap .hk-cs-act-buoy-close{position:absolute;top:-14px;right:0;width:14px;height:14px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAP1BMVEUAAACkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKRSuHLQAAAAFHRSTlMA8+cZzVEMuyV8bdmxl184pS6LQkRlhzEAAAC7SURBVCjPZZFZFoQgDAQbEEHcNfc/6wyJmEesH5ZCSWggDinDMDm/A47IByOIKGGkP3OnSt0agJnHUcVGlQIE36vo6nqt08wqPeJmccji5MXC813nujzkkH6vv1iR251KJFYqbKnam22P+D0sk4iMD4mY+BELCe424qCG2zux8l5ceDihXO2KJFWYsjYA49BVXlogoqRbbX+CECTJ8D7ZhYYmqRE+ZC9HQ4tGOb1k5DRCTZLvzSXCEraIH1hfEm8cFvxtAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center;background-size:contain;cursor:pointer}.hk-cs-act-buoy-wrap .hk-cs-act-buoy-icon{position:absolute;top:0;right:0;width:120px;height:120px;vertical-align:middle;cursor:pointer}.hk-cs-logo{display:inline-block;min-width:111px;height:24px;background-size:100%;cursor:pointer;position:relative}.hk-cs-header-nn .hk-cs-logo{min-width:111px}.hk-cs-lang-2 .hk-cs-logo{min-width:84px}.hk-cs-lang-2.hk-cs-header-nn .hk-cs-logo{min-width:122px}.hk-cs-logo svg{overflow:visible}.hk-cs-logo path:not([except]){fill:currentColor}.hk-cs-header-layer{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:30px;margin:0 36px}.hk-cs-header-left{height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.hk-cs-header-right{height:100%;position:relative}.hk-cs-btn{color:inherit;border-radius:30px;padding:7px 20px;font-size:14px;line-height:20px;white-space:nowrap;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;border:1px solid currentColor}.hk-cs-btn:hover{color:#fff;background:#ff6900;border-color:#ff6900;background:var(--cs-active-link-color);border-color:var(--cs-active-link-color)}.hk-cs-header-menu{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.hk-cs-tab-pc{width:100%}.hk-cs-menu-item{line-height:21px;font-size:14px;word-break:keep-all;position:relative}.hk-cs-lang-0 .hk-cs-menu-item .address-text,.hk-cs-lang-1 .hk-cs-menu-item .address-text{word-break:break-all}.hk-cs .hk-cs-first-tab{cursor:pointer;font-size:16px;line-height:1.25;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:currentColor;white-space:nowrap;margin:0 30px 0 0}.hk-cs .hk-cs-first-tab:hover{color:#ff6900}.hk-cs .hk-cs-tab-without-link{cursor:default}.hk-cs-menu-item:hover .hk-cs-sec-tab-pos{display:block}.hk-cs-sec-tab-pos{display:none;position:absolute;top:100%;padding-top:10px}.hk-cs-sec-tab-container{min-width:112px;-webkit-box-shadow:0px 2px 6px rgba(0,0,0,.14);box-shadow:0px 2px 6px rgba(0,0,0,.14);border-radius:8px;line-height:22px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;background-color:#fff;background-color:var(--cs-sidebar-background-color);position:relative}.hk-cs-sec-tab,.hk-cs-tab-occupy{padding:10px 0}.hk-cs-sec-tab-arrow{min-width:9px;margin-left:10px}.hk-cs-sec-tab-arrow path{fill:#7a7a7a;fill:var(--cs-window-tab-sub-color)}.hk-cs-tab-li-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:400px;padding:18px 18px 18px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.hk-cs-sec-tab-flex{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hk-cs-sec-tab-li{width:400px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hk-cs-tab-li-container:hover{background-color:#f2f3f5;background-color:var(--cs-header-child-tab-hover-color)}.hk-cs-sec-tab-has-child:hover>.hk-cs-tab-li-container{background-color:#f2f3f5;background-color:var(--cs-header-child-tab-hover-color)}.hk-cs-sec-tab-has-child:hover{width:640px}.hk-cs-sec-tab-li-title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.hk-cs-sec-tab-li-des{line-height:1.2;color:#63687b;color:var(--cs-window-tab-sub-color);margin-top:5px}.hk-cs-sec-tab-li-icon{margin-left:12px;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;max-width:unset;height:22px}.hk-cs-third-tab-container{position:absolute;left:400px;top:0;bottom:0;border-left:1px solid #ebeced;border-left:1px solid var(--cs-window-split-line-color);display:none;width:240px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px 0}.hk-cs-sec-tab-has-child:hover .hk-cs-third-tab-container{display:block}.hk-cs-thrid-tab-li{width:100%;padding:0}.hk-cs-thrid-tab-a{width:100%;padding:18px 18px 18px 20px}.hk-cs-header-avatar{display:block;width:30px;height:30px}.hk-cs-header-avatar-h5{display:none;width:30px;height:30px}.hk-cs-header-logged,.hk-cs-log-in-btn{position:relative;display:block}.hk-cs-header-logged:hover{position:relative;cursor:pointer}.hk-cs-header-logged:hover .hk-cs-avatar-expand-pos{visibility:visible}.hk-cs-header-logged:hover .hk-cs-header-dropdown{display:block}.hk-cs-avatar-expand-pos{z-index:9;position:absolute;top:100%;right:-100%;padding-top:12px;-webkit-transition:all .3s;transition:all .3s;visibility:hidden}.hk-cs-avatar-expand-container{text-align:left;font-size:14px;line-height:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:433px;font-size:14px;background-color:#fff;background-color:var(--cs-sidebar-background-color);border-color:#eee;-webkit-box-shadow:0px 2px 16px 0px rgba(176,186,196,.16);box-shadow:0px 2px 16px 0px rgba(176,186,196,.16);padding:24px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#0f1112;color:var(--cs-default-color);border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hk-cs-avatar-expand-left{width:227px}.hk-cs-avatar-expand-left .hk-cs-avatar-expand-nick{color:#939393;margin:10px 0 25px}.hk-cs-avatar-expand-left .hk-cs-avatar-expand-account{color:#0f1112;color:var(--cs-default-color);margin-top:10px;height:52px;line-height:52px;width:100%;border-top:1px solid #ebeced;border-top:1px solid var(--cs-window-split-line-color)}.hk-cs-avatar-expand-left .hk-cs-avatar-expand-consult{color:#0f1112;color:var(--cs-default-color);margin:10px 0 25px;height:52px;line-height:52px;width:100%;border-top:1px solid #ebeced;border-top:1px solid var(--cs-window-split-line-color);border-bottom:1px solid #ebeced;border-bottom:1px solid var(--cs-window-split-line-color)}.hk-cs-avatar-expand-left .hk-cs-avatar-expand-logout{text-decoration:none;color:#2b78f5}.hk-cs-avatar-expand-right{width:120px;text-align:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hk-cs-avatar-expand-right .hk-cs-download-qrcode-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:.5px solid #bbbdc0;border:.5px solid var(--cs-footer-border-color);border-radius:6px;width:120px;height:120px}.hk-cs-avatar-expand-right .hk-cs-download-qrcode-text{margin-top:10px;text-align:center}.hk-cs-header-dropdown{display:none;position:absolute;bottom:-7px;left:50%;-webkit-transform:translate(-50%, 100%);-ms-transform:translate(-50%, 100%);transform:translate(-50%, 100%);min-width:100px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:130px;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:10px;border-radius:2px;background-color:#fff;background-color:var(--cs-default-bg-color);-webkit-box-shadow:0px 0px 24px rgba(0,0,0,.2);box-shadow:0px 0px 24px rgba(0,0,0,.2);-webkit-box-shadow:0px 2px 6px rgba(0,0,0,.14);box-shadow:0px 2px 6px rgba(0,0,0,.14)}.hk-cs-lang-2 .hk-cs-header-dropdown{left:0}.hk-cs-header-dropdown::before{content:"";position:absolute;top:-10px;left:50%;margin-left:-20px;width:0;height:0;opacity:0;border-left:20px solid rgba(0,0,0,0);border-right:20px solid rgba(0,0,0,0);border-bottom:20px solid #fff;border-bottom:15px solid var(--cs-default-bg-color)}.hk-cs-header-dropdown>li>.hk-cs-header-dropdown-item{display:block;height:30px;text-align:center;line-height:30px;color:#0f1112;color:var(--cs-default-color)}.hk-cs-header-dropdown>li>.hk-cs-header-dropdown-item:hover{color:#ff6900;color:var(--cs-hover-color)}.hk-cs-header-account:hover .hk-cs-header-dropdown{display:block}.hk-cs-header a.hk-cs-header-link{color:#606266;color:var(--cs-sub-color)}.hk-cs-header a.hk-cs-header-link:hover{color:#ff6900;color:var(--cs-hover-color)}.hk-cs-header-link{width:auto;height:auto;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color;transition:background-color;-webkit-transition-delay:.05s;transition-delay:.05s;cursor:pointer;margin-left:25px}.hk-cs-header-lang{margin-left:25px}.hk-cs-header-lang .hk-cs-header-lang-select{color:#606266;color:var(--cs-icon-earth-color);cursor:pointer}.hk-cs-header-lang .hk-cs-header-lang-select:hover .hk-cs-js-lang-selections-pos{display:block}.hk-cs-header-lang .hk-cs-header-lang-select .hk-cs-header-current-lang:after{display:inline-block;content:"";position:relative;top:2px;width:0;height:0;border:4px solid rgba(0,0,0,0);border-top-color:#606266;border-top-color:var(--cs-icon-earth-color);-webkit-transition:all .5s ease;transition:all .5s ease;margin-left:6px}.hk-cs-header-lang .hk-cs-header-lang-select .hk-cs-header-current-lang:hover:after{-webkit-transform:rotate(180deg) translateY(4px);-ms-transform:rotate(180deg) translateY(4px);transform:rotate(180deg) translateY(4px)}.hk-cs-header-lang .hk-cs-js-lang-selections-pos{min-width:110px;padding-top:10px;display:none;position:absolute;top:80%;right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:1}.hk-cs-header-lang .hk-cs-js-lang-selections{-webkit-box-shadow:0px 2px 6px rgba(0,0,0,.14);box-shadow:0px 2px 6px rgba(0,0,0,.14);padding:6px;border-radius:10px;background-color:#fff;background-color:var(--cs-window-background-color)}.hk-cs-header-lang .hk-cs-js-lang-selections .hk-cs-lang-select-li{border-radius:4px;margin-top:6px;color:#606266;color:var(--cs-sub-color);cursor:pointer}.hk-cs-header-lang .hk-cs-js-lang-selections .hk-cs-lang-select-li span{padding:4px 14px;display:inline-block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hk-cs-header-lang .hk-cs-js-lang-selections .hk-cs-lang-select-li:hover,.hk-cs-header-lang .hk-cs-js-lang-selections .hk-cs-lang-select-li.hk-cs-lang-select-active-li{color:#0f1112;color:var(--cs-default-color);background-color:#f2f3f5;background-color:var(--cs-header-child-tab-hover-color)}.hk-cs-header-skin-icon{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:25px;width:auto;height:auto;color:#606266;color:var(--cs-icon-earth-color);cursor:pointer}.hk-cs-header-skin-icon:hover{color:#ff6900;color:var(--cs-active-link-color)}.hk-cs-header-second-layer{position:relative;height:20px;margin-top:13px}.hk-cs-header-second-layer .hk-cs-log-in-btn,.hk-cs-header-second-layer .hk-cs-download-btn{display:inline-block;color:#0f1112;color:var(--cs-default-color);min-width:100px;border-radius:4px;padding:0px 18px;font-size:16px;line-height:28px;white-space:nowrap;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;border:1px solid #0f1112;border:1px solid var(--cs-default-color)}.hk-cs-header-second-layer .hk-cs-log-in-btn:hover,.hk-cs-header-second-layer .hk-cs-download-btn:hover{color:#0f1112;background-color:#eaeef4;background-color:var(--cs-sign-btn-active-color)}.hk-cs-header-second-layer .hk-cs-download-btn{margin-left:10px}.hk-cs-header-second-layer .hk-cs-guide-box{position:relative;margin-left:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.hk-cs-header-second-layer .hk-cs-open-account-btn,.hk-cs-header-second-layer .hk-cs-deposit-btn,.hk-cs-header-second-layer .hk-cs-log-in-btn.cn,.hk-cs-header-second-layer .hk-cs-log-in-btn-default{min-width:100px;display:inline-block;color:#fff;color:var(--cs-deposit-btn-default-color);border-radius:4px;padding:0px 18px;line-height:30px;font-size:16px;white-space:nowrap;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;border:0px solid currentColor;background-color:#0f1112;background-color:var(--cs-deposit-btn-default-bg-color)}.hk-cs-header-second-layer .hk-cs-open-account-btn:hover,.hk-cs-header-second-layer .hk-cs-deposit-btn:hover,.hk-cs-header-second-layer .hk-cs-log-in-btn.cn:hover,.hk-cs-header-second-layer .hk-cs-log-in-btn-default:hover{color:#fff;color:var(--cs-deposit-btn-active-color);background-color:#606266;background-color:var(--cs-deposit-btn-active-bg-color)}.hk-cs-site-cn .hk-cs-header-logged{margin-right:0}@media screen and (max-width: 1240px){.hk-cs-header-margin{height:50px}.hk-cs-header-layer{margin:0}.hk-cs-header{padding:0 16px;height:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;width:100vw}.hk-cs-header .hk-cs-logo-bg{display:inline-block;line-height:1}.hk-cs-header-nn .hk-cs-logo-bg{display:inline-block;line-height:1}.hk-cs-header-nav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0}.hk-cs-header-nav .hk-cs-header-first-layer .hk-cs-header-right{display:none}.hk-cs-header-nav .hk-cs-header-second-layer{height:auto;margin-top:0}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-left{display:none}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right{margin-top:0}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-log-in-btn{min-width:unset;color:#fff;color:var(--cs-deposit-btn-default-color);border-radius:4px;padding:0px 10px;font-size:14px;line-height:25px;border:0px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;background-color:#0f1112;background-color:var(--cs-deposit-btn-default-bg-color)}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-log-in-btn:hover{background-color:#606266;background-color:var(--cs-deposit-btn-active-bg-color)}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-header-logged .hk-cs-header-avatar{display:none;width:20px;height:20px}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-header-logged .hk-cs-header-avatar-h5{display:block;width:20px;height:20px}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-avatar-expand-pos{z-index:9;position:fixed;top:50px;right:0;padding:0;height:0}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-avatar-expand-pos.visible{height:100vh}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-avatar-expand-container{border:none;background:#fff;border-radius:unset;height:100vh;width:75vw;overflow:auto;margin-top:50px;padding:0 0 0 6.9vw;-webkit-transition:all .5s ease;transition:all .5s ease;opacity:0}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-avatar-expand-container.slide-up{opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-avatar-expand-left{width:100%}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-avatar-expand-left .hk-cs-avatar-expand-nick{font-size:3.7vw;color:#26272b;padding:50px 0;border-bottom:.13vw solid #999}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-avatar-expand-left .hk-cs-avatar-expand-consult{display:none}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-avatar-expand-left .hk-cs-avatar-expand-logout{font-size:4.3vw;margin-top:8vw;text-decoration:none;color:#26272b}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-avatar-expand-right{display:none}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-guide-box{position:relative;margin-left:0}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-open-account-btn,.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-deposit-btn,.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-log-in-btn.cn{min-width:unset;display:inline-block;color:#fff;color:var(--cs-deposit-btn-default-color);padding:0px 10px;font-size:14px;line-height:25px;white-space:nowrap;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;border:0px solid currentColor;background-color:var(--cs-deposit-btn-default-bg-color)}.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-open-account-btn:hover,.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-deposit-btn:hover,.hk-cs-header-nav .hk-cs-header-second-layer .hk-cs-header-right .hk-cs-log-in-btn.cn:hover{color:#fff;color:var(--cs-deposit-btn-active-color);background-color:var(--cs-deposit-btn-active-bg-color)}.hk-cs-menubar{display:block;width:18px;height:18px;border-top:1.6px solid #0f1112;border-bottom:1.6px solid #0f1112;border-top:1.6px solid var(--cs-default-color);border-bottom:1.6px solid var(--cs-default-color);position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;margin:0 0 0 16px}.hk-cs-menubar::before{content:"";position:absolute;width:100%;border-top:1.6px solid #0f1112;border-top:1.6px solid var(--cs-default-color);left:0;top:50%;margin-top:-1px}}@media screen and (max-width: 750px){.hk-cs-act-buoy-wrap{right:10px;width:60px;height:60px}.hk-cs-act-buoy-wrap .hk-cs-act-buoy-close{top:-7px;width:7px;height:7px}.hk-cs-act-buoy-wrap .hk-cs-act-buoy-icon{width:60px;height:60px}}.hk-cs-header[data-theme=white] .hk-cs-header-skin-sun-icon{display:none}.hk-cs-header[data-theme=white] .hk-cs-header-skin-dark-icon{display:none}.hk-cs-header[data-theme=white] .hk-cs-h5-skin-selections .hk-cs-h5-skin-li-white{color:#ff6900}.hk-cs-header[data-theme=white] .hk-cs-h5-skin .hk-cs-header-skin-moon-icon{display:none}.hk-cs-header[data-theme=white] .hk-cs-h5-skin .hk-cs-header-skin-sun-icon{display:block}.hk-cs-header[data-theme=dark] .hk-cs-header-skin-moon-icon{display:none}.hk-cs-header[data-theme=dark] .hk-cs-header-skin-white-icon{display:none}.hk-cs-header[data-theme=dark] .hk-cs-h5-skin-selections .hk-cs-h5-skin-li-dark{color:#ff6900}.hk-cs-header[data-theme=dark] .hk-cs-h5-skin .hk-cs-header-skin-moon-icon{display:block}.hk-cs-header[data-theme=dark] .hk-cs-h5-skin .hk-cs-header-skin-sun-icon{display:none}.hk-cs-h5-skin-selections .hk-cs-h5-skin-li{margin-bottom:20px}.hk-cs-h5-skin-selections .hk-cs-h5-skin-btn{margin-right:40px}@media screen and (max-width: 1240px){.hk-cs-tab-h5{padding-bottom:22px;padding-top:16px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px);overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:1.2}.hk-cs-tab-h5{height:-webkit-calc(100% - 140px);height:calc(100% - 140px)}.hk-cs-tab-h5 .hk-cs-ad-container{display:block;width:100%;padding:22px 16px 26px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hk-cs-tab-h5 .hk-cs-ad-container .hk-cs-ad-container-banner img{border-radius:10px;max-width:680px}.hk-cs-tab-h5 .hk-cs-ad-container .hk-cs-ad-container-banner-placeholder{height:16px;width:100%}.hk-cs-tab-h5-li{font-size:20px;line-height:20px;padding:0 16px}.hk-cs-tab-h5-li:last-child{margin-bottom:40px}.expand .hk-cs-arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.hk-cs-tab-h5-li+.hk-cs-tab-h5-li{margin-top:20px}.hk-cs-h5-first-tab{padding-bottom:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.hk-cs-h5-sec-tab{max-height:0;overflow:hidden;margin:0 -16px;-webkit-transition:max-height .5s;transition:max-height .5s;background-color:#f4f7f9}.expand .hk-cs-h5-sec-tab[data-child-num]{max-height:1300px}.expand .hk-cs-h5-sec-tab[data-child-num="1"]{max-height:110px}.expand .hk-cs-h5-sec-tab[data-child-num="2"]{max-height:220px}.expand .hk-cs-h5-sec-tab[data-child-num="3"]{max-height:330px}.expand .hk-cs-h5-sec-tab[data-child-num="4"]{max-height:440px}.expand .hk-cs-h5-sec-tab[data-child-num="5"]{max-height:660px}.expand .hk-cs-h5-sec-tab[data-child-num="6"]{max-height:660px}.expand .hk-cs-h5-sec-tab[data-child-num="7"]{max-height:770px}.expand .hk-cs-h5-sec-tab[data-child-num="8"]{max-height:880px}.expand .hk-cs-h5-sec-tab[data-child-num="9"]{max-height:990px}.expand .hk-cs-h5-sec-tab[data-child-num="10"]{max-height:1100px}.expand .hk-cs-sec-tab-only[data-child-num]{max-height:900px}.expand .hk-cs-sec-tab-only[data-child-num="1"]{max-height:180px}.expand .hk-cs-sec-tab-only[data-child-num="2"]{max-height:280px}.expand .hk-cs-sec-tab-only[data-child-num="3"]{max-height:380px}.expand .hk-cs-sec-tab-only[data-child-num="4"]{max-height:480px}.expand .hk-cs-sec-tab-only[data-child-num="5"]{max-height:580px}.expand .hk-cs-sec-tab-only[data-child-num="6"]{max-height:760px}.hk-cs-h5-sec-tab-ul{margin:20px 0}.hk-cs-h5-sec-tab-ul.hk-cs-sec-tab-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hk-cs-h5-sec-tab-li{margin:0 16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hk-cs-h5-menu-li+.hk-cs-h5-menu-li{margin-top:20px;padding-top:20px}.hk-cs-h5-sec-tab-li+.hk-cs-h5-sec-tab-li.hk-cs-h5-menu-li{border-top:1px solid #fff}.hk-cs-h5-third-tab-ul .hk-cs-h5-menu-li{margin-top:20px}.hk-cs-h5-third-tab-title{font-size:12px;color:#999}.hk-cs-sec-tab-tips.hk-cs-sec-tab-tips{color:#a4aab7;padding:16px 0 0}.slide-in.hk-cs-h5-menu{left:0;visibility:visible}.hk-cs-h5-menu{visibility:hidden;position:fixed;top:0;left:100%;bottom:0;width:100%;background:#fff;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#000;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition-property:left,visibility;transition-property:left,visibility;-webkit-transition-duration:.26s;transition-duration:.26s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hk-cs-h5-menu a{color:#000}.hk-cs-h5-menu-header{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:50px;padding:0 14px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #d4d4d4;-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none}.hk-cs-h5-menu-header .hk-cs-h5-menu-header-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.hk-cs-h5-menu-header .hk-cs-h5-menu-header-container>div{margin-left:30px}.hk-cs-h5-menu-header .hk-cs-h5-menu-header-container>div:first-child{margin-left:0px}.hk-cs-h5-lang,.hk-cs-h5-skin{color:#494949;font-size:16px;line-height:20px;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.hk-cs-h5-lang .hk-cs-earth,.hk-cs-h5-skin .hk-cs-earth{padding-right:5px}.hk-cs-h5-lang .hk-cs-skin-icon,.hk-cs-h5-skin .hk-cs-skin-icon{margin-top:2px;padding-right:3px;vertical-align:top}.hk-cs-h5-lang .hk-cs-skin-text,.hk-cs-h5-skin .hk-cs-skin-text{color:#494949;font-size:16px;line-height:20px}.hk-cs-h5-lang-back{color:#494949;padding-left:15px;display:inline-block;font-size:16px;line-height:20px;position:relative}.hk-cs-h5-lang-arrow{margin-left:11px;vertical-align:middle}.hk-cs-h5-lang-selections,.hk-cs-h5-skin-selections{-webkit-box-flex:1;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;color:#000;width:100%;padding:20px 0 0 16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:1;background-color:#fff;font-size:18px;line-height:30px;position:absolute;top:60px;left:100%;height:100%;-webkit-transition-property:left,visibility;transition-property:left,visibility;-webkit-transition-duration:.26s;transition-duration:.26s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;visibility:hidden}.slide-in.hk-cs-h5-lang-selections,.slide-in.hk-cs-h5-skin-selections{left:0;visibility:visible}.hk-cs-h5-lang-li{white-space:nowrap;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hk-cs-h5-lang-li.active{color:#ff6900;width:120px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.hk-cs-h5-lang-li+.hk-cs-h5-lang-li{margin-top:20px}.hk-cs-body-overflow-h{overflow:hidden}.hk-cs-h5-menu-li .hk-cs-h5-tab-a{font-size:18px}.hk-cs-h5-menu-header-back-container{display:none;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.hk-cs-tab-h5-user{margin:9px 16px;background:#f4f7f9;border-radius:8px;height:72px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:15px 12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hk-cs-tab-h5-user .hk-cs-header-user-avatar{width:40px;height:40px}.hk-cs-tab-h5-user .hk-cs-tab-h5-user-left .hk-cs-tab-h5-user-btn{color:#262626;margin-left:12px;cursor:pointer}.hk-cs-tab-h5-user .hk-cs-tab-h5-user-left .hk-cs-tab-h5-user-btn:hover{color:#ff6900}.hk-cs-tab-h5-user .hk-cs-tab-h5-user-right .hk-cs-logout{text-align:right;color:#7a7a7a;cursor:pointer}.hk-cs-h5-bottom-btn-container{width:100%;height:98px;border-top:1px solid #d0d0d0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;bottom:0;background-color:#fff}.hk-cs-h5-bottom-btn-container .hk-cs-h5-bottom-btn{width:220px;height:48px;border-radius:24px;background-color:#1d1d1d;color:#fff;line-height:48px;text-align:center;font-size:18px;font-weight:600}}.tab-fade-out{opacity:0;pointer-events:none;-webkit-transition:opacity .2s cubic-bezier(0.65, 0, 0.35, 1);transition:opacity .2s cubic-bezier(0.65, 0, 0.35, 1)}.tab-fade-in{opacity:1;-webkit-transition:opacity .2s cubic-bezier(0.65, 0, 0.35, 1);transition:opacity .2s cubic-bezier(0.65, 0, 0.35, 1)}.hk-cs-header-search-outside{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:0;left:0;right:0;z-index:-1}.hk-cs-searchShow.hk-cs-header-search-outside{z-index:1001}.hk-cs-header-search-icon-wrapper{margin-right:22px;float:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:14px;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .2s cubic-bezier(0.65, 0, 0.35, 1);transition:opacity .2s cubic-bezier(0.65, 0, 0.35, 1)}.is-top .hk-cs-header-search-icon-wrapper{border:0;padding:0}.hk-cs-header-search-icon{position:relative;float:right;width:20px;height:20px;cursor:pointer}.hk-cs-header-search-icon:hover{color:#ff6900;color:var(--cs-active-link-color)}@media screen and (max-width: 1200px){.hk-cs-header-search-icon-wrapper{margin-right:10px}.hk-cs-header-search-icon-wrapper .hk-cs-header-search-icon:hover{color:#ff6900;color:var(--cs-active-link-color)}}.stop-iframe-out-scoll{position:fixed;left:0;right:0;overflow:hidden}.hk-cs-login-container{position:fixed;top:0;right:0;left:0;bottom:0;z-index:9998;background-color:rgba(0,0,0,.55)}.hk-cs-login-container.hk-cs-login-container-hide{display:none}.hk-cs-login-container .hk-cs-login-box{position:absolute;bottom:0;left:0;right:0;top:15%;border-top-left-radius:9px;border-top-right-radius:9px;overflow:hidden;background-color:#fff;z-index:999}.hk-cs-login-container .hk-cs-login-box .hk-cs-close-login{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAP1BMVEUAAACkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKRSuHLQAAAAFHRSTlMA8+cZzVEMuyV8bdmxl184pS6LQkRlhzEAAAC7SURBVCjPZZFZFoQgDAQbEEHcNfc/6wyJmEesH5ZCSWggDinDMDm/A47IByOIKGGkP3OnSt0agJnHUcVGlQIE36vo6nqt08wqPeJmccji5MXC813nujzkkH6vv1iR251KJFYqbKnam22P+D0sk4iMD4mY+BELCe424qCG2zux8l5ceDihXO2KJFWYsjYA49BVXlogoqRbbX+CECTJ8D7ZhYYmqRE+ZC9HQ4tGOb1k5DRCTZLvzSXCEraIH1hfEm8cFvxtAAAAAElFTkSuQmCC);background-size:100%;position:absolute;top:10px;right:10px;z-index:999;width:14px;height:14px}.hk-cs-login-container .hk-cs-login-box .hk-cs-login-iframe{height:100%}@media screen and (min-width: 768.5px){.hk-cs-login-container{position:fixed;top:0;right:0;left:0;bottom:0;z-index:1999;background-color:rgba(0,0,0,.55)}.hk-cs-login-container .hk-cs-login-box{position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:990px;height:560px;width:480px;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:12px;overflow:hidden;background-color:#fff}.hk-cs-login-container .hk-cs-login-box .hk-cs-close-login{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAP1BMVEUAAACkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKRSuHLQAAAAFHRSTlMA8+cZzVEMuyV8bdmxl184pS6LQkRlhzEAAAC7SURBVCjPZZFZFoQgDAQbEEHcNfc/6wyJmEesH5ZCSWggDinDMDm/A47IByOIKGGkP3OnSt0agJnHUcVGlQIE36vo6nqt08wqPeJmccji5MXC813nujzkkH6vv1iR251KJFYqbKnam22P+D0sk4iMD4mY+BELCe424qCG2zux8l5ceDihXO2KJFWYsjYA49BVXlogoqRbbX+CECTJ8D7ZhYYmqRE+ZC9HQ4tGOb1k5DRCTZLvzSXCEraIH1hfEm8cFvxtAAAAAElFTkSuQmCC);background-size:100%;position:absolute;top:12px;right:12px;z-index:999;width:14px;height:14px;cursor:pointer}.hk-cs-login-container .hk-cs-login-box .hk-cs-login-iframe{height:100%}}.hk-cs-header-v3.hk-cs-header{height:88.1px}.hk-cs-header-v3.hk-cs-header:hover{background-color:#fff;background-color:var(--cs-header-sub-tab-bg-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-tab-pc{margin-left:24px}.hk-cs-header-v3.hk-cs-header .hk-cs-tab-pc.hk-cs-tab-pc-has-more .hk-cs-menu-item-more{display:none}.hk-cs-header-v3.hk-cs-header .hk-cs-tab-pc.hk-cs-tab-pc-has-more .hk-cs-menu-item-more .hk-cs-first-tab:after{display:inline-block;content:"";position:relative;top:4px;width:0;height:0;border:5px solid rgba(0,0,0,0);border-top-color:#1d1d1d;border-top-color:var(--cs-icon-common-color);-webkit-transition:all .5s ease;transition:all .5s ease;margin-left:4px;color:#1d1d1d}.hk-cs-header-v3.hk-cs-header .hk-cs-tab-pc.hk-cs-tab-pc-has-more .hk-cs-menu-item-more:hover .hk-cs-first-tab:after{border-top-color:#ff6900;border-top-color:var(--cs-active-link-color);-webkit-transform:rotate(180deg) translateY(4px);-ms-transform:rotate(180deg) translateY(4px);transform:rotate(180deg) translateY(4px)}.hk-cs-header-v3.hk-cs-header .hk-cs-btn{color:inherit;border-radius:4px;padding:0px 18px;font-size:16px;min-width:100px;height:38px;line-height:38px;margin-left:10px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-search-icon-wrapper{margin-right:20px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-search-icon-wrapper .hk-cs-header-search-icon{width:16px;height:16px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-search-icon-wrapper .hk-cs-header-search-icon:hover{color:#ff6900;color:var(--cs-active-link-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-skin-icon{margin-left:0px;margin-right:20px;color:#1d1d1d;color:var(--cs-icon-common-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-lang{margin-left:0px;margin-right:20px;position:relative}.hk-cs-header-v3.hk-cs-header .hk-cs-header-lang .hk-cs-header-lang-select{height:16px;color:#1d1d1d;color:var(--cs-icon-common-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-lang .hk-cs-header-lang-select:hover{color:#ff6900;color:var(--cs-active-link-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-lang .hk-cs-js-lang-selections-pos{right:50%;-webkit-transform:translate(50%, 0px);-ms-transform:translate(50%, 0px);transform:translate(50%, 0px)}.hk-cs-header-v3.hk-cs-header .hk-js-header-skin-icon:hover{color:#ff6900;color:var(--cs-active-link-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-nav{background-color:var(--cs-default-bg-color);display:block;padding:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:1000}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:88.1px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-menu{margin-left:0px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-menu-item{font-size:16px;padding:0px 24px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-menu-item:last-child{margin-right:24px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-menu-item .hk-cs-first-tab{padding:33px 0;margin:0;cursor:pointer}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-menu-item:hover .hk-cs-first-tab{border-radius:0;background-color:rgba(0,0,0,0);color:#ff6900;color:var(--cs-active-link-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right>div:last-child{margin-right:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-header-logged{margin-left:0px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-log-in-btn,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-download-btn{display:inline-block;color:#0f1112;color:var(--cs-default-color);min-width:100px;white-space:nowrap;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;border:1px solid #0f1112;border:1px solid var(--cs-default-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-log-in-btn:hover,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-download-btn:hover{color:#0f1112;background-color:#eaeef4;background-color:var(--cs-sign-btn-active-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-log-in-btn{color:#fff;color:var(--cs-deposit-btn-default-color);background-color:#0f1112;background-color:var(--cs-deposit-btn-default-bg-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-log-in-btn:hover{color:#fff;color:var(--cs-deposit-btn-active-color);background-color:#606266;background-color:var(--cs-deposit-btn-active-bg-color);border:1px solid var(--cs-deposit-btn-active-bg-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-guide-box{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-guide-box .hk-cs-btn:first-child{margin-left:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-js-cta-btn{margin-right:10px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-log-in-btn{margin-right:10px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-open-account-btn,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-deposit-btn,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-log-in-btn.cn,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-log-in-btn-default{display:inline-block;color:#fff;color:var(--cs-deposit-btn-default-color);font-size:16px;white-space:nowrap;border-radius:4px;padding:0px 18px;min-width:100px;height:38px;line-height:38px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;border:0px solid currentColor;background-color:#0f1112;background-color:var(--cs-deposit-btn-default-bg-color);margin-left:0px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-open-account-btn:hover,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-deposit-btn:hover,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-log-in-btn.cn:hover,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-log-in-btn-default:hover{color:#fff;color:var(--cs-deposit-btn-active-color);background-color:#606266;background-color:var(--cs-deposit-btn-active-bg-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-log-in-btn-light{min-width:100px;height:38px;line-height:38px;font-size:16px;white-space:nowrap;border-radius:4px;padding:0px 18px;min-width:100px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-avatar{width:30px;height:30px;margin-left:0px;margin-right:20px}.hk-cs-header-v3.hk-cs-header .hk-cs-first-tab-a-insights{font-weight:bold}.hk-cs-header-v3.hk-cs-header .hk-cs-pc .hk-cs-sec-tab-li-des{font-size:14px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-menu-item:hover .hk-cs-sec-tab-pos-mask-container,.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-menu-item:hover .hk-cs-sec-tab-pos{visibility:visible;height:auto;overflow:visible;opacity:1}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-mask-container{padding-top:0px;position:fixed;top:88.1px;right:0;left:0;bottom:0;visibility:hidden;height:0;overflow:hidden;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;pointer-events:none;background-color:rgba(0,0,0,.5)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-mask-container .hk-cs-sec-tab-pos-mask{position:absolute;top:0;right:0;left:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;min-height:250px;background-color:#fff;background-color:var(--cs-header-sub-tab-bg-color);padding-bottom:0px;pointer-events:all}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-mask-container .hk-cs-sec-tab-pos-mask .hk-cs-ad-placeholder{width:10%}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-mask-container .hk-cs-sec-tab-pos-mask .hk-cs-sec-bottom-container{position:absolute;bottom:-44px;width:100vw;height:44px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;background-color:var(--cs-header-sub-tab-bg-color);border-top:.5px solid #d0d0d0;border-top:.5px solid var(--cs-header-sub-tab-line-color);pointer-events:all}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-mask-container .hk-cs-sec-tab-pos-mask .hk-cs-sec-bottom-container .hk-cs-sec-bottom-icon{width:95px;height:20px;margin-right:14px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-mask-container .hk-cs-sec-tab-pos-mask .hk-cs-sec-bottom-container .hk-cs-sec-bottom-icon.hk-cs-sec-bottom-icon-hk{width:82px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-mask-container .hk-cs-sec-tab-pos-mask .hk-cs-sec-bottom-container .hk-cs-sec-bottom-icon.hk-cs-sec-bottom-icon-hk-en{margin-right:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-mask-container .hk-cs-sec-tab-pos-mask .hk-cs-sec-bottom-container .hk-cs-sec-bottom-text{font-size:12px;font-weight:400;line-height:44px;color:#999}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-mask-container .hk-cs-sec-tab-pos-mask .hk-cs-sec-bottom-container .hk-cs-sec-bottom-text:hover{color:#ff6900;color:var(--cs-active-link-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-mask-container .hk-cs-sec-tab-pos-mask .hk-cs-sec-bottom-container .hk-cs-sec-bottom-arrow{margin-left:4px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos{visibility:hidden;display:block;height:0;overflow:hidden;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos .hk-cs-sec-tab-container{background-color:#fff;background-color:var(--cs-header-sub-tab-bg-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen{padding-top:0px;position:fixed;top:88.1px;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.5);pointer-events:none}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container{min-width:auto;min-height:250px;background-color:#fff;background-color:var(--cs-header-sub-tab-bg-color);pointer-events:all;padding:0px 232px 0px;max-height:-webkit-calc(92vh - 88.1px);max-height:calc(92vh - 88.1px);overflow:hidden;overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-sec-tab{max-width:-webkit-calc(100% - 10px);max-width:calc(100% - 10px);-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-sec-tab.hk-cs-sec-tab-without-ad{max-width:-webkit-calc(100% - 10px);max-width:calc(100% - 10px)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container{height:360px;width:480px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item{width:210px;height:170px;margin:5px;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item:hover .download-qr-code{display:block}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item:hover .hk-cs-download-item-title{color:var(--cs-active-link-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item:hover .hk-cs-download-item-text{color:var(--cs-active-link-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item .hk-cs-download-item-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;margin-top:10px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item .hk-cs-download-item-icon-wrapper .hk-cs-download-item-icon1{width:36px;height:42px;background-size:100%}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item .hk-cs-download-item-icon-wrapper .hk-cs-download-item-icon2{width:39px;height:42px;background-size:100%}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item .hk-cs-download-item-icon-wrapper .hk-cs-download-item-icon3{width:42px;height:42px;background-size:100%}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item .hk-cs-download-item-icon-wrapper .hk-cs-download-item-icon4{width:41px;height:43px;background-size:100%}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item .hk-cs-download-item-title{font-size:18px;font-weight:400;margin-top:16px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item .hk-cs-download-item-title.hk-cs-download-item-new-icon::after{display:inline-block;content:"";width:35px;height:16px;margin-left:4px;background-repeat:no-repeat;background-size:cover;background-position:center;vertical-align:middle;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAzNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjM1IiBoZWlnaHQ9IjE2IiByeD0iOCIgZmlsbD0iIzEwOTg0NiIvPgo8cGF0aCBkPSJNMTIuMTQ5IDMuOEgxMy4xNjFWMTEuNUgxMi4wOTRMOC4xMDEgNS40MzlIOC4wNjhWMTEuNUg3LjA1NlYzLjhIOC4xMjNMMTIuMTE2IDkuODYxSDEyLjE0OVYzLjhaTTE5LjUzODUgOC43MjhDMTkuNTM4NSA4LjgwMTMzIDE5LjUzNDggOC44NzEgMTkuNTI3NSA4LjkzN0MxOS41Mjc1IDkuMDAzIDE5LjUyMDIgOS4wNzI2NyAxOS41MDU1IDkuMTQ2SDE1LjQxMzVDMTUuNDU3NSA5LjY4ODY3IDE1LjYzMzUgMTAuMDk5MyAxNS45NDE1IDEwLjM3OEMxNi4yNDk1IDEwLjY1NjcgMTYuNjM4MiAxMC43OTYgMTcuMTA3NSAxMC43OTZDMTcuNDM3NSAxMC43OTYgMTcuNzI3MiAxMC43MjYzIDE3Ljk3NjUgMTAuNTg3QzE4LjIyNTggMTAuNDQ3NyAxOC40MTY1IDEwLjI0NiAxOC41NDg1IDkuOTgySDE5LjQ2MTVDMTkuMzE0OCAxMC40OTUzIDE5LjAyODggMTAuODk4NyAxOC42MDM1IDExLjE5MkMxOC4xNzgyIDExLjQ3OCAxNy42Njg1IDExLjYyNDcgMTcuMDc0NSAxMS42MzJDMTYuMjgyNSAxMS42MTczIDE1LjY0ODIgMTEuMzY4IDE1LjE3MTUgMTAuODg0QzE0LjY4NzUgMTAuNCAxNC40MzgyIDkuNzU0NjcgMTQuNDIzNSA4Ljk0OEMxNC40MzgyIDguMTE5MzMgMTQuNjkxMiA3LjQ1NTY3IDE1LjE4MjUgNi45NTdDMTUuNjczOCA2LjQ2NTY3IDE2LjMwODIgNi4yMTI2NyAxNy4wODU1IDYuMTk4QzE3LjgxMTUgNi4yMDUzMyAxOC4zOTgyIDYuNDM2MzMgMTguODQ1NSA2Ljg5MUMxOS4yOTI4IDcuMzM4MzMgMTkuNTIzOCA3Ljk1MDY3IDE5LjUzODUgOC43MjhaTTE3LjA4NTUgNy4wMDFDMTYuNjY3NSA3LjAwMSAxNi4zMTU1IDcuMTIyIDE2LjAyOTUgNy4zNjRDMTUuNzQzNSA3LjU5ODY3IDE1LjU1MjggNy45Mzk2NyAxNS40NTc1IDguMzg3SDE4LjU1OTVDMTguNDkzNSA3LjkxNzY3IDE4LjMzMjIgNy41NjkzMyAxOC4wNzU1IDcuMzQyQzE3LjgxODggNy4xMTQ2NyAxNy40ODg4IDcuMDAxIDE3LjA4NTUgNy4wMDFaTTIxLjg1ODYgMTEuNUwyMC4xMzE2IDYuMzNIMjEuMTMyNkwyMi4zNzU2IDEwLjI1N0gyMi40MDg2TDIzLjc4MzYgNi4zM0gyNC42NjM2TDI2LjAzODYgMTAuMjU3SDI2LjA3MTZMMjcuMzE0NiA2LjMzSDI4LjMxNTZMMjYuNTg4NiAxMS41SDI1LjU5ODZMMjQuMjM0NiA3LjU5NUgyNC4yMTI2TDIyLjg0ODYgMTEuNUgyMS44NTg2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item .hk-cs-download-item-text{font-size:12px;font-weight:400;color:#999;margin-top:22px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item .download-qr-code{width:210px;height:170px;position:absolute;left:50%;top:-100%;-webkit-transform:translate(-50%, 100%);-ms-transform:translate(-50%, 100%);transform:translate(-50%, 100%);text-align:center;line-height:170px;border-radius:10px;z-index:10;display:none}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-download-container .hk-cs-download-item .download-qr-code img{vertical-align:middle;width:134px;height:134px;display:inline-block}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-tab-li-container{width:170px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;-webkit-box-align:start}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-tab-li-container .hk-cs-third-full-tab-a{display:block;width:100%}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-third-tab-container{position:relative}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-li{min-width:150px;width:auto;margin-right:50px;margin-bottom:35px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-li:last-child{margin-right:10px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-li .hk-cs-sec-tab-li-container{margin:20px 0px;color:#999;color:var(--cs-header-sub-tab-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-li .hk-cs-tab-without-link:hover{color:#999;color:var(--cs-header-sub-tab-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-li .hk-cs-sec-tab-li-title{font-size:14px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-third-full-tab-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-top:24px;border-top:.5px solid #d0d0d0;border-top:.5px solid var(--cs-header-sub-tab-line-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-third-full-tab-container .hk-cs-address-container{width:200px;margin-bottom:24px;cursor:initial}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-third-full-tab-container .hk-cs-address-container img{width:100%;border-radius:10px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-third-full-tab-container .hk-cs-address-container .address-shop{font-size:16px;line-height:20px;margin-top:14px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-third-full-tab-container .hk-cs-address-container .address-text{font-size:12px;line-height:20px;color:#999;margin-top:6px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-third-full-tab-container .hk-cs-address-container.with-link{cursor:pointer}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-third-full-tab-container .hk-cs-address-container.with-link:hover .address-shop{color:#ff6900;color:var(--cs-active-link-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-third-full-tab-container .hk-cs-address-container:not(:last-child){margin-right:16px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-third-full-tab-container.hk-cs-third-full-tab-address{max-width:868px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos .hk-cs-sec-bottom-container{width:100%;height:44px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;background-color:var(--cs-header-sub-tab-bg-color);border-top:.5px solid #d0d0d0;border-top:.5px solid var(--cs-header-sub-tab-line-color);pointer-events:all}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos .hk-cs-sec-bottom-container .hk-cs-sec-bottom-icon{width:95px;height:20px;margin-right:14px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos .hk-cs-sec-bottom-container .hk-cs-sec-bottom-icon.hk-cs-sec-bottom-icon-hk{width:82px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos .hk-cs-sec-bottom-container .hk-cs-sec-bottom-icon.hk-cs-sec-bottom-icon-hk-en{margin-right:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos .hk-cs-sec-bottom-container .hk-cs-sec-bottom-text{font-size:12px;font-weight:400;line-height:44px;color:#999}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos .hk-cs-sec-bottom-container .hk-cs-sec-bottom-text:hover{color:#ff6900;color:var(--cs-active-link-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos .hk-cs-sec-bottom-container .hk-cs-sec-bottom-arrow{margin-left:4px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg,.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-full-screen{padding-top:0px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg .hk-cs-sec-tab-container,.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container{-webkit-box-shadow:none;box-shadow:none;border-radius:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg .hk-cs-sec-tab-container .hk-cs-sec-tab,.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-sec-tab{padding:0px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg .hk-cs-sec-tab-container .hk-cs-tab-li-container,.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-tab-li-container{margin:0px 0px 28px;padding:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg .hk-cs-sec-tab-container .hk-cs-tab-li-container:hover,.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-tab-li-container:hover{background-color:rgba(0,0,0,0);color:#ff6900;color:var(--cs-active-link-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg{padding-top:4px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg .hk-cs-sec-tab-container{background-color:rgba(0,0,0,0)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg .hk-cs-sec-tab-container .hk-cs-tab-li-container{margin:14px 0px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg.hk-cs-sec-tab-pos-without-third-child .hk-cs-sec-tab-container,.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg.hk-cs-sec-tab-pos-without-third-child .hk-cs-sec-tab-li,.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg.hk-cs-sec-tab-pos-without-third-child .hk-cs-tab-li-container{min-width:130px;width:auto}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-with-bg.hk-cs-sec-tab-pos-without-third-child .hk-cs-tab-li-container{white-space:nowrap}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-without-bg{padding-top:1.5px;left:-300px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-without-bg.hk-cs-sec-tab-pos-without-third-child{left:-37px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-without-bg.hk-cs-sec-tab-pos-without-third-child .hk-cs-sec-tab-container,.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-without-bg.hk-cs-sec-tab-pos-without-third-child .hk-cs-sec-tab-li,.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-without-bg.hk-cs-sec-tab-pos-without-third-child .hk-cs-tab-li-container{min-width:130px;width:auto}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-without-bg.hk-cs-sec-tab-pos-without-third-child .hk-cs-tab-li-container{padding:14px 27px 14px 37px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-sec-tab-pos-without-bg.hk-cs-sec-tab-pos-without-third-child .hk-cs-tab-li-container{white-space:nowrap}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-ad-container{display:block;max-width:340px;margin-bottom:35px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-ad-container .hk-cs-ad-container-banner img{border-radius:10px;vertical-align:bottom}.hk-cs-header-v3.hk-cs-header .hk-cs-header-menu .hk-cs-ad-container .hk-cs-ad-container-banner-placeholder{height:16px;width:100%}.hk-cs-header-v3.hk-cs-header .hk-cs-sec-tab-li-icon{display:inline-block;height:16px;margin-left:5px;background-repeat:no-repeat;background-size:cover;background-position:center;vertical-align:middle}.hk-cs-header-v3.hk-cs-header .hk-cs-sec-tab-li-icon.cs-tab-icon-new{width:35px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAzNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjM1IiBoZWlnaHQ9IjE2IiByeD0iOCIgZmlsbD0iIzEwOTg0NiIvPgo8cGF0aCBkPSJNMTIuMTQ5IDMuOEgxMy4xNjFWMTEuNUgxMi4wOTRMOC4xMDEgNS40MzlIOC4wNjhWMTEuNUg3LjA1NlYzLjhIOC4xMjNMMTIuMTE2IDkuODYxSDEyLjE0OVYzLjhaTTE5LjUzODUgOC43MjhDMTkuNTM4NSA4LjgwMTMzIDE5LjUzNDggOC44NzEgMTkuNTI3NSA4LjkzN0MxOS41Mjc1IDkuMDAzIDE5LjUyMDIgOS4wNzI2NyAxOS41MDU1IDkuMTQ2SDE1LjQxMzVDMTUuNDU3NSA5LjY4ODY3IDE1LjYzMzUgMTAuMDk5MyAxNS45NDE1IDEwLjM3OEMxNi4yNDk1IDEwLjY1NjcgMTYuNjM4MiAxMC43OTYgMTcuMTA3NSAxMC43OTZDMTcuNDM3NSAxMC43OTYgMTcuNzI3MiAxMC43MjYzIDE3Ljk3NjUgMTAuNTg3QzE4LjIyNTggMTAuNDQ3NyAxOC40MTY1IDEwLjI0NiAxOC41NDg1IDkuOTgySDE5LjQ2MTVDMTkuMzE0OCAxMC40OTUzIDE5LjAyODggMTAuODk4NyAxOC42MDM1IDExLjE5MkMxOC4xNzgyIDExLjQ3OCAxNy42Njg1IDExLjYyNDcgMTcuMDc0NSAxMS42MzJDMTYuMjgyNSAxMS42MTczIDE1LjY0ODIgMTEuMzY4IDE1LjE3MTUgMTAuODg0QzE0LjY4NzUgMTAuNCAxNC40MzgyIDkuNzU0NjcgMTQuNDIzNSA4Ljk0OEMxNC40MzgyIDguMTE5MzMgMTQuNjkxMiA3LjQ1NTY3IDE1LjE4MjUgNi45NTdDMTUuNjczOCA2LjQ2NTY3IDE2LjMwODIgNi4yMTI2NyAxNy4wODU1IDYuMTk4QzE3LjgxMTUgNi4yMDUzMyAxOC4zOTgyIDYuNDM2MzMgMTguODQ1NSA2Ljg5MUMxOS4yOTI4IDcuMzM4MzMgMTkuNTIzOCA3Ljk1MDY3IDE5LjUzODUgOC43MjhaTTE3LjA4NTUgNy4wMDFDMTYuNjY3NSA3LjAwMSAxNi4zMTU1IDcuMTIyIDE2LjAyOTUgNy4zNjRDMTUuNzQzNSA3LjU5ODY3IDE1LjU1MjggNy45Mzk2NyAxNS40NTc1IDguMzg3SDE4LjU1OTVDMTguNDkzNSA3LjkxNzY3IDE4LjMzMjIgNy41NjkzMyAxOC4wNzU1IDcuMzQyQzE3LjgxODggNy4xMTQ2NyAxNy40ODg4IDcuMDAxIDE3LjA4NTUgNy4wMDFaTTIxLjg1ODYgMTEuNUwyMC4xMzE2IDYuMzNIMjEuMTMyNkwyMi4zNzU2IDEwLjI1N0gyMi40MDg2TDIzLjc4MzYgNi4zM0gyNC42NjM2TDI2LjAzODYgMTAuMjU3SDI2LjA3MTZMMjcuMzE0NiA2LjMzSDI4LjMxNTZMMjYuNTg4NiAxMS41SDI1LjU5ODZMMjQuMjM0NiA3LjU5NUgyNC4yMTI2TDIyLjg0ODYgMTEuNUgyMS44NTg2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)}.hk-cs-header-v3.hk-cs-header .hk-cs-sec-tab-li-icon.cs-tab-icon-hot{width:30px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAzMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjE2IiByeD0iOCIgZmlsbD0iI0U1Mzc1MSIvPgo8cGF0aCBkPSJNMTEuNzQyIDMuOEgxMi43NTRWMTEuNUgxMS43NDJWOC4yMjJIOC4wNjhWMTEuNUg3LjA1NlYzLjhIOC4wNjhWNy4yOThIMTEuNzQyVjMuOFpNMTYuNjc3MyAxMS42MzJDMTUuOSAxMS42MTczIDE1LjI2NTYgMTEuMzY0MyAxNC43NzQzIDEwLjg3M0MxNC4yODMgMTAuMzgxNyAxNC4wMyA5LjcyOSAxNC4wMTUzIDguOTE1QzE0LjAzIDguMTAxIDE0LjI4MyA3LjQ0ODMzIDE0Ljc3NDMgNi45NTdDMTUuMjY1NiA2LjQ2NTY3IDE1LjkgNi4yMTI2NyAxNi42NzczIDYuMTk4QzE3LjQ1NDYgNi4yMTI2NyAxOC4wODkgNi40NjU2NyAxOC41ODAzIDYuOTU3QzE5LjA3MTYgNy40NDgzMyAxOS4zMjQ2IDguMTAxIDE5LjMzOTMgOC45MTVDMTkuMzI0NiA5LjcyOSAxOS4wNzE2IDEwLjM4MTcgMTguNTgwMyAxMC44NzNDMTguMDg5IDExLjM2NDMgMTcuNDU0NiAxMS42MTczIDE2LjY3NzMgMTEuNjMyWk0xNi42NzczIDEwLjc5NkMxNy4xNjg2IDEwLjc4ODcgMTcuNTY4MyAxMC42MTYzIDE3Ljg3NjMgMTAuMjc5QzE4LjE4NDMgOS45NDE2NyAxOC4zNDIgOS40ODcgMTguMzQ5MyA4LjkxNUMxOC4zNDIgOC4zNDMgMTguMTg0MyA3Ljg4ODMzIDE3Ljg3NjMgNy41NTFDMTcuNTY4MyA3LjIxMzY3IDE3LjE2ODYgNy4wNDEzMyAxNi42NzczIDcuMDM0QzE2LjE4NiA3LjA0MTMzIDE1Ljc4NjMgNy4yMTM2NyAxNS40NzgzIDcuNTUxQzE1LjE3MDMgNy44ODgzMyAxNS4wMTI2IDguMzQzIDE1LjAwNTMgOC45MTVDMTUuMDEyNiA5LjQ4NyAxNS4xNzAzIDkuOTQxNjcgMTUuNDc4MyAxMC4yNzlDMTUuNzg2MyAxMC42MTYzIDE2LjE4NiAxMC43ODg3IDE2LjY3NzMgMTAuNzk2Wk0yMi44MTk4IDEwLjgwN0MyMi45MDA0IDEwLjgwNyAyMi45ODExIDEwLjgwMzMgMjMuMDYxOCAxMC43OTZDMjMuMTQ5OCAxMC43ODg3IDIzLjIzNDEgMTAuNzc3NyAyMy4zMTQ4IDEwLjc2M1YxMS41NTVDMjMuMTUzNCAxMS41OTkgMjIuOTIyNCAxMS42MjQ3IDIyLjYyMTggMTEuNjMyQzIyLjAyMDQgMTEuNjM5MyAyMS41NzMxIDExLjQ5MjcgMjEuMjc5OCAxMS4xOTJDMjAuOTg2NCAxMC44ODQgMjAuODM5OCAxMC4zODUzIDIwLjgzOTggOS42OTZWNy4xNTVIMTkuODkzOFY2LjMzSDIwLjgzOThWNS4wMjFIMjEuODA3OFY2LjMzSDIzLjI3MDhWNy4xNTVIMjEuODA3OFY5LjY5NkMyMS44MDc4IDEwLjEyMTMgMjEuODg0OCAxMC40MTQ3IDIyLjAzODggMTAuNTc2QzIyLjIwMDEgMTAuNzM3MyAyMi40NjA0IDEwLjgxNDMgMjIuODE5OCAxMC44MDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)}.hk-cs-header-v3.hk-cs-header.hk-cs-lang-2 .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container{padding:0px 196px 0px}.hk-cs-header-v3.hk-cs-header.hk-cs-header-nn.hk-cs-lang-2 .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container{padding:0px 246px 0px}@media screen and (min-width: 1240px){.hk-cs-header-v3.hk-cs-header .hk-cs-logo{min-width:148px;height:32px}.hk-cs-header-v3.hk-cs-header.hk-cs-lang-2 .hk-cs-logo{min-width:112px}.hk-cs-header-v3.hk-cs-header.hk-cs-lang-2.hk-cs-header-nn .hk-cs-logo{min-width:162px}.hk-cs-header-search-outside-v3 .web_search-outside{top:0;-webkit-transform:translateY(25px);-ms-transform:translateY(25px);transform:translateY(25px)}}@media screen and (max-width: 1680px){.hk-cs-header-v3.hk-cs-header .hk-cs-tab-pc{margin-left:24px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-menu{margin-left:0px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container{padding:0px 36px 0px !important}}@media screen and (max-width: 1440px){.hk-cs-header-v3.hk-cs-header .hk-cs-tab-pc{margin-left:24px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-menu{margin-left:0px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container{padding:0px 36px 0px !important}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-menu .hk-cs-sec-tab-pos-mask-container .hk-cs-sec-tab-pos-mask .hk-cs-ad-placeholder{width:5%}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-menu-item{padding:0 12px}}@media screen and (max-width: 1360px){.hk-cs-header-v3.hk-cs-header .hk-cs-tab-pc.hk-cs-tab-pc-has-more .hk-cs-menu-item:nth-child(n+7){display:none}.hk-cs-header-v3.hk-cs-header .hk-cs-tab-pc.hk-cs-tab-pc-has-more .hk-cs-menu-item.hk-cs-menu-item-more{display:block}}@media screen and (max-width: 1560px){.hk-cs-header-v3.hk-cs-header.hk-cs-lang-2 .hk-cs-tab-pc{margin-left:12px}.hk-cs-header-v3.hk-cs-header.hk-cs-lang-2 .hk-cs-header-layer .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container{padding:0px 172px 0px}.hk-cs-header-v3.hk-cs-header.hk-cs-lang-2 .hk-cs-header-layer .hk-cs-menu-item{padding:0 12px}.hk-cs-header-v3.hk-cs-header.hk-cs-lang-2.hk-cs-header-nn .hk-cs-header-layer .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container{padding:0px 222px 0px}}@media screen and (min-width: 1920px){.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container .hk-cs-tab-li-container{width:220px}}@media screen and (min-width: 1680px)and (max-width: 1740px){.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-menu .hk-cs-sec-tab-pos.hk-cs-sec-tab-pos-full-screen .hk-cs-sec-tab-container{padding:0 180px 0 232px}}@media screen and (max-width: 1240px){.hk-cs-header-margin-v3.hk-cs-header-margin{height:60px}.hk-cs-header-v3.hk-cs-header{height:60px;padding:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-nav{padding:0px 16px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.hk-cs-header-v3.hk-cs-header .hk-cs-header-search-icon-wrapper{margin-right:10px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-search-icon-wrapper .hk-cs-header-search-icon{width:18px;height:18px;color:#1d1d1d;color:var(--cs-icon-common-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-btn{display:inline-block;height:25px;line-height:25px;border-radius:4px;color:#fff;min-width:100px;padding:0px 10px;font-size:14px;margin-left:10px;white-space:nowrap;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;border:0px solid currentColor;background-color:#ff6900;background-color:var(--cs-deposit-btn-default-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-btn:hover{background-color:#ff8329;background-color:var(--cs-deposit-btn-active-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer{width:100%;height:60px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-search-icon{margin-right:0px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-search-icon.hk-cs-h5{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right{margin-top:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-log-in-btn{min-width:unset;color:#fff;color:var(--cs-deposit-btn-default-color);border-radius:4px;padding:0px 10px;font-size:14px;line-height:25px;border:0px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;background-color:#0f1112;background-color:var(--cs-deposit-btn-default-bg-color);margin-right:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-log-in-btn:hover{background-color:#606266;background-color:var(--cs-deposit-btn-active-bg-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-header-logged .hk-cs-header-avatar{display:none;width:20px;height:20px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-header-logged .hk-cs-header-avatar-h5{display:block;width:20px;height:20px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-avatar-expand-pos{z-index:9;position:fixed;top:60px;right:0;padding:0;height:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-avatar-expand-pos.visible{height:100vh}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-avatar-expand-container{border:none;background:#fff;border-radius:unset;height:100vh;width:75vw;overflow:auto;margin-top:60px;padding:0 0 0 6.9vw;-webkit-transition:all .5s ease;transition:all .5s ease;opacity:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-avatar-expand-container.slide-up{opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-avatar-expand-left{width:100%}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-avatar-expand-left .hk-cs-avatar-expand-nick{font-size:3.7vw;color:#26272b;padding:50px 0;border-bottom:.13vw solid #999}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-avatar-expand-left .hk-cs-avatar-expand-consult{display:none}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-avatar-expand-left .hk-cs-avatar-expand-logout{font-size:4.3vw;margin-top:8vw;text-decoration:none;color:#26272b}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-avatar-expand-right{display:none}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-guide-box{position:relative;margin-left:0}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-open-account-btn,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-deposit-btn,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-log-in-btn.cn,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-log-in-btn-default{min-width:unset;display:inline-block;color:#fff;color:var(--cs-deposit-btn-default-color);padding:0px 10px;font-size:14px;height:25px;line-height:25px;white-space:nowrap;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;border:0px solid currentColor;background-color:var(--cs-deposit-btn-default-bg-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-open-account-btn:hover,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-deposit-btn:hover,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-log-in-btn.cn:hover,.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-log-in-btn-default:hover{color:#fff;color:var(--cs-deposit-btn-active-color);background-color:var(--cs-deposit-btn-active-bg-color)}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-right .hk-cs-log-in-btn-light{min-width:unset;padding:0px 10px;font-size:14px;height:25px;line-height:25px}.hk-cs-header-v3.hk-cs-header .hk-cs-header-layer .hk-cs-header-menu{margin-left:10px}.hk-cs-header-v3.hk-cs-header .hk-cs-h5-first-tab{font-size:18px}.hk-cs-header-v3.hk-cs-header .hk-cs-h5-menu-li .hk-cs-h5-tab-a{font-size:16px}.hk-cs-header-v3.hk-cs-header .hk-cs-h5-sec-tab{background-color:#f3f3f5}.hk-cs-header-v3.hk-cs-header .hk-cs-h5-sec-tab-li+.hk-cs-h5-sec-tab-li.hk-cs-h5-menu-li{border-top:.5px solid #d0d0d0}.hk-cs-header-v3.hk-cs-header .hk-cs-sec-tab-only .hk-cs-h5-sec-tab-li+.hk-cs-h5-sec-tab-li.hk-cs-h5-menu-li{border-top:.5px solid rgba(0,0,0,0)}.hk-cs-header-v3.hk-cs-header .hk-cs-sec-tab-only .hk-cs-h5-menu-li+.hk-cs-h5-menu-li{padding-top:0px}.hk-cs-header-v3.hk-cs-header .hk-cs-h5-third-tab-ul .hk-cs-h5-menu-li{padding-top:0px}}@media screen and (min-width: 1240px){.hk-cs-zoom-abt-80 #app,.hk-cs-zoom-abt-80 #__nuxt{zoom:80%}.hk-cs-zoom-abt-90 #app{zoom:90%}.hk-cs-zoom-abt-80 #mm-cs-gold-flow-box,.hk-cs-zoom-abt-80 #hk-cs-openaccount,.hk-cs-zoom-abt-80 .mm-passport-iframe-mark,.hk-cs-zoom-abt-80 .mm-passport-show,.hk-cs-zoom-abt-90 #mm-cs-gold-flow-box,.hk-cs-zoom-abt-90 #hk-cs-openaccount,.hk-cs-zoom-abt-90 .mm-passport-iframe-mark,.hk-cs-zoom-abt-90 .mm-passport-show{zoom:90%}.hk-cs-zoom-abt-80 .mm-passport-iframe-mark,.hk-cs-zoom-abt-80 .mm-passport-show,.hk-cs-zoom-abt-90 .mm-passport-iframe-mark,.hk-cs-zoom-abt-90 .mm-passport-show{height:auto}.hk-cs-zoom-abt-80 .stock-chart-box,.hk-cs-zoom-abt-80 .target-price-chart,.hk-cs-zoom-abt-80 .treemap,.hk-cs-zoom-abt-80 .pie-chart,.hk-cs-zoom-abt-80 .tool-bar,.hk-cs-zoom-abt-90 .stock-chart-box,.hk-cs-zoom-abt-90 .target-price-chart,.hk-cs-zoom-abt-90 .treemap,.hk-cs-zoom-abt-90 .pie-chart,.hk-cs-zoom-abt-90 .tool-bar{zoom:1.111}.hk-cs-zoom-abt-80 #mm-cs-gold-flow-box .official-gold-flow,.hk-cs-zoom-abt-90 #mm-cs-gold-flow-box .official-gold-flow{bottom:208px;right:18px}}
