@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

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

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

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

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

hr {
    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, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

b, 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, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * 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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@media screen and (min-width: 1600px) {
    .u-fz48 {
        font-size: 48px;
    }
    .u-fz36 {
        font-size: 36px;
    }
    .u-fz32 {
        font-size: 32px;
    }
    .u-fz28 {
        font-size: 28px;
    }
    .u-fz24 {
        font-size: 24px;
    }
    .u-fz22 {
        font-size: 22px;
    }
    .u-fz20 {
        font-size: 20px;
    }
    .u-fz19 {
        font-size: 19px;
    }
    .u-fz18 {
        font-size: 18px;
    }
    .u-fz17 {
        font-size: 17px;
    }
    .u-fz16 {
        font-size: 16px;
    }
    .u-fz15 {
        font-size: 15px;
    }
    .u-fz14 {
        font-size: 14px;
    }
    .u-fz13 {
        font-size: 13px;
    }
    .u-fz12 {
        font-size: 12px;
    }
    .u-fz11 {
        font-size: 11px;
    }
    .u-fz10 {
        font-size: 10px;
    }
}

@media screen and (max-width: 1599px) {
    .u-fz48 {
        font-size: 45px;
    }
    .u-fz36 {
        font-size: 33.75px;
    }
    .u-fz32 {
        font-size: 30px;
    }
    .u-fz28 {
        font-size: 26.25px;
    }
    .u-fz24 {
        font-size: 22.5px;
    }
    .u-fz22 {
        font-size: 21px;
    }
    .u-fz20 {
        font-size: 19px;
    }
    .u-fz19 {
        font-size: 18px;
    }
    .u-fz18 {
        font-size: 17px;
    }
    .u-fz17 {
        font-size: 16px;
    }
    .u-fz16 {
        font-size: 15px;
    }
    .u-fz15 {
        font-size: 14px;
    }
    .u-fz14 {
        font-size: 13px;
    }
    .u-fz13 {
        font-size: 12px;
    }
    .u-fz12 {
        font-size: 11px;
    }
    .u-fz11 {
        font-size: 10px;
    }
    .u-fz10 {
        font-size: 9px;
    }
}

@media screen and (max-width: 1365px) {
    .u-fz48 {
        font-size: 42px;
    }
    .u-fz36 {
        font-size: 31.5px;
    }
    .u-fz32 {
        font-size: 28px;
    }
    .u-fz28 {
        font-size: 24.5px;
    }
    .u-fz24 {
        font-size: 21px;
    }
    .u-fz22 {
        font-size: 20px;
    }
    .u-fz20 {
        font-size: 18px;
    }
    .u-fz19 {
        font-size: 17px;
    }
    .u-fz18 {
        font-size: 16px;
    }
    .u-fz17 {
        font-size: 15px;
    }
    .u-fz16 {
        font-size: 14px;
    }
    .u-fz15 {
        font-size: 13px;
    }
    .u-fz14 {
        font-size: 12px;
    }
    .u-fz13 {
        font-size: 11px;
    }
    .u-fz12 {
        font-size: 10px;
    }
    .u-fz11 {
        font-size: 9px;
    }
    .u-fz10 {
        font-size: 8px;
    }
}

.u-fwb {
    font-weight: bold;
}

.c--white {
    color: #ffffff;
}

.c--whiteSmoke {
    color: #f6f6f6;
}

.c--gold--trans {
    color: rgba(191, 154, 94, 0.2);
}

.c--black {
    color: #000000;
}

.c--black2 {
    color: #333333;
}

.c--dimGray {
    color: #6c6c6c;
}

.c--gray {
    color: #c1c1c1;
}

.c--yellow {
    color: #ffc21f;
}

.c--gold {
    color: #bf9a5e;
}

.c--gold2 {
    color: #e4b76f;
}

.c--gold3 {
    color: #f8dc92;
}

.c--red {
    color: #ff3652;
}

.c--purple {
    color: #9e6eff;
}

.c--cyan {
    color: #2fd6b1;
}

.c--green {
    color: #3acd43;
}

.c--orange {
    color: #ffa700;
}

.u-bxsh {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.u-overlap {
    margin: 20px 0;
}

@media screen and (min-width: 1600px) {
    .u-mtm10 {
        margin-top: -10px;
    }
    .u-mt10 {
        margin-top: 10px;
    }
    .u-mt20 {
        margin-top: 20px;
    }
    .u-mt30 {
        margin-top: 30px;
    }
    .u-mt35 {
        margin-top: 35px;
    }
    .u-mt40 {
        margin-top: 40px;
    }
    .u-mt45 {
        margin-top: 45px;
    }
    .u-mt50 {
        margin-top: 50px;
    }
    .u-mt55 {
        margin-top: 55px;
    }
    .u-mt60 {
        margin-top: 60px;
    }
    .u-mt80 {
        margin-top: 80px;
    }
    .u-mt85 {
        margin-top: 85px;
    }
    .u-mt95 {
        margin-top: 95px;
    }
    .u-mb10 {
        margin-bottom: 10px;
    }
    .u-mb20 {
        margin-bottom: 20px;
    }
    .u-mb30 {
        margin-bottom: 30px;
    }
    .u-mb35 {
        margin-bottom: 35px;
    }
    .u-mb40 {
        margin-bottom: 40px !important;
    }
    .u-mb45 {
        margin-bottom: 45px;
    }
    .u-mb50 {
        margin-bottom: 50px;
    }
    .u-mb55 {
        margin-bottom: 55px;
    }
    .u-mb60 {
        margin-bottom: 60px;
    }
    .u-mb80 {
        margin-bottom: 80px;
    }
    .u-mb85 {
        margin-bottom: 85px;
    }
    .u-mb95 {
        margin-bottom: 95px;
    }
}

@media screen and (max-width: 1599px) {
    .u-mtm10 {
        margin-top: -9px;
    }
    .u-mt10 {
        margin-top: 9px;
    }
    .u-mt20 {
        margin-top: 18px;
    }
    .u-mt30 {
        margin-top: 27px;
    }
    .u-mt35 {
        margin-top: 31.5px;
    }
    .u-mt40 {
        margin-top: 36px;
    }
    .u-mt45 {
        margin-top: 40.5px;
    }
    .u-mt50 {
        margin-top: 45px;
    }
    .u-mt55 {
        margin-top: 49.5px;
    }
    .u-mt60 {
        margin-top: 54px;
    }
    .u-mt80 {
        margin-top: 72px;
    }
    .u-mt85 {
        margin-top: 76.5px;
    }
    .u-mt95 {
        margin-top: 85.5px;
    }
    .u-mb10 {
        margin-bottom: 9px;
    }
    .u-mb20 {
        margin-bottom: 18px;
    }
    .u-mb30 {
        margin-bottom: 27px;
    }
    .u-mb35 {
        margin-bottom: 31.5px;
    }
    .u-mb40 {
        margin-bottom: 36px !important;
    }
    .u-mb45 {
        margin-bottom: 40.5px;
    }
    .u-mb50 {
        margin-bottom: 45px;
    }
    .u-mb55 {
        margin-bottom: 49.5px;
    }
    .u-mb60 {
        margin-bottom: 54px;
    }
    .u-mb80 {
        margin-bottom: 72px;
    }
    .u-mb85 {
        margin-bottom: 76.5px;
    }
    .u-mb95 {
        margin-bottom: 85.5px;
    }
}

@media screen and (max-width: 1365px) {
    .u-mtm10 {
        margin-top: -8px;
    }
    .u-mt10 {
        margin-top: 8px;
    }
    .u-mt20 {
        margin-top: 16px;
    }
    .u-mt30 {
        margin-top: 24px;
    }
    .u-mt35 {
        margin-top: 28px;
    }
    .u-mt40 {
        margin-top: 32px;
    }
    .u-mt45 {
        margin-top: 36px;
    }
    .u-mt50 {
        margin-top: 40px;
    }
    .u-mt55 {
        margin-top: 44px;
    }
    .u-mt60 {
        margin-top: 48px;
    }
    .u-mt80 {
        margin-top: 64px;
    }
    .u-mt85 {
        margin-top: 68px;
    }
    .u-mt95 {
        margin-top: 76px;
    }
    .u-mb10 {
        margin-bottom: 8px;
    }
    .u-mb20 {
        margin-bottom: 16px;
    }
    .u-mb30 {
        margin-bottom: 24px;
    }
    .u-mb35 {
        margin-bottom: 28px;
    }
    .u-mb40 {
        margin-bottom: 32px !important;
    }
    .u-mb45 {
        margin-bottom: 36px;
    }
    .u-mb50 {
        margin-bottom: 40px;
    }
    .u-mb55 {
        margin-bottom: 44px;
    }
    .u-mb60 {
        margin-bottom: 48px;
    }
    .u-mb80 {
        margin-bottom: 64px;
    }
    .u-mb85 {
        margin-bottom: 68px;
    }
    .u-mb95 {
        margin-bottom: 76px;
    }
}

.u-w100p {
    width: 100% !important;
}

.u-clearfix {
    clear: both;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans", "PingFang SC", "PingFang TC", "Noto Sans CJK SC", "Noto Sans CJK TC", "Noto Sans CJK JP", "Noto Sans CJK KR", "Microsoft YaHei", 微软雅黑, sans-serif;
    color: #333333;
}
body:lang(en) {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

img {
    object-fit: cover;
}

.u-btn {
    display: inline-block;
    width: 154px;
    height: 50px;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 49px;
    text-align: center;
    white-space: nowrap;
    background-color: #ffc21f;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.u-btn:active,
.u-btn:hover,
.u-btn:focus,
.u-btn:visited {
    color: inherit;
    text-decoration: none;
}

.u-btn--large {
    width: 150px;
    height: 56px;
    line-height: 55px;
}

.u-panel {
    padding: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.u-splitter {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1.2px solid rgba(191, 154, 94, 0.2);
}

.u-box-header+.u-splitter {
    margin-top: -10px;
    margin-bottom: 35px;
}

.u-box-header {
    position: relative;
    height: 30px;
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.ubht-item {
    list-style: none;
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
    color: #9c9c9c;
}

.ubht-item.active {
    color: #333333;
}

.ubht-item:first-child::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    height: 24px;
    border-left: 12px solid #ffc21f;
}

.ubht-item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 18px;
    border-left: 1px solid #c1c1c1;
}

.ubht-item>a:focus {
    outline: 0;
    -webkit-appearance: none;
}

.u-box-header-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.u-box-header-more a {
    color: inherit;
    text-decoration: none;
}

.ubhm-icon {
    margin-left: 7px;
    background: url("../images/double-right-gold.png");
    display: inline-block;
    width: 22px;
    height: 22px;
}

.u-body-container {
    background-color: #fafafa;
}

.u-body-container:lang(en) {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

.u-body-container>div {
    width: calc(100% - 42px);
    max-width: 1162px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.u-body-container>div.u-w100p {
    max-width: none;
}

.u-box-header-tab {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.ubht-item>a {
    color: inherit;
    text-decoration: none;
}

.u-tab-content>.u-tab-pane {
    display: none;
}

.u-tab-content>.active {
    display: block;
}

.u-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    list-style: none;
    background-color: #f6f6f6;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-sizing: border-box;
}

.u-dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 2;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
}

.u-dropdown-menu>li>a:hover,
.u-dropdown-menu>li>a:focus {
    background-color: #ffc21f;
}

.open>.u-dropdown-menu {
    display: block;
}

.shown-row {
    display: -ms-flexbox;
    display: flex;
}

.hidden-row {
    display: none;
}
