﻿html, body, div, ul, li {
    padding: 0;
    margin: 0;
}

body {
    background-color: #eeeeee;
    font-family: Arial, Helvetica, Verdana;
    font-size: 14px;
    color: #4d4d4d;
    -webkit-text-size-adjust: none;
}

    body * {
        text-shadow: none;
    }

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    color: #330;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

h1, h2, h3 {
    font-size: 18px;
}

h4, h5, h6 {
    font-size: 16px;
}

p {
    margin: 0 0 10px 0;
}

a, a:link, a:active, a:visited, a:hover {
    color: #333;
    text-decoration: none;
}

pre {
    font-size: 12px;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    border-spacing: 0;
    border-collapse:
}

td {
    min-height: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}

select {
    -webkit-appearance: none;
    height: 30px;
    line-height: 29px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: none;
    border: solid 1px #a4a4a4;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #fff url(../images/bg_select.png) no-repeat right;
    position: inherit;
    /*border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
position: relative;*/
}

select, option {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin: 0;
}

input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: solid 1px #a4a4a4;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.selects {
    height: 30px;
    line-height: 30px;
}

.mm-page, #page {
    min-height: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    margin-bottom: -50px;
}

    #page nav {
        display: none;
    }

#header, .header {
    background: #FFF;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-bottom: solid 2pt #FF6600;
    text-align: center;
    line-height: 50px;
    height: 50px;
    padding: 0 50px;
    z-index: 10;
}

#header, #footer {
    position: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#footer {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 60px;
    height: 88px;
    padding: 5px;
    z-index: 10;
    position: relative;
}

.footer_text {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 12px;
    color: rgb(0, 78, 129);
    white-space: nowrap;
    padding-top: 10px;
}

    .footer_text p {
        font-size: 12px;
        line-height: 1;
        color: #333;
        padding: 5px 0 0;
        margin: 0 auto;
        font-weight: normal;
        white-space: nowrap;
        transform: scale(0.9);
    }

    .footer_text b {
        display: block;
        font-size: 12px;
        color: #333;
        line-height: 1;
        padding: 0;
        font-weight: normal;
        letter-spacing: 0;
    }


.footer_reading {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background: #1287D6;
    color: #fff;
}

.footer_next {
    position: absolute;
    bottom: 0;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/footer_next.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

#header a, .header a {
    background: center center no-repeat transparent;
    background-image: url(../images/topbar_menuGray.png);
    background-size: 40px 40px;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 5px;
}

    #header a.right, .header a.right {
        background: center center no-repeat transparent;
        background-image: url(../images/topbar_Phone.gif);
        background-size: 40px 40px;
        left: auto;
        right: 5px;
    }

    #header a.back, .header a.back {
        background: center center no-repeat transparent;
        background-image: url(../images/topbar_menuGray.png);
        background-size: 40px 40px;
        left: 5px;
    }

#header .header_img {
    display: block;
    margin: 0 auto;
    width: 225px;
    height: 50px;
    background-image: url(../images/topbar_menuGray.png);
    -moz-background-size: cover;
    background-size: cover;
}

#content, .content {
    background: #eeeeee;
    min-height: 100%;
    height: 100%;
    padding: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

#page:before {
    content: '';
    display: block;
    height: 65px;
    margin: 0 auto;
    padding: 0;
}

#footer a {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    width: 100%;
    display: block;
    text-decoration: none;
}

#footer > .footer_text > b > a {
    color: #02235c;
    text-decoration: none;
    display: inline-block;
    width: auto;
    height: auto;
}

#content a {
    /*color:#333;*/
}

.appDownloadArea {
    margin: 0 auto;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    line-height: 1;
    position: relative;
    overflow: hidden;
}

    .appDownloadArea .appLogo {
        display: inline-block;
        width: 18%;
        padding-top: 18%;
        border-radius: 8px;
        margin-right: 8px;
        overflow: hidden;
        background: url(../images/appLogo.png) center center no-repeat;
        background-size: cover;
        vertical-align: middle;
    }

    .appDownloadArea p {
        width: 55%;
        display: inline-block;
        color: #000;
        font-size: 12px;
        line-height: 1.4;
        vertical-align: middle;
    }

        .appDownloadArea p strong {
            font-size: 14px;
            display: block;
        }

    .appDownloadArea .ctaBtn {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        padding: 8px;
        background-color: #000d51;
        border-radius: 5px;
        position: absolute;
        z-index: 2;
        right: 10px;
        top: 33%;
    }

    .appDownloadArea .clrBtn {
        color: #aaa;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

        .appDownloadArea .clrBtn i {
            font-size: 13px;
        }

@media only screen and (min-width:420px) {
    .appDownloadArea .appLogo {
        width: 80px;
        padding-top: 80px;
    }

    .appDownloadArea p {
        width: 55%;
        font-size: 16px;
    }

        .appDownloadArea p strong {
            font-size: 20px;
        }
}
/*

#menu {
    background: #fff;
    padding: 0;
    margin: 0;
}
#menu ul {
    padding: 0;
    margin: 0;
    border: 0;
}
#menu ul li {
    padding: 0;
    margin: 5px 0 0 5px;
    height: 45px;
    line-height: 45px;
    background-color: #1287D6;
    #217fff border: 0;
}
#menu ul li a {
    padding: 0;
    margin: 0;
}
#menu ul li a img {
    width: 170px;
    height: 45px
}

#menu ul li span img {
    width: 170px;
    height: 45px
}*/


#menu ul li img {
    width: 170px;
    height: 45px
}

