.input_select {
    display: inline-block;
    outline: none
}

.input_select .select_option p,
.input_select input {
    height: 48px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.input_select input {
    display: block;
    border: 1px solid;
    border-radius: 3px;
    width: 100%;
    background: none;
    text-indent: 20px;
    color: #fff
}

.input_select input:disabled {
    background: none
}

.input_select .select_label {
    display: block
}

.input_select .select_output {
    margin: -47px 1px 0;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    padding: 0 0 0 15px;
    cursor: pointer;
    position: relative;
    display: block
}

.input_select .select_output:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    border-bottom: 0;
    border-top: 6px solid #ccc;
    border-right: 6px dashed transparent;
    border-left: 6px dashed transparent
}

.input_select .select_option {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    display: none;
    max-height: 290px;
    overflow-y: auto
}

.input_select .select_option p {
    display: block;
    border-top: 1px solid;
    padding: 0 20px;
    cursor: pointer
}

.input_select .select_option p .key {
    float: left
}

.input_select .select_option p .info {
    float: right
}

.input_select .select_option p.label {
    height: 32px;
    line-height: 32px;
    float: none;
    cursor: auto
}

.input_select.active .select_output:after {
    border-top: 0;
    border-right: 6px dashed transparent;
    border-bottom: 6px solid #ccc;
    border-left: 6px dashed transparent
}

