﻿body {
    line-height: 1.5em;
    font-family: 'Microsoft JhengHei';
}

.banner-c {
    width: 100%;
    height: 150px;
    background: url(../images/banner-c.jpg) no-repeat right top;
    color: #fff;
    z-index: 12;
    position: relative;
}

    .banner-c h1 {
        font-size: 30px;
        padding: 60px 0 0 42px;
        letter-spacing: 1.5px;
    }

.path_div {
    padding: 12px 0 5px 0;
    font-size: 11px;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
    z-index: 12;
    position: relative;
}

    .path_div .other_site_link_div {
        display: inline;
        float: right;
        margin: 2px 0 0 0;
    }

    .path_div a {
        font-weight: 100;
        text-decoration: none;
        color: #000;
    }

        .path_div a:hover {
            color: #01573e;
        }

.select-fund-list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

    .select-fund-list ul {
    }

        .select-fund-list ul li {
            width: 25%;
            float: left;
            margin-bottom: 0px;
            background-color: #efefef;
            padding: 1.5% 1.5% 10px 1.5%;
            font-size: 20px;
            color: #000;
            border-right: 1px solid #e5e5e5;
        }

            .select-fund-list ul li a {
                width: 100%;
                display: block;
            }

            .select-fund-list ul li h1 {
                padding: 18px 0 25px 0;
                font-weight: 800;
                text-align: center;
                height: 150px;
            }

            .select-fund-list ul li h2 {
                height: auto;
            }

                .select-fund-list ul li h2 img {
                    width: 100%;
                    border: 1px solid #e5e5e5;
                }
            /*.select-fund-list ul li h2 .abgne-frame-20140107-1 img{ width:100%;}*/

            .select-fund-list ul li:hover {
                background-color: #f9f9f9;
            }

            .select-fund-list ul li .select-fund-bnt {
                background: #f08200 url(../images/icon-01.jpg) no-repeat 28% center;
                border: 1px solid #d87602;
                text-align: center;
                color: #fff;
                border-radius: 4px;
                padding: 12px 0;
                font-size: 14px;
            }

                .select-fund-list ul li .select-fund-bnt:hover {
                    background: #f08200 url(../images/icon-01.jpg) no-repeat 28% center;
                    border: 1px solid #d87602;
                }

.select-fund-text01 {
    font-size: 24px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    float: left;
}

    .select-fund-text01 h1 {
        color: #01573e;
        margin-bottom: 5px;
    }

    .select-fund-text01 h2 {
        color: #9f9f9f;
    }

.select-fund-tab {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

    .select-fund-tab li {
        width: 12%;
        float: left;
        margin: 0 0.25%;
    }

    .select-fund-tab.li-20 li {
        width: 19.5%;
        float: left;
        margin: 0 0.25%;
    }

    .select-fund-tab li a {
        color: #01573e;
        background: #b3cdc5 /*url(../images/select-fund/select-fund-tab-01.jpg)*/ no-repeat right center;
        width: 100%;
        padding: 10px 6px;
        font-size: 16px;
        display: block;
        border: 1px solid #83ada1;
        border-radius: 4px;
        position: relative;
        z-index: 10;
        font-weight: bold;
    }

        .select-fund-tab li a::before {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #fff;
            width: 100%;
            border-radius: 4px;
        }

        .select-fund-tab li a:hover {
            color: #fff;
            background: #01573e /*url(../images/select-fund/select-fund-tab-02.jpg)*/ no-repeat right center;
            border: 1px solid #01573e;
        }

    .select-fund-tab li > .select-fund-tab-v {
        color: #fff;
        background: #01573e /*url(../images/select-fund/select-fund-tab-02.jpg)*/ no-repeat right center;
        width: 100%;
        padding: 10px 7px;
        font-size: 16px;
        display: block;
        border: 1px solid #85afa3;
        border-radius: 4px;
        position: relative;
        z-index: 10;
        font-weight: bold;
    }


.select-fund-tab2 a {
    width: 12%;
    float: left;
    margin: 0 0.25%;
    color: #01573e;
    background: #b3cdc5 url(../images/select-fund/select-fund-tab-01.jpg) no-repeat right center;
    padding: 10px 6px;
    font-size: 16px;
    display: block;
    border: 1px solid #85afa3;
    border-radius: 4px;
    position: relative;
    z-index: 10;
    font-weight: bold;
}

    .select-fund-tab2 a::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #fff;
        width: 100%;
        border-radius: 4px;
    }

.select-fund-tab-v a {
    width: 12%;
    float: left;
    color: #fff;
    margin: 0 0.25%;
    background: #01573e url(../images/select-fund/select-fund-tab-02.jpg) no-repeat right center;
    padding: 10px 7px;
    font-size: 16px;
    display: block;
    border: 1px solid #85afa3;
    border-radius: 4px;
    position: relative;
    z-index: 10;
    font-weight: bold;
}

    .select-fund-tab-v a::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #fff;
        width: 100%;
        border-radius: 4px;
    }

.promotions-img {
    text-align: center;
    margin: 10px 0;
    background-color: #fff;
    padding: 15px 0;
    position: relative;
    top: -10px;
}

.promotions-img2 {
    text-align: center;
    margin: 10px 0;
    /*background-color: #000;*/
    padding: 15px 10px;
    position: relative;
    top: -10px;
}

@media(max-width:768px) {
    .promotions-img {
        display: block;
        padding: 10px 0;
        width: 30%;
        float: left;
        margin: 0px;
        z-index: 2;
    }

        .promotions-img img {
            width: 100% !important;
            box-shadow: 3px 3px 3px rgba(20%,20%,20%,0.2);
        }

    .manager-speaks-right > h2 {
        width: 70%;
        float: left;
    }

        .manager-speaks-right > h2 > p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            max-height: 7.5rem;
        }
}

@media(max-width:480px) {
    .promotions-img {
        display: block;
        padding-top: 10px;
        padding-bottom: 0px;
        width: 37%;
        float: left;
        z-index: 1;
        margin: 0px;
    }
    /*.manager-speaks-right > h4{
        width: 55%;
        float: left;       
    }*/
    .manager-speaks-right > h2 > p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        max-height: 7.5rem;
    }
}

.select-fund-data {
    background: #f6f6e7;
    overflow: hidden;
    margin-bottom: 20px;
}

.s-f-date {
    font-size: 16px;
    color: #000;
    width: 10%;
    float: left;
    margin: 20px 0 0 2%;
    font-weight: bold;
}

    .s-f-date samp {
        color: #00573d;
        font-size: 40px;
        font-weight: bold;
        margin-top: 8px;
        font-family: Arial,"Microsoft JhengHei";
        letter-spacing: 1px;
    }

.select-fund-data01 {
    font-size: 16px;
    width: 28%;
    float: left;
    margin: 0 0 0 1%;
    text-align: center;
    padding: 20px 1%;
    border-right: 1px solid #ddddcf;
    font-weight: bold;
}

    .select-fund-data01 h1 {
        font-size: 40px;
        color: #fff;
        background-color: #c1cd01;
        border-radius: 40px;
        padding: 20px 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .select-fund-data01 samp {
        color: #f08200;
        margin-right: 10px;
        font-weight: 100;
        font-family: Arial,"Microsoft JhengHei";
    }

.select-fund-data02 {
    background: #d4d5c3;
    padding: 10px 0px 0 0px;
    color: #01573e;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    width: 16%;
    float: left;
    height: 105px;
    margin: 20px 1.5%;
}

    .select-fund-data02 h2 {
        background: url(../images/select-fund/select-fund-icon02.jpg) no-repeat 20px 0px;
        padding: 8px 0 12px 10px;
    }

    .select-fund-data02 h3 {
        color: #01573e;
        font-size: 20px;
    }

.select-fund-data03 {
    width: 40%;
    float: left;
    padding: 20px 0 20px 2%;
    border-left: 1px solid #ddddcf;
}

    .select-fund-data03 div {
        background: #01573e url(../images/select-fund/select-fund-data03.jpg) no-repeat right top;
        height: 105px;
        float: left;
        display: table-cell;
        width: 39%;
        padding-right: 20px;
    }

        .select-fund-data03 div h1 {
            background: url(../images/select-fund/select-fund-icon01.jpg) no-repeat left center;
            color: #fff;
            font-size: 17px;
            padding: 27px 0px 30px 40px;
            line-height: 24px;
            margin-left: 10px;
        }

    .select-fund-data03 ul {
        /*float: left;*/
        display: table-cell;
        width: 59%;
        margin-left: 2%;
        margin-top: -5px;
    }

        .select-fund-data03 ul li {
            background: url(../images/select-fund/select-fund-icon04.jpg) no-repeat left center;
            padding-left: 15px;
            color: #414141;
            font-size: 16px;
            margin-bottom: 5px;
        }

            .select-fund-data03 ul li samp {
                color: #f6ab00;
                font-weight: bold;
                font-size: 15px;
            }

        .select-fund-data03 ul > .select-fund-data03-text {
            font-size: 18px;
            background: url(../images/select-fund/select-fund-icon04.jpg) no-repeat left 13px;
            font-weight: bold;
        }

            .select-fund-data03 ul > .select-fund-data03-text samp {
                font-size: 33px;
                color: #f60000;
                font-family: Arial,"Microsoft JhengHei";
            }

.fund-advantage {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    display: inline-table;
    border-bottom: 1px solid #f08304;
}

.fund-advantage-1 {
    width: 16%;
    background: #f18101 url(../images/select-fund/fund-advantage-h1.jpg) repeat-x;
    color: #fff;
    padding: 12px;
    display: table-cell;
    line-height: 22px;
    vertical-align: middle;
    border-bottom: 1px solid #fbe7cf;
}

.fund-advantage-2 {
    width: 84%;
    background: #f6ab00 url(../images/select-fund/fund-advantage-h2.jpg) repeat-x;
    color: #000;
    padding: 12px;
    display: table-cell;
    line-height: 22px;
    border-bottom: 1px solid #fbe7cf;
}

#css-table {
    display: table;
}

.css_tr {
    display: table-row;
}

.css_td {
    display: table-cell;
}

.select-fund-title {
    color: #01573e;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/select-fund/select-fund-icon05.jpg) no-repeat;
    padding-left: 26px;
    margin: 15px 0;
    letter-spacing: 1px;
    width: 100%;
    display: block;
}

    .select-fund-title samp {
        float: right;
        color: #414141;
        font-size: 16px;
    }

.select-bg-border {
    border: 1px solid #dddddd;
}

.select-fund-bg.select-bg-padding01 {
    padding: 50px 70px;
}

.select-fund-bg {
    background-color: #f2f2f2;
    padding: 1.5%;
    color: #414141;
    font-size: 16px;
    margin-bottom: 20px;
}

    .select-fund-bg table td {
        background-color: #fff;
        border-bottom: 1px solid #f2f2f2;
        padding: 10px;
        line-height: 22px;
        vertical-align: middle;
    }

    .select-fund-bg table tr > .table-bg01 {
        background-color: #ebeadc;
        font-weight: bold;
    }