#menu ul > li {
    background-color: #1287D6;
    padding: 0;
    margin: 0;
    /*height: 45px;*/
    line-height: 45px;
}

    #menu ul > li > a {
        padding: 0.8em 0;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
    }

    #menu ul > li > span {
        padding: 0.8em 0;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
    }

        #menu ul > li > a > i.fa-fw,
        #menu ul > li > span > i.fa-fw {
            margin-right: 10px;
            font-size: 20px;
            vertical-align: middle;
            margin-left: 10px;
        }

#menu ul {
    padding: 0;
    margin: 0;
    border: 0;
}

#menu {
    background-color: #1287D6;
    padding: 0;
    margin: 0;
}

.more-item > li > a {
    /*background-color: #ffffff;*/
    color: white;
    font-size: 16px;
    line-height: 1;
    padding: 1em 0 1em 20px;
    /*padding-left: 25px;*/
    font-family: arial,'Microsoft JhengHei';
}

#menu ul > li .more-item li {
    padding: 0;
    margin: 0;
}

    #menu ul > li .more-item li > a {
        padding: 8px 0 8px 20px;
        font-size: 15px;
        line-height: 1;
        display: block;
    }

        #menu ul > li .more-item li > a:before {
            content: '‧ ';
        }

    #menu ul > li .more-item li:after {
        content: '';
        display: none;
    }

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: white;
}


.Selected li {
    background: #F7931E;
}

.mainbody {
    background: #fff;
    padding: 5px;
    margin: 0;
    padding-bottom: 20px;
    border: solid 1px #FE7F00;
    height: 140%;
}

.action_a {
    clear: both;
    margin-bottom: 2px;
    display: -webkit-flex;
    display: flex;
}

.action_b {
    float: left;
    margin-bottom: 2px;
    width: 49%;
    margin-right: 1%;
}

.action_b_last {
    margin-bottom: 2px;
    width: 50%;
    margin-right: 0%;
}

.action_a_button {
    float: right;
    width: 58px;
    margin-left: 5px;
}

.action_a_search_b {
    display: -webkit-flex;
    display: flex;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
}

    .action_a_search_b a {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../images/bottun_search.gif) no-repeat;
        text-decoration: none;
        -moz-background-size: cover;
        background-size: cover;
        text-indent: -9999px;
        white-space: nowrap;
        line-height: 0;
    }

.action_a_select_bottun a {
    display: block;
    width: 60px;
    height: 30px;
    background: url(../images/bottun_custom_a.png) no-repeat;
    text-decoration: none;
    -moz-background-size: cover;
    background-size: cover;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
}

.action_a_search_bottun a {
    display: block;
    width: 60px;
    height: 30px;
    background: url(../images/bottun_search_yellow.png) no-repeat;
    text-decoration: none;
    -moz-background-size: cover;
    background-size: cover;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    margin-left: 5px;
}

.action_main_search_button2 {
    clear: both;
    height: 43px;
    padding-top: 5px;
}

    .action_main_search_button2 a {
        display: block;
        background: #F9AF48;
        padding: 4px 0;
        line-height: 30px;
        text-align: center;
        border-radius: 6px;
        color: #fff;
        font-size: 14px;
    }

.action_a_select_a, .action_a_select_b, .action_a_select_c {
    float: left;
    width: 100%;
}

.action_a_select_a {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}

    .action_a_select_a a {
        width: 18px;
        height: 18px;
        background: url(../images/bottun_search_close.png) no-repeat;
        display: inline-block;
        position: absolute;
        top: 6px;
        right: 10px;
        text-decoration: none;
        -moz-background-size: cover;
        background-size: cover;
        text-indent: -9999px;
    }

    .action_a_select_a input {
        background: #fff url(../images/bottun_search.png) no-repeat left;
        -webkit-background-size: 35px 35px;
        background-size: 32px 32px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 35px;
    }