.input_select.select_loading .select_output {
    background: url(https://file.hbfile.net/global/image/loading.79549a7.svg) no-repeat 50%/22px
}

.hb-day .input_select .select_output,
.hb-day .input_select input {
    border-color: #d1d3df;
    background-color: #fff
}

.hb-day .input_select .select_output:focus {
    border-color: #7a98f7
}

.hb-day .input_select .select_option {
    -webkit-box-shadow: 0 2px 6px 0 #000;
    box-shadow: 0 2px 6px 0 #000;
    border-color: #d1d3df;
    background-color: #fff;
    color: #9194a4
}

.hb-day .input_select .select_option p {
    border-color: #d1d3df
}

.hb-day .input_select .select_option p:hover {
    background-color: #f2f3f8;
    color: #232a4a
}

.hb-day .input_select .select_option p.label {
    background-color: #fff
}

.hb-day .input_select .select_option p.label:hover {
    color: #9194a4
}

.hb-day .input_select .select_option::-webkit-scrollbar-track {
    background-color: #fff
}

.hb-day .input_select:focus input {
    border-color: #7a98f7
}

.hb-night .input_select .select_output,
.hb-night .input_select input {
    border-color: #4e5b85;
    background-color: #1e2235
}

.hb-night .input_select .select_output:focus {
    border-color: #7a98f7
}

.hb-night .input_select .select_option {
    -webkit-box-shadow: 0 2px 6px 0 #000;
    box-shadow: 0 2px 6px 0 #000;
    border-color: #4e5b85;
    background-color: #1e2235;
    color: #61688a
}

.hb-night .input_select .select_option p {
    border-color: #4e5b85
}

.hb-night .input_select .select_option p:hover {
    background-color: #262a42;
    color: #c7cce6
}

.hb-night .input_select .select_option p.label {
    background-color: #1b1e2e
}

.hb-night .input_select .select_option p.label:hover {
    color: #61688a
}

.hb-night .input_select .select_option::-webkit-scrollbar-track {
    background-color: #1e2235
}

.hb-night .input_select:focus input {
    border-color: #7a98f7
}

.com_toast {
    position: fixed;
    display: block;
    z-index: 10;
    top: 30%;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    height: 21px;
    text-align: center
}

.com_toast .toast_content {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.com_toast .toast_content i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.com_toast .toast_content i.hb_icon_toast_loading {
    background: url(https://file.hbfile.net/global/image/loading.79549a7.svg) no-repeat 50%/contain
}

.com_toast .toast_content i.hb_icon_toast_loading:after {
    display: none
}

.com_toast .toast_content p {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    padding-left: 10px
}

.com_toast.backdrop {
    top: 0;
    left: 0;
    right: 0;
    height: 100%
}

.com_toast.backdrop .toast_content {
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hb-day .com_toast .toast_content {
    background-color: #f2f3f8;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1)
}

.hb-day .com_toast i {
    position: relative
}

.hb-day .com_toast i:before {
    position: relative;
    z-index: 1
}

.hb-day .com_toast i:after {
    position: absolute;
    z-index: 0;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 17px;
    content: "";
    background: #fff;
    border-radius: 50%
}

.hb-day .com_toast i.hb_icon_toast_failed {
    color: #f55858
}

.hb-day .com_toast i.hb_icon_toast_success {
    color: #03c087
}

.hb-night .com_toast .toast_content {
    background-color: #262a42;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .4);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .4)
}

.hb-night .com_toast i {
    position: relative
}

.hb-night .com_toast i:before {
    position: relative;
    z-index: 1
}

.hb-night .com_toast i:after {
    position: absolute;
    z-index: 0;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 17px;
    content: "";
    background: #fff;
    border-radius: 50%
}

.hb-night .com_toast i.hb_icon_toast_failed {
    color: #ae4e54
}

.hb-night .com_toast i.hb_icon_toast_success {
    color: #589065
}

.component_tips {
    padding: 10px 20px;
    position: absolute;
    visibility: hidden;
    top: -999px;
    border-radius: 3px;
    z-index: 10;
    font-size: 12px;
    max-width: 300px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .3);
    background-color: #fff
}

.component_tips:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    border-bottom: 0;
    border-top: 6px solid;
    border-right: 6px dashed transparent;
    border-left: 6px dashed transparent
}

.component_tips.tips_position_left:after,
.component_tips.tips_position_left:before {
    left: auto;
    right: 10px
}

.component_tips.tips_position_right:after,
.component_tips.tips_position_right:before {
    left: 15px
}

.hb-day .component_tips:after {
    border-top: 8px solid #fff
}

.hb-day .pwd_score_box:after,
.hb-night .pwd_score_box:after,
.pwd_score_box:after {
    width: 0;
    height: 0;
    overflow: hidden;
    content: ""
}

.pwd_score_box {
    position: absolute;
    min-width: 200px;
    border-radius: 3px;
    padding: 20px;
    background-color: #ccc;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .4);
    font-size: 12px
}

.pwd_score_box:after {
    position: absolute;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-right: 7px dashed transparent;
    border-left: 7px dashed transparent
}

.pwd_score_box dt i {
    width: 28px;
    height: 10px;
    display: inline-block;
    background-color: grey;
    margin-right: 10px
}

.pwd_score_box dt b {
    color: green;
    display: none
}

.pwd_score_box dd {
    padding-top: 10px;
    color: grey
}

.pwd_score_box dd .icon_success {
    display: none
}

.pwd_score_box dd.yes {
    color: #fff
}

.pwd_score_box dd.yes .icon_success {
    display: inline-block
}

.pwd_score_box dd.no .icon_success,
.pwd_score_box dd.yes .icon_failed {
    display: none
}

.pwd_score_box dd.no .icon_failed {
    display: inline-block
}

.pwd_score_box.weak .w {
    background-color: #c05157
}

.pwd_score_box.weak .rank_w {
    display: inline-block;
    color: #c05157
}

.pwd_score_box.weak .rank_m,
.pwd_score_box.weak .rank_s {
    display: none
}

.pwd_score_box.medium .m,
.pwd_score_box.medium .w {
    background-color: green
}

.pwd_score_box.medium .rank_m {
    display: inline-block
}

.pwd_score_box.medium .rank_s,
.pwd_score_box.medium .rank_w {
    display: none
}

.pwd_score_box.strong .m,
.pwd_score_box.strong .s,
.pwd_score_box.strong .w {
    background-color: green
}

.pwd_score_box.strong .rank_s {
    display: inline-block
}

.pwd_score_box.strong .rank_m,
.pwd_score_box.strong .rank_w {
    display: none
}

.hb-day .pwd_score_box {
    background-color: #f2f3f8;
    color: #9194a4
}

.hb-day .pwd_score_box dt i {
    background-color: #d1d3df
}

.hb-day .pwd_score_box dt b {
    color: #3cbc6c
}

.hb-day .pwd_score_box dd {
    color: #9194a4
}

.hb-day .pwd_score_box dd.yes {
    color: #232a4a
}

.hb-day .pwd_score_box dd.yes .icon_success {
    color: #3cbc6c
}

.hb-day .pwd_score_box dd.no .icon_failed {
    color: #c05157
}

.hb-day .pwd_score_box:after {
    position: absolute;
    bottom: -7px;
    border-top: 7px solid #f2f3f8;
    border-right: 7px dashed transparent;
    border-left: 7px dashed transparent
}

.hb-day .pwd_score_box.medium .m,
.hb-day .pwd_score_box.medium .w,
.hb-day .pwd_score_box.strong .m,
.hb-day .pwd_score_box.strong .s,
.hb-day .pwd_score_box.strong .w {
    background-color: #3cbc6c
}

.hb-night .pwd_score_box {
    background-color: #262a42;
    color: #61688a
}

.hb-night .pwd_score_box dt i {
    background-color: #4e5b85
}

.hb-night .pwd_score_box dt b {
    color: #3cbc6c
}

.hb-night .pwd_score_box dd {
    color: #61688a
}

.hb-night .pwd_score_box dd.yes {
    color: #c7cce6
}

.hb-night .pwd_score_box dd.yes .icon_success {
    color: #3cbc6c
}

.hb-night .pwd_score_box dd.no .icon_failed {
    color: #c05157
}

.hb-night .pwd_score_box:after {
    position: absolute;
    bottom: -7px;
    border-top: 7px solid #262a42;
    border-right: 7px dashed transparent;
    border-left: 7px dashed transparent
}

.hb-night .pwd_score_box.medium .m,
.hb-night .pwd_score_box.medium .w,
.hb-night .pwd_score_box.strong .m,
.hb-night .pwd_score_box.strong .s,
.hb-night .pwd_score_box.strong .w {
    background-color: #3cbc6c
}

.years-banner-wrap {
    display: none
}

.page.years {
    background-color: #0d1d6d
}

.page.years.is-login {
    background-color: transparent
}

.page.years .m_banner.sugar_hide,
.page.years .steps.step1,
.page.years .topbar {
    display: none
}

.page.years .years-banner-wrap {
    display: block;
    width: 750px;
    height: 1000px;
    background: url(https://file.hbfile.net/global/image/years-bg-en.f1711b9.svg) no-repeat 50%;
    margin-bottom: -200px
}

html.zh-cn .page.years .years-banner-wrap {
    background: url(https://file.hbfile.net/global/image/years-bg-cn.85dc846.svg) no-repeat 50%
}

.page.years .m_register {
    margin: 50px 30px;
    background-color: #2325a6
}

.page.years .m_register .group .content .input_select {
    color: #fff
}

.page.years .m_register .select_output {
    color: #c3c9dd
}

.page.years .m_register input.input_text {
    color: #fff
}

.page.years .m_register input.input_text::-webkit-input-placeholder {
    color: #595bcb
}

.page.years .m_register input.input_text::-moz-placeholder {
    color: #595bcb
}

.page.years .m_register input.input_text::-ms-input-placeholder {
    color: #595bcb
}

.page.years .m_register input.input_text::placeholder {
    color: #595bcb
}

.page.years .m_register .clause {
    color: #aeb9d8
}

.page.years .m_register .clause a {
    color: #2483ff
}

.page.years .m_register .form_reg_email .page_tab .tab_email,
.page.years .m_register .form_reg_phone .page_tab .tab_phone {
    color: #fff
}

.page.years .m_register .page_tab span {
    color: #595bcb
}

.page.years .m_register .input_sms_code .btn {
    color: #fff
}

@font-face {
    font-family: hb_icon;
    src: url(https://file.hbfile.net/global/font/hb_icon_b74b7825053efc3435e9c66d269ece25.9c37d6c.eot);
    src: url(https://file.hbfile.net/global/font/hb_icon_b74b7825053efc3435e9c66d269ece25.9c37d6c.eot#iefix) format("embedded-opentype"), url(https://file.hbfile.net/global/font/hb_icon_b74b7825053efc3435e9c66d269ece25.aaec07e.woff2) format("woff2"), url(https://file.hbfile.net/global/font/hb_icon_b74b7825053efc3435e9c66d269ece25.da341e5.woff) format("woff"), url(https://file.hbfile.net/global/font/hb_icon_b74b7825053efc3435e9c66d269ece25.606ed17.ttf) format("truetype"), url(https://file.hbfile.net/global/image/hb_icon_b74b7825053efc3435e9c66d269ece25.4bce5b2.svg#hb_icon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: hb_icon;
        src: url(https://file.hbfile.net/global/image/hb_icon_b74b7825053efc3435e9c66d269ece25.4bce5b2.svg#hb_icon) format("svg")
    }
}

[data-icon]:before {
    content: attr(data-icon)
}

.hb_icon_add:before,
.hb_icon_android:before,
.hb_icon_api:before,
.hb_icon_apple:before,
.hb_icon_arrow:before,
.hb_icon_arrow_down:before,
.hb_icon_ash_can:before,
.hb_icon_auth:before,
.hb_icon_balance:before,
.hb_icon_caret_down:before,
.hb_icon_clear:before,
.hb_icon_close:before,
.hb_icon_coinmarketcap:before,
.hb_icon_copy:before,
.hb_icon_day:before,
.hb_icon_deposit:before,
.hb_icon_double_arrow:before,
.hb_icon_download:before,
.hb_icon_edit:before,
.hb_icon_etf:before,
.hb_icon_facebook:before,
.hb_icon_fee:before,
.hb_icon_go_back:before,
.hb_icon_googleplay:before,
.hb_icon_help:before,
.hb_icon_ht:before,
.hb_icon_ht_gain:before,
.hb_icon_ht_worth:before,
.hb_icon_huobi_im:before,
.hb_icon_info:before,
.hb_icon_instagram:before,
.hb_icon_invisible:before,
.hb_icon_invite:before,
.hb_icon_lab_chain:before,
.hb_icon_lab_global:before,
.hb_icon_lab_model:before,
.hb_icon_lab_money:before,
.hb_icon_lab_pwd:before,
.hb_icon_lab_sev:before,
.hb_icon_lab_support:before,
.hb_icon_locked_position:before,
.hb_icon_logout:before,
.hb_icon_margin:before,
.hb_icon_marked:before,
.hb_icon_medium:before,
.hb_icon_night:before,
.hb_icon_notice:before,
.hb_icon_orders:before,
.hb_icon_percent:before,
.hb_icon_personal_setting:before,
.hb_icon_point:before,
.hb_icon_pwd_hide:before,
.hb_icon_pwd_show:before,
.hb_icon_qq:before,
.hb_icon_qr:before,
.hb_icon_question:before,
.hb_icon_question_1:before,
.hb_icon_refresh:before,
.hb_icon_search:before,
.hb_icon_security:before,
.hb_icon_selected:before,
.hb_icon_setting:before,
.hb_icon_sort:before,
.hb_icon_sort_asc:before,
.hb_icon_sort_desc:before,
.hb_icon_split_coin:before,
.hb_icon_sub_account:before,
.hb_icon_sub_account_header:before,
.hb_icon_support:before,
.hb_icon_switch:before,
.hb_icon_talk:before,
.hb_icon_telegram:before,
.hb_icon_tip:before,
.hb_icon_tips_info:before,
.hb_icon_toast_failed:before,
.hb_icon_toast_success:before,
.hb_icon_top_star:before,
.hb_icon_transfer:before,
.hb_icon_twitter:before,
.hb_icon_unmarked:before,
.hb_icon_user:before,
.hb_icon_user_info:before,
.hb_icon_visible:before,
.hb_icon_waring:before,
.hb_icon_wechat:before,
.hb_icon_weibo:before,
.hb_icon_whats_ht:before,
.hb_icon_windows_client:before,
.hb_icon_youtube:before,
[data-icon]:before {
    display: inline-block;
    font-family: hb_icon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.hb_icon_add:before {
    content: "\F205"
}

.hb_icon_android:before {
    content: "\F206"
}

.hb_icon_api:before {
    content: "\F207"
}

.hb_icon_apple:before {
    content: "\F208"
}

.hb_icon_arrow:before {
    content: "\F209"
}

.hb_icon_arrow_down:before {
    content: "\F20A"
}

.hb_icon_ash_can:before {
    content: "\F20B"
}

.hb_icon_auth:before {
    content: "\F20C"
}

.hb_icon_balance:before {
    content: "\F20D"
}

.hb_icon_caret_down:before {
    content: "\F20E"
}

.hb_icon_clear:before {
    content: "\F107"
}

.hb_icon_close:before {
    content: "\F20F"
}

.hb_icon_coinmarketcap:before {
    content: "\F24D"
}

.hb_icon_copy:before {
    content: "\F254"
}

.hb_icon_day:before {
    content: "\F210"
}

.hb_icon_deposit:before {
    content: "\F211"
}

.hb_icon_double_arrow:before {
    content: "\F212"
}

.hb_icon_download:before {
    content: "\F213"
}

.hb_icon_edit:before {
    content: "\F214"
}

.hb_icon_etf:before {
    content: "\F215"
}

.hb_icon_facebook:before {
    content: "\F216"
}

.hb_icon_fee:before {
    content: "\F217"
}

.hb_icon_go_back:before {
    content: "\F255"
}

.hb_icon_googleplay:before {
    content: "\F218"
}

.hb_icon_help:before {
    content: "\F219"
}

.hb_icon_ht:before {
    content: "\F21A"
}

.hb_icon_ht_gain:before {
    content: "\F21B"
}

.hb_icon_ht_worth:before {
    content: "\F21C"
}

.hb_icon_huobi_im:before {
    content: "\F250"
}

.hb_icon_info:before {
    content: "\F111"
}

.hb_icon_instagram:before {
    content: "\F21D"
}

.hb_icon_invisible:before {
    content: "\F21E"
}

.hb_icon_invite:before {
    content: "\F21F"
}

.hb_icon_lab_chain:before {
    content: "\F220"
}

.hb_icon_lab_global:before {
    content: "\F221"
}

.hb_icon_lab_model:before {
    content: "\F222"
}

.hb_icon_lab_money:before {
    content: "\F223"
}

.hb_icon_lab_pwd:before {
    content: "\F224"
}

.hb_icon_lab_sev:before {
    content: "\F225"
}

.hb_icon_lab_support:before {
    content: "\F226"
}

.hb_icon_locked_position:before {
    content: "\F227"
}

.hb_icon_logout:before {
    content: "\F11C"
}

.hb_icon_margin:before {
    content: "\F16F"
}

.hb_icon_marked:before {
    content: "\F228"
}

.hb_icon_medium:before {
    content: "\F229"
}

.hb_icon_night:before {
    content: "\F22A"
}

.hb_icon_notice:before {
    content: "\F22B"
}

.hb_icon_orders:before {
    content: "\F22C"
}

.hb_icon_percent:before {
    content: "\F22D"
}

.hb_icon_personal_setting:before {
    content: "\F22E"
}

.hb_icon_point:before {
    content: "\F22F"
}

.hb_icon_pwd_hide:before {
    content: "\F251"
}

.hb_icon_pwd_show:before {
    content: "\F252"
}

.hb_icon_qq:before {
    content: "\F230"
}

.hb_icon_qr:before {
    content: "\F231"
}

.hb_icon_question:before {
    content: "\F232"
}

.hb_icon_question_1:before {
    content: "\F24F"
}

.hb_icon_refresh:before {
    content: "\F233"
}

.hb_icon_search:before {
    content: "\F128"
}

.hb_icon_security:before {
    content: "\F234"
}

.hb_icon_selected:before {
    content: "\F235"
}

.hb_icon_setting:before {
    content: "\F236"
}

.hb_icon_sort:before {
    content: "\F237"
}

.hb_icon_sort_asc:before {
    content: "\F238"
}

.hb_icon_sort_desc:before {
    content: "\F239"
}

.hb_icon_split_coin:before {
    content: "\F23A"
}

.hb_icon_sub_account:before {
    content: "\F23B"
}

.hb_icon_sub_account_header:before {
    content: "\F23C"
}

.hb_icon_support:before {
    content: "\F23D"
}

.hb_icon_switch:before {
    content: "\F23E"
}

.hb_icon_talk:before {
    content: "\F253"
}

.hb_icon_telegram:before {
    content: "\F23F"
}

.hb_icon_tip:before {
    content: "\F153"
}

.hb_icon_tips_info:before {
    content: "\F257"
}

.hb_icon_toast_failed:before {
    content: "\F240"
}

.hb_icon_toast_success:before {
    content: "\F241"
}

.hb_icon_top_star:before {
    content: "\F242"
}

.hb_icon_transfer:before {
    content: "\F243"
}

.hb_icon_twitter:before {
    content: "\F244"
}

.hb_icon_unmarked:before {
    content: "\F245"
}

.hb_icon_user:before {
    content: "\F246"
}

.hb_icon_user_info:before {
    content: "\F247"
}

.hb_icon_visible:before {
    content: "\F248"
}

.hb_icon_waring:before {
    content: "\F258"
}

.hb_icon_wechat:before {
    content: "\F249"
}

.hb_icon_weibo:before {
    content: "\F24E"
}

.hb_icon_whats_ht:before {
    content: "\F24A"
}

.hb_icon_windows_client:before {
    content: "\F24B"
}

.hb_icon_youtube:before {
    content: "\F24C"
}

blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left;
    font-weight: 400
}

abbr,
body,
fieldset,
html,
iframe,
img {
    border: 0
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

[hidefocus],
summary {
    outline: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%
}

sub,
sup {
    font-size: 83%
}

code,
kbd,
pre,
samp {
    font-family: inherit
}

q:after,
q:before {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

label,
summary {
    cursor: default
}

a,
button {
    cursor: pointer
}

a,
a:focus,
button {
    outline: none
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700
}

a,
a:hover,
del,
ins,
s,
u {
    text-decoration: none
}

body,
button,
input,
keygen,
legend,
select,
textarea {
    outline: 0
}

::-ms-clear,
::-ms-reveal {
    display: none
}

.m_register .page_tab {
    *zoom: 1
}

.m_register .page_tab:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ""
}

select.input_select+.select_icon {
    width: 0;
    height: 0;
    overflow: hidden;
    content: ""
}

.group {
    position: relative
}

.group .require:before {
    margin-right: 2px;
    color: #cf424e;
    content: "*"
}

.group .label {
    font-size: 12px;
    height: 22px;
    display: block
}

.group .label em {
    max-width: 300px;
    text-align: right;
    float: right;
    margin-bottom: 8px
}

.group .tooltip {
    font-size: 12px;
    height: 22px;
    float: right
}

.group .content {
    min-height: 68px;
    clear: both
}

.relative {
    position: relative
}

div.input_select {
    display: inline-block
}

div.input_select .select_value {
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 3px;
    line-height: 48px;
    text-indent: 20px
}

div.input_select .select_option {
    display: none
}

.input_textarea,
input.input_text,
select.input_select,
textarea.input_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    border: 1px solid;
    border-radius: 3px;
    font-size: 16px
}

.input_textarea:-moz-read-only,
input.input_text:-moz-read-only,
select.input_select:-moz-read-only,
textarea.input_text:-moz-read-only {
    background-color: #000
}

.input_textarea:-moz-read-only,
.input_textarea:read-only,
input.input_text:-moz-read-only,
input.input_text:read-only,
select.input_select:-moz-read-only,
select.input_select:read-only,
textarea.input_text:-moz-read-only,
textarea.input_text:read-only {
    background-color: #000
}

.input_textarea:disabled,
input.input_text:disabled,
select.input_select:disabled,
textarea.input_text:disabled {
    border-color: transparent
}

.input_textarea::-webkit-inner-spin-button,
input.input_text::-webkit-inner-spin-button,
select.input_select::-webkit-inner-spin-button,
textarea.input_text::-webkit-inner-spin-button {
    visibility: hidden
}

textarea.input_text,
textarea.input_textarea {
    height: 120px;
    margin-bottom: 20px
}

select.input_select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px 0 10px
}

select.input_select+.select_icon {
    position: relative;
    left: -20px;
    display: inline-block;
    border-top: 4px solid #ccc;
    border-right: 4px dashed transparent;
    border-left: 4px dashed transparent
}

.input_get_code,
.input_sms_code {
    position: relative
}

.input_get_code .btn,
.input_sms_code .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    border: none;
    min-width: 100px;
    padding: 0 10px;
    background: none;
    border-radius: 0 3px 3px 0;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.input_get_code .btn:before,
.input_sms_code .btn:before {
    content: "";
    border-left: 1px solid;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px
}

.input_get_code .btn:hover,
.input_sms_code .btn:hover {
    background: none !important;
    color: #aabdfa
}

.input_get_code .btn:disabled,
.input_sms_code .btn:disabled {
    background: none !important
}

.input_get_code .btn:disabled:hover,
.input_sms_code .btn:disabled:hover {
    text-decoration: none
}

.input_get_code.input_get_code_block .btn,
.input_sms_code.input_get_code_block .btn {
    position: static;
    display: block;
    text-align: left;
    border-radius: 3px;
    line-height: 48px;
    vertical-align: middle;
    height: 48px;
    width: 100%;
    background: none;
    border: none;
    padding: 0
}

.input_get_code.input_get_code_block .btn:disabled,
.input_sms_code.input_get_code_block .btn:disabled {
    cursor: not-allowed
}

.input_get_code.input_get_code_block .btn:before,
.input_sms_code.input_get_code_block .btn:before {
    display: none
}

.input_email_code,
.input_phone {
    position: relative
}

.input_phone .wrap_select {
    float: left;
    width: 20%
}

.input_phone .input_select input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input_phone .input_text {
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 80%;
    position: relative
}

.input_phone .input_text:focus {
    border-left-width: 1px
}

.input_error {
    border-color: #ae4e54 !important
}

.input_img_code {
    position: relative
}

.input_img_code .img_code {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 42px;
    border-radius: 3px;
    cursor: pointer
}

.input_img_code #captcha_code_btn {
    background-color: #FED118;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 0
}

.size_full {
    display: block;
    width: 100%
}

input.size_small,
select.size_small {
    height: 28px;
    font-size: 12px
}

input.input_text {
    text-indent: 20px
}

input.size_small {
    text-indent: 10px
}

textarea.input_text,
textarea.input_textarea {
    padding: 10px 20px
}

textarea.size_small {
    padding: 5px 10px
}

.btn_blue,
.btn_submit {
    height: 48px;
    border-radius: 3px;
    border: none;
    min-width: 200px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px
}

.btn_blue.size_small,
.btn_submit.size_small {
    height: 28px;
    font-size: 12px;
    min-width: 68px;
    padding: 0 10px
}

.btn_blue {
    color: #fff
}

.com_tips {
    position: absolute;
    top: -110px
}

.input_radio_tag {
    height: 48px;
    display: inline-block;
    min-width: 146px
}

.input_radio_tag span {
    display: block;
    height: 48px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.input_radio_tag span:after {
    width: 0;
    height: 0;
    border-bottom: 25px solid #7a98f7;
    border-left: 25px solid transparent
}

.input_radio_tag span:after,
.input_radio_tag span:before {
    display: none;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0
}

.input_radio_tag span:before {
    width: 25px;
    height: 25px;
    z-index: 1
}

.input_radio_tag .hb_icon_selected {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    line-height: 1;
    font-size: 10px;
    color: #fff
}

.input_radio_tag input {
    -webkit-appearance: none;
    outline: none;
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden
}

.input_radio_tag input:checked+span .hb_icon_selected,
.input_radio_tag input:checked+span:after,
.input_radio_tag input:checked+span:before {
    display: inline-block
}

.input_radio_tag input:disabled+span {
    cursor: not-allowed
}

.input_switch {
    position: relative;
    width: 31px;
    display: inline-block
}

.input_switch input {
    position: absolute;
    top: 0;
    font-size: 50px;
    z-index: 10;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

.input_switch label {
    width: 100%;
    height: 16px;
    position: relative;
    cursor: pointer;
    display: block
}

.input_switch label:after,
.input_switch label:before {
    position: absolute;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.input_switch label:before {
    width: 100%;
    height: 12px;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: #1e2235 !important;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .2);
    border-radius: 100px;
    -webkit-transition: background .5s ease 0s;
    -o-transition: background .5s 0s ease;
    transition: background .5s ease 0s;
    border: none !important
}

.input_switch label:after {
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #4e5b85;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 100%;
    z-index: 2
}

.input_switch input[type=checkbox]:checked+label:before {
    background: #4e5b85 !important
}

.input_switch input[type=checkbox]:checked+label:after {
    background: #7a98f7;
    left: 100%;
    margin-left: -16px
}

.input_radio {
    position: relative;
    cursor: pointer
}

.input_radio input {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.input_radio label {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    margin-top: -3px
}

.input_radio label:after,
.input_radio label:before {
    display: inline-block;
    position: absolute;
    content: "";
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.input_radio label:before {
    width: 6px;
    height: 6px;
    background: #61688a;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden
}

.input_radio label:after {
    width: 100%;
    height: 100%;
    border: 2px solid #61688a
}

.input_radio input:checked+label:before {
    visibility: visible;
    background: #7a98f7
}

.input_radio input:checked+label:after {
    border-color: #7a98f7
}

.input_transfer:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ""
}

.input_transfer .handle {
    float: left;
    width: 30px;
    overflow: hidden;
    font-size: 12px;
    line-height: 48px;
    color: #61688a;
    text-align: center
}

.input_transfer .handle span {
    display: block;
    height: 48px;
    line-height: 48px
}

.input_transfer .handle i {
    display: block;
    height: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    color: #7a98f7
}

.input_transfer .handle i:before {
    font-size: 30px;
    vertical-align: top
}

.input_transfer .group {
    margin-left: 40px;
    position: relative
}

.input_transfer .group .item {
    font-size: 16px;
    border-radius: 3px;
    line-height: 48px;
    padding: 0 20px;
    position: relative;
    top: 0;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease
}

.input_transfer .group .item:last-of-type {
    top: 30px
}

.input_transfer.in .group .item:first-of-type {
    top: 78px
}

.input_transfer.in .group .item:last-of-type {
    top: -48px
}

.input_transfer_inline {
    position: relative;
    min-height: 90px
}

.input_transfer_inline .handle {
    position: absolute;
    left: 50%;
    top: 22px;
    width: 64px;
    height: 48px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center;
    cursor: pointer;
    z-index: 2
}

.input_transfer_inline .handle i {
    display: inline-block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(189, 206, 217, .4);
    text-align: center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    vertical-align: middle
}

.input_transfer_inline .handle i:before {
    line-height: 32px;
    font-size: 14px
}

.input_transfer_inline .handle:hover i {
    background-color: #f2f6fa
}

.input_transfer_inline .group {
    position: static;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    float: left
}

.input_transfer_inline .group:first-of-type {
    padding-right: 32px
}

.input_transfer_inline .group:last-of-type {
    padding-left: 32px
}

.input_transfer_inline.reverse .group:first-of-type .content {
    padding: 0 0 0 32px;
    left: 50%
}

.input_transfer_inline.reverse .group:last-of-type .content {
    padding: 0 32px 0 0;
    right: 50%
}

.input_extend .unit {
    position: absolute;
    right: 30px;
    top: 50%;
    height: 14px;
    font-size: 14px;
    margin-top: -7px;
    display: inline-block;
    text-transform: uppercase
}

.input_extend input {
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.input_extend {
    position: relative
}

.input_extend .extend {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px
}

.input_extend .extend .unit {
    position: static;
    vertical-align: middle;
    padding: 0 20px;
    font-size: 14px;
    top: auto;
    height: auto;
    margin-top: 0
}

.input_extend .extend .btn {
    vertical-align: middle;
    background: none;
    font-size: 16px;
    padding: 0 40px;
    height: 30px;
    float: right;
    margin-top: 9px;
    border-left: 1px solid transparent
}

.hb-day .group .label,
.hb-day .group .tooltip {
    color: #9194a4
}

.hb-day div.input_select .select_value {
    border-color: #d1d3df;
    background-color: #fff
}

.hb-day .input_textarea,
.hb-day input.input_text,
.hb-day select.input_select,
.hb-day textarea.input_text {
    border-color: #d1d3df;
    background-color: #fff;
    color: #232a4a
}

.hb-day .input_textarea:focus,
.hb-day input.input_text:focus,
.hb-day select.input_select:focus,
.hb-day textarea.input_text:focus {
    border-color: #7a98f7;
    color: #232a4a
}

.hb-day .input_textarea.readonly,
.hb-day input.input_text.readonly,
.hb-day select.input_select.readonly,
.hb-day textarea.input_text.readonly {
    cursor: default;
    border-color: transparent;
    background-color: #f9f7fd;
    caret-color: transparent
}

.hb-day .input_textarea:-moz-read-only,
.hb-day input.input_text:-moz-read-only,
.hb-day select.input_select:-moz-read-only,
.hb-day textarea.input_text:-moz-read-only {
    cursor: default;
    border-color: transparent;
    background-color: #f9f7fd;
    caret-color: transparent
}

.hb-day .input_textarea:-moz-read-only,
.hb-day .input_textarea:read-only,
.hb-day input.input_text:-moz-read-only,
.hb-day input.input_text:read-only,
.hb-day select.input_select:-moz-read-only,
.hb-day select.input_select:read-only,
.hb-day textarea.input_text:-moz-read-only,
.hb-day textarea.input_text:read-only {
    cursor: default;
    border-color: transparent;
    background-color: #f9f7fd;
    caret-color: transparent
}

.hb-day .input_textarea:disabled,
.hb-day input.input_text:disabled,
.hb-day select.input_select:disabled,
.hb-day textarea.input_text:disabled {
    border-color: transparent;
    background-color: #f9f7fd;
    color: #9194a4
}

.hb-day .input_get_code .btn,
.hb-day .input_sms_code .btn {
    color: #FED118
}

.hb-day .input_get_code .btn:before,
.hb-day .input_sms_code .btn:before {
    border-color: #d1d3df
}

.hb-day .input_extend .unit,
.hb-day .input_get_code .btn:disabled,
.hb-day .input_sms_code .btn:disabled {
    color: #9194a4
}

.hb-day .btn_submit {
    background-color: #fff;
    color: #232a4a
}

.hb-day .btn_blue {
    background-color: #7a98f7
}

.hb-day .input_radio_tag span {
    color: #232a4a;
    background-color: #f9f7fd
}

.hb-day .input_radio_tag input:checked+span {
    border-color: #7a98f7
}

.hb-day .input_radio_tag input :disabled+span {
    color: #9194a4
}

.hb-day .input_transfer .group .item {
    background: #f9f7fd;
    color: #232a4a
}

.hb-day .input_extend .extend .btn {
    color: #FED118;
    border-color: #d1d3df
}

.hb-night .group .label,
.hb-night .group .tooltip {
    color: #61688a
}

.hb-night div.input_select .select_value {
    border-color: #4e5b85;
    background-color: #1e2235
}

.hb-night .input_textarea,
.hb-night input.input_text,
.hb-night select.input_select,
.hb-night textarea.input_text {
    border-color: #4e5b85;
    background-color: #1e2235;
    color: #c7cce6
}

.hb-night .input_textarea:focus,
.hb-night input.input_text:focus,
.hb-night select.input_select:focus,
.hb-night textarea.input_text:focus {
    border-color: #7a98f7;
    color: #c7cce6
}

.hb-night .input_textarea.readonly,
.hb-night input.input_text.readonly,
.hb-night select.input_select.readonly,
.hb-night textarea.input_text.readonly {
    cursor: default;
    border-color: transparent;
    background-color: #202437;
    caret-color: transparent
}

.hb-night .input_textarea:-moz-read-only,
.hb-night input.input_text:-moz-read-only,
.hb-night select.input_select:-moz-read-only,
.hb-night textarea.input_text:-moz-read-only {
    cursor: default;
    border-color: transparent;
    background-color: #202437;
    caret-color: transparent
}

.hb-night .input_textarea:-moz-read-only,
.hb-night .input_textarea:read-only,
.hb-night input.input_text:-moz-read-only,
.hb-night input.input_text:read-only,
.hb-night select.input_select:-moz-read-only,
.hb-night select.input_select:read-only,
.hb-night textarea.input_text:-moz-read-only,
.hb-night textarea.input_text:read-only {
    cursor: default;
    border-color: transparent;
    background-color: #202437;
    caret-color: transparent
}

.hb-night .input_textarea:disabled,
.hb-night input.input_text:disabled,
.hb-night select.input_select:disabled,
.hb-night textarea.input_text:disabled {
    border-color: transparent;
    background-color: #202437;
    color: #61688a
}

.hb-night .input_get_code .btn,
.hb-night .input_sms_code .btn {
    color: #7a98f7
}

.hb-night .input_get_code .btn:before,
.hb-night .input_sms_code .btn:before {
    border-color: #4e5b85
}

.hb-night .input_extend .unit,
.hb-night .input_get_code .btn:disabled,
.hb-night .input_sms_code .btn:disabled {
    color: #61688a
}

.hb-night .btn_submit {
    background-color: #1e2235;
    color: #c7cce6
}

.hb-night .btn_blue {
    background-color: #7a98f7
}

.hb-night .input_radio_tag span {
    color: #c7cce6;
    background-color: #202437
}

.hb-night .input_radio_tag input:checked+span {
    border-color: #7a98f7
}

.hb-night .input_radio_tag input :disabled+span {
    color: #61688a
}

.hb-night .input_transfer .group .item {
    background: #202437;
    color: #c7cce6
}

.hb-night .input_extend .extend .btn {
    color: #7a98f7;
    border-color: #4e5b85
}

body {
    background-color: #260808;
    color: #cfd3e9;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none
}

.hb-night {
    color: #c7cce6;
    background-color: #262a42;
    border-color: currentcolor;
    scrollbar-arrow-color: #61688a;
    scrollbar-face-color: transparent;
    scrollbar-3dlight-color: transparent;
    scrollbar-highlight-color: #181b2a;
    scrollbar-shadow-color: rgba(0, 0, 0, .15);
    scrollbar-darkshadow-color: transparent;
    scrollbar-track-color: #181b2a;
    scrollbar-base-color: rgba(97, 104, 138, .15)
}

.hb-night .color_up {
    color: #589065;
    text-transform: lowercase
}

.hb-night .color_up:first-letter {
    text-transform: uppercase
}

.hb-night .color_down {
    color: #ae4e54;
    text-transform: lowercase
}

.hb-night .color_down:first-letter {
    text-transform: uppercase
}

.hb-night .color_red {
    color: #ae4e54
}

.hb-night .bg_up {
    background-color: #589065
}

.hb-night .bg_down {
    background-color: #ae4e54
}

.hb-night hr {
    border-width: 0;
    border-bottom: 1px solid #1f2943
}

.hb-night ::-webkit-scrollbar {
    width: 10px;
    background-color: transparent
}

.hb-night ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .15);
    background-color: #181b2a
}

.hb-night ::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
    background-color: rgba(97, 104, 138, .15)
}

.hb-night .btn {
    outline: none;
    border: none
}

.hb-night .btn.btn-primary,
.hb-night .btn.btn_submit {
    background-color: #7a98f7;
    color: #fff
}

.hb-night .btn:hover {
    background-color: #a0b6f9
}

.hb-night .btn:active {
    background-color: #7a87f7
}

.hb-night .btn:disabled {
    background-color: #4e5b85
}

.hb-night .with-tooltip .tooltip {
    color: #c7cce6;
    background-color: #262a42;
    -webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .4))
}

.hb-night .with-tooltip .tooltip:after {
    background: inherit
}

.hb-night a {
    text-decoration: none;
    color: #7a98f7;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.hb-night a:hover {
    color: #aabdfa
}

.hb-night .form-group label {
    color: #4e5b85
}

.hb-night .form-group label:last-child {
    border-left: 1px solid #1f2943;
    color: #7a98f7
}

.hb-night .form-group label:last-child:disabled {
    color: #61688a
}

.hb-night .form-group-selector {
    background-color: #2f3452;
    -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25))
}

.hb-night .form-group-selector dl {
    margin: 0;
    border-bottom: 1px solid #1f2943;
    color: #61688a
}

.hb-night .form-group-selector dl:hover {
    background-color: #262a42;
    color: #7a98f7
}

.hb-night .form-group [type=password],
.hb-night .form-group [type=text] {
    background-color: #1e2235;
    border: 1px solid #4e5b85;
    color: #61688a
}

.hb-night .form-group [type=password]:focus,
.hb-night .form-group [type=text]:focus {
    border: 1px solid #7a98f7
}

.hb-night .table-container {
    border-radius: 3px
}

.hb-night .table-container .head {
    background-color: #1b1e2e;
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #c7cce6
}

.hb-night .table-container .body {
    padding: 0 10px;
    background-color: #181b2a
}

.hb-night .table-container .table {
    padding: 0 20px
}

.hb-night .table-container .pagination {
    border-top: 1px solid #1f2943;
    text-align: right;
    margin: 0 30px
}

.hb-night .table-container .pagination .btn-page {
    background-color: transparent;
    width: 60px;
    font-size: 12px;
    color: #c7cce6;
    padding: 0 10px
}

.hb-night .table-container.normal table.table td,
.hb-night .table-container.normal table.table th {
    text-align: left
}

.hb-night .table-container.normal table.table td:last-child,
.hb-night .table-container.normal table.table th:last-child {
    text-align: right
}

.hb-night [type=checkbox] {
    background-color: #262a42
}

.hb-night [type=checkbox]+label:before {
    border: 1px solid #4e5b85;
    background: #262a42
}

.hb-night [type=checkbox]+label:after {
    color: #fff
}

.hb-night [type=checkbox]+label:hover:before {
    border-color: #7a98f7
}

.hb-night [type=checkbox]:checked+label:after {
    background-color: #7a98f7
}

.hb-night .toast-container {
    min-width: 214px;
    height: 40px;
    background-color: #262a42;
    -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25))
}