.select-fund-pdf {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
    /*.select-fund-pdf li{width:14%; float:left;margin:10px 1%;}*/
    .select-fund-pdf li {
        width: 16%;
        float: left;
        margin: 10px 1%;
    }

        .select-fund-pdf li a {
            background: url(../images/pdf-icon.jpg) no-repeat left 8px;
            font-size: 16px;
            color: #414141;
            padding: 10px 10px 10px 25px;
            display: block;
            width: 100%;
        }

.select-fund-pdf-d {
    position: relative;
    top: 2px;
    left: 3px;
}

.select-fund-bg table tr > .table-title01 {
    background-color: #01573e;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.w-50 {
    width: 49%;
    margin: 0 1% 20px 0;
    float: left;
}

.w-50-2 {
    width: 50%;
    margin: 0;
    float: left;
}

.cancel {
    overflow: hidden;
}

.select-fund-text02 {
    background-color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 24px;
}

.checkbox {
    width: 100%;
    font-weight: bold;
    margin: 15px 0;
    padding-bottom: 20px;
    line-height: 25px;
}


.bnt-box01 {
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px 0;
    position: relative;
    top: -20px;
}

    .bnt-box01 h1 {
        width: 380px;
        margin: 0px auto 60px auto;
    }

    .bnt-box01 a {
        width: 47%;
        margin: 0 1.5%;
        float: left;
    }



.bnt01 {
    background: #bdbdbd url(../images/icon-02.jpg) no-repeat 28% center;
    border: 1px solid #a4a4a4;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 12px 0;
    font-size: 15px;
    width: 100%;
    display: block;
}

    .bnt01:hover {
        background: #f08200 url(../images/icon-01.jpg) no-repeat 28% center;
        border: 1px solid #d87602;
    }

.bnt02 {
    background: #f08200 url(../images/icon-01.jpg) no-repeat 28% center;
    border: 1px solid #d87602;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 12px 0;
    font-size: 15px;
    width: 100%;
    display: block;
}

.bnt03 {
    background: #f0f0f0;
    border: 1px solid #d4d4d4;
    text-align: center;
    color: #414141;
    border-radius: 4px;
    padding: 12px 0;
    font-size: 14px;
    width: 100%;
    display: block;
}

.bnt04 {
    background: #f08200 url(../images/icon-01.jpg) no-repeat 8% center;
    border: 1px solid #d87602;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 12px 0px 12px 18px;
    font-size: 15px;
    width: 100%;
    display: block;
}

.bnt05 {
    background: #f0f0f0;
    border: 1px solid #d4d4d4;
    text-align: center;
    color: #414141;
    border-radius: 4px;
    padding: 10px 0px 14px 0px;
    font-size: 15px; /*width:100%;*/
    display: block;
}

    .bnt05 img {
        position: relative;
        top: 4px;
        margin-right: 6px;
    }

.bnt06 {
    color: #aba418;
    font-size: 15px;
    font-weight: bold;
    background: url(../images/icon-04.png) no-repeat left 11px;
    padding-left: 14px;
    float: right;
}

.bnt07 {
    background: #f08200;
    border: 1px solid #d87602;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 10px 0px 14px 0px;
    font-size: 15px;
    width: 100%;
    display: block;
}

    .bnt07 img {
        position: relative;
        top: 4px;
        margin-right: 6px;
    }

.alldt {
    width: 100%;
    float: left;
}

.pdt {
    float: left;
    width: 8%;
}

.cdt {
    float: left;
    width: 84%;
}

.lecture-registration-table {
    border-bottom: 2px solid #c6c6be;
    border-top: 2px solid #c6c6be;
    color: #414141;
    font-size: 16px;
    margin: 10px 0 30px 0;
    line-height: 20px;
}

    .lecture-registration-table td {
        border-bottom: 1px solid #c6c6be;
        padding: 12px 10px;
    }

.lecture-registration-table-title {
    background-color: #dcddd4;
    font-weight: bold;
}

    .lecture-registration-table-title td {
        border-top: 1px solid #f5f6ec;
        border-left: 1px solid #f5f6ec;
        vertical-align: top;
    }

.lecture-registration-table-right {
    border-right: 1px solid #c6c6be;
    width: 20%;
    vertical-align: top;
}

.lecture-registration-table-right-40 {
    border-right: 1px solid #c6c6be;
    width: 40%;
    vertical-align: top;
}

.bnt-box02 {
    width: 100%;
    padding: 20px 0 50px 0;
    max-width: 200px;
    margin: auto;
}


.bnt-box03 {
    width: 100%;
    padding: 20px 0;
    max-width: 400px;
    margin: 15px auto 45px auto;
}

    .bnt-box03 h1 {
        width: 440px;
        margin: 0px auto 20px auto;
    }

    .bnt-box03 a {
        width: 47%;
        margin: 0 1.5%;
        float: left;
    }

.bnt-box04 {
    width: 100%;
    padding: 20px 0; /*max-width:400px;*/
    margin: 15px auto 45px auto;
}

    .bnt-box04 h1 { /*width:390px;*/
        margin: 0px auto 20px auto;
        text-align: center;
    }

    .bnt-box04 a {
        display: inline-block; /*float:left;*/
    }

.bnt08 {
    background: #f08200;
    border: 1px solid #d87602;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 10px 0px 14px 0px;
    font-size: 15px; /*width:80%;*/
    display: block;
}

    .bnt08 img {
        position: relative;
        top: 4px;
        margin-right: 6px;
    }

.individual-terms-bnt {
    color: #414141; /*font-size:14px;*/
    text-decoration: underline; /*width:20%;*/
    line-height: 44px;
}

.financial-lecture-title {
    background: url(../images/fund-ration/fund-ration-icon-m.png) no-repeat;
    color: #14644c;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 0 38px;
    margin: 5px 0 15px 0;
    word-break: break-all;
}

.select-fund-bg2 {
    background-color: #f2f2f2;
    padding: 1.5%;
    color: #414141;
    font-size: 16px;
    margin-bottom: 20px;
}

    .select-fund-bg2 table td {
        border-bottom: 1px solid #e6e6e6;
        padding: 8px;
        line-height: 22px;
        vertical-align: middle;
        font-size: 15px;
        word-break: break-word;
    }

.TrdisplayInMobile {
    display: none;
}

.form-download-bg2 {
    background-color: #f6f6e7;
    padding: 1.5%;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.form-download-bg {
    background-color: #f2f2f2;
    padding: 1.5%;
    color: #414141;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.form-download {
}

    .form-download h1 {
        color: #fff;
        background-color: #01573e;
        border-top: 1px solid #448c77;
        border-bottom: 1px solid #448c77;
        text-align: center;
        padding: 14px 0;
    }

    .form-download h2 {
        background-color: #fff;
        border-bottom: 1px solid #f2f2f2;
        padding: 14px 0 14px 1.5%;
    }

    .form-download h3 {
        background-color: #f9fae5;
        border-bottom: 1px solid #f2f2f2;
        padding: 14px 0 14px 1.5%;
    }

    .form-download a {
        background: url(../images/pdf-icon.png) no-repeat left 0px;
        color: #414141;
        padding: 2px 0 4px 25px;
    }

.table-title02 th {
    background-color: #01573e;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    line-height: 22px;
    border-right: 1px solid #347965;
    vertical-align: middle;
}

.table-title03 th {
    background-color: #01573e;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 2px;
    line-height: 20px;
    border-right: 1px solid #347965;
    font-size: 15px;
    vertical-align: middle;
}

    .table-title03 th:first-child {
        min-width: 100px;
        max-width: 100px;
        width: 125px;
    }

.table-bg02 {
    background-color: #f9fae5;
    border-bottom: 1px solid #f2f2f2;
    line-height: 22px;
}

    .table-bg02 td {
        border-right: 1px solid #e6e6e6;
    }

.table-bg03 {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    line-height: 22px;
}

    .table-bg03.white1 td {
        background-color: white !important;
    }

    .table-bg03.pink1 td {
        background-color: #f8fae5 !important;
    }

    .table-bg03 td {
        border-right: 1px solid #e6e6e6;
    }

.text-s01 {
    font-size: 15px;
    vertical-align: middle;
}

    .text-s01 img {
        position: relative;
        top: 5px;
    }

.text01 {
    color: #22711c;
    text-align: right;
}

.text02 {
    color: #ff0000;
    text-align: right;
}

.text03 {
    color: #414141;
    text-align: right;
}

.text04 {
    color: #f08200;
    text-align: center;
}

.text05 {
    color: #414141;
    text-align: center;
}

.text06 {
    color: #414141;
    text-align: right;
}

.text07 {
    color: #414141;
    text-align: center;
}

.text08 {
    color: #414141;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 12px 0;
}

.text09 {
    color: #ff0000;
    font-size: 19px;
}

.colorBK {
    color: #000000;
}

.select-fund-box01 {
    width: 100%;
    overflow: hidden;
}

    .select-fund-box01 h1 {
        width: 100%;
        float: none;
    }

        .select-fund-box01 h1 input {
            padding: 5px;
            border: 1px solid #dfdfdf;
            border-radius: 2px;
        }

.select-fund-box01-news {
    width: 22%;
    float: right;
    font-size: 13px;
    color: #414141;
    font-weight: 100;
    text-align: right;
    /*background: url(../images/select-fund/select-fund-icon07.jpg) no-repeat left 4px;*/
    margin: -10px 0 40px 0;
}

.select-fund-box02 {
    width: 100%;
    overflow: hidden;
    margin: 14px 0;
}

    .select-fund-box02 h1 {
        width: 38%;
        float: left;
        font-size: 16px;
        color: #000;
    }

    .select-fund-box02 ul {
        width: 71%;
        float: right;
        font-size: 16px;
        color: #000;
        text-align: right; /*background:url(../images/select-fund/select-fund-icon06.jpg) no-repeat left 4px;*/
        padding-left: 8px;
    }

        .select-fund-box02 ul li {
            float: left;
            width: 33.3%;
        }

            .select-fund-box02 ul li samp {
                color: #ff0000;
            }

.select-fund-img01 {
    margin: 0px 0 25px 0;
}

    .select-fund-img01 img {
        width: 100%;
    }

.investment-distribution {
    background-color: #fff;
    width: 100%;
}

    .investment-distribution ul {
        padding: 20px 0;
    }

        .investment-distribution ul li {
            overflow: hidden;
            background: url(../images/investment-distribution-bg.jpg) repeat-x;
            margin-bottom: 10px;
        }

            .investment-distribution ul li .highchartPie {
                float: left;
                margin: 0px 5%;
                width: 40%;
                width: 318px;
                height: 315px;
                text-align: center;
                font-size: 20px;
                line-height: 310px;
            }

                .investment-distribution ul li .highchartPie g.highcharts-data-labels text tspan:first-child {
                    display: none;
                }

                .investment-distribution ul li .highchartPie text tspan {
                    font-family: 'Microsoft JhengHei';
                    text-shadow: none;
                }

        .investment-distribution ul > li > h3 > ol {
            float: right;
            width: 55%;
            margin-top: 86px;
        }

            .investment-distribution ul > li > h3 > ol > li {
                width: 50%;
                float: left;
                margin-bottom: 5px;
                line-height: 20px;
                background: none;
            }

                .investment-distribution ul > li > h3 > ol > li > ol > li {
                    width: 100%;
                    float: left;
                    margin-bottom: 5px;
                    line-height: 20px;
                    background: none;
                }

        .investment-distribution ul li ol li samp {
            margin-left: 5px;
        }

        .investment-distribution ul li ol li img {
            margin-right: 5px;
            position: relative;
            top: 5px;
        }

        .investment-distribution ul li p {
            font-size: 13px;
            color: #000;
            float: right;
            margin: 28px 3.5% 0 0;
        }

        .investment-distribution ul li ol li span.PieLiColorSquare {
            width: 20px;
            height: 20px;
            float: left;
            margin-right: 7px;
        }

.investment-distribution-c01 {
    color: #f08200;
}

.investment-distribution-c02 {
    color: #b4873c;
}

.investment-distribution-c03 {
    color: #c2bb07;
}

.investment-distribution-c04 {
    color: #f6ab00;
}

.investment-distribution-c05 {
    color: #a1a547;
}

.investment-distribution-c06 {
    color: #ccc64c;
}

.investment-distribution-c07 {
    color: #c1cd00;
}

.investment-distribution-c08 {
    color: #a95c00;
}

.investment-distribution-c09 {
    color: #00573d;
}

.investment-distribution-c010 {
    color: #f6b74f;
}

.fund-dtda01 {
    padding: 7px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    width: 20%; /*display:block;*/
    margin: 10px 0 20px 0;
    color: #8a8a8a;
    font-size: 16px;
    font-family: Arial,"Microsoft JhengHei";
}

.fund-ration01 {
    padding: 7px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    width: 20%;
    margin: 10px 0 20px 0;
    color: #8a8a8a;
    font-size: 16px;
    font-family: "Microsoft JhengHei";
}

.fund-ration02 {
    padding: 7px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    width: 100%;
    margin: 0;
    color: #8a8a8a;
    font-size: 16px;
    font-family: "Microsoft JhengHei";
}

.title-02 {
    background: url(../images/fund-ration/fund-ration-icon-m.jpg) no-repeat left 1px;
    color: #01573e;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 35px;
    margin: 13px 0 8px 0;
    line-height: 24px;
}

    .title-02 a {
        color: #01573e;
    }

.remarks {
    width: 100%;
    font-size: 13px;
    color: #414141;
    line-height: 18px;
    margin-bottom: 30px;
}

    .remarks h1 {
        font-size: 16px;
        color: #01573e;
        margin-bottom: 10px;
    }

.form {
    margin-left: 0%;
}

    .form ul {
        margin-left: 0%;
    }

.fund-tab {
    float: left; /*width:100%;*/ /*margin-left:1.5%;*/
    padding-bottom: 0;
}
    /*.fund-tab{float:left; width:40%; margin-left:1.5%;}*/
    .fund-tab li {
        float: left;
        margin-right: 2px;
    }

        .fund-tab li a {
            background: #c1cd01;
            height: 47px;
            display: block;
            color: #00573d;
            font-weight: bold;
            padding: 0 10px;
            line-height: 40px;
            letter-spacing: 1px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            min-width: 90px;
            text-align: center;
            position: relative;
            z-index: 10;
            border-top: 1px solid #83ada1;
            border-left: 1px solid #83ada1;
            border-right: 1px solid #83ada1;
        }

            .fund-tab li a::before {
                content: "";
                display: block;
                position: absolute;
                z-index: -1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                background: #b3cdc5 url(../images/fund-list/fund-tab-hover.jpg) repeat-x left -3px;
                border-top: 1px solid #fff;
                border-left: 1px solid #fff;
                border-right: 1px solid #fff;
            }

            .fund-tab li a:hover {
                background: #00573d;
                height: 47px;
                display: block;
                color: #fff;
                font-weight: bold;
                padding: 0 10px;
                line-height: 40px;
                letter-spacing: 1px;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                min-width: 90px;
                text-align: center;
                position: relative;
                z-index: 10;
                border-top: 1px solid #11624a;
                border-left: 1px solid #11624a;
                border-right: 1px solid #11624a;
            }

                .fund-tab li a:hover::before {
                    content: "";
                    display: block;
                    position: absolute;
                    z-index: -1;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    border-top-left-radius: 4px;
                    border-top-right-radius: 4px;
                    background: #00573d url(../images/fund-list/fund-tab.jpg) repeat-x left -3px;
                    border-left: 4px solid #11624a;
                    border-right: 4px solid #11624a;
                }

        .fund-tab li > .fund-tab-v {
            background: #00573d;
            height: 47px;
            display: block;
            color: #fff;
            font-weight: bold;
            padding: 0 10px;
            line-height: 40px;
            letter-spacing: 1px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            min-width: 90px;
            text-align: center;
            position: relative;
            z-index: 10;
            border-top: 1px solid #11624a;
            border-left: 1px solid #11624a;
            border-right: 1px solid #11624a;
        }

            .fund-tab li > .fund-tab-v::before {
                content: "";
                display: block;
                position: absolute;
                z-index: -1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                background: #00573d url(../images/fund-list/fund-tab.jpg) repeat-x left -3px;
                border-left: 4px solid #11624a;
                border-right: 4px solid #11624a;
            }

.search-2 {
    border: 1px solid #dddddd;
    color: #aaaaaa;
    width: 40%;
    float: left;
    border-radius: 2px;
    margin: 0;
    padding: 2px 0;
}

    .search-2 input {
        width: 82%;
        float: left;
        border: none;
        padding: 6px;
        font-size: 1em;
        font-family: "Microsoft JhengHei";
    }

    .search-2 a {
        width: 14%;
        float: right;
        /*padding: 6px 0;*/
        display: block;
        margin-top: 6px;
    }


.fund-search-box {
    width: auto;
}

    .fund-search-box.fsb-r {
        float: right;
    }

    .fund-search-box.fsb-l {
        float: left;
    }

    .fund-search-box h1 {
        float: left;
        width: auto;
        font-size: 1em;
        line-height: 38px;
        padding: 0 10px;
    }

    .fund-search-box h2 {
        float: left;
        width: 200px;
        padding: 0 10px;
    }

    .fund-search-box .search-2 {
        border: 1px solid #dddddd;
        color: #aaaaaa;
        width: 200px;
        float: left;
        border-radius: 2px;
        margin-right: 10px;
        position: relative;
    }

        .fund-search-box .search-2 input {
            width: 100%;
            float: left;
            border: none;
            padding: 6px 30px 6px 6px;
            font-size: 1em;
            font-family: "Microsoft JhengHei";
        }

        .fund-search-box .search-2 a {
            width: 20px;
            position: absolute;
            right: 5px;
            top: 7px;
        }


.subL_left {
    float: left;
    position: relative;
    width: 55%;
    padding-right: 20px;
}

.subL_right {
    float: right;
    position: relative;
    width: 45%;
}

.subL-section-title {
    width: 100%;
}

    .subL-section-title h3 {
        background: #fff url(../images/market-newsletter/market-newsletter-icon02.jpg) no-repeat 5px 16px;
        color: #01573e;
        font-size: 20px;
        padding: 15px 10px 8px 32px;
        font-weight: 900;
        float: left;
    }

.subL-datetime-box {
    float: right;
    width: 100%;
}

    .subL-datetime-box > .calendar-box {
        float: right;
        width: 150px;
        background: url(../images/icon_calendar.png) no-repeat 125px center;
    }

    .subL-datetime-box > a {
        float: right;
        background: url(../images/bg-search.png) repeat-x left center;
        height: 37px;
        background-size: auto 100%;
        color: white;
        line-height: 37px;
        padding: 0 10px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.subL-tbl {
    width: 100%;
    color: black;
}

    .subL-tbl tr td:first-child {
        background-color: #ebeadc;
        width: 180px;
        min-width: 180px;
        max-width: 180px;
    }

        .subL-tbl tr td:first-child + td {
            background-color: white;
            text-align: right;
        }

.info-section {
    background: url(../images/icon-info.png) no-repeat left 6px;
    font-size: 13px;
    padding: 5px 5px 5px 32px;
}

.subL-tbl2 {
    width: 100%;
}

    .subL-tbl2 tr th {
        background-color: #01573e;
        padding: 5px;
        color: white;
        text-align: center;
    }

    .subL-tbl2 tr td {
        padding: 5px;
        text-align: center;
        border: 1px solid #e6e6e6;
    }

    .subL-tbl2 tr:nth-child(even) td {
        background-color: #f9fae5;
    }

.subL-auto-scroll {
    max-height: 545px;
    overflow-y: auto;
}

.DateText-LG {
    font-size: 13px;
    /*color: #8c8c8c;*/
}

@media (max-width:978px) {
    .subL_left {
        width: 50%;
    }

    .subL_right {
        width: 50%;
    }

    .text07, .text03 {
        color: #414141;
        text-align: left;
    }

    .text04 {
        text-align: left;
    }

    .rwd-table2.mobile-half td > div:first-child {
        width: 120px;
        min-width: 120px;
    }

    table.mobile-half .m-h-even {
        float: left;
        width: 65%;
    }

    table.mobile-half .m-h-odd {
        float: left;
        width: 35%;
    }

    .m-h-odd .rwd-tbl-th {
        display: none;
    }

    .m-h-odd td {
        border-left: 0px !important;
    }
}

@media(min-width:768px) {
    .subL-tbl tr td:first-child {
        width: 310px;
    }
}

@media (max-width:768px) {
    .subL_left {
        width: 100%;
    }

    .subL_right {
        width: 100%;
    }

    .subL-auto-scroll {
        max-height: none;
        overflow: initial;
    }
}

.etf-section-outer {
    width: 100%;
}

    .etf-section-outer > div {
        width: 25%;
        float: left;
    }

    .etf-section-outer:after {
        content: "";
        clear: both;
        display: block;
    }

.etf-s-each {
    padding: 10px;
}

.etf-s-e-box {
    border-radius: 5px;
    border: 1px solid #b3cdc5;
    background-color: #f8fae5;
    color: black;
}

    .etf-s-e-box:hover {
        border: 1px solid #01573e;
    }

.etf-s-e-info-top {
    display: table;
    border-bottom: 3px solid #006633;
    width: 100%;
    padding-bottom: 10px;
}

.etf-s-e-tbl {
    width: 100%;
    font-size: 14px;
}

.etf-s-e-time {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    line-height: 15px;
}

.etf-s-e-name {
    font-size: 18px;
    color: #006633;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
}

.point-green {
    color: #01573e;
    font-weight: bold;
}

.point-gray {
    color: #9f9f9f;
    font-weight: bold;
}

.point-red {
    color: #fd0528;
    font-weight: bold;
}

.point-black {
    color: black;
    font-weight: bold;
}

.etf-s-e-info-top-outer {
    padding: 5px 10px;
}

.etf-s-e-tbl-outer {
    padding: 0 10px 10px 10px;
}

.etf-s-e-tbl tr td {
    vertical-align: middle;
    padding-bottom: 10px;
}

    .etf-s-e-tbl tr td:first-child {
        font-size: 13px;
        line-height: 18px;
    }

        .etf-s-e-tbl tr td:first-child + td {
            font-size: 17px;
        }

            .etf-s-e-tbl tr td:first-child + td + td {
                font-size: 17px;
            }

.font-s-12 {
    font-size: 12px;
}

.etf-s-e-greentitle {
    color: white;
    font-size: 18px;
    background-color: #01573e;
    border-radius: 5px;
    padding: 4px 20px;
    text-align: center;
    margin-top: 5px;
    height: 56px;
}

.etf-s-e-center {
    display: -webkit-inline-box;
    vertical-align: -webkit-baseline-middle;
}

.etf-mode-section {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

    .etf-mode-section > a {
        width: 35px;
        height: 35px;
        float: right;
        background-color: #999999;
        border-radius: 3px;
        margin-left: 10px;
    }

        .etf-mode-section > a:hover, .etf-mode-section > a.active {
            background-color: #01573e;
        }

    .etf-mode-section:after {
        content: "";
        clear: both;
        display: block;
    }

.btn_report_table {
    background-image: url(../images/icon-table.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.btn_report_charts {
    background-image: url(../images/icon-graphic.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.style1-table tr td {
    padding: 5px;
    border-left: 1px solid #e6e6e6;
}

.style1-table tr th {
    padding: 10px 5px;
}

    .style1-table tr th:first-child {
        min-width: 0px;
        max-width: initial;
        width: auto;
    }

.style1-table.style2-table tbody tr td {
    background-color: white;
    border: 1px solid #e6e6e6;
    vertical-align: middle;
}

.style1-table.style2-table tbody:nth-child(even) td {
    background-color: #f8fae5;
}

.vertical-table {
    width: 100%;
}

    .vertical-table tbody {
        width: 100%;
        border-bottom: 20px solid #e6e6e6;
    }

        .vertical-table tbody td {
            padding: 5px;
            border: 1px solid #e6e6e6;
        }

            .vertical-table tbody td.title {
                background-color: #01573e;
                color: #fff;
                vertical-align: middle;
            }

.mobile-tbl {
    display: none;
}

.rwd-tbl-th {
    display: none;
}

@media (max-width:978px) {
    .mobile-tbl {
        display: table;
    }

    .dismobile-tbl {
        display: none;
    }

    .rwd-table2 th, .rwd-th {
        display: none !important;
    }

    .rwd-table2, .rwd-table2 tbody, .rwd-table2 tr, .rwd-tbl-th {
        display: block;
    }

        .rwd-table2 td {
            display: table;
        }

            .rwd-table2 td > div {
                display: table-cell;
                padding: 10px;
            }

                .rwd-table2 td > div:first-child {
                    background-color: #01573e;
                    color: white;
                    width: 150px;
                }

        .rwd-table2 tr {
            margin-bottom: 10px;
        }

        .rwd-table2 tr, .rwd-table2 td {
            width: 100%;
        }

    .style1-table tr {
        border-top: 1px solid #e6e6e6;
    }

    .etf-section-outer, .subL-section-title {
        padding: 0 10px;
    }

        .etf-section-outer > div {
            width: 50%;
        }
}

@media (min-width:769px) {
    .style1-table tr:nth-child(even) td {
        background-color: #f8fae5;
    }
}

@media (max-width:480px) {
    .etf-section-outer > div {
        width: 100%;
    }
}

.fund-tab-search {
    float: right;
    width: 50%;
}

    .fund-tab-search h1 {
        float: left;
        width: 22%;
        font-size: 1em;
        line-height: 38px;
    }

    .fund-tab-search h2 {
        float: left;
        width: 35%;
        margin-right: 1%;
    }

.fund-ration {
    width: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 16px;
}

    .fund-ration h1 {
        float: left;
        width: 27%;
        font-size: 1em;
        line-height: 38px;
    }

    .fund-ration h2 {
        float: left;
        width: 35%;
        margin-right: 1%;
    }

.calendar-title {
    background: url(../images/calendar/calendar-title.jpg) repeat-x;
    height: 56px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.calendar-bg01 {
    background-color: #aba418;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

    .calendar-bg01 td {
        border-left: 1px solid #fff;
    }

.calendar-bg02 {
    background-color: #eaeaea;
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: 100;
}

    .calendar-bg02 td {
        border-left: 1px solid #d2d2d2;
    }

.calendar-bg03 td {
    background-color: #fff;
    border-left: 1px solid #d2d2d2;
    height: 100px;
    padding: 40px 0;
    text-align: center;
    vertical-align: top !important;
}

.calendar-bg03 > .calendar-bg04 {
    background-color: #fef6e5;
}
/*.calendar-bg03 h1{font-size:16px; background:url(../images/calendar/calendar-icon01.jpg) no-repeat 7px 2px; padding-left:0px;}*/
.calendar-bg03 h1::before {
    font-size: 16px;
    background: url(../images/calendar/calendar-icon01.jpg) no-repeat 0px 0px;
    padding-left: 0px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
/*.calendar-bg03 h2{font-size:16px; background:url(../images/calendar/calendar-icon02.jpg) no-repeat 7px 2px; padding-left:0px;}*/
.calendar-bg03 h2::before {
    font-size: 16px;
    background: url(../images/calendar/alarm2.png) no-repeat 0px 0px;
    padding-left: 0px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.calendar-bg03 h4::before {
    font-size: 16px;
    background: url(../images/calendar/coin.png) no-repeat 0px 0px;
    padding-left: 0px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.calendar-bg03 h3 {
    font-size: 14px;
}

.calendar-bg03 a {
    color: #f18101;
}

.calendar-search {
    width: 500px;
    overflow: hidden;
    line-height: 40px;
    margin-bottom: 15px;
}

    .calendar-search h1 {
        float: left;
        width: 8%;
    }

    .calendar-search h2 {
        float: left;
        width: 35%;
        margin-right: 2%;
    }

    .calendar-search h3 {
        float: left;
        width: 15%;
    }

    .calendar-search h4 {
        float: left;
        width: 35%;
    }

.calendar-box {
    padding: 10px 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    width: 100%;
}

.m-d {
    display: none !important;
}



.select-fund-bg table tr > .table-bg04 {
    background-color: #f8fae5;
}

.open-an-account-bg {
    background-color: #f6f3ea;
    padding: 2% 0;
    margin-bottom: 70px;
}

.open-an-account-bg2 {
    background-color: #f5f6ec;
    padding: 1px 0 0 0;
    margin-bottom: 0px;
}

    .open-an-account-bg2 h1 {
        font-size: 22px;
        color: #01573e;
        padding: 0.5% 1.5%;
    }

        .open-an-account-bg2 h1 samp {
            color: #000;
        }

    .open-an-account-bg2 h2 {
        font-size: 15px;
        color: #414141;
        padding: 0.5% 0%;
        font-weight: 700;
    }

.open-an-account-bg3 {
    background-color: #f5f5f5;
    padding: 15px 0 0 0;
    margin-bottom: 0px;
}

    .open-an-account-bg3 h1 {
        font-size: 22px;
        color: #01573e;
        padding: 0.5% 1.5%;
    }

        .open-an-account-bg3 h1 samp {
            color: #000;
        }

.step04-c {
    font-size: 15px;
    color: #414141;
    padding: 0.5% 1.5%;
    overflow: hidden;
    font-weight: 700;
    margin-bottom: 35px;
}

    .step04-c li {
        float: left;
        margin-right: 15px;
        font-weight: 700;
    }

.c-w h2 {
    width: 100%;
    display: block;
    margin: 0px 0 0px 2%;
    color: #01573e;
    font-size: 18px;
    font-weight: 500;
}

.c-w {
    background: #f5f6ec;
    margin: 0 0 30px 0;
    position: relative;
    top: -15px;
    padding-bottom: 20px;
}

.open-an-account-text {
    font-size: 14px;
    line-height: 26px;
    height: 460px;
    overflow-x: hidden;
    width: 97%;
    margin: 0 1.5%;
    padding-right: 1.5%;
}

    .open-an-account-text h1 {
        font-size: 20px;
        color: #01573e;
        margin: 10px 0;
    }

.line-01 {
    width: 100%;
    height: 1px;
    display: block;
    margin: 6px 0 16px 0;
    background-color: #dddad2;
    width: 100%;
}

.open-an-account-checkbox {
    color: #f08200;
    font-size: 14px;
    width: 97%;
    margin: 30px 1.5%;
}

.line-g {
    background: url(../images/breadline.png) repeat-x;
    width: 100%;
    height: 2px;
    margin-bottom: 15px;
    z-index: 12;
    position: relative;
}

.line-g-2 {
    background: url(../images/breadline.png) repeat-x;
    width: 100%;
    height: 2px;
    margin-bottom: 15px;
}

.spacing-20 {
    margin-top: 40px;
}

.text-b {
    font-weight: bold;
    color: #333;
}

.confirm-identity {
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    padding: 10px;
    width: 100%;
}

    .confirm-identity ul {
    }

        .confirm-identity ul li {
            overflow: hidden;
        }

            .confirm-identity ul li h1 {
                width: 20%;
                float: left;
                margin-right: 2%;
                background-color: #dddab1;
                line-height: 22px;
                padding: 14px 15px;
                height: 50px;
            }

            .confirm-identity ul li h3 {
                width: 20%;
                float: left;
                margin-right: 2%;
                background-color: #dddab1;
                line-height: 22px;
                padding: 14px 15px;
                height: 108px;
            }

            .confirm-identity ul li h2 {
                width: 78%;
                float: left;
                padding: 4px 0;
                font-weight: 500;
                line-height: 22px;
            }

            .confirm-identity ul li h4 {
                width: 20%;
                height: 50px;
                float: left;
                margin-right: 2%;
                background-color: #ebeadc;
                line-height: 22px;
                padding: 4px 5px 4px 50px;
            }

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.accordion .panel {
    border: none;
    border-top: 1px solid #e8e8e8;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}

    .accordion .panel:last-child {
    }

.accordion .panel-heading {
    padding: 0;
}

.accordion .panel-title a {
    display: block;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.5px;
    background: #00573d url(../images/qa/q-arrow.png) no-repeat right 15px;
    padding: 10px 25px 10px 40px;
    position: relative;
    transition: all 0.5s ease 0s;
}

    .accordion .panel-title a:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        line-height: 32px;
        border-radius: 50%;
        background: url(../images/qa/q.png) no-repeat;
        text-align: center;
        position: absolute;
        top: 25%;
        left: 7px;
        transition: all 0.3s ease 0s;
    }

    .accordion .panel-title a.collapsed:before {
    }

.accordion .panel-body {
    font-size: 16px;
    color: #414141;
    line-height: 24px;
    border: none;
    background: url(../images/qa/a.jpg) no-repeat 7px 14px;
    padding: 15px 20px 15px 40px;
}

    .accordion .panel-body h1 {
        font-size: 16px;
        color: #414141;
        line-height: 24px;
        font-weight: 100;
        padding: 0;
        margin: 0;
    }

    .accordion .panel-body ol {
        list-style-type: decimal;
        margin-left: 20px;
    }

        .accordion .panel-body ol li {
            padding: 7px 0;
        }

/*收益平準金*/
.accordion .incomeEqualization {
    background: none !important;
}

/*公司簡介*/
.company_p:first-child {
    margin-top: 10px;
}

.company_p {
    font-size: 15px;
    margin: 20px 0 20px 0;
}

ul.green_arrow li {
    padding-left: 15px;
    background: url(../images/companyintro/green_arrow.png) no-repeat left 7px;
    line-height: normal;
}

.CompanyHistoryContainer {
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}

.HistoryYearSection .H_Y_S_yeartext {
    display: table-cell;
    width: 142px;
    padding: 10px;
    vertical-align: top;
    min-width: 142px;
    max-width: 142px;
    position: relative;
}

    .HistoryYearSection .H_Y_S_yeartext .H_Y_S_yearpoint {
        position: absolute;
        width: 37px;
        height: 37px;
        background: url(../images/companyintro/radius_inner.png) no-repeat center top;
        right: 0;
        top: 0;
    }

.HistoryYearSection.active .H_Y_S_yeartext .H_Y_S_yearpoint {
    background: url(../images/companyintro/radius.png) no-repeat center top;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.HistoryYearSection .H_Y_S_contenttext {
    display: table-cell;
    width: 100%;
    word-break: break-all;
    padding: 10px;
}

.HistoryYearSection.Even .H_Y_S_yeartext {
    color: #01573e;
}

    .HistoryYearSection.Even .H_Y_S_yeartext .H_Y_S_yeartext_inner {
        display: inline-block;
    }

.HistoryYearSection.Odd .H_Y_S_yeartext .H_Y_S_yeartext_inner {
    display: inline-block;
}

.HistoryYearSection.Even .H_Y_S_contenttext .H_Y_S_messagebox {
    background: #c1cd01;
    border-radius: 6px;
    color: white;
    padding: 10px 10px 25px 18px;
    position: relative;
    margin-left: 25px;
    font-size: 15px;
    line-height: 22px;
}

    .HistoryYearSection.Even .H_Y_S_contenttext .H_Y_S_messagebox::after {
        content: "";
        position: absolute;
        width: 19px;
        height: 12px;
        background: url(../images/companyintro/triangle1.png) no-repeat center top;
        top: 0;
        left: -12px;
    }

.HistoryYearSection.Odd .H_Y_S_yeartext {
    color: #179d76;
}

.HistoryYearSection.Odd .H_Y_S_contenttext .H_Y_S_messagebox {
    background: #c2bb08;
    border-radius: 6px;
    color: white;
    padding: 10px 10px 25px 18px;
    position: relative;
    margin-left: 25px;
    font-size: 15px;
    line-height: 22px;
}

    .HistoryYearSection.Odd .H_Y_S_contenttext .H_Y_S_messagebox::after {
        content: "";
        position: absolute;
        width: 19px;
        height: 12px;
        background: url(../images/companyintro/triangle2.png) no-repeat center top;
        top: 0;
        left: -12px;
    }

.HistoryYearSection.HistoryDecadeSection {
    min-height: 61px;
    margin: 10px 0 20px 0;
}

    .HistoryYearSection.HistoryDecadeSection .H_Y_S_yeartext .H_Y_S_yearpoint {
        position: absolute;
        width: 37px;
        height: 37px;
        border-radius: 50%;
        right: 11px;
        top: 0;
        background: #cfd0c1;
    }

        .HistoryYearSection.HistoryDecadeSection .H_Y_S_yeartext .H_Y_S_yearpoint span {
            position: absolute;
            width: 25px;
            height: 25px;
            text-align: center;
            border-radius: 50%;
            right: 6px;
            top: 6px;
            background: #cfd0c1;
            border: 3px solid white;
            color: white;
            font-size: 15px;
            text-indent: -99999px;
        }

    .HistoryYearSection.HistoryDecadeSection .H_Y_S_yeartext {
        display: table-cell;
        width: 154px;
        padding: 10px;
        vertical-align: top;
        min-width: 154px;
        max-width: 154px;
        position: relative;
    }


    .HistoryYearSection.HistoryDecadeSection.active .H_Y_S_yeartext .H_Y_S_yearpoint {
        position: absolute;
        width: 61px;
        height: 61px;
        border-radius: 50%;
        right: 0;
        top: 0;
        background: #cfd0c1;
        -moz-transition: all 500ms;
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }

        .HistoryYearSection.HistoryDecadeSection.active .H_Y_S_yeartext .H_Y_S_yearpoint span {
            position: absolute;
            width: 49px;
            text-align: center;
            line-height: 44px;
            height: 49px;
            border-radius: 50%;
            right: 6px;
            top: 6px;
            background: #cfd0c1;
            border: 3px solid white;
            color: white;
            font-size: 15px;
            -moz-transition: all 500ms;
            -webkit-transition: all 500ms;
            -o-transition: all 500ms;
            transition: all 500ms;
            text-indent: initial;
        }


.H_Y_S_TimeLine {
    width: 12px;
    background-color: #cfd0c1;
    position: absolute;
    left: 118px;
    height: 100%;
    border: 2px solid #f5f6f3;
    border-radius: 20px;
    margin-top: 18px;
}



/*公司治理*/

.CompanyLinkContainer > div > a {
    width: 23%;
    margin: 1% 1%;
    background-color: #c1cd01;
    height: 100px;
    float: left;
    display: inline-block !important;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #01573e;
    font-weight: bold;
}

    .CompanyLinkContainer > div > a:hover {
        color: white;
        background-color: #01573e;
    }

    .CompanyLinkContainer > div > a > img {
        width: 34%;
        margin: 25% 33% 7% 33%;
    }

    .CompanyLinkContainer > div > a > span {
        width: 76%;
        margin: 2% 12% 7% 12%;
        display: inline-block;
    }

/*組織與團隊*/
.Img_Group_Section {
    width: 100%;
    text-align: center;
}

    .Img_Group_Section > img {
        max-width: 100%;
    }

.th-title-inMobile {
    display: none;
}

#tbl_Group {
    width: 100%;
}

.table_outer {
    padding: 0 43px;
}

.tbl-style01 tr th {
    border-bottom: 4px solid #01573e;
    text-align: left;
    padding: 10px 10px;
}

.tbl-style01 tbody.tbl-body tr:nth-child(even) td {
    background-color: #fbfbfb;
}

.tbl-style01 tbody.tbl-body tr td ul.green_dot li {
    padding-left: 11px;
    background: url(../images/companyintro/green_dot.png) no-repeat left 7px;
}

.tbl-style01 tbody.tbl-body tr td:first-child {
    white-space: nowrap;
}

    .tbl-style01 tbody.tbl-body tr td:first-child + td {
        white-space: nowrap;
    }




.panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
}

.form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown, .dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777;
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid;\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {


    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.map-bg {
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    margin: 15px 0;
}

.map-left {
    width: 55%;
    float: left;
    padding: 10px 15px 10px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #414141;
}

    .map-left h1 {
        color: #01573e;
        margin: 8px 0;
    }

    .map-left h2 {
        font-weight: 500;
    }

    .map-left h3 {
        color: #000000;
        margin: 8px 0;
    }

    .map-left h4 {
        display: none;
    }

    .map-left td {
        background-color: #fff;
        padding: 8px;
    }

    .map-left tr > .map-left-table-bg {
        background-color: #edeed9;
        border-bottom: 1px solid #f2f2f2;
    }

.map-right {
    width: 45%;
    float: right;
}

.market-news-bg {
    background-color: #f2f2f2;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.market-news-list {
    margin: 10px;
}

    .market-news-list li {
        margin-bottom: 10px;
    }

        .market-news-list li h1 {
            background: #fff /*url(../images/fund-ration/fund-ration-icon-m.jpg) no-repeat 5px 14px*/;
            color: #01573e;
            font-size: 20px;
            padding: 12px 10px 13px 42px;
            border-bottom: 1px solid #e5e5e5;
        }

.test1 {
    float: left;
}

.test2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.market-news-list li h1 span {
    padding-left: 50px;
    color: red;
    font-size: 14px;
}

.market-news-list li h1 samp {
    font-size: 15px;
    font-weight: 100;
    color: #414141;
    float: right;
}

.market-news-list li h2 {
    background-color: #f9fae5;
    padding: 15px 10px 8px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}

    .market-news-list li h2 a {
        color: #01573e;
        font-size: 14px;
        float: right;
        display: block;
        position: absolute;
        right: 14px;
        bottom: -20px;
    }

        .market-news-list li h2 a span {
            display: none;
        }

.manager-speaks-a {
    position: absolute;
    right: 300px;
    bottom: -20px;
}

/*.green_btn {width: 60px;height: 17px;background: url(../images/arrow.png) center top;}
.green_btn:hover {background: url(../images/arrow.png) center bottom;}*/

.green_btn {
    float: none;
    width: 40px;
    height: 17px;
    background: url(../images/more-icon.png) center top;
}

    .green_btn:hover {
        background: url(../images/more-icon.png) center bottom;
    }

.green_btn2 {
    float: none;
    width: 40px;
    height: 17px;
    background: url(../images/more-icon.png) center top;
}

    .green_btn2:hover {
        background: url(../images/more-icon.png) center bottom;
    }

.title-two-circle {
    background: url(../images/fund-ration/fund-ration-icon-m.jpg) no-repeat 0px 14px;
    color: #01573e;
    font-size: 20px;
    padding: 15px 10px 13px 42px;
    margin-top: 10px;
}

.market-news-list li h3 {
    /*background: #fff url(../images/fund-ration/fund-ration-icon-m.jpg) no-repeat 5px 14px;*/
    background: url(../images/fund-ration/fund-ration-icon-m.png) no-repeat 5px 14px;
    color: #01573e;
    font-size: 20px;
    padding: 15px 10px 13px 42px;
    /*border-bottom: 1px solid #e5e5e5;*/
    overflow: auto;
}

    .market-news-list li h3 span {
        padding-left: 50px;
        color: red;
        font-size: 14px;
    }

    .market-news-list li h3 samp {
        font-size: 15px;
        font-weight: 100;
        color: #414141;
        float: right;
    }

.market-news-list li h4 {
    padding: 15px 10px 26px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    height: 100px;
    position: relative;
}

    .market-news-list li h4 a {
        color: #01573e;
        font-size: 14px;
        float: right;
        display: block;
        margin: 10px 0 0 0;
        position: absolute;
        right: 14px;
        bottom: 10px;
    }

.manager-speaks-bg {
    background: #f9fae5 url(../images/market-newsletter/manager-speaks-bg.jpg) repeat-x;
    overflow: hidden;
}

    .manager-speaks-bg h4 p {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 4.5rem;
        word-break: break-all;
    }

    .manager-speaks-bg h4 a span {
        display: none;
    }

    .manager-speaks-bg h2 p {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 4.5rem;
        word-break: break-all;
    }

.manager-speaks-left {
    float: left;
    width: 16%;
    margin: 1%;
    /*box-shadow: 0px 0px 1px rgba(20%,20%,20%,0.2);*/
    height: 118px;
}

.manager-speaks-left-1 {
    float: right;
    width: 16%;
    margin: 1%;
    /*box-shadow: 0px 0px 1px rgba(20%,20%,20%,0.2);*/
    height: 118px;
}

.manager-speaks-left-1-1 {
    float: right;
    width: 22%;
    margin: 1%;
    /*box-shadow: 0px 0px 1px rgba(20%,20%,20%,0.2);*/
    height: 118px;
    max-width: 300px;
    _width: expression(this.width > 300 ? "300px" : this.width);
}

.manager-speaks-left img {
    width: 100%;
    box-shadow: 3px 3px 3px rgba(20%,20%,20%,0.2);
}

.manager-speaks-left-1 img {
    width: 100%;
    box-shadow: 3px 3px 3px rgba(20%,20%,20%,0.2);
}

.manager-speaks-left-1-1 img {
    width: 100%;
    box-shadow: 3px 3px 3px rgba(20%,20%,20%,0.2);
}

.manager-speaks-right {
    float: left;
    width: 82%;
}

.manager-speaks-right-1 {
    float: left;
    width: 76%;
}

.manager-speaks-right a {
    color: #00573d;
}

.manager-speaks-h1 {
    word-break: break-all;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    font-weight: 800;
    /*overflow-x: hidden;*/
    -webkit-line-clamp: 2;
    max-height: 5rem;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
}

.manager-speaks-img {
    display: none;
}

.manager-speaks-h1 a {
    color: #00573d;
}

.manager-speaks-h2 {
    /*text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 55px;*/
}

    .manager-speaks-h2 a {
        color: #00573d;
    }

.page-number-2 {
    width: 320px;
    margin: 40px auto;
    padding-bottom: 20px;
}

    .page-number-2 img {
        position: relative;
        top: 1px;
        padding: 0 6px;
    }

.page-number {
    width: 400px;
    margin: 40px auto;
    font-size: 14px;
}

    .page-number samp {
    }

    .page-number span {
        display: none;
    }

    .page-number img {
        position: relative;
        top: 1px;
        padding: 0 6px;
    }

.previous {
    background: #d5d5d5 url(../images/previous2.png) no-repeat 14px center;
    padding: 10px 20px 12px 30px;
    border: 1px solid #bcbcbc;
    color: #000;
    border-radius: 4px;
    margin: 0 5px;
    cursor: not-allowed;
}

.next {
    background: #d5d5d5 url(../images/next.png) no-repeat 72px center;
    padding: 12px 35px 12px 20px;
    border: 1px solid #bcbcbc;
    color: #000;
    border-radius: 4px;
    margin: 0 5px;
    cursor: not-allowed;
}

.previous.active {
    background: #f08200 url(../images/previous.png) no-repeat 14px center;
    border: 1px solid #d87602;
    color: #fff;
    cursor: pointer;
}

.next.active {
    background: #f08200 url(../images/next2.png) no-repeat 72px center;
    border: 1px solid #d87602;
    color: #fff;
    cursor: pointer;
}



.back {
    background: #d5d5d5;
    padding: 12px;
    border: 1px solid #bcbcbc;
    color: #000;
    border-radius: 4px;
    margin: 0 5px;
    padding: 11px 12px 0px 12px;
    height: 42px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.market-news-content-bg {
    margin: 10px;
    /*background: #f9fae5;*/
    /*background: #ffffff;*/
    background: #f9fae5;
    font-size: 16px;
    color: #414141;
    line-height: 20px;
    font-weight: 500;
}
/*.market-news-content{padding:10px 10px;}*/

.market-news-content h1 {
    color: rgb(247, 171, 0);
    font-size: 18px;
}

.market-news-content h2 {
    color: #01573e;
    font-size: 16px;
    margin: 10px 0;
}

.market-news-content h3 {
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 20px;
}

.market-news-content h4 {
    color: #ab1616;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}

.market-news-content h5 {
    color: #1639ab;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}

.market-news-content h6 {
    color: #01573e;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}

.investment-topics-content {
    padding: 10px;
    background: #f9fae5;
    font-size: 16px;
    color: #414141;
    line-height: 20px;
    font-weight: 500;
}

.investment-topics-title {
    background: #fff url(../images/market-newsletter/market-newsletter-icon02.jpg) no-repeat 5px 16px;
    color: #01573e;
    font-size: 20px;
    padding: 15px 10px 8px 32px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 900;
}

    .investment-topics-title samp {
        font-size: 15px;
        font-weight: 100;
        color: #414141;
        float: right;
    }

.market-news-title {
    background: #fff url(../images/fund-ration/fund-ration-icon-m.jpg) no-repeat 5px 21px;
    color: #01573e;
    font-size: 20px;
    padding: 15px 10px 8px 42px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 900;
    line-height: 150%;
}

    .market-news-title samp {
        font-size: 15px;
        font-weight: 100;
        color: #414141;
        float: right;
    }

.investment-topics-content ul li {
    margin-left: 16px;
    list-style: disc;
}


.financial-lecture-title-2 {
    background: #fff url(../images/fund-ration/fund-ration-icon-m.jpg) no-repeat 5px 18px;
    color: #01573e;
    font-size: 20px;
    padding: 15px 10px 8px 45px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 900;
    word-wrap: break-word;
}

    .financial-lecture-title-2 span {
        display: inline-block;
        line-height: 25px;
    }

    .financial-lecture-title-2 samp {
        font-size: 15px;
        font-weight: 100;
        color: #414141;
        float: right;
    }

/*.important-notice-title{background:#fff url(../images/important-notice/important-notice-title.jpg) no-repeat 10px 12px;color:#414141;font-size:20px;padding:15px 10px 8px 100px; border-bottom:1px solid #e5e5e5; font-weight:900;}*/
.important-notice-title {
    color: #414141;
    font-size: 20px;
    padding: 15px 10px 10px 10px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 900;
    display: table;
    width: 100%;
}

    .important-notice-title div.TitleDiv {
        background-color: #f18101;
        font-size: 16px;
        border-radius: 4px;
        color: #fff;
        padding: 6px 6px;
        margin-right: 14px;
        /*float: left;*/
        width: 91px;
        min-width: 91px;
        height: 26px;
        text-align: center;
        margin-top: -3px;
        display: table-cell;
        vertical-align: top;
    }

        .important-notice-title div.TitleDiv + div {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            padding: 0px 5px;
        }

    .important-notice-title samp {
        font-size: 15px;
        font-weight: 100;
        color: #414141;
        display: table-cell;
        vertical-align: middle;
        width: 50px;
        min-width: 50px;
    }

.market-newsletter-img01 {
    width: 100%;
    margin: 35px auto;
    text-align: center;
}



.extended-reading {
}
    /*.extended-reading h1{background:url(../images/fund-ration/fund-ration-icon-m.png) no-repeat 5px 14px;color:#01573e;font-size:20px;padding:15px 10px 8px 42px;font-weight:700;}*/
    .extended-reading h1 {
        color: #333;
        font-size: 20px;
        padding: 25px 10px 8px 20px;
        font-weight: 900;
        display: inline-block;
    }

    .extended-reading ul { /*background-color:#a1a547;*/
        padding: 10px;
    }

        .extended-reading ul li {
            width: 100%;
            border-bottom: 1px solid #919440;
        }

            .extended-reading ul li a {
                background: url(../images/circle.png) no-repeat 3px 13px;
                color: black;
                padding: 10px 0 8px 18px;
                display: block;
                margin-left: 8px;
                background-size: 8px;
            }


.extended-reading3 {
}
    /*.extended-reading h1{background:url(../images/fund-ration/fund-ration-icon-m.png) no-repeat 5px 14px;color:#01573e;font-size:20px;padding:15px 10px 8px 42px;font-weight:700;}*/
    .extended-reading3 h1 {
        color: #01573e;
        font-size: 20px;
        padding: 20px 10px 8px 42px;
        font-weight: 700;
    }

    .extended-reading3 ul { /*background-color:#a1a547;*/
        padding: 10px;
    }

        .extended-reading3 ul li {
            width: 100%;
            /*border-bottom: 1px solid #919440;*/
        }

            .extended-reading3 ul li a {
                background: url(../images/circle.png) no-repeat 3px 13px;
                color: #333;
                padding: 6px 0 8px 18px;
                display: block;
                margin-left: 8px;
                background-size: 8px;
            }



.video {
    background: #f9fae5;
    padding: 25px 16%;
    clip-path: polygon(3% 0%,97% 0%,97% 100%,3% 100%);
}

#owl-demo .item {
    margin: 3px;
}

    #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
    }

.page-number span.PageSpanText {
    display: inline-block !important;
}

.important-notice-list {
    background: #fff;
    margin: 10px;
    color: #414141;
    font-size: 16px;
}

    .important-notice-list li {
        border-bottom: 1px solid #e5e5e5;
        width: 96%;
        margin: 0 2%;
        overflow: hidden;
        line-height: 20px;
    }

        .important-notice-list li h1 {
            width: 83%;
            float: left;
        }

            .important-notice-list li h1 samp {
                padding-left: 50px;
                color: red;
                font-size: 14px;
            }

            .important-notice-list li h1 a {
                color: #414141;
                padding: 15px 0;
                display: inline-block;
            }

        .important-notice-list li h2 {
            width: 17%;
            float: right;
            padding: 15px 0;
            font-weight: 500;
            font-size: 15px;
            text-align: right;
        }

            .important-notice-list li h2 samp {
                background-color: #c1cd01;
                font-size: 13px;
                border-radius: 4px;
                color: #fff;
                padding: 2px 6px;
                margin-right: 14px;
                white-space: nowrap;
            }

        .important-notice-list li h1 .summary {
            padding: 0 15px;
            font-size: 15px;
            font-weight: 500;
            color: rgb(62, 62, 62);
        }

.financial-lecture-table {
    border-bottom: 2px solid #cccccc;
    border-top: 2px solid #cccccc;
    float: left;
    width: 85%;
}

    .financial-lecture-table td {
        padding: 9px 5px;
        color: #414141;
        border-bottom: 1px solid #e5e5e5;
    }

    .financial-lecture-table tr > .financial-lecture-table-t {
        background: #e5e5e5;
        text-align: center;
        border-bottom: 1px solid #fff;
        font-weight: 900;
    }

.financial-lecture-bnt {
    width: 15%;
    float: left;
    border-bottom: 2px solid #cccccc;
    border-top: 2px solid #cccccc;
}

    .financial-lecture-bnt a {
        background: url(../images/financial-lecture.jpg) repeat-x center center;
        width: 87%;
        display: block;
        height: 116px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        border-radius: 4px;
        text-align: center;
        margin: 19px 0 20px 13%;
        line-height: 24px;
        padding: 37px 0 0 0;
    }

        .financial-lecture-bnt a.brad {
            background: url(../images/financial-lecture-b.jpg) repeat-x center center;
            width: 87%;
            display: block;
            height: 116px;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            border-radius: 4px;
            text-align: center;
            margin: 19px 0 20px 13%;
            line-height: 24px;
            padding: 37px 0 0 0;
        }

    .financial-lecture-bnt samp {
        display: block;
    }

.bg02 { /*background:#a1a547;*/
    padding: 15px 0 2px 0;
    margin-bottom: 30px;
    border-top: 1px solid #d0d2a3;
}

    .bg02 h1 {
        background-color: #000;
        border: 1px solid #ced09f;
    }

    .bg02 a {
        color: black;
    }

        .bg02 a img {
            opacity: 0.6;
            background-color: #000;
        }

        .bg02 a p {
            padding: 8px 0 2px 0;
            line-height: 22px;
        }

        .bg02 a img:hover {
            opacity: 1;
        }

.manager-speaks-title {
    background: url(../images/market-newsletter/market-newsletter-icon02.png) no-repeat left 15px;
    color: #01573e;
    font-size: 20px;
    font-weight: 900;
    width: 98%;
    margin: 10px auto;
    padding: 15px 0 5px 23px;
    border-top: 1px solid #d9d9d9;
}

.join-members-bnt {
    background: #f18101 url(../images/join-members-icon.png) no-repeat 14px center;
    padding: 12px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 20.5%;
    display: inline-block;
    margin: 0 7px 15px 0;
}

    .join-members-bnt:hover {
        background: #f15001 url(../images/join-members-icon.png) no-repeat 14px center;
    }

.facebook-bnt {
    background: #3767a7 url(../images/fb-icon.png) no-repeat 14px center;
    padding: 12px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 20.5%;
    display: inline-block;
    margin: 0 0px 15px 0;
}

    .facebook-bnt:hover {
        background: #374ca7 url(../images/fb-icon.png) no-repeat 14px center;
    }

.member-e-information-text {
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    min-height: 300px;
    padding: 15px;
}

.bonus-points-bg {
    background-color: #fff;
}

.site-search-left {
    width: 17%;
    float: left;
    margin-right: 2%;
}

.site-search-bnt {
    background-color: #e6e4b9;
    width: 100%;
    font-size: 16px;
    padding: 5px 0 40px 0;
}

    .site-search-bnt h1 {
        color: #00573d;
        padding: 10px;
    }

    .site-search-bnt ul {
    }

        .site-search-bnt ul li {
            margin-bottom: 1px;
        }

            .site-search-bnt ul li a {
                background-color: #c1cd01;
                color: #fff;
                width: 100%;
                display: block;
                padding: 10px;
            }

                .site-search-bnt ul li a:hover {
                    background-color: #01573e;
                }

            .site-search-bnt ul li > .fund-tab-v {
                background-color: #01573e;
            }

.site-search-right {
    width: 81%;
    float: right;
}

.site-search-right-list {
    background-color: #fff;
    margin: 10px;
}

    .site-search-right-list li {
        border-bottom: 1px solid #cccccc;
        padding: 12px 8px;
    }

        .site-search-right-list li samp {
            color: #f08200;
        }

        .site-search-right-list li h1 {
            color: #01573e;
            background: url(../images/fund-ration/fund-ration-icon-m.png) no-repeat left 2px;
            padding: 0 0 6px 35px;
            line-height: 24px;
            font-size: 16px;
        }

            .site-search-right-list li h1 > a {
                color: #01573e;
            }

.site-search-right-bg {
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
}

.site-search-box {
    width: 55%;
    margin: 10px;
    overflow: hidden;
}

    .site-search-box div {
        padding: 8px;
        background-color: #d9d9d9;
        width: 83%;
        float: left;
    }

    .site-search-box input {
        border: 1px solid #d2d2d2;
        padding: 2px 4px;
        height: 30px;
        color: #a3a3a3;
        font-size: 15px;
        width: 100%;
        font-family: 'Microsoft JhengHei';
    }

    .site-search-box a {
        width: 17%;
        background-color: #01573e;
        padding: 11px 0px 11px 0;
        color: #fff;
        text-align: center;
        display: inline-block;
        float: left;
    }

    .site-search-box img {
        position: relative;
        top: 2px;
        left: -2px;
    }

.site-search-text {
    margin: 20px 10px;
    color: #000;
    font-size: 15px;
}

    .site-search-text samp {
        display: inline-block;
        color: #fff;
        background-color: #f08200;
        border-radius: 16px;
        padding: 2px 8px;
        min-width: 80px;
        text-align: center;
    }

.site-search-bg {
    background: #ecebd5;
}

.OverHideWord {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 2px;
}

.ds768up {
    display: none;
}

.promotions-text2 > p {
    width: 90%;
}

@media (max-width:1020px) {
    .remarks {
        padding-left: 1.5%;
    }

    .select-fund-title {
        background-position: 5px 2px;
        padding-left: 31px;
    }
}

@media (max-width:768px) {
    .market-news-list li h1 {
        padding: 12px 10px 13px 12px;
    }

    .financial-lecture-title-2 span {
        display: block;
    }

    .site-search-box {
        width: initial;
    }

        .site-search-box div {
            width: 100%;
            display: table-cell;
            float: none;
        }

        .site-search-box a {
            width: 65px;
            min-width: 65px;
            display: table-cell;
            float: none;
        }

    .HistoryYearSection.Even .H_Y_S_contenttext .H_Y_S_messagebox {
        margin-left: 0;
    }

    .HistoryYearSection.Odd .H_Y_S_contenttext .H_Y_S_messagebox {
        margin-left: 0;
    }

    .market-news-list li h2 {
        padding: 15px 10px 35px 10px;
    }

        .market-news-list li h2 a {
            bottom: 10px;
            /*display: none;*/
        }

    .select-fund-list ul li {
        width: 50%;
        float: left;
    }

    manager-speaks-h2 {
        height: auto;
        overflow: auto;
    }
    /*.select-fund-list ul li .select-fund-bnt{background:#f08200 url(../images/icon-01.jpg) no-repeat 18% center;border:1px solid #d87602;padding:14px 0; font-size:18px;}*/
    .select-fund-list ul li .select-fund-bnt {
        background: #f08200 url(../images/icon-01.jpg) no-repeat 20% center;
        border: 1px solid #d87602;
        padding: 14px 0;
        font-size: 18px;
    }

    .select-fund-list ul li a {
        background-color: #efefef;
        width: 100%;
        padding: 5% 5% 20px 5%;
        font-size: 20px;
        color: #000;
        display: block;
        border-right: none;
    }

    .select-fund-list ul li h1 {
        padding: 18px 0;
        font-weight: 800;
    }

    .select-fund-tab li {
        width: 24%;
        float: left;
        margin: 0 0.5% 10px 0.5%;
    }

    .s-f-date {
        width: 100%;
        float: none;
        margin: 20px 0 0 0%;
        text-align: center;
    }


    .select-fund-data01 {
        width: 98%;
        float: none;
        margin: 0 1% 0 1%;
        padding: 20px 1%;
        border-right: none;
        border-bottom: 1px solid #ddddcf;
    }

    .select-fund-data02 {
        padding: 5px 0px 5px 0;
        width: 96%;
        float: none;
        height: 90px;
        margin: 20px 2%;
    }

        .select-fund-data02 h2 {
            background: url(../images/select-fund/select-fund-icon02.jpg) no-repeat 30% center;
        }

        .select-fund-data02 h3 {
            font-size: 24px;
        }


    .select-fund-data03 {
        width: 98%;
        float: none;
        padding: 20px 0 20px 2%;
        border-left: none;
        border-top: 1px solid #ddddcf;
    }

        .select-fund-data03 div {
            background: #01573e url(../images/select-fund/m-select-fund-data03.jpg) no-repeat center bottom;
            height: 90px;
            float: none;
            width: 100%;
            text-align: center;
            display: block;
            background-size: contain;
        }

            .select-fund-data03 div h1 {
                background: url(../images/select-fund/select-fund-icon01.jpg) no-repeat 25% center;
                font-size: 24px;
                padding: 30px 0px 30px 40px;
                line-height: 24px;
                margin-left: 10px;
            }

        .select-fund-data03 ul {
            float: none;
            width: 60%;
            margin: 10px auto 0 auto;
            display: block;
        }

    .fund-advantage {
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .fund-advantage-1 {
        width: 100%;
        float: none;
        background: #f18101;
        height: 51px;
        color: #fff;
        padding: 18px 10px;
        background-image: none;
    }

    .fund-advantage-2 {
        width: 100%;
        float: none;
        background: #f6ab00;
        background-image: none;
        color: #000;
        padding: 18px 10px;
        height: auto;
        margin-top: 1px;
    }

    .pdt {
        float: left;
        width: 25%;
    }

    .cdt {
        float: right;
        width: 75%;
        margin-left: -2.5%;
    }

    #css-table {
        display: block;
    }

    .css_tr {
        display: block;
    }

    .css_td {
        display: block;
    }

    .select-fund-pdf li {
        width: 100%;
        float: none;
        margin: 0px 0%;
    }

        .select-fund-pdf li a {
            background: url(../images/pdf-icon.jpg) no-repeat 8px 8px;
            padding: 12px 10px 12px 35px;
            width: 100%;
            border-bottom: 1px solid #e6e6e6;
        }

    .spacing {
        padding: 0 10px;
    }

    .checkbox h1 {
        width: 6%;
    }

    .checkbox h2 {
        width: 93%;
    }

    .bnt-box01 {
        width: 100%;
        background-color: #fff;
        padding: 40px 0;
        position: relative;
        top: 0px;
        border-top: 1px solid #f2f2f2;
        margin-top: 40px;
    }

        .bnt-box01 h1 {
            width: 100%;
            margin: 0px auto 60px auto;
        }

        .bnt-box01 a {
            width: 94%;
            margin: 0 3% 10px 3%;
            float: none;
        }

    .text06 {
        color: #414141;
        text-align: center;
    }

    .CompanyLinkContainer > div > a {
        width: 31.33333333333333%;
        margin: 1% 1%;
    }

    .select-fund-bg.select-bg-padding01 {
        padding: 50px 20px;
    }

    .OverHideWord {
        display: block;
        padding: 10px 0;
        width: 30%;
        float: left;
        margin: 0px;
    }

    .ds768up {
        display: initial;
    }

    .promotions-text2 {
        width: 70%;
        float: left;
    }

        .promotions-text2 > p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            max-height: 7.5rem;
            width: 100%;
        }
}

@media(min-width:769px) {
    .market-news-list li h2 a.dsno_768up {
        display: none;
    }
}

@media(max-width:480px) {
    .manager-speaks-h2 {
        width: 55%;
        float: left;
    }


    .manager-speaks-bg h2 p {
        -webkit-line-clamp: 5;
        max-height: 7.5rem;
    }

    .OverHideWord {
        display: block;
        padding: 10px 0;
        width: 45%;
        float: left;
        margin: 0px;
    }

    .promotions-text2 {
        width: 55%;
        float: left;
    }

        .promotions-text2 > p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            max-height: 7.5rem;
        }

    .manager-speaks-h1 {
        max-height: 4rem;
    }
}




@media(max-width:415px) {
    .select-fund-data03 div h1 {
        background: url(../images/select-fund/select-fund-icon01.jpg) no-repeat 18% center;
        padding: 30px 0px 30px 50px;
    }
}

@media (max-width:990px) {
    .CompanyLinkContainer > div > a > span {
        font-size: 16px;
    }

    .investment-distribution {
        background: none;
        width: 100%;
    }

        .investment-distribution ul {
            padding: 20px 0;
        }

            .investment-distribution ul li {
                overflow: hidden;
                background: none;
                margin-bottom: 10px;
                text-align: left;
            }

                .investment-distribution ul li .highchartPie {
                    float: none;
                    margin: 0px auto;
                    width: 318px;
                    height: 315px;
                    text-align: center;
                    font-size: 20px;
                    line-height: 310px;
                }

                .investment-distribution ul li h3 {
                    background-color: #eceed9;
                    width: 100%;
                    display: block;
                    overflow: hidden;
                    margin-top: 15px;
                }

            .investment-distribution ul > li > h3 > ol {
                float: none;
                width: 90%;
                margin: 16px auto;
                overflow: hidden;
            }

            .investment-distribution ul li ol li {
                width: 50%;
                float: left;
                line-height: 20px;
            }

                .investment-distribution ul li ol li samp {
                    margin-left: 5px;
                }

                .investment-distribution ul li ol li img {
                    margin-right: 5px;
                    position: relative;
                    top: 5px;
                }

            .investment-distribution ul li p {
                font-size: 15px;
                color: #000;
                float: none;
                width: 90%;
                margin: 16px auto;
                line-height: 20px;
            }
}

@media (max-width:768px) {
    .line-g {
        display: none;
    }

    .off-bg {
        background: none;
        padding: 0;
    }

    .banner-c {
        background: #01573e url(../images/banner-c-m.jpg) no-repeat right top;
        height: 104px;
        background-size: auto 100% !important;
        background-position: -200px top !important;
    }

        .banner-c h1 {
            font-size: 30px;
            padding: 36px 0 0 12px;
            letter-spacing: 1px;
        }

    .market-news-list li h4 {
        height: auto;
        padding-bottom: 35px;
    }

    .h_page a.jp-previous, .h_page a.jp-next {
        text-indent: -9999px; /*display: inline-block;*/
        width: 74px;
        max-width: 45px;
        padding: 12px 20px;
        color: transparent !important;
        background-position: center !important;
    }

    .h_page a.jp-next {
        background-position: center !important;
    }

        .h_page a.jp-previous.jp-disabled, .h_page a.jp-next.jp-disabled {
            color: transparent !important;
        }

    .page-number span.PageSpanText, .h_page a.jp-previous, .h_page a.jp-next, #PageSelect {
        display: table-cell !important;
        text-align: left;
    }
    /*.jp-hidden {visibility:hidden;width:0px}*/
    .h_page {
        display: table;
    }

    #PageSelect {
        width: 65px;
        margin-top: 7px;
    }

    .site-search-left {
        display: none;
    }

    .site-search-right {
        width: 100%;
        padding-bottom: 70px;
    }


    .select-fund-tab li {
        width: 48%;
        float: left;
        margin: 0 1% 10px 1%;
    }

    .w-50 {
        width: 100%;
        margin: 0 0% 20px 0;
        float: none;
    }

    .calendar-search {
        width: 80%;
        overflow: hidden;
        line-height: 40px;
        margin-bottom: 15px;
    }

        .calendar-search h1 {
            float: left;
            width: 25%;
        }

        .calendar-search h2 {
            float: left;
            width: 75%;
            margin-right: 0%;
        }

        .calendar-search h3 {
            float: left;
            width: 25%;
        }

        .calendar-search h4 {
            float: left;
            width: 75%;
        }

    .calendar-bg03 h1 {
        font-size: 13px;
        /*background: url(../images/calendar/calendar-icon01.jpg) no-repeat center 0px;
        padding-top: 20px;*/
    }

    .calendar-bg03 h2 {
        font-size: 13px;
        /*background: url(../images/calendar/calendar-icon02.jpg) no-repeat center 0px;
        padding-top: 20px;*/
    }

    .calendar-bg03 h3 {
        font-size: 12px;
    }

    .c-a {
        display: none;
    }
    /*.c-d{display:none;}*/
    .m-d {
        display: block !important;
    }

    #table_R, #table_H {
        display: none;
    }

    .TrdisplayInMobile {
        display: table-row;
    }

    #fundlist, .fund-tab-search, #LOF, #NOTE, .select-fund-tab, .fundlistCss {
        display: none;
    }

    .bt1 {
        float: left;
        margin-top: 10px;
        padding: 0px 10px !important;
    }

    .table-title02 th {
        font-size: 15px;
        padding: 10px 5px;
    }

    #table_Navr {
        display: none;
    }

    .select-fund-bg2 {
        font-size: 15px;
    }

        .select-fund-bg2 table td { /*padding:8px 0px;*/
        }

    .table-d {
        overflow: hidden;
        height: 68px;
        position: relative;
        padding-right: 17px;
        /*text-align: justify;*/
    }

        .table-d:after {
            /*content: "...";*/
            position: absolute;
            right: 3px;
            bottom: 4px;
        }

    .table-d-bnt {
        color: #01573e;
        float: right;
        margin: 0 10px 10px 0;
    }

    .rwd-table tr {
        width: 100%;
        background: #f2f2f2;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
        border: none;
        background: #fff;
    }

        .rwd-table td:before {
            content: attr(data-th) " ";
            float: left;
            width: 65%;
            font-weight: bold;
            background: #01573e;
            color: #fff;
            height: auto;
            position: relative;
            top: -9px;
            left: -5px;
            margin-right: 5px;
            padding: 8px 5px;
            border-top: 1px solid #e6e6e6;
        }

    .rwd-table tr > .rwd-table-y {
        background-color: #f9fae5;
    }

    .rwd-table tr > .rwd-table-2 {
        height: auto;
        line-height: 18px;
    }

    .title-02 {
        background: #f2f2f2 url(../images/fund-ration/fund-ration-icon-m.jpg) no-repeat left 1px;
        color: #01573e;
        padding: 0px 0 0 35px;
        margin: 13px 0 8px 0;
        line-height: 24px;
    }

    .text03 {
        color: #414141;
        text-align: left;
    }

    .fund-ration {
        width: 80%;
        overflow: hidden;
        margin-bottom: 8px;
        float: none !important;
    }

        .fund-ration h1 {
            float: none;
            width: 100%;
            font-size: 1em;
            line-height: 38px;
        }

        .fund-ration h2 {
            float: none;
            width: 100%;
            margin-right: 0%;
            margin-bottom: 8px;
        }

    .select-fund-pdf-d {
        position: relative;
        top: 2px;
        left: 0px;
        display: block;
        margin: 4px 0;
    }

    .scroll-left {
    }

        .scroll-left th, .scroll-left td {
            border-bottom: 0;
            display: block;
            margin: 0;
            vertical-align: top;
            border-left: 0;
            height: 40px;
            min-width: 100%;
        }

        .scroll-left tr {
            width: 100%;
        }

        .scroll-left td {
            text-align: center;
            min-width: 355px;
            padding: 0 2px;
        }

        .scroll-left th {
            border-bottom: 1px solid #e6e6e6;
            text-align: left;
            width: 100%;
        }

    .table-box01 {
        float: left;
        display: inline-block;
        /*width: 33.3%;*/
        width: 50%;
    }

    .table-line01 {
        overflow: hidden;
    }

    .select-fund-box01 {
        width: 100% !important;
        overflow: inherit;
        padding-top: 0px;
        margin: 0 0 20px 0 !important;
    }

        .select-fund-box01 h1 {
            width: 100%;
            float: none;
        }

            .select-fund-box01 h1 input {
                padding: 5px;
                background: url(../images/select-fund/select-fund-icon09.jpg) no-repeat right 1px;
                border: 1px solid #dfdfdf;
                border-radius: 2px;
                width: 45%;
            }


    .m-spacing {
        margin-top: 60px;
    }

    .m-break {
        display: block;
        margin-bottom: 10px;
    }

    .select-fund-box02 {
        width: 100%;
        overflow: hidden;
        margin: 14px 0;
    }

        .select-fund-box02 h1 {
            width: 100%;
            float: none;
            font-size: 16px;
            color: #000;
            margin-bottom: 10px;
        }

        .select-fund-box02 ul {
            width: 100%;
            float: none;
            font-size: 16px;
            color: #000;
            text-align: left;
            background: none;
            padding-left: 0px;
        }

            .select-fund-box02 ul li {
                float: none;
                width: 100%;
                margin-bottom: 5px;
            }

    .fund-dtda01 {
        width: 60%;
    }

    .w-50-2 {
        width: 100%;
        margin: 0;
        float: left;
    }

    .fund-tab {
        float: none;
        width: 100%;
        margin: 0;
        display: none;
    }

        .fund-tab li {
            width: 32.8%;
        }

            .fund-tab li a {
                padding: 0px 2px;
                letter-spacing: 0px;
            }

    .fund-list-m {
        font-size: 16px;
        margin: 15px 0;
    }

        .fund-list-m h1 {
            font-weight: bold;
            margin: 20px 0 5px 0;
        }

        .fund-list-m h2 {
            color: #01573e;
            width: 94%;
            margin: 10px 3%;
        }

            .fund-list-m h2 samp {
                color: #9f9f9f;
            }

        .fund-list-m ul {
            background: #f3f5cc;
            padding: 8px 5px;
            color: #01573e;
            overflow: hidden;
        }

            .fund-list-m ul li {
                width: 65%;
                float: left;
                font-size: 15px;
                margin: 4px 0;
            }

                .fund-list-m ul li samp {
                    color: #000;
                    font-weight: bold;
                }

            .fund-list-m ul > .fund-list-m40 {
                width: 35%;
            }

    .fund-list-m-bg {
        background: #fff;
        border: 1px solid #D5D5D5;
        margin-bottom: 12px;
    }

    .search-2 {
        border: 1px solid #dddddd;
        color: #aaaaaa;
        width: 100%;
        float: left;
        border-radius: 2px;
        margin: 0;
        padding: 2px 0;
        background: #fff;
    }

        .search-2 input {
            width: 88%;
            float: left;
            border: none;
            padding: 7px;
            font-size: 1em;
        }

        .search-2 a {
            width: 10%;
            float: right;
            padding: 8px 0;
            display: block;
        }

    /*.c-d{display:none;}*/

    .select-fund-06 {
    }

        .select-fund-06 td {
            display: block;
            width: 100%;
        }

    .select-fund-bg table tr > .table-bg-g {
        background-color: #01573e;
        font-weight: bold;
        text-align: center;
        width: 100%;
        color: #fff;
    }

    .select-fund-title samp {
        float: none;
        display: block;
        margin-top: 8px;
    }

    .table-title03-m {
        background-color: #01573e;
        color: #fff;
        font-weight: bold;
        width: 20%;
        min-width: 130px;
    }

    .table-bg02-m {
        background-color: #fff;
        width: 40%;
        min-width: 110px;
    }

    .table-bg03-m {
        background-color: #f9fae5;
        width: 40%;
        min-width: 110px;
    }

        .table-bg03-m img {
            position: relative;
            top: -5px;
        }

        .table-bg03-m td {
            text-align: center;
        }

    .text04 {
        text-align: left;
    }

    .bnt-box02 {
        margin: 20px auto 0 auto;
        max-width: none;
    }

    .select-fund-bg table tr > .table-bg04 {
        background-color: #fff;
    }

    .bnt-box03 {
        width: 96%;
        padding: 20px 0;
        max-width: none;
        margin: 0px auto 25px auto;
    }

        .bnt-box03 h1 {
            width: auto;
        }

        .bnt-box03 a {
            width: 100%;
            margin: 25px 0%;
            float: none;
        }

    .bnt01 {
        background: #bdbdbd url(../images/icon-02.jpg) no-repeat 39% center;
        border: 1px solid #a4a4a4;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        padding: 12px 0;
        font-size: 15px;
        width: 100%;
        display: block;
    }

        .bnt01:hover {
            background: #f08200 url(../images/icon-01.jpg) no-repeat 39% center;
            border: 1px solid #d87602;
        }

    .bnt02 {
        background: #f08200 url(../images/icon-01.jpg) no-repeat 39% center;
        border: 1px solid #d87602;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        padding: 12px 0;
        font-size: 15px;
        width: 100%;
        display: block;
    }

    .bnt03 {
        background: #f0f0f0 url(../images/icon-02.jpg) no-repeat 39% center;
        border: 1px solid #d4d4d4;
        text-align: center;
        color: #414141;
        border-radius: 4px;
        padding: 12px 0;
        font-size: 15px;
        width: 100%;
        display: block;
    }

    .bnt04 {
        background: #f08200 url(../images/icon-01.jpg) no-repeat 28% center;
    }



    .open-an-account-bg {
        background-color: #f5f5f5;
    }

    .bnt-swap01 {
        position: relative;
        /*top: 55px;*/
    }

    .bnt-swap02 {
        position: relative;
        /*top: -55px;*/
    }

    .open-an-account-bg {
        background-color: #f5f5f5;
    }

    .open-an-account-bg2 {
        background-color: #f5f5f5;
    }

        .open-an-account-bg2 ul li {
            float: none;
            margin-right: 0px;
            margin: 10px 0 10px 0;
        }


    .bnt06 {
        background: #bdbdbd url(../images/icon-02.jpg) no-repeat 10px center;
        border: 1px solid #a4a4a4;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        padding: 12px 0 12px 10px;
        font-size: 15px;
        width: 68%;
        float: none;
        margin: -10px 0 5px 0;
    }

    .text01-m {
        color: #22711c;
        text-align: center;
    }

    .text02-m {
        color: #ff0000;
        text-align: center;
    }

    .text07 {
        color: #414141;
        text-align: left;
    }


    .select-fund-box01-news {
        width: 100%;
        float: none;
        text-align: left;
        margin: -5px 0 0px 0;
        padding: 0 0 10px 15px;
        border-bottom: 1px solid #dddddd;
    }

    .spacing-20 {
        margin-top: 20px;
    }

    .spacing-h60 {
        width: 100%;
        display: block;
        height: 80px;
    }

    .select-fund-tab2 a {
        width: 100%;
        float: left;
        margin: 0 0%;
        color: #01573e;
        background: #b3cdc5 /*url(../images/select-fund/select-fund-tab-01.jpg)*/ no-repeat right center;
        padding: 15px 30px 15px 18px;
        font-size: 16px;
        display: block;
        border: 1px solid #85afa3;
        border-radius: 4px;
        position: relative;
        z-index: 10;
        font-weight: bold;
    }

        .select-fund-tab2 a::before {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #fff;
            border-radius: 4px;
        }

    .select-fund-tab-v a {
        width: 100%;
        float: left;
        color: #fff;
        margin: 0 0%;
        background: #01573e /*url(../images/select-fund/select-fund-tab-02.jpg)*/ no-repeat right center;
        padding: 15px 30px 15px 18px;
        font-size: 16px;
        display: block;
        border: 1px solid #85afa3;
        border-radius: 4px;
        position: relative;
        z-index: 10;
        font-weight: bold;
    }

        .select-fund-tab-v a::before {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #fff;
            border-radius: 4px;
        }

    .select-fund-text01 {
        border-bottom: none;
        float: none;
    }

    .confirm-identity {
        background: #f2f2f2;
        border: 1px solid #e1e1e1;
        padding: 10px;
        width: 100%;
    }

        .confirm-identity ul {
        }

            .confirm-identity ul li {
                overflow: hidden;
                margin-bottom: 10px;
            }

                .confirm-identity ul li h1 {
                    width: 100%;
                    float: none;
                    margin-right: 0%;
                    background-color: #dddab1;
                    line-height: 38px;
                    padding: 2px 15px;
                }

                .confirm-identity ul li h2 {
                    width: 100%;
                    float: none;
                    padding: 5px 0;
                }

                .confirm-identity ul li h3 {
                    width: 100%;
                    float: left;
                    margin-right: 0%;
                    background-color: #dddab1;
                    line-height: 38px;
                    padding: 2px 15px;
                    height: auto;
                    margin-bottom: 8px;
                }

                .confirm-identity ul li h4 {
                    width: 100%;
                    float: none;
                    margin-right: 0%;
                    background-color: #dddab1;
                    line-height: 38px;
                    padding: 2px 15px;
                }

    .map-left {
        width: 100%;
        float: none;
        padding: 10px 15px 10px 10px;
        font-size: 16px;
        line-height: 24px;
        color: #414141;
    }

        .map-left h4 {
            display: block;
            border: 1px solid #01573e;
            width: 100%;
            margin: 8px 0;
        }

    .map-right {
        display: none;
    }

    .market-news-title {
        overflow: auto;
    }

        .market-news-title samp { /*display:none;*/
        }

    .market-newsletter-img01 img {
        box-shadow: 0 0 10px #afafaf;
        width: 100%;
    }

    .market-newsletter-img01 {
        margin-left: -30px;
        margin-top: 25px;
        margin-bottom: 25px;
        margin-right: -31px;
        text-align: center;
        width: auto;
    }

    /*.important-notice-title{background:#fff url(../images/important-notice/important-notice-title.jpg) no-repeat 10px 12px;color:#414141;font-size:20px;padding:45px 10px 8px 10px; border-bottom:1px solid #e5e5e5; font-weight:900;}*/
    .important-notice-title samp {
        font-size: 15px;
        font-weight: 100;
        color: #414141;
        position: absolute;
        top: 14px;
        right: 12px;
        display: block;
    }

    .important-notice-title div.TitleDiv {
        display: block;
        float: none;
    }

        .important-notice-title div.TitleDiv + div {
            margin-top: 10px;
            display: block;
        }

    .bnt-box04 {
        width: 100%;
        padding: 0px 0;
        max-width: 400px;
        margin: -60px auto 0px auto;
        position: relative;
        top: 110px;
    }

        .bnt-box04 h1 {
            width: 100%;
            margin: 0px auto 0px auto;
        }

        .bnt-box04 a {
            display: block;
            float: none;
            width: 100%;
        }

    .bnt08 {
        background: #f08200;
        border: 1px solid #d87602;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        padding: 10px 0px 14px 0px;
        font-size: 15px;
        width: 100%;
        display: block;
    }

        .bnt08 img {
            position: relative;
            top: 4px;
            margin-right: 6px;
        }

    .individual-terms-bnt {
        color: #414141;
        font-size: 14px;
        text-decoration: underline;
        width: 100%;
        line-height: 44px;
        text-align: center;
    }

    .financial-lecture-title-2 {
        background: url(../images/market-newsletter/market-newsletter-icon02.jpg) no-repeat 5px 14px;
        color: #14644c;
        font-size: 20px;
        font-weight: 900;
        padding: 10px 0 10px 30px;
        margin: 5px 0 15px 0;
        overflow: hidden;
    }

        .financial-lecture-title-2 samp {
            /*width: 98%;*/
            display: block;
            text-align: right;
            margin: 5px 1%;
        }

    .video {
        background: #000;
        padding: 10px 2%;
        margin-top: 0px;
        /*margin-left: -10px;
        margin-right: -11px;*/
        box-shadow: 0 0 10px -11px #d0d2a3;
        clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
    }

        .video iframe {
            height: 280px;
        }

    .investment-topics-title samp { /*display:none;*/
    }

    .manager-speaks-left {
        display: none;
    }

    .manager-speaks-right {
        float: none;
        width: 100%;
    }

    .manager-speaks-right-1 {
        float: none;
        width: 100%;
    }

    .important-notice-list li h1 {
        width: 100%;
        float: none;
    }

        .important-notice-list li h1 a {
            color: #414141;
            padding: 15px 0 2px 0;
            display: inline-block;
        }

    .important-notice-list li h2 {
        /*width: 150px;
        float: right;
        padding: 2px 0 5px 0;
        font-weight: 500;
        font-size: 15px;*/
        width: 160px;
        float: right;
        padding: 2px 10px 5px 0;
        font-weight: 500;
        font-size: 15px;
    }

    .manager-speaks-left-1 {
        display: none;
    }

    .manager-speaks-left-1-1 {
        display: none;
    }

    .OverHideWord {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}

@media (max-width:768px) {
    .important-notice-title {
        position: relative;
        display: block;
    }

    .table_outer {
        padding: 0 6px;
    }

    .tbl-style01 tbody.tbl-body tr {
        display: block;
        margin-bottom: 20px;
    }

        .tbl-style01 tbody.tbl-body tr td {
            display: block;
            padding: 0;
        }

    .tbl-style01 tbody.tbl-body-th {
        display: none;
    }

    .tbl-style01 tbody.tbl-body tr td .th-title-inMobile {
        display: table-cell;
        border-left: 4px solid #01573e;
        color: #01573e;
        padding: 10px;
        background-color: #ebe68a;
        width: 55px;
    }

    .tbl-style01 tbody.tbl-body tr td .td-content {
        display: table-cell;
        padding: 10px;
    }

    .manager-speaks-img {
        background-color: white;
        text-align: center;
        display: block;
        padding: 10px 0;
        width: 30%;
        float: left;
    }
}

@media (max-width:500px) {
    .scroll-left td {
        text-align: center;
        min-width: 225px;
    }
}

@media (max-width:480px) {
    .market-news-bg {
        background-color: #f2f2f2;
        border: 1px solid #dfdfdf;
        margin-bottom: 20px;
    }

    .market-news-list li h1 {
        /*overflow: auto;*/
        overflow: hidden;
    }

    .green_btn2 {
        background: none;
    }

        .green_btn2:hover {
            background: none;
        }

    .manager-speaks-bg h4 a span {
        display: block;
    }

    .market-news-list li h2 a span {
        display: block;
    }


    .market-news-list li h1 samp {
        display: block;
        padding: 5px 0;
    }

    .next.active {
        background: #f08200 url(../images/next2.png) no-repeat center center;
        text-align: left;
        text-indent: -99999px;
    }

    .previous.active {
        background: #f08200 url(../images/previous.png) no-repeat center center;
        height: 42px;
        width: 54.18px;
        font-size: 15px;
        overflow: hidden;
        text-align: left;
        text-indent: -99999px;
    }

    .pdt {
        float: left;
        width: 34%;
    }

    .cdt {
        float: right;
        width: 62%;
        margin-left: 3%;
    }

    .m {
        height: 100px;
    }


    .manager-speaks-img {
        background-color: white;
        text-align: center;
        display: block;
        padding: 10px 0;
        width: 45%;
        float: left;
    }

    .page-number {
        width: 100%;
        margin: 0px auto;
        font-size: 14px;
        position: relative;
        top: 60px;
        background-color: #f2f2f2;
        padding: 2px 0;
        overflow: hidden;
    }

        .page-number samp {
            width: 160px;
            margin: 3px 13% 0 13%;
            display: inline-block;
            text-align: center;
            float: left;
        }

        .page-number span {
            display: none;
        }

        .page-number img {
            position: relative;
            top: 1px;
        }

    .previous {
        float: left;
        background: #d5d5d5 url(../images/previous2.png) no-repeat center center;
        height: 42px;
        width: 54.18px;
        font-size: 15px;
        overflow: hidden;
        padding: 9px 20px 12px 24px;
        color: #fff;
        text-align: left;
        text-indent: -99999px;
        margin: 0 0px;
    }

    .next {
        background: #d5d5d5 url(../images/next.png) no-repeat center center;
        padding: 9px 25px 10px 0px;
        border: 1px solid #bcbcbc;
        color: #fff;
        border-radius: 4px;
        margin: 0px 0px 0px 0px;
        /*float: right;*/
        height: 42px;
        width: 54.18px;
        font-size: 15px;
        overflow: hidden;
        text-align: right;
        position: absolute;
        right: 0px;
        top: 0px;
        text-align: left;
        text-indent: -99999px;
    }

    .back {
        /*float: left;*/
        position: absolute;
        top: 0px;
        margin: 0px 0px 0px 0px;
    }

    .page-number-2 {
        width: 277px;
        margin: 40px auto;
        padding-bottom: 0px;
        position: relative;
        top: 30px;
    }




    .market-news-list li h3 {
        background: #fff url(../images/fund-ration/fund-ration-icon-m.jpg) no-repeat 5px 14px;
        color: #01573e;
        font-size: 20px;
        padding: 15px 10px 13px 42px;
        border-bottom: 1px solid #e5e5e5;
        overflow: auto;
    }

        .market-news-list li h3 samp {
            margin-top: 5px;
        }


    .financial-lecture-table {
        border-bottom: 2px solid #cccccc;
        border-top: 2px solid #cccccc;
        float: none;
        width: 100%;
    }

        .financial-lecture-table td {
            padding: 9px 5px;
            color: #414141;
            border-bottom: 1px solid #e5e5e5;
        }

        .financial-lecture-table tr > .financial-lecture-table-t {
            background: #e5e5e5;
            text-align: left;
            border-bottom: 1px solid #fff;
            font-weight: 900;
        }

    .financial-lecture-bnt {
        width: 100%;
        float: none;
        border-bottom: none;
        border-top: none;
    }

        .financial-lecture-bnt a {
            background: url(../images/financial-lecture.jpg) repeat-x center center;
            width: 96%;
            display: block;
            height: 50px;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            border-radius: 4px;
            text-align: center;
            margin: 10px auto 20px auto;
            line-height: 50px;
            padding: 0px 0 0 0;
        }

        .financial-lecture-bnt samp {
            display: inline-block;
        }

    .bnt03 {
        background: #f0f0f0 url(../images/icon-02.jpg) no-repeat 35% center;
    }

    .CompanyLinkContainer > div > a {
        width: 48%;
        margin: 1% 1%;
    }

    .select-fund-bg.select-bg-padding01 {
        padding: 20px 10px;
    }

    .CompanyLinkContainer > div > a > span {
        font-size: 14px;
    }
}

@media (max-width:400px) {
    .scroll-left td {
        text-align: center;
        min-width: 180px;
    }

    .table-title03-m {
        min-width: 100px;
    }

    .table-bg02-m {
        min-width: 100px;
    }

    .table-bg03-m {
        min-width: 100px;
    }

    .pdt {
        float: left;
        width: 40%;
    }

    .cdt {
        clear: both;
        width: 100%;
        margin-left: 3%;
    }

    .select-fund-bg table tr > .table-bg01 {
        background-color: #ebeadc;
        font-weight: bold;
        width: 30%;
    }

    .select-fund-bg table tr > .table-bg-g {
        background-color: #01573e;
        font-weight: bold;
        text-align: center;
        width: 100%;
        color: #fff;
    }

    .rwd-table tr > .rwd-table-2 {
        height: 53px;
        line-height: 18px;
    }

    .page-number samp {
        width: 160px;
        margin: 3px 6% 0 6%;
    }
}

@media (max-width:376px) {
    .select-fund-bg table tr > .table-bg01 {
        background-color: #ebeadc;
        font-weight: bold;
        width: 35%;
    }

    .select-fund-bg table tr > .table-bg-g {
        background-color: #01573e;
        font-weight: bold;
        text-align: center;
        width: 100%;
        color: #fff;
    }

    .m-w01 {
        width: 16%;
    }

    .m-w02 {
        width: 28%;
    }

    .page-number samp {
        width: 160px;
        margin: 3px 5% 0 5%;
    }

    .investment-distribution ul li .highchartPie {
        float: none;
        margin: 0px auto;
        width: 265px;
        height: 265px;
        text-align: center;
        font-size: 20px;
        line-height: 265px;
        background-size: cover;
    }

    .table-box {
        display: block !important;
        position: relative;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .select-fund-data03 div h1 {
        background: url(../images/select-fund/select-fund-icon01.jpg) no-repeat 11% center;
    }
}

@media (max-width:350px) {
    .scroll-left td {
        text-align: center;
        min-width: 150px;
    }

    .table-title03-m {
        min-width: 80px;
    }

    .table-bg02-m {
        min-width: 80px;
    }

    .table-bg03-m {
        min-width: 80px;
    }


    .fund-tab li {
        width: auto;
    }

        .fund-tab li a {
            min-width: 65px;
        }

    .page-number samp {
        width: 160px;
        margin: 3px 1% 0 1%;
    }

    .rwd-table tr > .rwd-table-3 {
        height: 53px;
        line-height: 18px;
    }

    .calendar-search {
        width: 100%;
    }
}

@media (max-width:321px) {
    .select-fund-data03 div h1 {
        background: url(../images/select-fund/select-fund-icon01.jpg) no-repeat 8% center;
    }
}

@media (min-width:501px) {

    .m-table {
        display: none !important;
    }
}

.displayN {
    display: none;
}



/*
    sparrow
*/
.SubFund, .addFund {
    cursor: pointer;
}

.bt1 {
    line-height: 30px;
    border: 1px #11502a solid;
    padding: 8px;
    border-radius: 3px;
    background: #11502a;
    color: white;
    margin-left: 4px;
}

.highChartinfo {
    text-align: right;
    padding-right: 5px;
    margin-top: -60px;
}

@media (max-width:990px) {
    .highChartinfo {
        margin-top: 0px;
    }
}

/*
  end  sparrow
*/

.clearfix {
    clear: both;
}

.text-r {
    text-align: right;
}



.CoverBlack2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 2;
}

.PopupBox {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 80%;
    max-height: 90%;
    height: 90%;
    max-width: 100%;
    min-height: 160px;
    border-radius: 5px;
    border: 1px solid #02613a;
    background-color: #f4fff7;
    padding: 17px 13px;
    z-index: 99999;
}

    .PopupBox.Card {
        width: 330px;
        max-width: 100%;
        min-height: 160px;
        height: auto;
    }

    .PopupBox .PopTitle {
        font-size: 20px;
        color: #036b1e;
    }

        .PopupBox .PopTitle.Success {
            background: url(../images/tick.png) no-repeat 0px 2px;
            padding-left: 33px;
        }

        .PopupBox .PopTitle.Information {
            background: url(../images/icon-info.png) no-repeat 0px 2px;
            padding-left: 33px;
        }

        .PopupBox .PopTitle.Error {
            background: url(../images/caveat.png) no-repeat 0px 2px;
            padding-left: 33px;
        }

    .PopupBox > div.ChangePhoneNumSection01 {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
    }






/*EDM*/
/*EDM*/
.market-news-content .conarea {
    float: left;
    width: 100%;
    padding: 10px 10px 0px 10px;
}

.market-news-content .con-1pa {
    float: left;
    width: 100%;
}

.market-news-content .con-2pa {
    float: left;
    width: 50%;
}

.market-news-content .con-4pa {
    float: left;
    width: 25%;
}

.market-news-content .con-3pa {
    float: left;
    width: 33.33333333%;
}

.market-news-content .con-3pa-b {
    float: left;
    width: 66.66666667%;
}

.market-news-content .con-4pa-b {
    float: left;
    width: 75%;
}

.market-news-content .con-5pa {
    float: left;
    width: 20%;
}

.market-news-content .con-5pa-b {
    float: left;
    width: 80%;
}

.market-news-content .con {
    padding: 0 10px;
}

    .market-news-content .con h4 {
        font-size: 18px;
        color: #DB812E;
        margin: 0px;
        line-height: 2em;
        font-weight: bold;
    }

    .market-news-content .con h5 {
        font-size: 16px;
        color: #085840;
        margin: 0px;
        line-height: 2em;
        font-weight: bold;
    }

    .market-news-content .con p {
        font-size: 16px;
        color: #3e3e3e;
        margin: 0;
        padding: 8px 0px;
        line-height: 1.5em;
    }

        .market-news-content .con p a {
            font-size: 16px;
            color: #085840;
            text-decoration: none;
            cursor: pointer;
        }

    .market-news-content .con sup {
        vertical-align: super;
        font-size: 14px;
    }

    .market-news-content .con hr {
        border: 1px dashed #E3E3E3;
    }

.market-news-content .imgbox h6, .tablebox h6 {
    font-size: 15px;
    color: #3e3e3e;
    text-align: center;
    margin: 0px;
    line-height: 2.5em;
    font-weight: bold;
    font-weight: bold;
}

.market-news-content .imgbox img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
    max-width: 100%;
}

.market-news-content .so-icon img {
    margin: 0;
    padding: 0;
    border: none;
    width: 35px;
}

.market-news-content .videobox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .market-news-content .videobox iframe, .videobox object, .videobox embed {
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%;
        height: 90%;
    }

.market-news-content .con ol {
    margin: 0;
    padding: 5px 0px 5px 2em;
    color: #3e3e3e;
}

.market-news-content .con ul {
    margin: 0;
    padding: 5px 0px 5px 2em;
    color: #3e3e3e;
}

.market-news-content .con ol li {
    list-style-position: outside;
    list-style-type: decimal;
    line-height: 1.5em;
}

    .market-news-content .con ol li a {
        text-decoration: none;
        color: #3e3e3e;
    }

.market-news-content .con ul li {
    list-style-position: outside;
    list-style-type: disc;
    line-height: 1.5em;
}

.market-news-content .con ol li a {
    text-decoration: none;
    color: #3e3e3e;
}

.market-news-content .imgbox {
    width: 90%;
    margin: auto;
    margin-top: 10px;
}

    .market-news-content .imgbox img {
        float: left;
    }

    .market-news-content .imgbox p {
        font-size: 13px;
        text-align: left;
        margin: 0px;
        padding: 8px 0px;
        line-height: 1.5em;
    }

.market-news-content .tablebox {
    width: 98%;
    margin: auto;
    margin-top: 10px;
}

    .market-news-content .tablebox p {
        font-size: 13px;
        text-align: left;
        margin: 0px;
        padding: 8px 0px;
        line-height: 1.5em;
    }

    .market-news-content .tablebox table {
        font-size: 15px;
        border-collapse: collapse;
        border: 1px solid #E3E3E3;
        line-height: 1.5em;
    }

        .market-news-content .tablebox table tr:nth-child(odd) {
            background-color: #f5f6ec;
        }

        .market-news-content .tablebox table tr:nth-child(even) {
            background-color: #ffffff;
        }

    .market-news-content .tablebox .bg-whi {
        background-color: #ffffff !important;
    }

    .market-news-content .tablebox table tr th {
        background-color: #085840;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        border: 1px solid #E3E3E3;
        padding: 3px;
        border-bottom: 0px;
        vertical-align: middle;
    }

    .market-news-content .tablebox table tr td {
        text-align: center;
        border-left: 1px solid #E3E3E3;
        border-top: 1px solid #E3E3E3;
        padding: 3px;
        vertical-align: middle;
    }

        .market-news-content .tablebox table tr td a {
            text-decoration: none;
            color: #085840;
            cursor: pointer;
        }

            .market-news-content .tablebox table tr td a label {
                cursor: pointer;
            }

.market-news-content .t-top {
    vertical-align: top !important;
}

.market-news-content .t-bottom {
    vertical-align: bottom !important;
}

.market-news-content .t-left {
    text-align: left !important;
}

.market-news-content .t-center {
    text-align: center !important;
}

.market-news-content .t-right {
    text-align: right !important;
}

.market-news-content .t-note {
    font-size: 13px !important;
}

.market-news-content .t-warn {
    color: #555555 !important;
    font-weight: bold !important;
}

.market-news-content .t-org {
    color: #DB812E !important;
}

.market-news-content .t-green {
    color: #085840 !important;
}

.market-news-content .t-red {
    color: #FF0000 !important;
}

.market-news-content .b-n li {
    list-style-type: cjk-ideographic !important;
}

.market-news-content .nomber li {
    list-style-type: decimal !important;
}

.market-news-content .lower-a li {
    list-style-type: lower-alpha !important;
}

.market-news-content .lower-i li {
    list-style-type: lower-roman !important;
}

.market-news-content .upper-a li {
    list-style-type: upper-alpha !important;
}

.market-news-content .upper-i li {
    list-style-type: upper-roman !important;
}

.market-news-content .squ li {
    list-style-type: square !important;
}

.market-news-content .dot li {
    list-style-type: disc !important;
}

.market-news-content .w100 {
    width: 100% !important;
}

.market-news-content .max-w {
    max-width: 1200px;
}

.market-news-content .mx200 {
    width: 95%;
    max-width: 200px !important;
    height: 70px !important;
}

.market-news-content .btn-red {
    margin: auto;
    width: 20%;
    min-width: 200px;
    background-color: #ff0000;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 2.5em;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

    .market-news-content .btn-red a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .market-news-content .btn-red a:hover {
            font-size: 22px;
        }



.investment-topics-content .conarea {
    float: left;
    width: 100%;
    padding: 0px 10px 0px 10px;
}

.investment-topics-content .con-1pa {
    float: left;
    width: 100%;
}

.investment-topics-content .con-2pa {
    float: left;
    width: 50%;
}

.investment-topics-content .con-4pa {
    float: left;
    width: 25%;
}

.investment-topics-content .con-3pa {
    float: left;
    width: 33.33333333%;
}

.investment-topics-content .con-3pa-b {
    float: left;
    width: 66.66666667%;
}

.investment-topics-content .con-4pa-b {
    float: left;
    width: 75%;
}

.investment-topics-content .con-5pa {
    float: left;
    width: 20%;
}

.investment-topics-content .con-5pa-b {
    float: left;
    width: 80%;
}

.investment-topics-content .con {
    padding: 0 10px;
}

    .investment-topics-content .con h4 {
        font-size: 18px;
        color: #DB812E;
        margin: 0px;
        line-height: 2em;
        font-weight: bold;
    }

    .investment-topics-content .con h5 {
        font-size: 16px;
        color: #085840;
        margin: 0px;
        line-height: 2em;
        font-weight: bold;
    }

    .investment-topics-content .con p {
        font-size: 16px;
        color: #3e3e3e;
        margin: 0;
        padding: 3px 0px;
        line-height: 1.5em;
    }

        .investment-topics-content .con p a {
            font-size: 16px;
            color: #085840;
            text-decoration: none;
            cursor: pointer;
        }

    .investment-topics-content .con sup {
        vertical-align: super;
        font-size: 14px;
    }

    .investment-topics-content .con hr {
        border: 1px dashed #E3E3E3;
    }

.investment-topics-content .imgbox h6, .tablebox h6 {
    font-size: 15px;
    color: #3e3e3e;
    text-align: center;
    margin: 0px;
    line-height: 2.5em;
    font-weight: bold;
    font-weight: bold;
}

.investment-topics-content .imgbox img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
    max-width: 100%;
    float: left;
}

.investment-topics-content .so-icon img {
    margin: 0;
    padding: 0;
    border: none;
    width: 35px;
}

.investment-topics-content .videobox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .investment-topics-content .videobox iframe, .videobox object, .videobox embed {
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%;
        height: 90%;
    }

.investment-topics-content .con ol {
    margin: 0;
    padding: 5px 0px 5px 2em;
    color: #3e3e3e;
}

.investment-topics-content .con ul {
    margin: 0;
    padding: 5px 0px 5px 2em;
    color: #3e3e3e;
}

.investment-topics-content .con ol li {
    list-style-position: outside;
    list-style-type: decimal;
    line-height: 1.5em;
}

    .investment-topics-content .con ol li a {
        text-decoration: none;
        color: #3e3e3e;
    }

.investment-topics-content .con ul li {
    list-style-position: outside;
    list-style-type: disc;
    line-height: 1.5em;
}

.investment-topics-content .con ol li a {
    text-decoration: none;
    color: #3e3e3e;
}

.investment-topics-content .imgbox {
    width: 90%;
    margin: auto;
    margin-top: 10px;
}

    .investment-topics-content .imgbox p {
        font-size: 13px;
        text-align: left;
        margin: 0px;
        padding: 8px 0px;
        line-height: 1.5em;
    }

.investment-topics-content .tablebox {
    width: 98%;
    margin: auto;
    margin-top: 10px;
}

    .investment-topics-content .tablebox p {
        font-size: 13px;
        text-align: left;
        margin: 0px;
        padding: 8px 0px;
        line-height: 1.5em;
    }

    .investment-topics-content .tablebox table {
        font-size: 15px;
        border-collapse: collapse;
        border: 1px solid #E3E3E3;
        line-height: 1.5em;
    }

        .investment-topics-content .tablebox table tr:nth-child(odd) {
            background-color: #f5f6ec;
        }

        .investment-topics-content .tablebox table tr:nth-child(even) {
            background-color: #ffffff;
        }

        .investment-topics-content .tablebox table tr th {
            background-color: #085840;
            color: #ffffff;
            font-weight: bold;
            text-align: center;
            border: 1px solid #E3E3E3;
            padding: 3px;
            border-bottom: 0px;
            vertical-align: middle;
        }

        .investment-topics-content .tablebox table tr td {
            text-align: center;
            border-left: 1px solid #E3E3E3;
            border-top: 1px solid #E3E3E3;
            padding: 3px;
            vertical-align: middle;
        }

            .investment-topics-content .tablebox table tr td a {
                text-decoration: none;
                color: #085840;
                cursor: pointer;
            }

                .investment-topics-content .tablebox table tr td a label {
                    cursor: pointer;
                }

.investment-topics-content .t-top {
    vertical-align: top !important;
}

.investment-topics-content .t-bottom {
    vertical-align: bottom !important;
}

.investment-topics-content .t-left {
    text-align: left !important;
}

.investment-topics-content .t-center {
    text-align: center !important;
}

.investment-topics-content .t-right {
    text-align: right !important;
}

.investment-topics-content .t-note {
    font-size: 13px !important;
    line-height: 1.2em !important;
}

.investment-topics-content .t-warn {
    color: #555555 !important;
    font-weight: bold !important;
}

.investment-topics-content .t-org {
    color: #DB812E !important;
}

.investment-topics-content .t-green {
    color: #085840 !important;
}

.investment-topics-content .t-red {
    color: #FF0000 !important;
}

.investment-topics-content .b-n li {
    list-style-type: cjk-ideographic !important;
}

.investment-topics-content .nomber li {
    list-style-type: decimal !important;
}

.investment-topics-content .lower-a li {
    list-style-type: lower-alpha !important;
}

.investment-topics-content .lower-i li {
    list-style-type: lower-roman !important;
}

.investment-topics-content .upper-a li {
    list-style-type: upper-alpha !important;
}

.investment-topics-content .upper-i li {
    list-style-type: upper-roman !important;
}

.investment-topics-content .squ li {
    list-style-type: square !important;
}

.investment-topics-content .dot li {
    list-style-type: disc !important;
}

.investment-topics-content .w100 {
    width: 100% !important;
}



@media (max-width:900px) {
    .market-news-content .imgbox {
        width: 100%;
    }
}

@media (max-width:768px) {
}

@media (max-width:500px) {
    .market-news-content .conarea {
        padding: 10px 3px 0px 3px;
    }

    .market-news-content .con h4 {
        font-size: 17px;
        line-height: 1.8em;
    }

    .market-news-content .con h5 {
        font-size: 15px;
        line-height: 1.8em;
    }

    .market-news-content .con p {
        font-size: 15px;
        line-height: 1.5em;
    }

        .market-news-content .con p a {
            font-size: 15px;
            line-height: 1.5em;
        }

    .market-news-content .con sup {
        vertical-align: super;
        font-size: 13px;
    }

    .market-news-content .imgbox h6, .tablebox h6 {
        font-size: 14px;
        line-height: 1.5em;
    }

    .market-news-content .imgbox p {
        font-size: 12px;
        line-height: 1.5em;
    }

    .market-news-content .tablebox p {
        font-size: 12px;
        line-height: 1.5em;
    }

    .market-news-content .tablebox table {
        font-size: 14px;
        line-height: 1.5em;
    }
}

.market-news-content2 .videobox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .market-news-content2 .videobox iframe, .videobox object, .videobox embed {
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%;
        height: 90%;
    }



.panel-body .conarea {
    width: 100%;
    padding: 0px 10px 10px 10px;
}

.panel-body .con-1pa {
    width: 100%;
}

.panel-body .con-2pa {
    width: 50%;
}

.panel-body .con-4pa {
    width: 25%;
}

.panel-body .con-3pa {
    width: 33.33333333%;
}

.panel-body .con-3pa-b {
    width: 66.66666667%;
}

.panel-body .con-4pa-b {
    width: 75%;
}

.panel-body .con-5pa {
    width: 20%;
}

.panel-body .con-5pa-b {
    width: 80%;
}

.panel-body .con {
    padding: 0 10px;
}

    .panel-body .con h4 {
        font-size: 18px;
        color: #DB812E;
        margin: 0px;
        line-height: 2em;
        font-weight: bold;
    }

    .panel-body .con h5 {
        font-size: 16px;
        color: #085840;
        margin: 0px;
        line-height: 2em;
        font-weight: bold;
    }

    .panel-body .con p {
        font-size: 16px;
        color: #3e3e3e;
        margin: 0;
        padding: 5px 0px;
        line-height: 1.5em;
    }

        .panel-body .con p a {
            font-size: 16px;
            color: #085840;
            text-decoration: none;
            cursor: pointer;
        }

    .panel-body .con sup {
        vertical-align: super;
        font-size: 14px;
    }

    .panel-body .con hr {
        border: 1px dashed #E3E3E3;
    }

.panel-body .imgbox h6, .tablebox h6 {
    font-size: 15px;
    color: #3e3e3e;
    text-align: center;
    margin: 0px;
    line-height: 2.5em;
    font-weight: bold;
    font-weight: bold;
}

.panel-body .imgbox img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
    max-width: 100%;
}

.panel-body .so-icon img {
    margin: 0;
    padding: 0;
    border: none;
    width: 35px;
}

.panel-body .videobox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .panel-body .videobox iframe, .videobox object, .videobox embed {
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%;
        height: 90%;
    }

.panel-body .con ol {
    margin: 0;
    padding: 5px 0px 5px 2em;
    color: #3e3e3e;
}

.panel-body .con ul {
    margin: 0;
    padding: 5px 0px 5px 2em;
    color: #3e3e3e;
}

.panel-body .con ol li {
    list-style-position: outside;
    list-style-type: decimal;
    line-height: 1.5em;
}

    .panel-body .con ol li a {
        text-decoration: none;
        color: #3e3e3e;
    }

.panel-body .con ul li {
    list-style-position: outside;
    list-style-type: disc;
    line-height: 1.5em;
}

    .panel-body .con ul li a {
        text-decoration: none;
        color: #3e3e3e;
    }

.panel-body .imgbox {
    width: 90%;
    margin: auto;
    margin-top: 10px;
}

    .panel-body .imgbox p {
        font-size: 13px;
        text-align: left;
        margin: 0px;
        padding: 5px 0px;
        line-height: 1.5em;
    }

.panel-body .tablebox {
    width: 98%;
    margin: auto;
    margin-top: 10px;
}

    .panel-body .tablebox p {
        font-size: 13px;
        text-align: left;
        margin: 0px;
        padding: 8px 0px;
        line-height: 1.5em;
    }

    .panel-body .tablebox table {
        font-size: 15px;
        border-collapse: collapse;
        border: 1px solid #E3E3E3;
    }

        .panel-body .tablebox table tr th {
            background-color: #085840;
            color: #ffffff;
            font-weight: bold;
            text-align: center;
            border: 1px solid #E3E3E3;
            padding: 3px;
            border-bottom: 0px;
            vertical-align: middle;
        }

        .panel-body .tablebox table tr td {
            text-align: center;
            border-left: 1px solid #E3E3E3;
            border-top: 1px solid #E3E3E3;
            padding: 3px;
            vertical-align: middle;
            background-color: #f5f6ec;
        }

            .panel-body .tablebox table tr td a {
                text-decoration: none;
                color: #085840;
                cursor: pointer;
            }

                .panel-body .tablebox table tr td a label {
                    cursor: pointer;
                }

.panel-body .t-top {
    vertical-align: top !important;
}

.panel-body .t-bottom {
    vertical-align: bottom !important;
}

.panel-body .t-left {
    text-align: left !important;
}

.panel-body .t-center {
    text-align: center !important;
}

.panel-body .t-right {
    text-align: right !important;
}

.panel-body .t-note {
    font-size: 13px !important;
}

.panel-body .t-warn {
    color: #555555 !important;
    font-weight: bold !important;
}

.panel-body .t-org {
    color: #DB812E !important;
}

.panel-body .t-green {
    color: #085840 !important;
}

.panel-body .t-red {
    color: #FF0000 !important;
}

.panel-body .b-n li {
    list-style-type: cjk-ideographic !important;
}

.panel-body .nomber li {
    list-style-type: decimal !important;
}

.panel-body .lower-a li {
    list-style-type: lower-alpha !important;
}

.panel-body .lower-i li {
    list-style-type: lower-roman !important;
}

.panel-body .upper-a li {
    list-style-type: upper-alpha !important;
}

.panel-body .upper-i li {
    list-style-type: upper-roman !important;
}

.panel-body .squ li {
    list-style-type: square !important;
}

.panel-body .dot li {
    list-style-type: disc !important;
}

.panel-body .w100 {
    width: 100% !important;
}


@media (max-width:900px) {
    .panel-body .imgbox {
        width: 100%;
    }
}

@media (max-width:768px) {
}

@media (max-width:500px) {
    .panel-body .conarea {
        width: 100%;
        padding: 0px 3px 10px 3px;
    }

    .panel-body .con h4 {
        font-size: 17px;
        line-height: 1.8em;
    }

    .panel-body .con h5 {
        font-size: 15px;
        line-height: 1.8em;
    }

    .panel-body .con p {
        font-size: 15px;
        line-height: 1.5em;
    }

        .panel-body .con p a {
            font-size: 15px;
            line-height: 1.5em;
        }

    .panel-body .con sup {
        vertical-align: super;
        font-size: 13px;
    }

    .panel-body .imgbox h6, .tablebox h6 {
        font-size: 14px;
        line-height: 1.5em;
    }

    .panel-body .imgbox p {
        font-size: 12px;
        line-height: 1.5em;
    }

    .panel-body .tablebox p {
        font-size: 12px;
        line-height: 1.5em;
    }

    .panel-body .tablebox table {
        font-size: 14px;
        line-height: 1.5em;
    }
}

.market-news-content2 .videobox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .market-news-content2 .videobox iframe, .videobox object, .videobox embed {
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%;
        height: 90%;
    }



.panel-body .conarea {
    width: 100%;
    padding: 0px 10px 10px 10px;
}

.panel-body .con-1pa {
    width: 100%;
}

.panel-body .con-2pa {
    width: 50%;
}

.panel-body .con-4pa {
    width: 25%;
}

.panel-body .con-3pa {
    width: 33.33333333%;
}

.panel-body .con-3pa-b {
    width: 66.66666667%;
}

.panel-body .con-4pa-b {
    width: 75%;
}

.panel-body .con-5pa {
    width: 20%;
}

.panel-body .con-5pa-b {
    width: 80%;
}

.panel-body .con {
    padding: 0 10px;
}

    .panel-body .con h4 {
        font-size: 18px;
        color: #DB812E;
        margin: 0px;
        line-height: 2em;
        font-weight: bold;
    }

    .panel-body .con h5 {
        font-size: 16px;
        color: #085840;
        margin: 0px;
        line-height: 2em;
        font-weight: bold;
    }

    .panel-body .con p {
        font-size: 16px;
        color: #3e3e3e;
        margin: 0;
        padding: 5px 0px;
        line-height: 1.5em;
    }

    .panel-body .con sup {
        vertical-align: super;
        font-size: 14px;
    }

    .panel-body .con p a {
        font-size: 16px;
        color: #085840;
        text-decoration: none;
        cursor: pointer;
    }

    .panel-body .con hr {
        border: 1px dashed #E3E3E3;
    }

.panel-body .imgbox h6, .tablebox h6 {
    font-size: 15px;
    color: #3e3e3e;
    text-align: center;
    margin: 0px;
    line-height: 2.5em;
    font-weight: bold;
    font-weight: bold;
}

.panel-body .imgbox img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
    max-width: 100%;
}

.panel-body .so-icon img {
    margin: 0;
    padding: 0;
    border: none;
    width: 35px;
}

.panel-body .videobox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .panel-body .videobox iframe, .videobox object, .videobox embed {
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%;
        height: 90%;
    }

.panel-body .con ol {
    margin: 0;
    padding: 5px 0px 5px 2em;
    color: #3e3e3e;
}

.panel-body .con ul {
    margin: 0;
    padding: 5px 0px 5px 2em;
    color: #3e3e3e;
}

.panel-body .con ol li {
    list-style-position: outside;
    list-style-type: decimal;
    line-height: 1.5em;
}

    .panel-body .con ol li a {
        text-decoration: none;
        color: #3e3e3e;
    }

.panel-body .con ul li {
    list-style-position: outside;
    list-style-type: disc;
    line-height: 1.5em;
}

    .panel-body .con ul li a {
        text-decoration: none;
        color: #3e3e3e;
    }

.panel-body .imgbox {
    width: 90%;
    margin: auto;
    margin-top: 10px;
}

    .panel-body .imgbox p {
        font-size: 13px;
        text-align: left;
        margin: 0px;
        padding: 5px 0px;
        line-height: 1.5em;
    }

.panel-body .tablebox {
    width: 98%;
    margin: auto;
    margin-top: 10px;
}

    .panel-body .tablebox p {
        font-size: 13px;
        text-align: left;
        margin: 0px;
        padding: 8px 0px;
        line-height: 1.5em;
    }

    .panel-body .tablebox table {
        font-size: 15px;
        border-collapse: collapse;
        border: 1px solid #E3E3E3;
    }

        .panel-body .tablebox table tr th {
            background-color: #085840;
            color: #ffffff;
            font-weight: bold;
            text-align: center;
            border: 1px solid #E3E3E3;
            padding: 3px;
            border-bottom: 0px;
            vertical-align: middle;
        }

        .panel-body .tablebox table tr td {
            text-align: center;
            border-left: 1px solid #E3E3E3;
            border-top: 1px solid #E3E3E3;
            padding: 3px;
            vertical-align: middle;
            background-color: #f5f6ec;
        }

            .panel-body .tablebox table tr td a {
                text-decoration: none;
                color: #085840;
                cursor: pointer;
            }

                .panel-body .tablebox table tr td a label {
                    cursor: pointer;
                }

.panel-body .t-top {
    vertical-align: top !important;
}

.panel-body .t-bottom {
    vertical-align: bottom !important;
}

.panel-body .t-left {
    text-align: left !important;
}

.panel-body .t-center {
    text-align: center !important;
}

.panel-body .t-right {
    text-align: right !important;
}

.panel-body .t-note {
    font-size: 13px !important;
}

.panel-body .t-warn {
    color: #555555 !important;
    font-weight: bold !important;
}

.panel-body .t-org {
    color: #DB812E !important;
}

.panel-body .t-green {
    color: #085840 !important;
}

.panel-body .t-red {
    color: #FF0000 !important;
}

.panel-body .b-n li {
    list-style-type: cjk-ideographic !important;
}

.panel-body .nomber li {
    list-style-type: decimal !important;
}

.panel-body .lower-a li {
    list-style-type: lower-alpha !important;
}

.panel-body .lower-i li {
    list-style-type: lower-roman !important;
}

.panel-body .upper-a li {
    list-style-type: upper-alpha !important;
}

.panel-body .upper-i li {
    list-style-type: upper-roman !important;
}

.panel-body .squ li {
    list-style-type: square !important;
}

.panel-body .dot li {
    list-style-type: disc !important;
}

.panel-body .w100 {
    width: 100% !important;
}


@media (max-width:900px) {
    .panel-body .imgbox {
        width: 100%;
    }
}

@media (max-width:768px) {
}

@media (max-width:500px) {
    .panel-body .conarea {
        width: 100%;
        padding: 0px 3px 10px 3px;
    }

    .panel-body .con h4 {
        font-size: 17px;
        line-height: 1.8em;
    }

    .panel-body .con h5 {
        font-size: 15px;
        line-height: 1.8em;
    }

    .panel-body .con p {
        font-size: 15px;
        line-height: 1.5em;
    }

        .panel-body .con p a {
            font-size: 15px;
            line-height: 1.5em;
        }

    .panel-body .con sup {
        vertical-align: super;
        font-size: 13px;
    }

    .panel-body .imgbox h6, .tablebox h6 {
        font-size: 14px;
        line-height: 1.5em;
    }

    .panel-body .imgbox p {
        font-size: 12px;
        line-height: 1.5em;
    }

    .panel-body .tablebox p {
        font-size: 12px;
        line-height: 1.5em;
    }

    .panel-body .tablebox table {
        font-size: 14px;
        line-height: 1.5em;
    }
}




/*content style*/
/*body {font-family: '峚?淏窪闚', Arial; line-height: 1.5em;}*/

/*.conarea {
    float: left;
    width: 100%;
    margin: 3px 0px;
}

.con-1pa {
    float: left;
    width: 100%;
}

.con-2pa {
    float: left;
    width: 50%;
}

.con-4pa {
    float: left;
    width: 25%;
}

.con-3pa {
    float: left;
    width: 33.33333333%;
}

.con-3pa-b {
    float: left;
    width: 66.66666667%;
}

.con {
    padding: 0 10px;
}

    .con h4 {
        font-size: 18px;
        color: #DB812E;
        margin: 0px;
        line-height: 2em;
    }

    .con h5 {
        font-size: 16px;
        color: #085840;
        margin: 0px;
        line-height: 2em;
    }

    .con p {
        font-size: 16px;
        color: #3e3e3e;
        margin: 3px 0px;
    }

        .con p a {
            font-size: 16px;
            color: #085840;
            text-decoration: none;
        }

    .con hr {
        border: 1px dashed #E3E3E3;
    }

.imgbox h6, .tablebox h6 {
    font-size: 15px;
    color: #3e3e3e;
    text-align: center;
    margin: 0px;
    line-height: 2.5em;
}

.imgbox img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
    max-width: 100%;
}

.so-icon img {
    margin: 0;
    padding: 0;
    border: none;
}

.videobox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .videobox iframe, .videobox object, .videobox embed {
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%;
        height: 90%;
    }

.con ol, ul {
    margin: 0;
    padding: 9px 0px 5px 0em;
    color: #3e3e3e;
}

    .con ol li {
        list-style-position: outside;
        list-style-type: decimal;
    }

.con ul li {
    list-style-position: outside;
    list-style-type: disc;
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.imgbox {
    width: 90%;
    margin: auto;
}

    .imgbox p {
        font-size: 13px;
        text-align: left;
    }

.tablebox {
    width: 98%;
    margin: auto;
}

    .tablebox p {
        font-size: 13px;
        text-align: left;
    }

    .tablebox table {
        font-size: 15px;
        border-collapse: collapse;
        border: 1px solid #E3E3E3;
    }

        .tablebox table tr:nth-child(odd) {
            background-color: #f5f6ec;
        }

        .tablebox table tr th {
            background-color: #085840;
            color: #ffffff;
            font-weight: bold;
            text-align: center;
            border: 1px solid #E3E3E3;
            padding: 3px;
            border-bottom: 0px;
        }

        .tablebox table tr td {
            text-align: center;
            border-left: 1px solid #E3E3E3;
            border-top: 1px solid #E3E3E3;
            padding: 3px;
        }



@media (max-width:900px) {
    .imgbox {
        width: 100%;
    }
}

@media (max-width:768px) {
}

@media (max-width:500px) {
    .con h4 {
        font-size: 17px;
    }

    .con h5 {
        font-size: 15px;
    }

    .con p {
        font-size: 15px;
    }

        .con p a {
            font-size: 15px;
        }

    .imgbox h6, .tablebox h6 {
        font-size: 14px;
    }

    .imgbox p {
        font-size: 12px;
    }

    .tablebox p {
        font-size: 12px;
    }

    .tablebox table {
        font-size: 14px;
    }
}*/

.divEditTab {
    position: relative;
    min-height: 200px;
}

.CoverWhite {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white url(../images/loading.gif) no-repeat center center;
    z-index: 11;
}

.CoverWhiteArticleList {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white url(../images/loading.gif) no-repeat center center;
    z-index: 9;
}

.GreenPhoneBox {
    height: 27px;
    border: 1px solid #00573d;
    position: absolute;
    top: 0;
    right: 24px;
    background-color: white;
    border-right: 1px solid white;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 10px;
    line-height: normal;
    padding-top: 2px;
    white-space: nowrap;
}


/*#region 網站地圖*/
#siteMap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    font-size: 13px;
}

.siteMap_outer:before {
    content: "";
    height: 27px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/siteMap_bg01.png) repeat-x left center;
    z-index: 0;
}

.siteMap_outer:after {
    content: "";
    height: 24px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/siteMap_bg02.png) repeat-x left center;
    z-index: 0;
}

.siteMap_outer {
    position: relative;
    float: left;
    width: 23.83333333%;
    flex-grow: 1;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 9px 10px;
    margin: 10px 5px;
    box-shadow: 0 0 11px -6px black;
    -webkit-box-shadow: 0 0 11px -6px black;
    -moz-box-shadow: 0 0 11px -6px black;
}

.siteMap_title {
    text-align: center; /*background:url(../images/siteMap_bg03.png) repeat-x left center;*/
    border-radius: 3px;
    font-size: 15px;
    color: white;
    padding: 3px 0;
    font-weight: bold;
    line-height: normal;
    position: relative;
    z-index: 1;
    background-color: #01573e;
}

.siteMap_outer ul.siteMap_level1_ul {
    list-style-image: url(../images/siteMap_arrow.png);
    padding-left: 10px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

    .siteMap_outer ul.siteMap_level1_ul > li {
        border-bottom: 1px solid #d9d9d9;
        line-height: normal;
        padding: 4px 0;
    }

        .siteMap_outer ul.siteMap_level1_ul > li > a {
            color: #404040;
        }

.siteMap_outer ul.siteMap_level2_ul {
    list-style-image: url(../images/siteMap_liststyle01.png);
    padding-left: 13px;
    position: relative;
    z-index: 1;
}

    .siteMap_outer ul.siteMap_level2_ul > li {
        line-height: normal;
        padding: 5px 0 0 0;
    }

        .siteMap_outer ul.siteMap_level2_ul > li > a {
            color: gray;
        }

@media (max-width: 1199px) {
    .siteMap_outer {
        width: 23.33333333%;
    }

    .add_gray_bg.fix_fund_sort_padding {
        padding: 10px 5px !important;
    }
}

@media (max-width: 768px) {
    .siteMap_outer {
        width: 46.577%;
    }
}

@media (max-width: 480px) {
    .siteMap_outer {
        width: 100%;
        margin: 10px 0;
    }
}

/*#endregion 網站地圖*/


/*#region 加入會員*/
.text10 {
    color: #414141;
    font-size: 13px;
    margin-left: 6px;
}

.text11 {
    color: #414141;
    font-size: 15px;
    line-height: 22px;
    padding-top: 10px;
}

.text12 {
    color: #414141;
    font-size: 16px;
    padding: 15px 10px;
    line-height: 22px;
}

.text13 {
    color: #000;
    font-size: 15px;
    padding: 15px 10px;
    line-height: 22px;
}

    .text13 samp {
        color: #ff0000;
    }

    .text13 p {
        color: #414141;
        font-size: 13px;
        margin-bottom: 8px;
    }

.bonus-points-inquire {
    background-color: #00573d;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px 35px;
    float: left;
    margin: 5px 0 0 8px;
}

    .bonus-points-inquire img {
        position: relative;
        top: 3px;
        left: -5px;
    }

.left-2 {
    float: left;
    margin-top: 14px;
}

.exchange-bnt {
    background-color: #00573d;
    width: 92%;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 3px 0;
    border-radius: 4px;
}

.inside-distance {
    padding: 0px 10px 20px 10px;
}

    .inside-distance table {
        border-left: 1px solid #e6e6e6;
    }

.select-fund-box01 h4 input {
    padding: 5px;
    background: url(../images/select-fund/select-fund-icon09.jpg) no-repeat right 1px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}

.select-fund-box01-news { /*width:22%;float:right;*/
    font-size: 13px;
    color: #414141;
    font-weight: 100;
    text-align: right; /*background:url(../images/select-fund/select-fund-icon07.jpg) no-repeat left 4px;*/
    margin: -10px 0 40px 0;
}

.bnt-box03 h2 { /*width:210px;*/
    margin: 0px auto 20px auto;
}

.table-title04 th {
    background-color: #01573e;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
    padding: 17px 2px;
    line-height: 20px;
    border-right: 1px solid #347965;
    font-size: 16px;
    vertical-align: middle;
}

@media (max-width:500px) {
    .scroll-left td {
        text-align: center;
        min-width: 145px;
    }

    .join-members-bnt {
        width: 100%;
        display: block;
        margin: 10px 0px 10px 0;
    }

    .facebook-bnt {
        width: 100%;
        display: block;
        margin: 0 0px 10px 0;
    }
}

@media(max-width:768px) {
    .text10 {
        color: #414141;
        font-size: 13px;
        margin-left: 0px;
        display: block;
        margin-top: 5px;
    }

    .c-d {
        display: none;
    }

    .bonus-points-list {
        padding: 10px;
    }

        .bonus-points-list ul {
            width: 100%;
            line-height: 22px;
            font-size: 16px;
        }

            .bonus-points-list ul li {
                border-top: 1px solid #e6e6e6;
                margin-bottom: 10px;
            }

                .bonus-points-list ul li h1 {
                    width: 100%;
                    background-color: #01573e;
                    border-bottom: 1px solid #e6e6e6;
                    padding: 12px 8px;
                    color: #fff;
                }

                .bonus-points-list ul li h2 {
                    width: 100%;
                    background-color: #f9fae5;
                    border-bottom: 1px solid #e6e6e6;
                    padding: 8px;
                }

                .bonus-points-list ul li samp {
                    color: #ffa302;
                }

                .bonus-points-list ul li span {
                    font-size: 14px;
                }

    .bonus-points-list-2 {
        padding: 10px;
    }

        .bonus-points-list-2 ul {
            width: 100%;
            line-height: 22px;
            font-size: 16px;
        }

            .bonus-points-list-2 ul li {
                margin-bottom: 10px;
                background-color: #fff;
                padding-bottom: 8px;
            }

                .bonus-points-list-2 ul li h1 {
                    width: 100%;
                    background-color: #c2bb08;
                    padding: 12px 8px;
                    color: #fff;
                    margin-bottom: 5px;
                }

                .bonus-points-list-2 ul li h2 {
                    width: 94%;
                    border-top: 1px solid #e6e6e6;
                    margin: 8px auto;
                    padding: 8px 0;
                    overflow: hidden;
                }

                .bonus-points-list-2 ul li h3 {
                    border-top: 1px solid #e6e6e6;
                    border-bottom: 1px solid #e6e6e6;
                    background-color: #f9fae5;
                    width: 94%;
                    margin: 0px auto;
                    padding: 12px 0 10px 5px;
                    font- weight:100;
                }

                .bonus-points-list-2 ul li samp {
                    color: #ffa302;
                }

                .bonus-points-list-2 ul li span {
                    font-size: 16px;
                    display: block;
                    width: 100%;
                    text-align: right;
                }

    .bonus-points-left {
        float: left;
        width: 55%;
        padding: 5px 0 0 5px;
    }

    .bonus-points-right {
        float: right;
        width: 45%;
        text-align: right;
        padding: 5px 5px 0 0;
    }

    .select-fund-box01 h4 {
        width: 100%;
        float: none;
    }

        .select-fund-box01 h4 input {
            padding: 5px;
            background: url(../images/select-fund/select-fund-icon09.jpg) no-repeat right 1px;
            border: 1px solid #dfdfdf;
            border-radius: 2px;
            width: 45%;
        }

    .bonus-points-inquire {
        background-color: #00573d;
        border-radius: 4px;
        color: #fff;
        display: block;
        text-align: center;
        padding: 10px 35px;
        float: none;
        margin: 10px 0 0 0px;
        width: 100%;
    }

    .exchange-bnt {
        background-color: #f18101;
        width: 120px;
        margin: 10px auto 5px auto;
        display: block;
        color: #fff;
        font-size: 15px;
        padding: 6px 0;
        text-align: center;
    }
}

/*#endregion 加入會員*/

.Purchase {
    float: right;
    padding-right: 20px;
    color: #085840;
    padding-bottom: 10px;
    width: 100%;
    text-align: right;
}

.up {
    font-size: 12px !important;
    color: #414141 !important;
    padding-left: 6px;
}

.market-news-content {
    padding: 10px 10px;
    word-wrap: break-word;
}



.w-a-1 {
    width: 50% !important;
}

.w-a-2 {
    width: 10% !important;
}

@media (max-width:768px) {
    .w-a-1 {
        width: 25% !important;
    }

    .w-a-2 {
        width: 14% !important;
    }

    .f-12IM {
        font-size: 12px !important;
    }

    .investment-topics-content ul li {
        list-style: none;
    }

    .market-news-content {
        padding: 10px 0px;
    }
}


#tblTraceDiff_mobile {
    display: none;
}

    #tblTraceDiff_mobile tbody {
        border-bottom: 20px solid #f2f2f2;
        border-top: 20px solid #f2f2f2;
    }

.tbl-mobile-style {
    width: 100%;
}

    .tbl-mobile-style tr td:first-child {
        background-color: #01573e;
        color: white;
        width: 120px;
        max-width: 120px;
        min-width: 120px;
    }

    .tbl-mobile-style tr td {
        background-color: white;
        border: 1px solid #e6e6e6;
    }

@media (max-width:978px) {
    #tblTraceDiff_web {
        display: none;
    }

    #tblTraceDiff_mobile {
        display: table;
    }
}