.action_a_text_a {
    position: relative;
    width: auto;
    background: #fff;
    margin-right: 63px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.action_a_text_a_search {
    float: left;
    padding: 5px;
}

.action_a_text_a_input {
    margin: 0 30px;
}

.action_a_text_a input {
    height: 14px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.action_a_text_a_close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.info {
    padding-top: 5px;
    font-size: 13px;
}
/*   */

.list_th, .list_tr {
    display: block;
    width: 100%;
    clear: both;
    font-size: 14px;
}

.list_th {
    min-height: 30px;
    line-height: 30px;
    height: 20px;
    color: #757575;
}

    .list_th .list_date {
        display: inline-block;
        float: left;
    }

    .list_th div {
        display: inline-block;
    }

.list_title {
    font-size: 13px;
    width: 31%;
    text-align: center;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
}

.list_tr {
    position: relative;
    min-height: 35px;
    line-height: 24px;
    color: #4d4d4d;
    border-bottom: solid 1px #EDEDED;
    padding-bottom: 6px;
}

.list_num {
    width: 13%;
    font-size: 12px;
}

.list_tt {
    position: relative;
    min-height: 10px;
    color: #4d4d4d;
}

    .list_tt .list_title {
        width: 33%;
        line-height: 16px;
        font-size: 13px;
        color: #4d4d4d;
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }

    .list_tt .list_num {
        width: 18%;
        font-size: 13px;
        color: #999;
        display: inline-block;
        vertical-align: middle;
    }

    .list_tt .list_num2 {
        display: inline-block;
        /* width: 17%; */
        font-size: 13px;
        color: #999;
        vertical-align: middle;
    }

    .list_tt .sel {
        display: inline-block;
        width: 18%;
        color: #999;
        font-size: 13px;
        vertical-align: middle;
    }

.list_tr .list_title {
    width: 33%;
    line-height: 16px;
    font-size: 13px;
    color: #4d4d4d;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

    .list_tr .list_title strong {
        line-height: 20px;
        font-size: 14px;
        color: #003270;
    }

    .list_tr .list_title span {
        font-size: 10px;
        color: #4d4d4d;
    }

.list_tr .list_num {
    width: 17%;
    font-size: 14px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.list_tr .list_num2 {
    display: inline-block;
    width: 17%;
    font-size: 13px;
    color: #999;
    vertical-align: middle;
}

.sel {
    display: inline-block;
    width: 18%;
    color: #999;
    font-size: 13px;
    vertical-align: middle;
}

    .sel a {
        display: block;
        width: 53px;
        height: 16px;
        background: no-repeat;
        background: url(../images/botton_Fund_main_01.png) no-repeat top;
        -webkit-background-size: cover;
        background-size: cover;
        float: right;
    }

.sel_a a {
    background: url(../images/botton_Fund_main_01_a.png) no-repeat top;
    -webkit-background-size: cover;
    background-size: cover;
}

.time a {
    display: block;
    width: 53px;
    height: 16px;
    background: no-repeat;
    background: url(../images/botton_Fund_main_02.png) no-repeat top;
    -webkit-background-size: cover;
    background-size: cover;
}

.time_a a {
    background: url(../images/botton_Fund_main_02_a.png) no-repeat top;
    -webkit-background-size: cover;
    background-size: cover;
}

.list_tr .l_up {
    color: #C1272D;
}

.list_tr .l_down {
    color: #39B54A;
}

.list_text {
    text-align: left;
    display: inline-block;
    width: 35%;
    vertical-align: middle;
}

.list_width2 {
    width: 50%;
}

.list_text_width2 {
    width: 48%;
}

.list_text p {
    line-height: 20px;
    margin: 0;
}

.list_button {
    margin-left: 40%;
    line-height: 15px;
    width: 60%;
    text-align: right;
}

.mainbody .back {
    display: block;
    height: 20px;
    background: #ebebeb;
    padding: 7px 2px;
    margin: 5px 0 3px 0;
}

    .mainbody .back a {
        display: block;
        float: left;
        width: 22px;
        height: 22px;
        background: url(../images/_back.png);
        text-decoration: none;
        -moz-background-size: cover;
        background-size: cover;
        text-indent: -9999px;
        margin-left: 5px;
    }

.boot {
    display: block;
    margin: 20px auto;
    width: 90%
}

    .boot a {
        display: block;
        background: #dbdbdb;
        width: 100%;
        margin-bottom: 10px;
        padding: 11px 0;
        text-align: center;
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
        border-radius: 0.5em;
        color: #494949;
    }

        .boot a span {
            color: #e61824;
        }

.fund_main_title_h2 {
    font-size: 15px;
    font-weight: bolder;
    height: 20px;
    line-height: 20px;
    margin: 0;
    color: #003270;
}

.fund_main_title_p {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 5px;
    color: #4d4d4d;
}

.fund_main_title_funtion {
    width: 284px;
    height: 30px;
    margin: 0 auto;
    display: block;
}

    .fund_main_title_funtion ul li {
        display: inline-block;
        list-style: none;
        float: left;
        margin-right: 4px;
    }

.fund_main_nav {
    clear: both;
    width: 300px;
    margin: 0 auto;
}

    .fund_main_nav ul {
        width: 300px;
        margin: 0 auto;
    }

.fund_main_nav3 {
    width: auto;
}

    .fund_main_nav3 ul {
        width: 450px;
    }

.fund_main_nav ul li {
    list-style: none;
    float: left;
}

.fund_main_body {
    clear: both;
    padding: 5px;
    background: #fff;
    height: 100%;
}

.fund_main_body_s {
    clear: both;
    padding: 5px;
    background: #fff;
    /*min-height:70%;*/
    height: auto;
}

.fund_main_body_tr {
    clear: both;
    padding: 5px;
    line-height: 30px;
    font-size: 13px;
    color: #4d4d4d;
    background: #E6E6E6;
    margin-bottom: 1px;
}

.tr_data {
    clear: none;
    float: left;
    padding: 0px;
    width: 48%;
    margin-right: 1%;
    padding-left: 1%;
}

.fund_main_body_th {
    float: left;
    width: 30%;
    color: #003270;
    font-weight: bolder;
}

.fund_main_body_td {
    margin-left: 30%;
}

    .fund_main_body_td p {
        padding: 5px 0;
        line-height: 20px;
        margin: 0;
    }

.fund_main_body_h2 {
    text-align: left;
    font-size: 13px;
    line-height: 13px;
    padding: 5px;
}

    .fund_main_body_h2 img {
        max-width: 100%;
        min-width: 100%;
    }

.fund_main_body_img img {
    width: 100%;
}

.fund_main_body_td_select_r {
    float: right;
    background-image: url(../images/bg_select.png);
    background-position: -7px 0;
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
}

.fund_main_body_td_select_a {
    width: 100%;
}

.fund_main_body_td_text_a {
    width: auto;
    background: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.fund_main_body_button {
    clear: both;
    height: 43px;
    padding-top: 10px;
}

    .fund_main_body_button a {
        display: block;
        background: #229ADD;
        padding: 5px 0;
        line-height: 30px;
        text-align: center;
        border-radius: 3px;
        color: #fff;
        font-size: 16px;
    }

        .fund_main_body_button a:hover {
        }

.fund_main_body_button_2 {
    float: left;
    width: 48%;
    margin: 0 1%;
}

.fund_main_body_button_1 {
    float: left;
    width: 98%;
    margin: 0 1%;
}

.fund_main_body_tags {
    margin-left: -10px;
    height: 23px;
    margin-bottom: 10px;
}

.f03_ans {
    height: 40px;
    line-height;
    40px;
    background: #fff;
    border-bottom: 1px dotted #eee;
}

    .f03_ans .fund_main_body_th {
        width: 50%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #4D4D4D;
    }

    .f03_ans .fund_main_body_td {
        width: 50%;
        margin-left: 50%;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        text-align: center;
        color: #003270;
    }

.fund_main_body_table {
    margin: 10px 0;
}

    .fund_main_body_table div {
    }

    .fund_main_body_table h3 {
        font-size: 13px;
        height: 30px;
        line-height: 15px;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        color: #003270;
    }

    .fund_main_body_table p {
        font-size: 13px;
        height: 20px;
        line-height: 20px;
        margin: 0;
        margin-bottom: 5px;
        text-align: center;
        color: #4d4d4d;
    }

.fund_main_body_table_3 {
    float: left;
    width: 32%;
    margin-left: 1%;
    background: #E6E6E6;
    margin-bottom: 5px;
}

.fund_main_body_table_4 {
    float: left;
    width: 24%;
    margin-left: 1%;
    background: #E6E6E6;
    margin-bottom: 5px;
}

.fund_main_body_text {
    clear: both;
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

.fund_main_body_text_s {
    clear: both;
    font-size: 12px;
    line-height: 14px;
    color: #ccc;
}

.tr_gray {
    background: #F2F2F2;
}

.fund_main_body_h4 {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    padding-left: 10px;
    background-image: url(../images/icon_h2.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #F15A24;
}
/*      */

.list_activity {
    clear: both;
    background: #fff;
    padding: 5px;
    margin-bottom: 1px;
    border-bottom: 1px solid #e1e1e1;
    background-size: 25px 25px;
    background-position: 99% 65%;
}

.list_activity_bg {
    clear: both;
    background: #fff;
    padding: 5px;
    margin-bottom: 1px;
    border-bottom: 1px solid #e1e1e1;
}

.list_activity_title {
    font-size: 20px;
    line-height: 26px;
    color: #003270;
}

    .list_activity_title span {
        font-size: 12px;
        line-height: 26px;
        padding-left: 5px;
        color: #ccc;
    }

.list_activity_text {
    clear: both;
    font-size: 15px;
    line-height: 19px;
    color: #4d4d4d;
}

.list_activity_bg span {
    color: #9a9a9a;
    font-size: 13px;
}

.more {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    text-align: right;
    margin: 5px 0;
}

    .more a {
        display: inline-block;
        padding: 5px 23px;
        font-size: 14px;
        border-radius: 6px;
        color: #ffffff;
        background: #FBB03B;
    }

.list_Invest_movie .more {
    display: block;
    height: 20px;
}

.body_activity {
    display: block;
    padding: 5px;
    background: #fff;
}

.body_activity_share {
    display: block;
    float: right;
    width: 68px;
    height: 20px;
    background: #364fff url(../images/botton_Fund_main_04.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

    .body_activity_share a {
        display: block;
        width: 68px;
        height: 20px;
    }

.body_activity_title {
    margin-right: 73px;
    font-size: 20px;
    line-height: 20px;
    color: #003270;
}

    .body_activity_title span {
        font-size: 12px;
        line-height: 20px;
        color: #ccc;
    }

.body_activity_text {
    clear: both;
    padding-top: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #4d4d4d;
    word-break: break-all;
}

    .body_activity_text a {
        color: #F15A24;
    }

.list_activity_taps {
    margin-left: -10px;
    margin-bottom: 5px;
}

.body_activity_taps {
    margin-left: -10px;
    margin-bottom: 5px;
    margin-right: 78px;
}

}

.tr_01 .list_title {
    line-height: 35px;
    font-size: 15px;
    color: #003270;
    -webkit-flex: 2;
    flex: 2;
}

.a_sign {
    display: -webkit-flex;
    display: flex;
    line-height: 13px;
}

    .a_sign .list_title {
        float: none;
        text-align: left -webkit-flex: 3;
        flex: 3;
        margin: auto;
    }

    .a_sign .list_num {
        float: none;
        text-align: left -webkit-flex:1.7;
        flex: 1.7;
        margin: auto;
    }

    .a_sign .a_left {
        text-align: left;
        -webkit-flex: 2;
        flex: 2;
    }

    .a_sign .l_down, .a_sign .l_up {
        padding-left: 2%;
    }

    .a_sign .list_num img {
        padding: 0;
        margin: 0;
        margin-top: 2px;
        margin-bottom: -2px;
    }

.inv_tr {
    border-bottom: solid 1px #dcdcdc;
}

    .inv_tr a {
        display: -webkit-flex;
        display: flex;
        width: 100%;
        color: #003270;
        font-size: 5px;
        height: 40px;
    }

    .inv_tr .list_title {
        -webkit-flex: 3;
        flex: 3;
        margin: auto;
    }

    .inv_tr .list_num {
        -webkit-flex: 1.7;
        flex: 1.7;
        text-align: center;
        margin: auto;
    }


    .inv_tr .l_up {
        color: #C1272D;
    }

    .inv_tr .l_down {
        color: #39B54A;
    }

.act_color {
    color: #414141;
}

/*   EDM From Style        */

.edm .list_tr {
    padding: 10px 0 10px 0;
}

.edm .list_checkbox {
    display: inline-block;
    width: 16%;
    height: auto;
    line-height: 15px;
    vertical-align: middle;
}

.edm_chk {
    display: inline-block;
    background: #ffbed2;
    height: auto;
    text-align: center;
    margin-left: 5px;
}

.edm_chk2 {
    display: inline-block;
    background: #ffbed2;
    height: auto;
    text-align: center;
    margin-left: 5px;
}

.edm .list_checkbox a {
    color: #F15A24;
    display: block;
}

.edm .list_title {
    display: inline-block;
    /*width: 32%;*/
    font-weight: bold;
}

.edm .a_Column {
    width: 17%;
}

.edm .b_Column {
    width: 36%;
}

.edm .c_Column {
    width: 42%;
}

.edm .list_num {
    display: inline-block;
    width: 42%;
    line-height: 18px;
    text-align: left;
    /*font-weight: bold;*/
    color: #4d4d4d;
}

.edm .list_view {
    width: 30px;
    display: inline-block;
}

    .edm .list_view a {
        color: #ff5c0e;
    }

.list_info {
    display: inline-block;
    width: 90%;
    text-align: left;
    line-height: 19px;
    vertical-align: middle;
}

.edm .a_left {
    text-align: left;
}

.edm .a_center {
    text-align: center;
}

.edm p {
    margin-top: 5px;
    line-height: 22px;
}
/*        */

.sign_activity_title {
    font-size: 16px;
    line-height: 35px;
    color: #003270;
}

.sign_activity_text {
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
}

    .sign_activity_text a {
        color: #F15A24;
    }

.input_radio {
    padding-left: 0px;
}

    .input_radio input {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

.body_money_list {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .body_money_list ul {
        display: inline-block;
        max-width: 285px;
        margin: 0 auto;
    }

        .body_money_list ul li {
            list-style: none;
            float: left;
            text-align: center;
        }

.body_money_ans_list ul li {
    list-style: none;
    padding-left: 25px;
    line-height: 30px;
    height: 30px;
    background-image: url(../images/icon_Money_gift.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.body_money_step_list {
    clear: both;
}

.body_money_step_list_pic img {
    float: left;
    width: 60px;
    height: 60px;
}

.body_money_step_list_text {
    margin-left: 65px;
    height: 60px;
}

.body_money_step_list_title {
    line-height: 25px;
    font-size: 19px;
    padding: 5px 0;
    margin-left: 5px;
    color: #ccc;
    font-weight: bolder;
}

    .body_money_step_list_title span {
        font-size: 14px;
        line-height: 20px;
        color: #003270;
    }

.body_money_step_list ul li {
    float: left;
    list-style: none;
    width: 20%;
    text-align: center;
}

    .body_money_step_list ul li img {
        width: 100%;
    }

.body_money_step_text {
    margin-left: -10px;
    padding-left: 25px;
    padding-top: 3px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.step_a {
    background-image: url(../images/icon_Money_a.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.step_b {
    background-image: url(../images/icon_Money_b.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.body_money_step_point {
    padding: 5px;
    background: #E6E6E6;
    font-size: 16px;
    line-height: 20px;
}

    .body_money_step_point h2 {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        margin: 0;
    }

.no_margin {
    margin-right: 0;
}

.orange_select {
    background: #fe7f00;
}

.orange_select_body {
    padding: 5px
}

.action_title {
    font-size: 18px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.Invest_03 .list_num {
    text-align: left;
    width: 30%;
    color: #ffffff;
}

.Invest_03 .list_pre {
    width: 28%;
    text-align: center;
    color: #ffffff;
}

.Invest_03 .list_title {
    width: 40%;
    color: #ffffff;
}

.Invest_03s .list_num {
    text-align: left;
    width: 30%;
    padding: 2px 0;
    line-height: 16px;
    float: left;
}

.Invest_03s .list_pre {
    width: 10%;
    float: left;
    text-align: center;
}

.Invest_03s .list_title {
    width: 58%;
    float: left;
}

    .Invest_03s .list_title a {
        display: block;
        line-height: 16px;
        font-size: 15px;
        margin: 2px 0px;
        padding: 0;
        color: #02235c;
    }

.list_Invest_movie {
    height: 90px;
    margin-bottom: 5px;
}

.list_Invest_movie_pic {
    float: left;
    width: 100px;
    height: 75px;
}

    .list_Invest_movie_pic img {
        width: 100px;
    }

.list_Invest_movie_text {
    margin-left: 110px;
    font-size: 18px;
    line-height: 20px;
}

.member_main_body h2 {
    font-size: 16px;
    line-height: 25px;
    color: #003270;
    margin: 13px 0 7px 0;
    padding: 0;
}

.member_main_body h3 {
    font-size: 15px;
    line-height: 25px;
    color: #4d4d4d;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 5px;
    background-image: url(../images/icon_h2.png);
    background-position: 8px 10px;
    background-repeat: no-repeat;
}

.member_main_body_now {
    background: #E6E6E6;
    padding: 5px;
    min-height: auto;
}

    .member_main_body_now span {
        text-align: center;
        margin: 4px auto;
        display: block;
        font-size: 13px;
    }

.member_main_body p {
    font-size: 14px;
    line-height: 20px;
}

.member_main_body_now p {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.member_main_body_now h2 {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #003270;
}

.member_main_text {
    font-size: 15px;
    list-style: 20px;
    margin-bottom: 10px;
}

.member_main_list h2 {
    font-size: 16px;
    line-height: 25px;
    color: #003270;
    margin: 5px 0;
    padding: 0;
    text-align: center;
}

.member_main_list ul li {
    background-image: url(../images/icon_Member_list.png);
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 25px;
    height: 25px;
    list-style: none;
    padding-left: 20px;
    margin: 0 10%;
}

.member_main_list_info ul li {
    line-height: 18px;
    list-style: none;
    padding-left: 20px;
    margin: 0 0%;
    text-indent: -15px;
}

.member_main_list_info2 ul li {
    line-height: 20px;
    list-style: none;
    padding-left: 40px;
    margin-right: 2px;
    text-indent: -35px;
}

.reds {
    color: #C1272D;
    text-align: left;
}

.member_sign_btu a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #003270;
}

.index_block_1 {
    background: #3D9DDC;
    padding: 5px;
    margin: 0;
    height: 100%;
    padding-top: 50px;
    text-align: center;
}

    .index_block_1.slideBox {
        padding: 0;
    }

    .index_block_1 ul {
        width: 50%;
        padding: 0 25%;
        text-align: center;
    }

        .index_block_1 ul li {
            float: left;
            list-style: none;
            height: 20px;
            width: 20%;
        }

.index_block_2 {
    background: #3D9DDC;
    padding: 5px;
    margin: 0;
    height: 100%;
    margin-top: 5px;
}

.index_block_2_title {
    height: 25px;
    line-height: 25px;
    color: #FBC43B;
}

.index_block_2_list ul li {
    list-style: none;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

    .index_block_2_list ul li a {
        color: #fff;
    }

.index_block_2_list span {
    font-size: 14px;
    list-style: 15px;
}

.index_block_3 {
    background: #3D9DDC;
    padding: 5px;
    margin: 0;
    height: 100%;
    margin-top: 5px;
}

.index_block_3_list ul li {
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
}

.index_block_tw {
    background: #3D9DDC;
    padding: 5px;
    margin: -8px 0 5px;
    height: 100%;
}

.index_block_tw_list ul li {
    list-style: none;
    float: left;
    width: 50%;
    text-align: center;
}
/*¨ì»ù´£¿ô*/

.fund_main_body_tr01 {
    clear: both;
    padding: 0px;
    line-height: 30px;
    font-size: 13px;
    color: #4d4d4d;
    background: #E6E6E6;
    margin-bottom: 1px;
}

.fund_main_body_th01 {
    float: left;
    width: 25%;
    color: #003270;
    font-weight: bolder;
    text-align: center;
    line-height: 18px;
    height: 40px;
    border-bottom: solid 1px #FFFFFF;
}

.fund_main_body_th01-a {
    float: left;
    width: 25%;
    background-color: #CCC;
    color: #003270;
    font-weight: bolder;
    text-align: center;
    line-height: 18px;
    height: 40px;
    border-bottom: solid 1px #FFFFFF;
}

.fund_main_body_th02 {
    float: left;
    width: 25%;
    color: #003270;
    font-weight: bolder;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.fund_main_body_th02-a {
    float: left;
    width: 25%;
    color: #003270;
    font-weight: bolder;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #CCC;
}

/*161102 jun新增mobile*/
.member_main_body_point, .member_main_body_event {
    text-align: center;
    font-size: 15px;
}

    .member_main_body_point h2, .member_main_body_event h2 {
        color: #FF6600;
        font-size: 22px;
        border-bottom: 2px solid #f60;
        padding-bottom: 5px;
        margin-top: 10px;
    }

    .member_main_body_point h3 {
        font-size: 28px;
        color: red;
        margin-top: 0;
    }

    .member_main_body_point.hr_line h3 {
        font-size: 18px;
    }

    .member_main_body_point h3 span {
        font-size: 14px;
        color: #616161;
        margin-left: 5px;
        font-weight: normal;
    }

    .member_main_body_point h4 {
        margin-top: 10px;
    }

        .member_main_body_point h4 span {
            font-size: 12px;
            color: #999;
        }

    .member_main_body_point .show_number ul, .member_main_body_event .event_zone ul {
        padding: 0;
        margin: 0;
    }

.select_submenu ul {
    margin: 0 0 15px;
}

    .member_main_body_point .show_number ul:after, .select_submenu ul:after, .member_main_body_event .event_zone ul:after {
        display: table;
        content: "";
        clear: both;
    }

.content_body label {
    font-size: 16px;
    margin-right: 5px;
}

.member_main_body_point .show_number ul li {
    list-style: none;
    text-align: center;
    float: left;
    width: 50%;
}

    .member_main_body_point .show_number ul li:last-child {
        margin-right: -1px;
    }

    .member_main_body_point .show_number ul li:first-child {
        border-right: 1px dotted #ccc;
    }

    .member_main_body_point .show_number ul li + li h3 {
        margin-top: 25px;
    }

@supports (display: flex) {
    .selectdate {
        display: flex;
    }

        .selectdate > li {
            display: inline-block;
            flex-grow: 1;
            flex-basis: 0;
        }
}

.select_submenu {
    margin: 10px 0;
}

    .select_submenu ul li {
        text-align: center;
        border: 1px solid #999;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

        .select_submenu ul li a {
            margin: auto;
            width: 50%;
            display: block;
            padding: 10px 0;
            width: 100%;
        }

        .select_submenu ul li:last-child {
            border-left: none;
            -webkit-border-top-right-radius: 6px;
            -webkit-border-bottom-right-radius: 6px;
            -moz-border-radius-topright: 6px;
            -moz-border-radius-bottomright: 6px;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -webkit-border-top-left-radius: 0px;
            -webkit-border-bottom-left-radius: 0px;
            -moz-border-radius-topleft: 0px;
            -moz-border-radius-bottomleft: 0px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .select_submenu ul li.active {
            background: antiquewhite;
        }

    .select_submenu input.date_time {
        align-items: center;
        display: -webkit-inline-flex;
        -webkit-padding-start: 1px;
        overflow: hidden;
        width: 70%;
    }

    .select_submenu .content_body {
        margin-bottom: 5px;
        text-align: left;
    }

        .select_submenu .content_body select {
            width: 100px;
            font-size: 15px;
        }

.member_main_body_point .tip_source {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.member_main_body_point .search_result {
    margin-bottom: 15px;
}

    .member_main_body_point .search_result .table_list {
        border-bottom: 1px dotted #ccc;
        padding: 10px 0 0px;
    }

        .member_main_body_point .search_result .table_list:nth-child(even) {
            background: #edf7fd;
        }

    .member_main_body_point .search_result table {
        width: 100%;
    }

        .member_main_body_point .search_result table tr td {
            width: 30%;
            text-align: left;
            padding: 0 5px;
            vertical-align: text-top;
        }

            .member_main_body_point .search_result table tr td + td {
                width: 70%;
                text-align: left;
                color: #229add;
            }

            .member_main_body_point .search_result table tr td.bold, .event_zone ul li div > span {
                font-weight: bold;
            }

.margin-top-10 {
    margin-top: 10px;
}

.show_point.member_main_body_point.hr_line {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    padding-top: 5px;
}

.member_main_body_event .event_zone ul li {
    width: 100%;
    list-style: none;
    border-bottom: 1px dotted #ccc;
    padding: 15px 0;
}

    .member_main_body_event .event_zone ul li:first-child {
        padding-top: 10px;
    }

    .member_main_body_event .event_zone ul li:last-child {
        border-bottom: none;
    }

    .member_main_body_event .event_zone ul li h3 {
        margin: 0;
    }

    .member_main_body_event .event_zone ul li h4 {
        font-size: 15px;
        color: #999;
        font-weight: normal;
        margin: 10px 0;
        line-height: 1.3;
    }

.member_main_body_event .event_zone .more, .content_box .more {
    text-align: center;
}

.member_main_body_event .event_zone img {
    margin-bottom: 10px;
    max-width: 230px;
}

.member_main_body_point .search_result table tr td.bold, .event_zone ul li div {
    line-height: 25px;
}

    .member_main_body_point .search_result table tr td.bold, .event_zone ul li div > .Rtext {
        font-weight: bold;
        color: #E90003;
    }


.more.full {
    background: #ccc;
    display: inline-block;
    padding: 5px 23px;
    width: 56px;
    font-size: 14px;
    border-radius: 6px;
}

.member_main_body_event .content_box {
    text-align: left;
    line-height: 1.5;
    font-size: 15px;
}

    .member_main_body_event .content_box h3 {
        margin: 10px 0;
        font-size: 16px;
    }

    .member_main_body_event .content_box ul {
        padding: 0;
        margin: 0 0 10px 15px;
    }

    .member_main_body_event .content_box .font-blue {
        color: #1287d6;
    }

    .member_main_body_event .content_box .attendtion a {
        padding: 15px 0;
        display: block;
        text-align: center;
        color: #ff0000;
    }

.div_mask.content_mtext {
    color: #999;
}

    .div_mask.content_mtext .mask_text {
        margin: 0 auto;
        background: #fff;
        position: absolute;
        width: 80%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border-radius: 6px;
        max-height: 300px;
        overflow-y: auto;
    }

    .div_mask.content_mtext .mask_text {
        padding: 15px 15px 15px 30px;
        line-height: 1.6;
        /*padding: 10px 5px 10px 25px;
    line-height: 1.6;*/
    }

.close_icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: #999;
    border-radius: 50%;
}

    .close_icon.hairline::before, .close_icon.hairline::after {
        height: 1px;
    }

    .close_icon::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close_icon::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .close_icon::before, .close_icon::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #fff;
    }

.content_mtext .close_icon {
    position: absolute;
    top: 1px;
    right: 2px;
    border: 5px solid;
}

.fund_main_body_button.over_finish a {
    background: #ccc;
}

.member_main_body_event .show_point {
    margin-top: 15px;
}

    .member_main_body_event .show_point h3 {
        margin-top: 3px;
        margin-left: 5px;
    }

        .member_main_body_event .show_point h3 em {
            font-size: 16px;
            color: #000;
            font-style: normal;
            vertical-align: middle;
            line-height: 1.5;
        }

    .member_main_body_event .show_point.title {
        background: #edf7fd;
        padding: 10px 0;
        font-size: 16px;
    }

        .member_main_body_event .show_point.title span {
            color: #229ADD;
            font-weight: bold;
        }

.content_body.text-center {
    text-align: center;
}

.table_list table {
    width: 100%;
}

.member_main_body_event .table_list table tr td {
    text-align: right;
    font-weight: bold;
}

    .member_main_body_event .table_list table tr td + td {
        text-align: left;
        padding-left: 15px;
        font-weight: normal;
    }

        .member_main_body_event .table_list table tr td + td input {
            padding: 0 10px;
            width: 90%;
            margin: 5px 0;
            font-size: 15px;
            /*padding: 0 10px;
    width: 90%;
    margin: 5px 0;*/
        }

#dropdowns select, .content_body input {
    font-size: 15px;
    padding: 0px 10px;
}

.noresult {
    font-size: 16px;
    line-height: 1.5;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
    padding-top: 20%;
}

/* member */
.medal {
    margin: 15px auto;
    width: 100%;
}

    .medal .content {
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #FFFFFF;
    }

        .medal .content th, td {
            padding: 5px;
            font-size: 0.875em;
            font-family: "微軟正黑體";
            border: 1px solid #FFFFFF;
        }

    .medal ul {
        margin: 0 auto;
    }

    .medal li {
        padding-bottom: .4em;
        line-height: 1.1em;
        color: #666;
        margin: 0 5px 0 25px;
        padding-left: 0px;
        left: 60px;
    }

.FormATitle {
    background: #90a8c0;
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 20px;
    padding: 5px 0;
}

.subTitle {
    font-size: 1.125em;
    font-weight: bold;
    color: #073378;
}

.subTitle02 {
    font-size: 1.125em;
    font-weight: bold;
    color: #262626;
    line-height: 2em;
}

.subTitlelist {
    font-size: 1.225em;
    font-weight: bold;
    color: #113588;
    line-height: 1.6em;
    background-image: -webkit-linear-gradient(270deg,rgba(238,242,245,1.00) 0%,rgba(228,236,245,1.00) 99.48%);
    background-image: -moz-linear-gradient(270deg,rgba(238,242,245,1.00) 0%,rgba(228,236,245,1.00) 99.48%);
    background-image: -o-linear-gradient(270deg,rgba(238,242,245,1.00) 0%,rgba(228,236,245,1.00) 99.48%);
    background-image: linear-gradient(180deg,rgba(238,242,245,1.00) 0%,rgba(228,236,245,1.00) 99.48%);
    padding: 4px 3px;
    border-bottom: 3px solid #CADBE8;
}

.div_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.75);
    display: none;
}

.talkbox {
    font-family: none;
    padding: 8px 8px 15px 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -35%;
}

    .talkbox h1 {
        margin: 5px 0 5px 0;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.service_icon_01 {
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -155px;
    margin-top: 9%;
    cursor: pointer;
}

.service_icon_02 {
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -155px;
    margin-top: 38%;
    cursor: pointer;
}

.service_icon_03 {
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -155px;
    margin-top: 68%;
    cursor: pointer;
}

.service_icon_04 {
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -155px;
    margin-top: 97%;
    cursor: pointer;
}

.div_mask_share {
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.75);
    display: none;
}

.share_bg {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -120px;
    width: 250px;
    height: 170px;
    background-image: url(../../Content/images/bg.jpg);
    background-size: 250px;
}

.bt {
    margin: auto;
    padding-top: 50px;
    width: 240px;
    height: auto;
}

.bt01 {
    margin: auto;
    margin-top: 4px;
    width: 240px;
    height: auto;
}

.next_visible {
    position: fixed;
    top: 45%;
    right: 0px;
}

.prev_visible {
    position: fixed;
    top: 45%;
    left: 0px;
}

.footer_text_ad {
    position: absolute;
    z-index: 4;
    bottom: 50px;
    width: 100%;
    height: 25px;
    font-size: 9px;
    line-height: 12px;
    color: #1287D6;
    white-space: nowrap;
}

.footer_text_ad_bt {
    margin-left: 140px;
    margin-top: -50px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
}

.div_mask_share {
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.75);
    display: none;
}

.share_bg {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -120px;
    width: 250px;
    height: 170px;
    background-image: url(../../Content/images/bg.jpg);
    background-size: 250px;
}

.bt {
    margin: auto;
    padding-top: 50px;
    width: 240px;
    height: auto;
}

.bt01 {
    margin: auto;
    margin-top: 4px;
    width: 240px;
    height: auto;
}

.next_visible {
    position: fixed;
    top: 45%;
    right: 0px;
}

.prev_visible {
    position: fixed;
    top: 45%;
    left: 0px;
}

span.areaTit2 {
    position: relative;
}

    span.areaTit2 label i {
        color: #274784;
    }

.pop + p.areaTxt2 {
    display: none;
    opacity: 0;
}

.pop.on + p.areaTxt2 {
    display: block;
    opacity: 1;
}

.pop + p.areaTxt2 {
    width: 270px;
    text-align: left;
    position: absolute;
    left: -132px;
    bottom: 0;
    font: 14px/1.4 微軟正黑體,Arial,Helvetica,sans-serif;
    color: #333;
    margin: 0 auto 5px;
    padding: 0.5em;
    letter-spacing: 1px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 3px 3px 8px rgb(0 0 0 / 10%);
    box-shadow: 3px 3px 8px rgb(0 0 0 / 10%);
    z-index: 100;
    height:auto;
}

.pop + p.areaTxt2 .fa-caret-down {
    position: absolute;
    left: 72px;
    bottom: -20px;
    color: #ccc;
    font-size: 30px;
}
/*基金淨值頁定位*/
.areaTit2 .pop + p.areaTxt2 {
    left: -132px;
    /*bottom: -66px;*/
    margin-bottom:32px;
}

.areaTit2 .pop + p.areaTxt2 .fa-caret-down {
    left: 129px;
    bottom: -20px;
    color: #ccc;
    font-size: 30px;
}

.delayNote {
    margin: 0 auto 20px;
    padding: 8px;
    background-color: #efefef;
    color: #333;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.delayNote:before{
    content:'';
    display: block;
    position: absolute;
    bottom:-10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #efefef transparent transparent transparent;
}
    .delayNote > .series {
        font-weight: bold;
        color: #005598;
    }

/*20220418修改*/
.stopBuy{
    margin:0 auto;
    padding:8px;
    position: relative;
    text-align: center;
    font-size:13px;
    color:#666;
    line-height: 1.2;
    background-color:#e5f4ff;
    border-radius:4px;
}

.stopBuy:before{
    content:'';
    display: block;
    position: absolute;
    top:-8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #e5f4ff transparent;
}