.hb-night .toast-container i {
    padding-left: 25px;
    padding-right: 18px
}

.hb-night .toast-container .toast-text {
    color: #c7cce6
}

.hb-night input.small[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -999999px
}

.hb-night input.small[type=checkbox]+label {
    font-size: 14px;
    line-height: 1;
    position: relative;
    display: inline-block;
    height: 14px;
    padding-left: 1.5em;
    cursor: pointer
}

.hb-night input.small[type=checkbox]+label:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hb-night input.small[type=checkbox]+label:after {
    content: "\2713";
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    height: 14px;
    width: 14px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.hb-night input.small[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.hb-night input.small[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hb-night input.medium[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -999999px
}

.hb-night input.medium[type=checkbox]+label {
    font-size: 18px;
    line-height: 1;
    position: relative;
    display: inline-block;
    height: 18px;
    padding-left: 1.5em;
    cursor: pointer
}

.hb-night input.medium[type=checkbox]+label:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hb-night input.medium[type=checkbox]+label:after {
    content: "\2713";
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.hb-night input.medium[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.hb-night input.medium[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hb-night input:disabled {
    background-color: #202437
}

.hb-night input:-webkit-autofill,
.hb-night select:-webkit-autofill,
.hb-night textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #1e2235 inset;
    -webkit-text-fill-color: #c7cce6 !important
}

.hb-day {
    color: #232a4a;
    background-color: #f2f3f8;
    border-color: currentcolor;
    scrollbar-arrow-color: #9194a4;
    scrollbar-face-color: transparent;
    scrollbar-3dlight-color: transparent;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: rgba(0, 0, 0, .15);
    scrollbar-darkshadow-color: transparent;
    scrollbar-track-color: #fff;
    scrollbar-base-color: rgba(145, 148, 164, .15)
}

.hb-day .color_up {
    color: #03c087;
    text-transform: lowercase
}

.hb-day .color_up:first-letter {
    text-transform: uppercase
}

.hb-day .color_down {
    color: #f55858;
    text-transform: lowercase
}

.hb-day .color_down:first-letter {
    text-transform: uppercase
}

.hb-day .color_red {
    color: #f55858
}

.hb-day .bg_up {
    background-color: #03c087
}

.hb-day .bg_down {
    background-color: #f55858
}

.hb-day hr {
    border-width: 0;
    border-bottom: 1px solid #f4f4f6
}

.hb-day ::-webkit-scrollbar {
    width: 10px;
    background-color: transparent
}

.hb-day ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .15);
    background-color: #fff
}

.hb-day ::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
    background-color: rgba(145, 148, 164, .15)
}

.hb-day .btn {
    outline: none;
    border: none
}

.hb-day .btn.btn-primary,
.hb-day .btn.btn_submit {
    background-color: #FED118;
    color: #fff
}

.hb-day .btn:hover {
    background-color: #5993e6
}

.hb-day .btn:active {
    background-color: #3565e1
}

.hb-day .btn:disabled {
    background-color: #d1d3df
}

.hb-day .with-tooltip .tooltip {
    color: #232a4a;
    background-color: #f2f3f8;
    -webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .4))
}