.RI_Banner {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

    .RI_Banner img {
        width: 100%;
    }

.RI_contentLeft {
    float: left;
    width: 40%;
    padding-right: 10px;
}

.RI_contentRight {
    float: right;
    width: 60%;
}

.confirm-identity.RI_contentRight ul li {
    margin-left: 0px;
}

    .confirm-identity.RI_contentRight ul li h4 {
        padding: 4px 5px 4px 5px;
    }

    .confirm-identity.RI_contentRight ul li .form-w-11 {
        width: 50%;
    }

.confirm-identity.RI_contentRight .agreecheck2 {
    padding-left: 0px;
}

    .confirm-identity.RI_contentRight .agreecheck2:before {
        position: relative;
    }

.confirm-identity.RI_contentRight .check_RequestlnType .agreecheck2 {
    padding-right: 10px;
}

@media (max-width:978px) {
    .RI_contentLeft {
        width: 100%;
    }

    .RI_contentRight {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media (max-width:768px) {
}


@media(max-width:480px) {
    .manager-speaks-img {
        background-color: white;
        text-align: center;
        display: block;
        /*padding: 10px 0;*/
        width: 36%;
        float: left;
    }

    .manager-speaks-h2 {
        width: 63%;
        float: right;
    }

    .manager-speaks-h2_noImg {
        width: 100%;
        float: left;
    }

    .market-news-list li h2 {
        padding: 0px 10px 28px 10px;
        position: initial;
    }

    .manager-speaks-right a {
        display: block;
        max-height: 127px;
    }

        .manager-speaks-right a.green_btn {
            display: initial;
        }

    .market-news-list li h2 a {
        bottom: 5px;
    }

    .market-news-list li h4 {
        padding: 0px;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        max-height: 133px;
        padding-bottom: 30px;
        position: relative;
        margin: 0px;
        width: 55%;
    }

    .promotions-img2 {
        text-align: center;
        margin: 0PX;
        /*background-color: #000;*/
        padding: 0px;
        position: relative;
        top: 0px;
    }

        .promotions-img2 > img {
            width: 100%;
        }

    .promotions-text2 {
        width: 45%;
    }

    .manager-speaks-right > h2 {
        float: left;
        width: 63%;
    }

    .manager-speaks-bg {
        position: relative;
    }
}

@media(max-width:425px) {
    .manager-speaks-img {
        width: 43%;
    }

    .manager-speaks-h2 {
        width: 57%;
    }

    .manager-speaks-h2_noImg {
        width: 100%;
    }

    .market-news-list li h4 {
        width: 55%;
        float: right;
        padding-left: 10px;
        padding-bottom: 30px;
        position: initial;
    }

    .promotions-text2 {
        width: 49%;
    }

    .promotions-img {
        width: 42%;
    }

    .manager-speaks-right > h2 {
        width: 57%;
    }
}

@media(max-width:400px) {
    .manager-speaks-img {
        width: 48%;
    }

    .manager-speaks-h2 {
        width: 52%;
    }

    .manager-speaks-h2_noImg {
        width: 100%;
    }

    .promotions-img2 {
        padding: 7px 0px;
    }

    .promotions-img {
        width: 48%;
    }

    .manager-speaks-right > h2 {
        width: 52%;
    }

    .market-news-list li h4 {
        width: 48%;
    }
}

@media(max-width:325px) {
    .manager-speaks-img {
        width: 56%;
    }

    .manager-speaks-h2 {
        width: 44%;
    }

    .manager-speaks-h2_noImg {
        width: 100%;
    }

    .promotions-img2 {
        padding: 5px 0px;
    }

    .manager-speaks-bg h2 p {
        -webkit-line-clamp: 4;
    }

    .promotions-img {
        width: 57%;
    }

    .manager-speaks-right > h2 {
        width: 43%;
    }

    .market-news-list li h4 {
        width: 40%;
    }
}

/*理財講座列表*/

.pos_abso {
    position: absolute;
}

.pos_ra {
    position: relative;
}

.img_r {
    right: 0px;
    top: 2px;
}

.float_l {
    float: left;
    float
}

.over_hidden {
    overflow: hidden;
    color: #01573e;
}

.samp_r18 {
    padding-right: 18%;
}


.RightNO {
    color: red;
    text-align: center;
    font-size: 24PX;
    margin: 30PX 0PX;
}
