/*
! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}

/**
 *    IE on Windows Phone and in iOS.
 */

html {
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

body {
    line-height: 1;
    font-style: -apple-system-body;
}

ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

/* tables */

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: """";
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

figcaption, figure, main {
    /* 1 */
    display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, sans-serif;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */

    text-decoration: none;
    color: #333;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, body[data-show-hover] a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b {
    font-weight: bolder;
}
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
    font-family: monospace, sans-serif;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    color: #000;
    background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

input, optgroup, select, textarea {
    margin: 0;
    /* 2 */
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
}

button, input {
    /* 1 */
    overflow: visible;
    color: inherit;
    line-height: inherit;
    font-family: "UniversNextforHSBCW02", sans-serif;
}

button, select {
    /* 1 */
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

input[type="button"i], input[type="submit"i], input[type="reset"i], input[type="file"i]::-webkit-file-upload-button, button {
    border-radius: 0;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
}

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    /* 2 */
    -webkit-appearance: textfield;
    /* 1 */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    /* 2 */
    -webkit-appearance: button;
    /* 1 */
}
details, menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}
[hidden] {
    display: none;
}
button {
    border: none;
    padding: 0;
    font-size: 100%;
    /* 1 */
    background-color: transparent;
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}

body[data-show-hover] button:hover {
    cursor: pointer;
}
button::-moz-focus-inner, button:-moz-focusring, [type="button"]:-moz-focusring, button:focus {
    border: none;
    outline: none;
}

body, #app {
    color: #333;
    font-family: "UniversNextforHSBCW02", sans-serif;
    font-weight: normal;
    line-height: 1;
    background: white;
}

#app {
    /* padding-top: 50px; */
    min-width: 320px;
    overflow: hidden;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* End: app style */

.amcharts-main-div a {
    display: none !important;
}

.disableScroll {
    overflow: hidden;
}

a.skip:link, a.skip:visited {
    position: absolute;
    display: block;
    overflow: hidden;
    text-indent: -600em;
    font-size: small;
    width: 12em;
}

a.skip:focus, a.skip:active {
    text-indent: 20px;
    font-size: small;
    width: 12em;
}

a.hase-gt-link-external:after {
    background-image: url(/WPL/static/media/icn_stroke_non_hase_link_hase_green.2f9ed0bd.svg);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: 50%;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 0;
}
/*
媒体查询
*/
@media only screen and (max-width: 600px) {
    body {
        font-size: 100%;
    }
}
@media only screen and (min-width: 600px) {
    body {
        font-size: 18px;
    }
    #app .browserBtnContainer{
        padding-top:8px;
        padding-bottom:40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    }
    #app .browserBtnContainer button{
        margin-top:10px;
        width:auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #app .browserBtnContainer button:last-child{
        border: 0 none;
        padding-left: 0;
    }
    #app .browserBtnContainer button:last-child::before{
        content:'\F058';
        color:#ff0000;
        border: none;
        display: inline-block;
        font-family: "HSBCIcon-Font", sans-serif;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        text-decoration: inherit;
        text-transform: none;
        vertical-align: middle;
        background-color: transparent;
        speak: none;
        text-rendering: auto;
    }
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