.hb-day .with-tooltip .tooltip:after {
    background: inherit
}

.hb-day a {
    text-decoration: none;
    color: #FED118;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.hb-day a:hover {
    color: #6199e8
}

.hb-day .form-group label {
    color: #d1d3df
}

.hb-day .form-group label:last-child {
    border-left: 1px solid #f4f4f6;
    color: #7a98f7
}

.hb-day .form-group label:last-child:disabled {
    color: #9194a4
}

.hb-day .form-group-selector {
    background-color: #fff;
    -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25))
}

.hb-day .form-group-selector dl {
    margin: 0;
    border-bottom: 1px solid #f4f4f6;
    color: #9194a4
}

.hb-day .form-group-selector dl:hover {
    background-color: #f2f3f8;
    color: #FED118
}

.hb-day .form-group [type=password],
.hb-day .form-group [type=text] {
    background-color: #fff;
    border: 1px solid #d1d3df;
    color: #9194a4
}

.hb-day .form-group [type=password]:focus,
.hb-day .form-group [type=text]:focus {
    border: 1px solid #7a98f7
}

.hb-day .table-container {
    border-radius: 3px
}

.hb-day .table-container .head {
    background-color: #fff;
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #232a4a
}

.hb-day .table-container .body {
    padding: 0 10px;
    background-color: #fff
}

.hb-day .table-container .table {
    padding: 0 20px
}

.hb-day .table-container .pagination {
    border-top: 1px solid #f4f4f6;
    text-align: right;
    margin: 0 30px
}

.hb-day .table-container .pagination .btn-page {
    background-color: transparent;
    width: 60px;
    font-size: 12px;
    color: #232a4a;
    padding: 0 10px
}

.hb-day .table-container.normal table.table td,
.hb-day .table-container.normal table.table th {
    text-align: left
}

.hb-day .table-container.normal table.table td:last-child,
.hb-day .table-container.normal table.table th:last-child {
    text-align: right
}

.hb-day [type=checkbox] {
    background-color: #f2f3f8
}

.hb-day [type=checkbox]+label:before {
    border: 1px solid #d1d3df;
    background: #f2f3f8
}

.hb-day [type=checkbox]+label:after {
    color: #fff
}

.hb-day [type=checkbox]+label:hover:before {
    border-color: #FED118
}

.hb-day [type=checkbox]:checked+label:after {
    background-color: #FED118
}

.hb-day .toast-container {
    min-width: 214px;
    height: 40px;
    background-color: #f2f3f8;
    -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25))
}

.hb-day .toast-container i {
    padding-left: 25px;
    padding-right: 18px
}

.hb-day .toast-container .toast-text {
    color: #232a4a
}

.hb-day input.small[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -999999px
}

.hb-day input.small[type=checkbox]+label {
    font-size: 14px;
    line-height: 1;
    position: relative;
    display: inline-block;
    height: 14px;
    padding-left: 1.5em;
    cursor: pointer
}

.hb-day input.small[type=checkbox]+label:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hb-day input.small[type=checkbox]+label:after {
    content: "\2713";
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    height: 14px;
    width: 14px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.hb-day input.small[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.hb-day input.small[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hb-day input.medium[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -999999px
}

.hb-day input.medium[type=checkbox]+label {
    font-size: 18px;
    line-height: 1;
    position: relative;
    display: inline-block;
    height: 18px;
    padding-left: 1.5em;
    cursor: pointer
}

.hb-day input.medium[type=checkbox]+label:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hb-day input.medium[type=checkbox]+label:after {
    content: "\2713";
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.hb-day input.medium[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.hb-day input.medium[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hb-day input:disabled {
    background-color: #f9f7fd
}

.hb-day input:-webkit-autofill,
.hb-day select:-webkit-autofill,
.hb-day textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #232a4a !important
}

.hb-day,
.hb-day body,
.hb-night,
.hb-night body {
    background-color: #00003f
}

.hb-day ::-webkit-scrollbar,
.hb-night ::-webkit-scrollbar {
    background-color: transparent
}

.hb-day ::-webkit-scrollbar-thumb,
.hb-night ::-webkit-scrollbar-thumb {
    background-color: #dfe2e7
}

.hb-day ::-webkit-scrollbar-track,
.hb-night ::-webkit-scrollbar-track {
    background-color: transparent
}

input:-ms-input-placeholder {
    color: #aeb9d8
}

input::-webkit-input-placeholder {
    color: #aeb9d8
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #aeb9d8
}

.zh-cn .m_banner img.zh-cn_img,
.zh-cn .success_alert .download_cn {
    display: block
}

.zh-cn .success_alert .download_en {
    display: none
}

.en-us .m_banner img.en-us_img,
.ko-kr .m_banner img.ko-kr_img {
    display: block
}

.checkbox {
    position: relative;
    display: inline-block;
    background: #FED118;
    border-radius: 3px;
    width: 28px;
    height: 28px;
    margin-right: 20px;
    cursor: pointer
}

.checkbox input {
    position: absolute;
    opacity: 0
}

.checkbox b:after,
.checkbox b:before {
    display: none;
    position: absolute;
    width: 3px;
    height: 16px;
    background-color: #fff;
    content: "";
    top: 5px;
    left: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkbox b:after {
    height: 8px;
    top: 13px;
    left: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.checkbox :checked~b:after,
.checkbox :checked~b:before {
    display: inline-block
}

.topbar {
    height: 110px;
    background-color: rgba(28, 104, 255, .2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.topbar .logo-a {
    display: block;
    height: 50px;
    width: 300px;
    background: url(../../img/ios/logo-a.png) no-repeat 0 0;
    margin: 0 0 0 30px;
    text-indent: -999px;
    position: relative;
    z-index: 2;
    top: 25px
}

.topbar .logo-o {
    display: block;
    height: 50px;
    width: 300px;
    background: url(../../img/ios/logo-o.png) no-repeat 0 0;
    margin: 0 0 0 30px;
    text-indent: -999px;
    position: relative;
    z-index: 2;
    top: 25px
}

.topbar .login_change {
    font-size: 28px;
    color: #fff;
    position: absolute;
    height: 56px;
    padding: 0 20px;
    right: 40px;
    top: 24px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 56px;
    border-radius: 10px
}

.m_banner {
    width: 100%;
    min-height: 680px;
    /*background: url(../../img/ios/banner.png) no-repeat -360px 0;*/
    padding-top: 238px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.m_banner .banner_slogan {
    border-left: 8px solid #FED118;
    color: #fff;
    padding-left: 31px;
    margin: 0 0 0 41px
}

.m_banner .banner_slogan dt {
    font-size: 68px;
    color: #fff;
    line-height: 72px
}

.m_banner .banner_slogan dd {
    font-size: 40px;
    color: #fff;
    line-height: 64px
}

.steps {
    margin: -150px 40px 40px;
    min-height: 234px;
    background: #0e1066 url(../../img/ios/steps.png) no-repeat center 100px;
    border-radius: 20px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.steps .title {
    font-size: 28px;
    text-align: center
}

.steps .title span {
    display: inline-block;
    min-width: 202px;
    max-width: 610px;
    min-height: 56px;
    background-color: hsla(0, 0%, 100%, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 15px;
    border-radius: 0 0 10px 10px
}

.steps .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 114px;
    font-size: 24px
}

.steps .columns div {
    width: 224px;
    text-align: center
}

.multilanguage {
    height: 130px;
    position: relative
}

.multilanguage .languageselector {
    position: absolute;
    right: 40px;
    bottom: 40px
}

.multilanguage select {
    height: 56px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 4px;
    background-size: 48px auto;
    color: #aeb9d8;
    font-size: 28px;
    padding-right: 44px;
    text-align: right
}

.multilanguage select:after {
    content: "333";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background-color: #aeb9d8;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%)
}

.m_register {
    padding: 0 30px;
    margin: 0 40px 40px;
    font-size: 28px;
    background-color: #0c2b4842;
    border-radius: 20px
}

.m_register .group {
    position: relative;
    display: block;
    height: 100px;
    border-bottom: 1px solid #172685
}

.m_register .group .label {
    display: none
}

.m_register .group .content {
    width: 100%
}

.m_register .group .content input {
    background: none
}

.m_register .group .content .input_select .select_output {
    background: none;
    line-height: 100px;
    height: 100px;
    padding: 0;
    margin-top: -100px;
    color: #aeb9d8;
    margin-right: 10px
}

.m_register .group .content .input_select .select_output:after {
    border-top: 2px solid #8188aa;
    border-right: 2px solid #8188aa;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 10px;
    height: 15px
}

.m_register .group .content .input_select input {
    visibility: hidden;
    height: 100px;
    border: none
}

.m_register .relative {
    position: relative
}

.m_register div.input_select {
    display: inline-block
}

.m_register div.input_select .select_value {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    background: none
}

.m_register div.input_select .select_option {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100vh;
    background-color: #14205b
}

.m_register div.input_select .select_option p {
    line-height: 80px;
    height: 80px
}

.m_register div.input_select .select_option p .key {
    color: #c7cce6
}

.m_register div.input_select .select_option p.label {
    line-height: 80px;
    height: 80px
}

.m_register input.input_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    border: none;
    background: none;
    font-size: 28px;
    /*color: #cfd3e9;*/
    text-indent: 0;
    color: #fff;
}

.m_register input.input_text::placeholder {
    color: #fff;
}

/*.m_register input.input_text::-webkit-input-placeholder {*/
/*    color: #3e5699*/
/*}*/

.m_register .input_sms_code {
    position: relative;
    font-weight: 400
}

.m_register .input_sms_code .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    border: none;
    padding: 0 10px;
    color: #FED118;
    font-size: 28px;
    z-index: 1
}

.m_register .input_sms_code .btn:before {
    content: "";
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 9px;
    display: none
}

.m_register .input_sms_code .btn:hover {
    background-color: inherit
}

.m_register .input_sms_code .btn:disabled {
    background-color: inherit;
    color: #61688a
}

.m_register .input_sms_code .btn:disabled:hover {
    text-decoration: none
}

.m_register .input_sms_code span {
    color: #61688a
}

.m_register .input_email_code,
.m_register .input_phone {
    position: relative
}

.m_register .input_phone .wrap_select {
    float: left;
    width: 20%;
    position: absolute;
    z-index: 5
}

.m_register .input_phone .input_select input {
    height: 100px;
    border: none
}

.m_register .input_phone .input_text {
    float: right;
    width: 100%;
    position: relative;
    text-indent: 22%
}

.m_register .input_phone .input_text:focus {
    color: #cfd3e9
}

.m_register .input_img_code {
    position: relative
}

.m_register .input_img_code .img_code {
    position: absolute;
    right: 0;
    top: 27px;
    height: 48px;
    border-radius: 3px;
    cursor: pointer
}

.m_register .size_full {
    display: block;
    width: 100%
}

.m_register .btn.btn_submit {
    height: 80px;
    border: none;
    margin: 20px auto 0;
    display: block;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    width: 100%;
    background: #FED118;
    border-radius: 10px
}

.m_register .btn.btn_submit:disabled {
    background: #4e5b85
}

.m_register .submit {
    padding: 65px 0 50px
}

.m_register .clause {
    padding-top: 39px;
    display: block;
    line-height: 1;
    padding-left: 34px;
    text-indent: -34px
}

.m_register .clause a {
    color: #FED118
}

.m_register .clause .checkbox {
    vertical-align: top
}

.m_register .page_tab {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px
}

.m_register .page_tab span {
    cursor: pointer;
    float: left;
    font-size: 32px;
    text-align: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 0;
    border-bottom: 4px solid #172685
}

.m_register .page_tab span s {
    display: none;
    width: 80px;
    height: 4px;
    background-color: #c3c9dd;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -4px
}

.m_register .form_reg_phone .reg_email_show {
    display: none
}

.m_register .form_reg_phone .reg_phone_show {
    display: block
}

.m_register .form_reg_phone .page_tab .tab_phone {
    color: #FED118
}

.m_register .form_reg_email .reg_email_show,
.m_register .form_reg_phone .page_tab .tab_phone s {
    display: block
}

.m_register .form_reg_email .reg_phone_show {
    display: none
}

.m_register .form_reg_email .page_tab .tab_email {
    color: #FED118
}

.m_register .form_reg_email .page_tab .tab_email s {
    display: block
}

.com_toast .toast_content {
    padding: 30px 40px;
    font-size: 25px
}

.com_toast .toast_content i {
    display: none
}

.component_tips {
    padding: 30px 40px;
    font-size: 25px;
    color: #495666
}

.component_tips:after {
    border-width: 20px;
    bottom: -19px;
    margin-left: -20px;
    border-top-color: #fff
}

.component_tips.tips_position_right:after {
    left: 24px
}

.success_alert {
    display: none;
    text-align: center;
    background: -webkit-linear-gradient(top, #e6f2ff, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6f2ff), to(#fff));
    background: -o-linear-gradient(top, #e6f2ff 0, #fff 100%);
    background: linear-gradient(180deg, #e6f2ff 0, #fff);
    margin: 160px 40px 30px;
    border-radius: 20px;
    position: relative
}

.success_alert .congratulation {
    width: 428px;
    height: 244px;
    background: url(https://file.hbfile.net/global/image/pic-success.00f8c32.svg) no-repeat 0 0;
    position: absolute;
    left: 50%;
    top: -92px;
    margin-left: -214px
}

.success_alert .logo {
    display: none;
    background: url(https://file.hbfile.net/global/image/logo.fd81294.svg) no-repeat 0 0
}

.success_alert .content .icon_success {
    display: inline-block;
    display: none;
    width: 160px;
    height: 160px;
    background: url(https://file.hbfile.net/global/image/icon-success.6d50ec0.svg) no-repeat 50%/100%
}

.success_alert .success_tips {
    padding: 170px 40px 35px;
    color: #9aa5b5
}

.success_alert .success_tips h6 {
    font-family: PingFangSC-Semibold, sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #14181f;
    line-height: 48px;
    padding: 40px 0;
    font-weight: 400
}

.success_alert .success_tips p {
    font-size: 32px;
    padding-bottom: 24px;
    line-height: 32px
}

.success_alert .steps {
    margin-top: 0;
    margin-bottom: 0;
    background: rgba(0, 102, 237, .06) url(https://file.hbfile.net/global/image/bg-steps-light.be180c1.svg) no-repeat 50%;
    color: #14181f
}

.success_alert .steps .title span {
    background-color: rgba(0, 102, 237, .06)
}

.success_alert .steps .columns div {
    width: 196px
}

.success_alert .steps .weak {
    opacity: .5
}

.success_alert .sugar_tips {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(160, 193, 227, .14)), to(hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(top, rgba(160, 193, 227, .14) 2%, hsla(0, 0%, 100%, 0));
    background-image: -o-linear-gradient(top, rgba(160, 193, 227, .14) 2%, hsla(0, 0%, 100%, 0) 100%);
    background-image: linear-gradient(180deg, rgba(160, 193, 227, .14) 2%, hsla(0, 0%, 100%, 0));
    border-style: solid;
    -webkit-border-image: -webkit-linear-gradient(180deg, #cfdbea 0, #fff 80%) 1;
    border-image: -webkit-linear-gradient(180deg, #cfdbea 0, #fff 80%) 1;
    -o-border-image: -o-linear-gradient(top, #cfdbea 0, #fff 80%) 1;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#cfdbea), color-stop(80%, #fff)) 1;
    border-image: linear-gradient(180deg, #cfdbea 0, #fff 80%) 1;
    border-radius: 2px;
    text-align: left;
    font-size: 24px;
    color: #9aa5b5;
    line-height: 40px;
    padding: 24px
}

.success_alert .sugar_tips b {
    font-size: 28px;
    line-height: 40px;
    color: #1c242c;
    font-weight: 400
}

.success_alert .sugar_tips p {
    font-size: 24px;
    padding-bottom: 3px
}

.success_alert .sugar_tips p:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    clear: both
}

.success_alert .sugar_tips .sugars {
    width: 100%;
    margin-bottom: 12px
}

.success_alert .sugar_tips .sugars th {
    width: 1em;
    text-align: right
}

.success_alert .sugar_tips .sugars td,
.success_alert .sugar_tips .sugars th {
    font-weight: 400;
    font-size: 24px;
    color: #495666;
    height: 40px;
    padding-right: 10px
}

.success_alert .down_tips {
    font-size: 28px;
    margin: 70px 40px 0
}

.success_alert .down_tips p {
    padding-bottom: 40px;
    position: relative
}

.success_alert .down_tips .award {
    background-color: #ffd028;
    color: #000;
    min-height: 46px;
    border-radius: 23px 23px 0 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 20px;
    position: absolute;
    right: -1px;
    bottom: 100px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    max-width: 490px;
    text-align: left;
    pointer-events: none
}

.success_alert .down_tips .award:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -39px;
    width: 80px;
    height: 40px;
    background-color: #ffd028
}

.success_alert .down_tips .award:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -59px;
    width: 160px;
    height: 59px;
    background-color: #0066ed;
    border-radius: 0 40px 10px 0;
    z-index: 1
}

.success_alert .contact_tips {
    background: #f2f6fa;
    padding: 83px 40px;
    font-size: 24px;
    color: #1c242c
}

.success_alert .contact_tips h5 {
    font-size: 24px;
    color: #495666;
    text-align: center;
    line-height: 24px;
    padding-bottom: 24px;
    font-weight: 400
}

.success_alert .contact_tips p {
    font-size: 20px;
    text-align: center;
    padding-bottom: 18px
}

.success_alert .contact_tips .service {
    font-size: 28px;
    color: #9aa5b5;
    text-align: center;
    line-height: 32px
}

.success_alert .contact_tips .service img {
    vertical-align: middle
}

.success_alert .contact_tips .down {
    padding: 40px 0 64px
}

.success_alert .contact_tips .down p {
    padding-bottom: 17px
}

.success_alert .success_banners p {
    margin-bottom: 24px
}

.success_alert .success_banners .pic_cn,
.success_alert .success_banners .pic_en {
    display: none
}

.success_alert .success_banners a {
    width: 100%;
    display: inline-block
}

.success_alert .success_banners img {
    width: 100%
}

.success_alert .success_banners.cn .pic_cn,
.success_alert .success_banners.en .pic_en {
    display: inline-block
}

.success_alert .success_banners .right {
    font-size: 20px;
    color: #9aa5b5;
    text-align: center;
    line-height: 32px
}

.success_alert .btn_link {
    background: #0066ed;
    border-radius: 10px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    height: 80px;
    line-height: 80px;
    display: block;
    text-align: center
}

.success_alert .btn_link i {
    display: none;
    width: 44px;
    height: 44px;
    background: url(https://file.hbfile.net/global/image/icon-downloadapp.fc38eed.svg) no-repeat top;
    margin-right: 10px;
    vertical-align: middle
}

.success_alert .download_cn {
    display: none
}

.success_alert .download_en {
    display: block
}

.nc-container {
    margin: 20px 0
}

.nc-container .nc_scale span,
.nc_scale {
    height: 80px;
    line-height: 80px
}

.nc-container .nc_scale .scale_text {
    font-size: 25px
}

.nc-container .nc_scale span.btn_ok {
    background-size: 30px 30px
}

.niubility {
    border-radius: 20px;
    background: #fff;
    text-align: center;
    margin: 0 40px;
    padding: 70px 42px
}

.niubility .title {
    font-size: 40px;
    color: #1c242c;
    text-align: center;
    line-height: 60px;
    margin-bottom: 24px
}

.niubility .desc {
    font-size: 30px;
    color: #596a7a;
    text-align: center;
    line-height: 48px
}

.niubility dl dt {
    padding-top: 127px;
    font-size: 36px;
    color: #1c242c;
    text-align: center;
    line-height: 36px
}

.niubility dl dt img {
    margin-bottom: 40px
}

.niubility dl dd {
    padding-top: 32px;
    font-size: 28px;
    color: #596a7a;
    text-align: center;
    line-height: 40px
}

.dialog_sugar_rule {
    display: none;
    position: fixed;
    padding: 140px 24px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9;
    background: rgba(0, 0, 0, .5)
}

.dialog_sugar_rule .hd {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 180px;
    font-size: 40px;
    padding: 0 42px;
    background: #14205b url(https://file.hbfile.net/global/image/bg-rule.cc2fdb8.jpg) no-repeat 100% 0/auto 180px
}

.dialog_sugar_rule .hd span {
    line-height: 48px;
    display: inline-block;
    padding-right: 250px;
    width: 95%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dialog_sugar_rule .hd:after {
    content: "";
    display: inline-block;
    height: 180px;
    width: 1px;
    vertical-align: middle
}

.dialog_sugar_rule .bd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 32px;
    color: #1f3f59;
    letter-spacing: 0;
    text-align: left;
    line-height: 48px;
    padding: 32px;
    min-height: 300px;
    overflow-y: auto;
    background: #fff
}

.dialog_sugar_rule .bd ol li {
    padding-bottom: 83px
}

.dialog_sugar_rule .ft {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 30px;
    background: #fff
}

.dialog_sugar_rule .ft button {
    border: none;
    background: #FED118;
    border-radius: 4px;
    height: 78px;
    width: 100%;
    color: #fff;
    font-size: 28px
}

.sugar_banner {
    display: none;
    background: url(https://file.hbfile.net/global/image/sugar_banner.a7733f2.svg) no-repeat 50% 22px;
    min-height: 525px;
    margin-top: -70px;
    padding-top: 440px;
    padding-bottom: 50px
}

.sugar_banner .title {
    min-height: 158px;
    text-align: center
}

.sugar_banner .sugar_detail {
    margin: 0 30px;
    padding: 36px 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #14205b), to(#1c2d82));
    background-image: -webkit-linear-gradient(0, #14205b, #1c2d82);
    background-image: -o-linear-gradient(0, #14205b 0, #1c2d82 100%);
    background-image: linear-gradient(0, #14205b, #1c2d82);
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-linear-gradient(0deg, #14205b, #0077fd) 1;
    border-image: -webkit-linear-gradient(0deg, #14205b, #0077fd) 1;
    -o-border-image: -o-linear-gradient(bottom, #14205b, #0077fd) 1;
    border-image: -webkit-gradient(linear, left bottom, left top, from(#14205b), to(#0077fd)) 1;
    border-image: linear-gradient(0deg, #14205b, #0077fd) 1
}

.sugar_banner .sugar_detail p {
    font-size: 24px;
    color: #b3c0ff;
    text-align: center;
    line-height: 36px
}

.sugar_banner .sugar_detail p a {
    color: #FED118
}

.sugar_banner .sugar_detail .gift_detail {
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 8px
}

.sugar_banner .sugar_detail .gift_detail td,
.sugar_banner .sugar_detail .gift_detail th {
    padding-bottom: 17px;
    vertical-align: top;
    line-height: 40px
}

.sugar_banner .sugar_detail .gift_detail th {
    color: #FED118;
    font-weight: 400;
    padding-right: 24px;
    white-space: nowrap
}

.sugar_banner .sugar_detail .gift_detail i {
    font-weight: 400;
    color: #f9ad40
}

.sugar_banner .sugar_detail .coins {
    padding-bottom: 12px
}

.sugar_banner .sugar_detail .coins:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    clear: both
}

.sugar_banner .sugar_detail .coins li {
    display: inline-block;
    float: left;
    width: 25%;
    height: 40px;
    margin-bottom: 24px;
    font-size: 24px
}

.sugar_banner .sugar_detail .coins li span {
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0076fd), to(rgba(176, 198, 255, 0)));
    background-image: -webkit-linear-gradient(top, #0076fd, rgba(176, 198, 255, 0));
    background-image: -o-linear-gradient(top, #0076fd 0, rgba(176, 198, 255, 0) 100%);
    background-image: linear-gradient(180deg, #0076fd 0, rgba(176, 198, 255, 0));
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 2px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    line-height: 35px
}

.sugar_banner .sugar_detail .coins li span:after {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    content: "";
    background: #14205b;
    border-radius: 50%
}

.sugar_banner .sugar_detail .coins li img {
    position: relative;
    vertical-align: middle;
    z-index: 3;
    background: #14205b
}

.sugar_banner .sugar_detail .coins li.white span:after {
    background: #fff
}

.sugar_banner .sugar_detail .coins li.white img {
    background: #fff;
    border-radius: 50%
}

.sugar_show {
    display: none
}

.sugar_hide,
body.sugar .sugar_show {
    display: block
}

body.sugar .sugar_hide {
    display: none
}

.page.blur {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    left: 0;
    right: 0
}

.o_hidden,
.page.blur {
    overflow: hidden
}

.dialog .dia_tit {
    font-size: 30px
}

.dialog .dia_tit .close i {
    font-size: 28px
}

.dialog .dia_content {
    padding-bottom: 20px
}

.dialog .dia_submit {
    display: none
}

.dialog .group .label {
    font-size: 22px;
    height: 50px
}

html .dialog_wrap .is_loading .group_loading {
    display: none
}

html .dialog_wrap ._nc .stage1 {
    height: 110px
}

html .dialog_wrap ._nc .stage1 .button,
html .dialog_wrap ._nc .stage1 .label,
html .dialog_wrap ._nc .stage1 .slider,
html .dialog_wrap ._nc .stage1 .track div {
    height: 100px;
    line-height: 100px
}

html .dialog_wrap ._nc .stage1 .label {
    font-size: 28px
}

html .dialog_wrap ._nc .stage1 .slider {
    border: 1px solid #4e5b85
}

html .dialog_wrap ._nc .stage1 .slider .label {
    margin-top: 0
}

html .dialog_wrap ._nc .stage1 .button {
    width: 130px
}

html .dialog_wrap ._nc .stage1 .track div {
    font-size: 28px
}

html .dialog_wrap ._nc .stage1 .icon {
    font-size: 50px;
    left: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px
}

@media screen and (max-width:751px) {
    .dialog_wrap .dialog {
        padding: 32px 10px 0
    }

    .dialog_wrap .dialog .dia_tit b {
        font-weight: 600;
        font-size: 40px;
        line-height: 56px;
        color: #cccbe5
    }

    .dialog_wrap .dialog .dia_tit span img {
        width: 18px;
        height: 18px
    }

    .dialog_wrap .dialog .dia_tit .dia_close {
        margin-top: 20px
    }

    .dialog_wrap .dia_content {
        overflow: hidden
    }

    .dialog_wrap .dia_content .is_loading .group_loading {
        display: none
    }

    .dialog_wrap .dia_content .group .label {
        margin-top: 70px;
        font-size: 24px;
        line-height: 34px
    }

    .dialog_wrap .dia_content .group .content {
        margin-top: 40px
    }

    .dialog_wrap .dia_content .re_captcha {
        min-height: 160px;
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .dialog_wrap .dia_content .re_captcha iframe {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2)
    }

    .dialog_wrap .dia_content .input_img_code {
        margin-top: 60px
    }

    .dialog_wrap .dia_content .input_img_code input.input_text {
        height: 88px;
        font-size: 32px;
        padding: 0
    }

    .dialog_wrap .dia_content .input_img_code .img_code {
        height: 82px
    }

    .dialog_wrap .dia_content .input_img_code #captcha_code_btn {
        border-radius: 10px;
        height: 88px;
        font-size: 32px;
        margin-top: 60px
    }

    .dialog_wrap .dia_content .input_img_code .error-tip {
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
        color: #d14b64;
        margin-top: 16px
    }
}

.dia_input .input_top {
    *zoom: 1
}

.dia_input .input_top:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ""
}

.form-group {
    margin-bottom: 20px;
    font-size: 16px
}

.form-group label {
    font-size: 12px;
    line-height: 12px;
    max-width: 100%;
    display: inline-block;
    height: 22px
}

.form-group .input-group {
    width: 100%;
    position: relative
}

.form-group .input-group-addon {
    text-align: center;
    line-height: 30px;
    border: none;
    outline: none
}

.form-group .input-group-addon:first-child {
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100px
}

.form-group .input-group-addon:first-child+input {
    padding-left: 120px
}

.form-group .input-group-addon:last-child {
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px
}

.form-group .input-group-addon:last-child:disabled {
    cursor: not-allowed
}

.form-group .input-group-selector {
    display: none;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    overflow: auto
}

.form-group .input-group-selector dl {
    padding: 0 20px;
    cursor: pointer;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-group [type=password],
.form-group [type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 48px;
    border-radius: 3px;
    padding-left: 20px
}

.form-group,
.with-tooltip {
    position: relative
}

.form-group .tooltip,
.with-tooltip .tooltip {
    font-size: 14px;
    cursor: auto;
    display: none;
    font-style: normal;
    position: absolute;
    border-radius: 3px;
    top: 0;
    padding: 8px 10px
}

.form-group .tooltip:after,
.with-tooltip .tooltip:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: inherit;
    bottom: -5px;
    z-index: -1
}

.toast {
    position: fixed;
    z-index: 10;
    top: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.toast-container {
    display: inline-block;
    text-align: left;
    min-width: 214px;
    height: 40px;
    line-height: 40px;
    font-size: 0
}

.toast i {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 18px
}

.toast-text {
    font-size: 14px;
    padding-right: 25px
}

.dialog_wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    text-align: center;
    background: rgba(0, 0, 0, .4)
}

.dialog_wrap .upper {
    text-transform: uppercase
}

.dialog {
    display: inline-block;
    width: 560px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: left;
    vertical-align: middle
}

.dialog .dia_tit {
    padding: 0 24px 30px;
    word-break: break-all;
    font-size: 24px;
    line-height: 24px
}

.dialog .dia_tit div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dialog .dia_tit b {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 34px;
    font-weight: 400
}

.dialog .dia_tit p {
    font-size: 12px;
    line-height: 16px
}

.dialog .dia_tit .close {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.dialog .dia_tit .close img {
    float: right;
    pointer-events: none
}

.dialog .dia_content {
    max-height: 400px;
    padding: 0 24px;
    margin-bottom: 16px;
    overflow: auto;
    clear: both
}

.dialog .dia_submit {
    padding: 0 24px 24px;
    clear: both;
    text-align: right
}

.dialog .dia_submit button {
    width: 200px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    color: rgba(30, 39, 49, .5);
    border-radius: 4px;
    margin: 0 10px;
    border: none
}

.dialog .dia_submit button.btn_cancel {
    background: none;
    color: #FED118
}

.dialog .dia_submit button.btn_cancel:hover {
    color: rgba(53, 124, 225, .8);
    background-color: #f8f9fa
}

.dialog .dia_submit button.disabled {
    cursor: not-allowed;
    background-color: #61688a;
    color: #fff
}

.dialog .dia_submit button.disabled:hover {
    background-color: #61688a;
    color: #fff
}

.dialog .dia_submit .error_notice {
    display: inline-block;
    margin-right: 15px;
    color: #ff1919
}

.dialog .dia_submit .error_notice:empty {
    display: none
}

.dialog .dia_submit .error_notice i {
    margin-right: 5px
}

.dialog .dia_foot {
    padding: 30px 40px 40px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(30, 39, 49, .5);
    background-color: #f8f9fb
}

.dialog .dia_foot a {
    color: #ff7519
}

.dialog .dia_loading {
    text-align: center;
    padding-bottom: 20px
}

.dialog .dia_loading img {
    height: 32px
}

.dialog_extra {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.dia_input {
    padding-bottom: 30px;
    font-size: 12px
}

.dia_input .input_top {
    height: auto;
    min-height: 12px;
    line-height: 12px;
    padding-bottom: 10px
}

.dia_input .input_top b {
    float: left;
    font-weight: 400
}

.dia_input .input_top .pro_warning {
    padding-top: 1px;
    text-align: right
}

.dia_input .input_top .pro_warning i {
    padding-right: 4px;
    font-size: 16px
}

.dia_input .input_middle {
    position: relative
}

.dia_input .input_middle .input_amount {
    font-size: 24px
}

.dia_input .input_middle .input_amount i {
    font-size: 14px
}

.dia_input .input_middle .input_text {
    display: block;
    width: 100%;
    height: 46px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    text-indent: 20px;
    border-radius: 3px;
    border: 1px solid
}

.dia_input .input_middle .input_text.textarea {
    padding: 10px 20px;
    height: 120px;
    text-indent: 0;
    margin-bottom: 0
}

.dia_input .input_middle .input_text_right {
    position: absolute;
    top: 13px;
    right: 20px;
    height: 20px;
    line-height: 20px
}

.dia_input .input_middle .input_text_right.sms_verify {
    padding-left: 15px;
    border-left: 1px solid
}

.dia_input .input_middle .input_select {
    position: relative;
    height: 64px
}

.dia_input .input_middle .input_select ul {
    font-size: 12px
}

.dia_input .input_middle .input_select ul li {
    height: 36px;
    padding: 14px 20px;
    line-height: 18px;
    cursor: pointer;
    color: #1e2731;
    border-bottom: 1px solid #f8f9fb;
    background-color: #fff
}

.dia_input .input_middle .input_select ul li:hover {
    background-color: #f8f9fb
}

.dia_input .input_middle .input_select .select_cur {
    position: relative;
    z-index: 2
}

.dia_input .input_middle .input_select .select_cur li {
    border-bottom: none;
    background-color: rgba(30, 39, 49, .02)
}

.dia_input .input_middle .input_select .select_cur li:hover {
    background-color: rgba(30, 39, 49, .05)
}

.dia_input .input_middle .input_select .select_cur li i.arrow_down {
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(30, 39, 49, .25);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.dia_input .input_middle .input_select .select_other {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25)
}

.dia_input .input_middle .input_select .select_other ul {
    max-height: 256px;
    overflow: auto
}

.dia_input .input_middle .input_select .select_other a {
    display: block;
    height: 57px;
    font-size: 14px;
    line-height: 57px;
    text-align: center;
    color: #ff7519
}

.dia_input .input_middle .input_select .select_other a b {
    font-size: 28px
}

.dia_input .input_bottom {
    padding-top: 8px;
    font-size: 12px;
    text-align: right
}

.dia_input .input_bottom.align_left {
    text-align: left
}

.dia_input .input_bottom a {
    color: rgba(30, 39, 49, .5)
}

.dia_input .input_bottom a:hover {
    color: #1e2731
}

.dia_input .input_bottom a .color_master {
    font-weight: 400;
    color: #1e2731
}

@media only screen and (max-width:800px) {
    .dialog {
        width: calc(100% - 50px)
    }

    .dialog .dia_tit {
        padding: 0 30px 30px
    }

    .dialog .dia_content {
        padding: 0 30px
    }

    .dialog .dia_submit {
        border-top: 1px solid #4e5b85;
        padding: 20px 0;
        text-align: center
    }

    .dialog .dia_submit button {
        background: none;
        color: #7a98f7
    }

    .dialog .dia_submit button:hover {
        background: none
    }

    .dialog .dia_submit button.btn-primary {
        background: none;
        color: #7a98f7
    }

    .dialog .dia_submit button.btn-primary:hover {
        background: none
    }

    .dialog .dia_submit button.disabled,
    .dialog .dia_submit button.disabled:hover {
        background: none;
        color: #61688a
    }

    .dialog .vote_dia_content .vote_amount input {
        width: calc(100% - 162px)
    }

    .dialog .vote_dia_content .vote_amount span {
        width: 50px
    }
}

.hb-day .dialog {
    background-color: #fff
}

.hb-day .dialog .dia_tit span {
    color: #9194a4
}

.hb-day .dialog .dia_tit span:hover {
    color: #232a4a
}

.hb-day .dia_input,
.hb-day .dialog .dia_tit p {
    color: #9194a4
}

.hb-day .dia_input .input_middle .input_text {
    border-color: #d1d3df;
    background-color: #fff;
    color: #232a4a
}

.hb-day .dia_input .input_middle .input_text:focus {
    border-color: #7a98f7
}

.hb-day .dia_input .input_middle .input_text:disabled {
    color: #232a4a;
    border-color: #fff;
    background-color: #f9f7fd
}

.hb-day .dia_input .input_middle .input_text_right {
    color: #d1d3df
}

.hb-day .dia_input .input_middle .input_text_right.sms_verify {
    border-color: #d1d3df
}

.hb-day .dia_input .input_middle .input_text_right.sms_verify span {
    color: #9194a4
}

.hb-night .dialog {
    background-color: #262a42
}

.hb-night .dialog .dia_tit span {
    color: #61688a
}

.hb-night .dialog .dia_tit span:hover {
    color: #c7cce6
}

.hb-night .dia_input,
.hb-night .dialog .dia_tit p {
    color: #61688a
}

.hb-night .dia_input .input_middle .input_text {
    border-color: #4e5b85;
    background-color: #1e2235;
    color: #c7cce6
}

.hb-night .dia_input .input_middle .input_text:focus {
    border-color: #7a98f7
}

.hb-night .dia_input .input_middle .input_text:disabled {
    color: #c7cce6;
    border-color: #1e2235;
    background-color: #202437
}

.hb-night .dia_input .input_middle .input_text_right {
    color: #4e5b85
}

.hb-night .dia_input .input_middle .input_text_right.sms_verify {
    border-color: #4e5b85
}

.hb-night .dia_input .input_middle .input_text_right.sms_verify span {
    color: #61688a
}

.dia_loading {
    padding: 20px 40px 100px;
    font-size: 18px;
    line-height: 34px
}

.dia_jump_content {
    font-size: 14px;
    line-height: 22px
}

.dia_jump_content p {
    padding-bottom: 10px
}

.dia_jump_content a,
.dia_jump_content a:hover {
    color: #ff7519
}

.dia_btn_foot {
    padding-bottom: 20px;
    text-align: right
}

.dia_btn_foot a {
    display: inline-block;
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #ff7519
}

.dia_btn_foot a:hover {
    background-color: #ff893b
}

.arg_content {
    height: 350px;
    position: relative;
    overflow: hidden
}

.arg_content h5 {
    padding-bottom: 10px
}

.arg_content p {
    line-height: 22px;
    padding-bottom: 20px
}

.arg_content b {
    font-weight: 700
}

.arg_content .dia_cont {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    height: 350px;
    position: absolute;
    z-index: 2;
    overflow: auto;
    padding: 20px 20px 40px;
    left: 0;
    right: 0
}

.dia_arg_btn {
    text-align: center
}

.dia_arg_btn p {
    padding: 30px 0
}

.dia_arg_btn .btn_submit {
    width: 320px;
    height: 40px;
    font-size: 14px;
    border: none
}

.btn_segwit2x,
.dia_verify_btn {
    padding-top: 30px
}

.dia_verify_btn {
    text-align: right
}

.dia_verify_btn .btn_submit {
    width: 120px;
    height: 40px;
    font-size: 14px;
    border: none;
    border-radius: 3px
}

.new_chain {
    margin-bottom: 2px
}

.new_chain .copy {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    word-break: break-all;
    line-height: 28px;
    margin-right: 20px
}

.new_chain .qrcode_img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    width: 80px;
    height: 80px;
    margin-top: 10px
}

.new_chain .qrcode {
    width: 80px;
    font-size: 12px;
    margin-top: 8px;
    text-align: center
}

.new_chain .subtitle {
    font-size: 12px;
    margin-top: 40px
}

.new_chain .des-content {
    background-color: #f8fafc;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px
}

.new_chain .des-content p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #596a7a
}

.new_chain .des-content p em {
    margin-right: 6px
}

.hadax_access .dialog .dia_content {
    overflow: unset
}

.hadax_access .dialog .dia_submit {
    display: none
}

.hadax_access .dialog .arg_content .dia_cont {
    height: 340px
}

.hadax_access .dialog .dia_arg_btn {
    margin-top: 10px
}

.unsafety_title {
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.unsafety_desc {
    font-size: 14px;
    text-align: center;
    margin-top: 10px
}

.hb-day .arg_content {
    border-radius: 3px;
    border: 1px solid #f4f4f6
}

.hb-day .arg_content .dia_cont {
    background-color: #f8f9fb
}

.hb-day .new_chain .qrcode,
.hb-day .new_chain .subtitle {
    color: #9194a4
}

.hb-night .arg_content {
    border-radius: 3px;
    border: 1px solid #1f2943
}

.hb-night .arg_content .dia_cont {
    background-color: #1e2235
}

.hb-night .new_chain .qrcode,
.hb-night .new_chain .subtitle {
    color: #61688a
}

.ru-ru .btn_segwit2x .btn_submit {
    height: 100%;
    padding: 10px
}

.block_captcha {
    position: relative;
    min-height: 100px;
    -webkit-transition: min-height .15s ease;
    -o-transition: min-height ease .15s;
    transition: min-height .15s ease
}

.captcha_loading {
    min-height: 90px;
    background: url(https://file.hbfile.net/global/image/loading.79549a7.svg) top no-repeat/40px
}

.captcha_reload {
    line-height: 45px;
    text-align: center;
    cursor: pointer
}

.group_loading,
.group_reload {
    display: none;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.group_item {
    position: relative;
    z-index: 3
}

.is_loading .group_loading,
.is_reload .group_reload {
    display: block
}

.is_disable .block_captcha {
    min-height: 0
}

.error-tip {
    display: inline-block;
    margin-top: 10px;
    color: #d14b64;
    font-size: 12px
}

html .nc-container .nc_wrapper,
html .nc-container.tb-login .nc_wrapper {
    width: auto !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html .nc-container .errloading,
html .nc-container.tb-login .errloading {
    width: auto;
    line-height: 30px
}

html .nc-container .errloading,
html .nc_wrapper {
    font-size: 16px
}

html .nc_scale {
    height: 48px;
    line-height: 48px
}

html .nc-container .errloading {
    font-size: 16px;
    border-radius: 3px
}

html .nc-container .errloading a {
    display: inline-block;
    margin: 0 8px
}

html .nc-container .nc_scale .scale_text {
    font-size: 16px
}

html .nc-container .nc_scale span {
    border: 0;
    border-radius: 3px;
    height: 48px;
    line-height: 48px
}

html .nc-container .nc_scale span.nc-lang-cnt {
    background: none
}

html .nc-container .nc_scale span.nc-lang-cnt b {
    font-weight: 400
}

html .nc-container .nc_scale span.btn_ok,
html .nc-container .nc_scale span.btn_slide {
    width: 70px
}

html .nc-container .nc_scale span.btn_ok {
    color: #f60;
    text-indent: -9999px;
    background-image: url(https://file.hbfile.net/global/image/btn-ok.5ca98a8.png);
    background-repeat: no-repeat;
    background-position: 50%
}

html .nc-container .nc_scale .nc_bg,
html .nc-container .nc_scale .nc_ok {
    border-radius: 3px
}

html ._nc .stage1 .slider {
    left: 0;
    right: 0;
    background: none;
    -webkit-box-shadow: 0 0 1px #4e5b85;
    box-shadow: 0 0 1px #4e5b85;
    border-radius: 3px
}

html ._nc .stage1 .button {
    background-color: #4e5b85;
    border-radius: 3px;
    width: 70px
}

html ._nc .stage1 .button .icon-ok {
    color: #26b979
}

html ._nc .stage1 .icon {
    font-size: 14px;
    line-height: 30px;
    left: 25px
}

html ._nc .stage1 .track {
    border-radius: 3px
}

html ._nc .stage1 .track .bg-green {
    background-color: #1f2943;
    color: #7a98f7
}

html ._nc .stage1 .label {
    position: relative
}

html.hb-day ._nc .button {
    background-color: #d1d3e0
}

html.hb-day ._nc .icon {
    color: #232a4a
}

html.hb-day ._nc .track .bg-green {
    background-color: #f4f4f6
}

.hb-day .nc_wrapper {
    border: 1px solid #d1d3df;
    border-radius: 3px;
    overflow: hidden
}

.hb-day .nc-container .errloading,
.hb-day .nc_wrapper {
    color: #9194a4
}

.hb-day .nc-container .errloading {
    border-color: #d1d3df
}

.hb-day .nc_scale {
    background: #fff
}

.hb-day .nc-container .nc_scale .scale_text {
    color: #9194a4
}

.hb-day .nc-container .nc_scale .scale_text.scale_text.slidetounlock span[data-nc-lang=_startTEXT] {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #61688a), color-stop(.4, #61688a), color-stop(.5, #fff), color-stop(.6, #61688a), color-stop(1, #61688a));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none
}

.hb-day .icon_warn {
    color: #FED118
}

.hb-day .nc-container .nc_scale span {
    color: #232a4a
}

.hb-day .nc-container .nc_scale span.nc-lang-cnt {
    color: #d1d3df
}

.hb-day .nc-container .nc_scale span.nc-lang-cnt b {
    color: #7a98f7
}

.hb-day .nc-container .nc_scale span.btn_ok,
.hb-day .nc-container .nc_scale span.btn_slide {
    background-color: #d1d3df;
    border-radius: 0 3px 3px 0
}

.hb-day .nc-container .nc_scale .nc_bg,
.hb-day .nc-container .nc_scale .nc_ok {
    background: #f4f4f6
}

.hb-night .nc_wrapper {
    border: 1px solid #4e5b85;
    border-radius: 3px;
    overflow: hidden
}

.hb-night .nc-container .errloading,
.hb-night .nc_wrapper {
    color: #61688a
}

.hb-night .nc-container .errloading {
    border-color: #4e5b85
}

.hb-night .nc_scale {
    background: #1e2235
}

.hb-night .nc-container .nc_scale .scale_text {
    color: #61688a
}

.hb-night .nc-container .nc_scale .scale_text.scale_text.slidetounlock span[data-nc-lang=_startTEXT] {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #61688a), color-stop(.4, #61688a), color-stop(.5, #fff), color-stop(.6, #61688a), color-stop(1, #61688a));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none
}

.hb-night .icon_warn {
    color: #7a98f7
}

.hb-night .nc-container .nc_scale span {
    color: #c7cce6
}

.hb-night .nc-container .nc_scale span.nc-lang-cnt {
    color: #4e5b85
}

.hb-night .nc-container .nc_scale span.nc-lang-cnt b {
    color: #7a98f7
}

.hb-night .nc-container .nc_scale span.btn_ok,
.hb-night .nc-container .nc_scale span.btn_slide {
    background-color: #4e5b85;
    border-radius: 0 3px 3px 0
}

.hb-night .nc-container .nc_scale .nc_bg,
.hb-night .nc-container .nc_scale .nc_ok {
    background: #1f2943
}

.content .nc_wrapper {
    width: 100%;
    overflow: visible
}

.content .nc_wrapper .nc_scale {
    min-height: 48px;
    height: auto;
    position: relative
}

.content .nc_wrapper .nc_scale .nc_bg {
    width: auto;
    line-height: 48px;
    height: 48px
}

.content .nc_wrapper .nc_scale .btn_ok {
    left: auto !important;
    right: 0
}

.content .nc_wrapper .nc_scale .btn_warn {
    line-height: 48px;
    position: absolute;
    right: 0;
    left: auto !important;
    border-radius: 0
}

.content .nc_wrapper .nc_scale .scale_text {
    position: relative
}

.content .nc_wrapper .nc_scale .scale_text2 {
    width: 100% !important;
    background: #1f2943
}

.content .nc_wrapper .nc_scale .imgCaptcha {
    position: relative;
    top: 0;
    border: 0;
    border-top: 1px solid #4e5b85;
    width: 100%;
    background: #262a42;
    padding-bottom: 20px
}

.content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_text {
    background: #262a42;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 50px;
    width: auto;
    display: block;
    float: none;
    margin: 20px 130px 20px 0
}

.content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_text input {
    margin: 0;
    border: 1px solid #4e5b85;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 50px;
    background: #262a42;
    text-align: center;
    font-size: 25px
}

.content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_img {
    position: absolute;
    border-radius: 5px;
    width: 110px;
    height: 50px;
    margin: 20px 0;
    right: 10px;
    top: 0
}

.content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_img img {
    width: 100%;
    height: 100%
}

.content .nc_wrapper .nc_scale .imgCaptcha .btn_refresh {
    display: none
}

.content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn {
    background: #262a42;
    margin: 0;
    width: 100%
}

.content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_captcha_img_text {
    background: #262a42;
    padding-bottom: 5px;
    font-size: 18px;
    margin-bottom: 10px
}

.content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_captcha_img_text .nc-lang-cnt {
    line-height: 0
}

.content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_captcha_img_text .icon_close {
    margin: 0 10px
}

.content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_scale_submit {
    background-color: #7a98f7;
    width: auto;
    height: 40px;
    border-radius: 5px;
    margin: 0 10px;
    display: block
}

.content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc-lang-cnt {
    line-height: 40px;
    color: #fff
}

.hb-day .content .nc_wrapper .nc-lang-cnt,
.hb-day .content .nc_wrapper .nc_scale .scale_text .nc-lang-cnt {
    color: #7a98f7
}

.hb-day .content .nc_wrapper .nc_scale .scale_text2 {
    background: #f4f4f6
}

.hb-day .content .nc_wrapper .nc_scale .btn_warn {
    line-height: 48px;
    background: #7a98f7;
    color: #fff
}

.hb-day .content .nc_wrapper .nc_scale .imgCaptcha {
    background: #fff;
    border-color: #d1d3df
}

.hb-day .content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_text {
    background: #fff
}

.hb-day .content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_text input {
    border: 1px solid #d1d3df;
    background: #fff
}

.hb-day .content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn,
.hb-day .content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_captcha_img_text {
    background: #fff
}

.hb-day .content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_captcha_img_text .nc-lang-cnt {
    line-height: 0;
    color: #000
}

.hb-day .content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_scale_submit {
    background-color: #7a98f7;
    width: 90%;
    height: 40px;
    border-radius: 5px
}

.hb-day .content .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc-lang-cnt {
    line-height: 40px;
    color: #fff
}

.contact_div{
    position: relative;
    bottom: 20px;
    right: 30px;
}

.contact_service{
    color: #aeb9d8;
    font-size: 28px;
    text-decoration:underline;
    float: right;
    margin-top: -66px;
}

.become_proxy{
    color: #aeb9d8;
    font-size: 28px;
    text-decoration:underline;
    float: left;
    margin-top: -66px;
}

.van-dialog {
    width: 70%;
    
}

.van-dialog__message{
    font-size:25px;
    color: #333333;
    line-height: 70px;
}

.van-button--large{
    height: 80px;
    font-size:25px;
}

.van-dialog__confirm, .van-dialog__confirm:active {
    color: #FED118;
}

.emailCode{
    position: absolute; 
    top: 50%; 
    right: 20px; 
    transform: translateY(-50%);
    background: #FED118; 
    border-radius: 5px; 
    color: #fff; 
    height: 60px; 
    width: 130px;
}