﻿@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
}

footer p {
    text-align: left;
}

body {
    -webkit-text-size-adjust: none;
    font-family: Verdana, 'Noto Sans TC','Microsoft JhengHei', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

a {
    text-decoration: none;
}

    a:hover, .tagBox:hover, .item:hover {
        color: #FFA64D !important;
    }

img {
    display: block;
    width: 100%;
}

h1, h2, .todayStockAd, .visibleXL, .menuArrow {
    display: none;
}

.floatIcon {
    width: 110px;
    height: auto;
    position: fixed;
    right: 5px;
    bottom: 80px;
    z-index: 999;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.7));
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.7));
}

.loginBox {
    display: block;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header {
    padding: 20px 0px;
    width: 95%;
    max-width: 1260px;
    margin: 0 auto;
}

.logo {
    width: 40%;
    float: left;
    margin-right: 2%;
}

.headerLeft {
    width: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headerRight {
    /*width: 50%;*/
    width: calc(100% / 2 - 20px);
    /*text-align: right;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.smLeft {
    margin-right: 2%;
    display: flex;
    justify-content: flex-end;
}

    .smLeft a {
        color: #333333;
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

        .smLeft a img {
            display: inline-block;
            width: 32px;
            margin-right: 1%;
            vertical-align: middle;
        }
        .smLeft a span {
            white-space: nowrap;
        }
    /*       .smLeft a:nth-child(2) img {
            width: 13%;
        }*/
    .logIn a i {
        vertical-align: middle;
        font-size: 1.8em;
    }

.logIn {
    margin-left: 5%;
}

    .logIn a {
        margin: 0;
        padding: 0;
        list-style: none;
        cursor: pointer;
        display: flex;
        line-height: 1.75em;
        vertical-align: middle;
        color: #0a4de9 !important;
        white-space: nowrap;
    }

        .logIn a span {
            white-space: nowrap;
        }

.mainMenu {
    width: 100%;
    height: 60px;
    color: #ffffff;
    background-color: #e52221;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.secMenu {
    width: 100%;
    height: 50px;
    color: #ffffff;
    background-color: #1d3b7d;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.dropDown {
    position: relative;
    top: 0;
}

.navFixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 10;
    opacity: 0.94;
    transition: opacity .5s ease-out;
}

.navFixed2 {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 10;
    opacity: 0.94;
    transition: opacity .5s ease-out;
    top: 50px;
    min-width: 100%;
}

.mainMenu div, .secMenu div {
    display: flex;
    align-items: center;
    height: 100%;
}

.mainMenu a {
    color: #ffffff;
    font-size: 22px;
}

.secMenu a {
    color: #ffffff;
    font-size: 22px;
}

.mainMenu a:hover {
    color: #BBD2FC;
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.container, .container2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 3% auto;
}

.container2 {
    margin: 1% auto 0 auto;
}

.todayPosition .left {
    width: 55%;
    margin-right: 2%;
}

.todayPosition .right {
    width: 43%;
}
.left {
    width: 43%;
    margin-right: 2%;
}

.right {
    width: 55%;
}

.conBox {
    margin: 2% auto;
}

.conBox-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 3% auto;
}

.conBox-left, .conBox-right {
    width: 49%;
    margin-bottom: 2%;
}

.conBox-left {    
    margin-right: 1%;
}

.conBox-right {
    margin-left: 1%;
}

.conTitle {
    border-bottom: 5px solid #2A3D96;
    text-align: left;
    font-size: 20px;
    padding-bottom: 4px;
}

.tag {
    border-radius: 0 10px 0 0;
    background-color: #2A3D96;
    padding: 2px 6px;
    color: #ffffff;
    font-size: 22px;
}

.wColor {
    color: #FF0000;
}

.abgne_tab {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: auto;
}

div.tab_container {
    width: 100%;
    background: #fff;
    display: block;
    margin: 0 auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.tabBox {
    display: block;
    width: 100%;
    height: auto;
    /*color: #fff;*/
    margin: 0 auto;
    text-align: left;
}

ul.tabs {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 2%;
    justify-content: space-between;
}

    ul.tabs li {
        width: calc(100% / 4 - 6px);
    }

        ul.tabs li img {
            display: inline-block;
        }

        ul.tabs li a {
            font-size: 18px;
            color: #333333;
            line-height: 1.2;
        }
/*iframe youtube-------------------------------------------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-containerS {
    position: relative;
    padding-bottom: 10%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*iframe youtube-------------------------------------------end*/

.chgLive p {
    line-height: 1.2;
    margin-top: 4px;
}

.news {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 1% 0;
    text-align: left;
    /*width: 50%;*/
    width: calc(100% / 3 - 16px);
}

    .news i, .newsimg-area-text-2 i {
        color: #FFA64D;
    }

.more {
    border-radius: 10px 0 0 0;
    background-color: #ACCDFC;
    padding: 10px 20px;
    display: table;
    margin: 0 0 0 auto;
    cursor: pointer;
    font-size: 1em;
}

    .more i {
        margin-left: 4px;
        color: #2A3D96;
    }

    .news a, .hotNews a, .more a, .newsList a, .extend ul li a,
    .newsPageNews a, .newsBox a, .hotNews2 a {
        color: #333333;
    }

.stockData {
    width: calc(100% / 3 - 20px);
}

.ad-300x100 {
    margin: 1% 0;
}

.image-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #d4d4d4;
    position: relative;
}

.newsimg-area-text-2 {
    position: relative;
    padding: 5px;
    letter-spacing: 1px;
    line-height: 1.4;
    bottom: 0px;
    width: 100%;
    height: 3.2em;
    font-size: 18px;
    text-align: justify;
    overflow: hidden;
}

    .newsimg-area-text-2 i {
        display: none;
    }

.hotNews, .newsBox {
    width: calc(100% / 4 - 8px);
    text-align: left;
    margin: 0 0.3% 1% 0.3% !important;
}
.hotNews2 {
    width: calc(100% / 2 - 8px);
    text-align: left;
    margin: 0 0.3% 1% 0.3% !important;
}

/* footer*/
footer {
    background-color: #ACCDFC;
    margin-top: 3%;
    padding: 60px 80px;
}

.footerLink {
    line-height: 2;
    height: auto;
    padding-right: 1%;
    flex: 1;
    margin: 0 0 3% 0;
}

    .footerLink ul {
        text-align: center;
    }

        .footerLink ul li {
            display: inline-block;
            color: #707070;
            white-space: nowrap;
        }

            .footerLink ul li a {
                color: #2A3D96;
            }

                .footerLink ul li a:hover {
                    color: #d8d8d8;
                }

            .footerLink ul li:not(:last-child)::after {
                content: "|";
                color: #2A3D96;
                font-size: 12px;
                margin-left: 3%;
                vertical-align: middle;
            }

.notice {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
}

.stockNotice {
    line-height: 1.4;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.copyright {
    font-size: 10px;
    color: #2A3D96;
    line-height: 1.4;
}

.socialBox {
    width: 30%;
    height: 50px;
    margin: 2% auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    justify-content: center;
}

.socialmedia {
    width: 40px;
    height: 40px;
    background: url(../images/social.png) no-repeat;
    background-size: cover;
    display: block;
    margin: 0 5px;
}

.fb {
    background-position: 0 0;
}

.yt {
    background-position: -40px 0;
}

.ig {
    background-position: -79px 0;
}

.twitter {
    background-position: -119px 0;
}

.line {
    background-position: -159px 0;
}

.tele {
    background-position: -199px 0;
}

#gotop {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 35px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 1;
    color: #ffffff;
    font-size: 30px;
    background-color: #2A3D96;
    border-radius: 50%;
    line-height: 1.6;
}

.conTitleBox .more {
    display: block;
    position: absolute;
    right: 0;
    padding: 6px 16px;
    bottom: 0;
    margin: 0;
}

.todayStock {
    background: url("../images/todayStock.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-position: right;
    /*position: absolute;
  right: 335px;
  bottom: 15px;*/
}

.ad300x250 {
    width: 300px;
    height: 250px;
    margin: 0 0 0 auto;
}

.news300x250 {
    margin: 0% 0 5% 0;
}

.conTitleBox .conTitle {
    position: relative;
}

.player-icon {
    position: absolute;
    width: 80px;
    height: 50px;
    z-index: 3;
    background: rgba(42,61,150,0.8);
    border-radius: 10px;
    font-size: 2.5em;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ad728x90 {
    width: 728px;
    height: auto;
    margin: 3% auto;
}

.todayPosition {
    position: relative;
}

.todayStockBox {
    margin: 5% auto;
}

.todayStockS {
    margin: 1% auto;
}

/*stockNews*/
.stockNewArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.leftCon {
    width: 945px;
}

.rightCon {
    width: 300px;
}

.ad980x250 {
    width: 980px;
    height: 250px;
    margin: 3% auto;
}

.newsTitle {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin: 15px 0 10px 0px;
    color: #333;
    font-weight: bold;
    text-align: left;
}
.stockNewArea .flexbox {
    justify-content: flex-end;
}

.shareBox {
    padding: 10px 0;
    letter-spacing: 1px;
    color: #00238C;
}
.share_fb {
    background-image: url(../images/fbshare@2x.png);
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
}
.share_line {
    background-image: url(../images/lineshare@2x.png);
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
}
    .shareBox ul, .keyword ul {
        list-style: none;
        display: inline-flex;
        flex-wrap: wrap;
    }

.printBox {
    color: #696969;
    font-family: 'Century Gothic', Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    right: 0;
}

    .printBox ul {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

.shareBox ul li {
    border: 0px !important;
}
.shareBox ul li,
.printBox ul li {
    list-style: none;
    color: #696969;
    border: 1px solid #b7b4b4;
    width: 38px;
    line-height: 36px;
    border-radius: 50px;
    cursor: default;
    text-align: center;
    margin: 0px 6px 10px 0;
}

.pageDate {
    font-size: 10px;
    color: #999;
    letter-spacing: 1px;
    display: inline-block;
    padding-top: 12px;
}

.pageText {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 10px 0;
}

    .pageText article p {
        margin: 0.5em .25em 1.5em .25em;
    }
        .pageText article p a {
            overflow-wrap: anywhere;
        }
article img {
    width: 85%;
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
}


article figure {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    line-height: 1em;
    width: 85%;
    max-width: 85%;
    margin: auto;
}

    article figure picture {
        width: 100%;
    }

article picture img {
    width: 100%;
    max-width: 100%;
}

article figure figcaption {
    width: 100%;
    padding-left: 22px;
    box-sizing: border-box;
    position: relative;
    color: #535353;
    font-size: 14px;
}

    article figure figcaption::before {
        content: "";
        position: absolute;
        height: 12px;
        width: 12px;
        left: 0px;
        top: 0px;
        border-left: 1px solid #004BA0;
        border-bottom: 1px solid #004BA0;
        box-sizing: border-box;
    }

.readmoreCont {
    color: #2A3D96;
    margin: auto;
    text-align: center;
}

    .readmoreCont i {
        font-size: 1.5em;
        color: inherit;
        transform: scaleY(0.7);
    }

.newsList {
    width: 100%;
    margin: 1% 0;
}

    .newsList a {
        position: relative;
        display: block;
        letter-spacing: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

.newsListTag {
    background-color: #2a3d96;
    border-radius: 0 0 10px 0;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsList .newsimg-area-text-2 {
    margin-bottom: 3%;
}

.ad300x600 {
    width: 300px;
    height: 600px;
}

.keywordBox {
    width: 100%;
    padding: 10px 0;
    letter-spacing: 1px;
    color: #00238C;
}

.keyword {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto 10px auto;
}

    .keyword > ul {
        width: calc(100% - 60px);
    }

    .keyword ul li {
        display: inline-block;
        background-color: #BFDFFF;
        padding: 6px 12px;
        border-radius: 50px;
        margin: .5% 1% .5% 0;
    }

        .keyword ul li a {
            color: #333;
        }

            .keyword ul li a strong {
                font-weight: 500;
            }

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoSection {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.videoLay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youlink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

    .youlink > div {
        margin: auto 10px;
    }

.VideoBlock {
    width: 100%;
}

.alert-message {
    padding: 20px;
    border-left: 3px solid #eee;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

.alert-message-warning {
    background-color: #f7f0e7;
    border-color: #f0ad4e;
}

.shareSection {
    background-color: #f5f1f0;
    border-color: #fc857e;
}

#newsTextAD {
    width: 96%;
    margin: 1% 2%;
    font-size: 1em;
    font-family: Arial, Verdana, 'Microsoft JhengHei', sans-serif;
}

    #newsTextAD > li {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        line-height: 25px;
        margin-bottom: 15px;
    }

        #newsTextAD > li:before {
            content: "*";
            color: #000;
            font-size: 15px;
            width: 15px;
            display: block;
        }

        #newsTextAD > li > a {
            display: block;
            -webkit-flex: 1;
            flex: 1;
            color: #000;
        }

        #newsTextAD > li .sponsored {
            font-size: 10px;
            color: #999;
            text-align: right;
        }

    #newsTextAD ~ div {
        margin: 1% 2%;
    }

.newsLine, .hotNewsSection {
    width: 100%;
}

.extend ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}

    .extend ul li {
        width: 49%;
        line-height: 40px;
        border-bottom: 1px dashed #d4d4d4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 17px;
        letter-spacing: 1px;
        list-style: disc;
    }

        .extend ul li:before {
            content: "●";
            color: #2A3D96;
            font-size: 15px;
            width: 15px;
            display: inline-block;
        }

.ad300x250Box {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

    .ad300x250Box div {
        margin: 3% auto;
    }

.NewsHotNews {
    width: calc(100% / 3 - 12px);
}

.page-more-bt {
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1em;
    margin: 8px 0px 15px 0;
}

    .page-more-bt a {
        width: 100%;
        line-height: 34px;
        display: inline-block;
        color: #FFF;
        background-color: #2a3d96;
        border-radius: 50px;
    }

.categoryBox {
    margin: 3% auto;
}

.fb_box {
    width: 100%;
}

.fb_iframe_widget_fluid_desktop iframe {
    min-width: 945px !important;
    width: 100% !important;
}

/*stockNews end*/
.hiddenXL {
    display: block;
}

.loginBox a, .loginBox i {
    color: #0a4de9 !important;
}

.todayTitle a {
    color: #ffffff;
}

.owl-carousel .livePhotosNav {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 15%;
}

.owl-carousel .livePhotosNav_next, .owl-carousel .livePhotosNav_prev {
    border: 0px #fff dashed;
    position: absolute;
    width: 40px;
    height: 40px;
    filter: drop-shadow(0px 0px 6px #ccc);
    outline: none;
}

.owl-carousel .livePhotosNav_prev {
    background: url(../images/arrowLeft.png) no-repeat center center;
    background-size: contain;
}

.owl-carousel .livePhotosNav_next {
    background: url(../images/arrowRight.png) no-repeat center center;
    right: 0;
    background-size: contain;
}

.tagBox {
    display: inline-block;
}

    .tagBox.active {
        color: #FF0000;
        font-weight: 800;
    }

.iframeLayBox:not(.iframeBox) .insertData {
    margin: 2% auto;
    height: 180px;
}



/*carousel*/
.owl-carousel .carouselNavApp {
    position: absolute;
    top: 45%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.owl-carousel .carouselNav_nextApp, .owl-carousel .carouselNav_prevApp {
    border: 0px #fff dashed;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
}

.owl-carousel .carouselNav_nextApp {
    background: url(../images/arrowRight.png) no-repeat center center;
    background-size: contain;
    right: -50%;
}

.owl-carousel .carouselNav_prevApp {
    background: url(../images/arrowLeft.png) no-repeat center center;
    background-size: contain;
    left: 50%;
}

.carouselNavApp.disabled {
    display: none;
    visibility: hidden;
}
/*carousel end*/
.masterWord {
    line-height: 1.2;
}

.item {
    cursor: pointer;
    text-align: left;
}

.stockBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.stockCon {
    width: calc(100% / 3 - 1%);
    margin: 1% 0;
}

.indexTodayStock .iframeBox {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.newsPageNews {
    width: calc(100% / 4 - 8px);
    text-align: left;
    margin: 0 0.3% 1% 0.3%;
}

.iframeBox, .iframeBox2, .iframeBox3 {
    width: 100%;
    height: auto;
    margin: 2% auto;
}

.iframeBox2 {
    width: 800px;
}

.iframeBox3 {
    width: 100%;
}

.tagHeader {
    display: flex;
    justify-content: flex-start;
    border-bottom: 3px solid #777777;
    flex-wrap: wrap;
}

    .tagHeader div {
        margin: 0.5%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.tagHeader-c-4 {
    display: flex;
    justify-content: flex-start;
    border-bottom: 3px solid #777777;
    flex-wrap: wrap;
}

    .tagHeader-c-4 div {
        margin: 0.5%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.selfTag {
    margin: 1% 0;
    border-bottom: 0;
}

    .selfTag > .tagCon {
        border-radius: 25px;
    }

.tagCon {
    border-radius: 10px 0 0 0;
    background-color: #ACCDFC;
    padding: 8px 14px;
    display: table;
    margin: 0 0 0 auto;
    cursor: pointer;
    font-size: 1em;
    text-align: left;
    line-height: 1.2;
}

    .tagCon.active, .tagCon:hover {
        color: #ffffff;
        background-color: #777777;
    }

.masterBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 1% 0;
}

.master {
    display: block;
    width: calc(100% / 6 - 2%);
    margin: 1%;
    cursor: pointer;
}

.masterPic {
    width: 100%;
    height: 0;
    margin-bottom: 5%;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 5%;
}

h3 {
    font-size: 1.2em;
    line-height: 1.4;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 4px 0;
}

.masterInfo, .nameBox, .socialMedia {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.masterInfo {
    margin: 1% 0 3% 0;
}

.masterPhoto {
    width: 14%;
}

.socialMedia {
    width: 80%;
}

.masterCon {
    max-width: 728px;
    text-align: left;
    width: 95%;
    margin: 0 1%;
}

.masterYt {
    width: 25%;
}

.name {
    font-size: 1.3em;
    font-weight: 800;
}

.socialMedia a {
    display: block;
    border-radius: 25px;
    padding: 4px 12px;
    background-color: #e2c7ff;
    margin: 1%;
    font-size: 0.9em;
}

.introduction {
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 2% 0;
}

.masterAd {
    margin: 0 auto;
    width: 100%;
    max-width: 728px
}

.videoContainer {
    margin: 1% auto;
    justify-content: flex-start !important;
}

/*.videoContainer > .newsBox {
        margin: 5px 5px 15px 5px;
    }*/

.masterTime {
    display: block;
    border-radius: 25px;
    padding: 6px 12px;
    background-color: #e2c7ff;
    font-size: 0.9em;
    color: #515151;
}

.paginationArea {
    margin: 2% auto;
}

.pagination li {
    border: 1px solid #2a3d96;
    margin: 0 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pagination li a {
        color: #434344;
    }

        .pagination li a.active {
            color: #ffffff;
            background-color: #2a3d96;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.todayTitle {
    font-size: 1.2em;
    margin: 5% 0;
}

.todayLogIn {
    cursor: pointer;
}

.chart-container iframe {
    display: block;
    width: 100%;
    max-width: 900px;
    /*height: 400px;*/
    min-height: 400px;
    height: auto !important;
    margin: 0 auto;
}

.carouselNavApp .disabled {
    display: none;
}

.tagConBox {
    text-align: left;
}

    .tagConBox > .tagCon {
        display: inline-block;
        background-color: #ACCDFC;
        padding: 8px 14px;
        border-radius: 4px;
        margin: 1% auto;
    }

        .tagConBox > .tagCon:hover {
            color: #d20040;
        }

        .tagConBox > .tagCon.active {
            color: #d20040;
        }

.loginBox::before {
    display: none !important;
}

.loginBox label {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
}

    .loginBox label span {
        width: 2em;
    }

/*tw stock*/
.twStockCon {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

    .twStockCon > div {
        width: 45%;
    }

.twStockNews {
    width: calc(100% / 2 - 16px);
}

.twStockConBox {
    margin: 10% auto;
}

.twStockLLeft > .twStockConBox:nth-child(1) iframe.iframeLay {
    height: 175px;
}

.twStockLLeft > .twStockConBox:nth-child(n+2) iframe.iframeLay {
    height: 420px;
}

.twStockLRight > .twStockConBox iframe.iframeLay {
    height: 400px;
}

.twStockLRight iframe.iframeLay {
    width: 90%;
}

.twStockLLeft iframe.iframeLay {
    width: 90%;
}
/*tw stock end*/

.pickStockArea-stockSetting {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 800px;
}

/*pick stock*/
.pickStockArea {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 400px;
}

.pickStockBox {
    position: relative;
    text-align: left;
}

.pickStockTitle {
    font-size: 1.25rem;
    font-weight: 800;
    background-color: #2A3D96;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 2;
}

.pickStock {
    height: auto;
    border-radius: 20px;
    border: 6px solid #2A3D96;
    background-color: #fff;
    text-align: center;
}

.pickStockCon {
    padding: 20px;
}

.plusStock {
    border-radius: 6px;
    padding: 2px 10px;
    background-color: #5b5b5b;
    color: #fff;
    display: inline-block;
    font-size: 1.125rem;
    border: 1px solid #333;
    cursor: pointer;
    margin: 2% 0;
}

.defaultStockBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 2% 0;
}

.defaultStock {
    border-radius: 50px;
    background-color: #2A3D96;
    padding: 10px 20px;
    color: #ffffff;
    margin: 1%;
    width: calc(100% / 3 - 10px);
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .defaultStock span {
        margin: 0 4px;
    }

    .defaultStock i {
        cursor: pointer;
        font-size: 1.125rem !important;
    }

.mask {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
    left: 0;
    top: 0;
}

.close {
    position: absolute;
    right: -16px;
    top: -18px;
    background-color: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    cursor: pointer;
}

    .close i {
        color: #fff;
    }

.stockNum {
    width: 50%;
}
/*pick stock end*/

/*新增按鈕*/
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #ffffff;
}

.stockBtn {
    display: inline-block;
    background-color: #2A3D96;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
    line-height: 1.4;
    cursor: pointer;
}

.individual-btn-area {
    margin-top: -30px;
    margin-bottom: 10px;
    position: relative;
}

.individualBtn {
    margin: 0 1%;
}

.stockBtn i {
    margin-right: 4px;
}
/*新增按鈕*/

.time-date {
    text-align: left;
    font-size: small;
    color: gray;
}

.time-date-Md {
    display: block;
}

@media (max-width: 1200px) {
    .smLeft a {
        width: auto;
    }

    .newsList {
        /*flex-direction: column;*/
        height: 12em;
    }

    .news {
        /*font-size: 18px;
        letter-spacing: 1px;
        margin: 1.5% 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 48%;*/
        font-size: 18px;
        letter-spacing: 1px;
        margin: 10px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .socialBox {
        width: 60%;
        max-width: 400px;
    }

    .rightCon, .hiddenXL {
        display: none;
    }

    .stockNewArea, .container, .container2 {
        justify-content: center;
    }

    .leftCon, .extend ul li {
        width: 96%;
    }

    .fb_iframe_widget_fluid_desktop iframe {
        min-width: 300px !important;
    }

    .ad980x250, .extend {
        width: 100%;
        height: auto;
    }

    .shareSection iframe {
        width: 100%;
    }

    .youlink, .extend ul, .ad300x250Box, .NewsHotNews .image-container,
    .todayStockAd, .visibleXL {
        display: block;
    }

        .youlink div {
            display: inline-block;
            margin: 2%;
        }

    .alert-message {
        padding: 10px;
    }

    .NewsHotNews {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 3% 0;
    }

        .NewsHotNews .image-container {
            padding-bottom: 28.25%;
        }

    .shareWord {
        display: block;
        width: 100%;
        text-align: left;
        margin: 0 0 3% 0;
    }

    .pageText {
        line-height: 1.6;
    }

    .ad300x250Box {
        margin: 5% auto;
    }

    .stockBox {
        justify-content: center;
    }

    .stockCon {
        width: 40%;
        margin: 0 2% 1% 2%;
    }

    .newsPageNews, .newsBox {
        width: calc(100% / 3 - 2%);
        margin: 1%;
    }

    .mainMenu {
        padding: 0 2em;
    }
    .masterInfo {
        justify-content: center;
    }

    .masterPhoto {
        width: 16.5%;
        margin: 0 1% 0 0;
    }

    .masterYt {
        width: 60%;
        margin: 2% 0 0 0;
    }

        .masterYt iframe {
            height: 350px;
        }

    .masterTime {
        margin-bottom: 5%;
    }
}

@media (max-width: 1000px) {
    .headerRight {
        width: calc((100vw - 280px)/2);
    }


    .secMenu {
        padding: 0 0.5em;
    }

        .mainMenu div, .secMenu div {
            overflow-y: hidden;
            width: 100%;
            overflow-x: scroll;
            white-space: nowrap;
            flex-wrap: nowrap;
        }

    .container {
        display: block;
    }

    .left, .right, .stockData, .hotNews, .twStockCon > div,
    .conBox-left, .conBox-right {
        width: 100%;
        margin-left: 0;
    }
    .socialBox {
        width: 100%;
    }
    .todayPosition .left,
    .todayPosition .right {
        width: 100%;
    }

    .mainMenu a, .conTitle, .secMenu a {
        font-size: 1.8em;
    }

    .tag, time {
        font-size: 1.2em;
    }

    .conBox {
        margin: 10% auto 8% auto;
    }

    .news {
        width: 100%;
        font-size: 1.3em;
    }

    .newsimg-area-text-2 {
        margin-bottom: 3%;
        font-size: 1.3em;
    }

        .newsimg-area-text-2 i {
            display: inline-block;
        }

    .hotNews > .newsimg-area-text-2 {
        line-height: 1.2;
        height: auto;
        margin-bottom: 1%;
    }

    .newsList {
        height: auto;
    }

    .homeNews.newsList > div:nth-child(n+11) {
        display: none;
    }

    footer {
        padding: 20px 40px;
    }

    #navPosition {
        z-index: 5;
    }

    .ad300x250 {
        margin: 0 auto;
        height: auto;
    }

    .todayStock, .hotNews > .image-container {
        display: none;
    }

    .floatIcon {
        right: 20px;
        bottom: 80px;
        width: 80px;
        height: 80px;
    }

    .iframeLayBox:not(.iframeBox) .insertData {
        margin-bottom: 8%;
    }

    .newsPageNews {
        width: 98%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto 3% auto;
    }
    .homepage-video .hotNews2{
        width: auto;
    }

    .homepage-video .image-container {
        width: 100%;
        padding-bottom: 56.25%;
    }
    .homepage-video .newsimg-area-text-2 {
        padding: 5px;
    }

    .image-container {
        width: 45%;
        padding-bottom: 25.5%;
    }

    .newsPageNewsCon {
        width: 55%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    time {
        display: flex;
        font-family: 'Quicksand', sans-serif;
        letter-spacing: 1px;
        font-size: 0.8em;
        padding-left: 3%;
    }

    .newsBox {
        width: calc(100% / 2 - 10px);
    }

    .videoContainer {
        display: flex;
    }

        .videoContainer > .newsBox > .image-container {
            width: 100%;
            padding-bottom: 56.25%;
        }

    .iframeBox {
        width: 100%;
        /*height: calc(80vw);*/
        height: auto;
    }

    .master {
        width: calc(100% / 4 - 2%);
    }

    .masterCon {
        order: 3;
    }

    .masterYt {
        width: 60%;
        margin: 2% 0;
    }

        .masterYt iframe {
            height: 250px;
        }

    .masterPhoto {
        width: 24%;
    }

    .newsPageNews {
        margin: 0 1% 4% 1%;
    }

    .paginationArea {
        margin: 2% auto 10% auto;
    }

    .mainMenu div, .secMenu div {
        width: 98%;
    }

    .menuArrowArea {
        position: relative;
    }

    .menuArrow {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 20%;
    }

    .menuArrowL {
        left: 1%;
    }

    .menuArrowR {
        right: 1%;
    }

    .tagHeader div {
        width: calc(100% / 5 - 12px);
    }

    .tagHeader-c-4 div {
        width: calc(100% / 5 - 12px);
    }

    .smLeft {
        width: auto;
    }

        .smLeft a span {
            font-size: 0.8rem;
        }
    .time-date {
        text-align: right;
    }

    .conTitleBox {
        margin-top: 5%;
    }
}

@media (max-width: 900px) {
    .ytTitle {
        display: none;
    }}

@media (max-width: 600px) {    
    .logo {
        width: 70%;
        float: none;
        /*margin-bottom: 2%;*/
        margin-bottom: 20%;
    }

    header {
        /*height: 110px;*/
        padding: 5px !important;
    }

    .headerLeft {
        width: 45%;
        flex-wrap: wrap;
    }

        .headerLeft .searchInput > iframe {
            /*padding-top: 0px*/
            transform: translateX(-80%);
            padding-top: 25px;
        }

    .ytTitle {
        display: none;
    }

    /*.smLeft a img, .smLeft a:nth-child(2) img {
        width: 35%;
    }*/

    .tagHeader div {
        width: calc(100% / 4 - 8px);
    }

    .tagHeader-c-4 div {
        width: calc(100% / 4 - 8px);
    }

    .smLeft {
        width: 70%;
        margin-right: 8px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .headerRight {
        width: 45%;
        margin-top: 0;
    }

    .smLeft a {
        margin-left: 8px;
        width: auto;
    }

    .smLeft a:first-child {
        margin-left: 0;
    }

        .smLeft a img, .stockCon,
        .newsBox {
            width: 100%;
        }

    .logIn {
        margin: 0 0 0.5% 1%;
        order: 1;
    }

        .logIn a {
            display: block;
        }

    .mainMenu a, .conTitle, .secMenu a {
        font-size: 1.3em;
    }

    .mainMenu a, .secMenu a {
        letter-spacing: 1px;
    }

    .mainMenu {
        height: 50px;
        padding: 0 0.5em
    }

    ul.tabs {
        flex-wrap: wrap;
        justify-content: space-around;
    }

        ul.tabs li {
            width: calc(100% / 2 - 16px);
            margin-bottom: 2%;
        }

    .news {
        width: 100%;
        font-size: 1.2em;
        margin: 2% 0;
    }

    .notice, .tag {
        font-size: 1em;
    }

    .more {
        margin: 3% 0 6% auto;
        font-size: 0.8em;
    }

    .newsList {
        width: 96%;
        margin: 0 auto;
    }

    .floatIcon {
        right: 10px;
        bottom: 60px;
    }

    #gotop {
        width: 40px;
        height: 40px;
        line-height: 1.2;
        bottom: 10px;
        right: 30px;
    }

    footer {
        padding: 10px 20px;
    }

    .copyright {
        width: 80%;
        margin: 0 auto;
    }

    .header_yt, .logIn a span {
        display: none;
    }

    .newsimg-area-text-2 {
        margin-bottom: 0%;
        text-indent: 0;
        padding: 0 2px 4px 2px;
    }

    .container2 {
        margin: 0 auto;
    }

    .ad728x90 {
        width: 90%;
    }

    .keyword ul li {
        padding: 6px;
        margin: 1.5% 1% 1.5% 0;
    }

    .loginBox a {
        margin-left: 4px;
    }

    .loginBox.loginBox-lay-dropdown > div {
        padding: 0;
    }

    .newsimg-area-text-2, .introduction {
        font-size: 1.1em;
    }

    time {
        font-size: 0.9em;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 2%;
    }

    .conTitle {
        margin-bottom: 6%;
    }

    .iframeBox {
        /*height: calc(100vw);*/
        height: auto;
    }

    .master {
        width: calc(100% / 2 - 2%);
        margin-bottom: 5%;
    }

    .masterCon {
        order: 0;
        margin: 3% 0;
    }

    .masterPhoto {
        width: 45%;
    }

    .masterYt {
        width: 95%;
    }

        .masterYt iframe {
            height: 200px;
        }

    .tagConBox {
        margin: 3% auto;
    }

    .videoContainer > .newsBox {
        margin: 5px;
    }

    .tagHeader div {
        width: calc(100% / 3 - 6px);
    }

    .tagHeader-c-4 div {
        width: calc(100% / 4 - 6px);
    }

    .selfTag > .tagCon {
        font-size: 1rem;
        padding: 8px 12px;
    }
}

@media (max-width: 400px) {
    .headerLeft .searchInput > iframe {
        transform: translateX(-65%);
        padding-top: 25px;
    }

/*    .headerRight {
        margin: 10px 0;
    }*/
}

@media (max-width: 320px) {
    .headerLeft .searchInput > iframe {
        transform: translateX(-60%);
    }

    .more, .notice, .tag {
        font-size: 0.8em;
    }

    .mainMenu a, .conTitle, .secMenu a {
        font-size: 1.1em;
    }

    .tagHeader div {
        width: calc(100% / 3 - 6px);
    }

    .tagHeader-c-4 div {
        width: calc(100% / 4 - 6px);
    }
}


/*video player Area*/
.videoPlayer {
    display: none;
}

.videoPlayerArea {
    z-index: 99999;
    position: fixed;
    width: 90%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px #888888;
}

    .videoPlayerArea .video-container.video-modal {
        padding-bottom: calc((90vw - 20px) * 9 / 16 + 350px + 1.4em);
    }

.videoPlayerHeader {
    padding: 10px;
    font-size: 1.25em;
    /*line-height: 2em;*/
}

#vodCoverClose {
    cursor: pointer;
}

#vodCoverClose > i {
    text-shadow: 2px 2px 2px #ccc;
    color: black;
}

.videoPlayerAreaBg {
    width: 100%;
    height: 100vh;
    background: rgba(252,204,153,0.6);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

@media (min-width: 1000px) {
    .videoPlayerArea {
        width: 96vw;
        transform: translate(-50%, 0);
        top: 15%;
    }

        .videoPlayerArea .video-container.video-modal {
            padding-bottom: calc((96vw - 270px) * 9 / 16 + 5em);
        }
}

@media (min-width: 1200px) {
    .videoPlayerArea {
        width: 1100px;
    }

        .videoPlayerArea .video-container.video-modal {
            padding-bottom: calc((1100px - 270px) * 9 / 16);
        }
}

/*video player Area end*/


/*curtain ad*/
.bannerArea {
    display: none;
}

@media only screen and (orientation: landscape) and (min-width: 600px) {
    .bannerArea {
        display: block;
    }
}

.curtain {
    width: 120px;
    height: 500px;
    position: absolute;
    top: 0;
    z-index: 97;
}

.curtain-center:not(.active) ~ .curtain {
    position: fixed;
}

.curtain-center.active {
    height: 500px;
}

.curtain-right {
    right: 50%;
    margin-right: -770px;
}

.curtain-left {
    left: 50%;
    margin-left: -770px;
}

.curtain-center {
    width: 1200px;
    margin: auto;
    position: relative;
    min-height: 150px;
}

    .curtain-center #gad_curtain_open {
        display: none;
    }

    .curtain-center #gad_curtain_close {
        display: block;
    }

    .curtain-center.active #gad_curtain_open {
        display: block;
    }

    .curtain-center.active #gad_curtain_close {
        display: none;
    }

    .curtain-center .curtainBtn {
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 25px;
        overflow: hidden;
        background: url(../images/adBtn.png) #ACCDFC no-repeat;
        border-radius: 0 0 0 10px;
        background-size: 80% auto;
        z-index: 2;
        cursor: pointer;
        background-position: 40% 0%;
    }

    .curtain-center.active .curtainBtn {
        background-position: 40% 100%;
    }
/*curtain ad end*/

.hidden {
    display: none !important;
}

.pager_disabled > span > i {
    color: lightgray;
}

.paginationLeft > a > i, .paginationRight > a > i {
    color: black;
}


.homepage-video {
    width: 100%;
    overflow: auto;
}
.homepage-video ul {
    display: flex;
}
@media (max-width: 600px) {
    .homepage-video ul {
        width: 150%;
    }
}
/*導覽目錄*/

#nav-directory {
    margin: 0.5em 0.25em 1.5em 0.25em;
    padding: 10px;
}

    #nav-directory p {
        margin: 0;
    }

    #nav-directory li {
        margin-left: 2.5em;
        list-style: disc;
    }

        #nav-directory li a {
            color: #6189c6;
            text-decoration: underline;
        }

/*導覽目錄END*/

/*google 加入首選 START*/

.google_btn {
    width: 100%;
    height: 30px;
    text-align: center;
    position: relative;
}

@media screen and (min-width: 768px) {
    .google_btn {
        width: auto;
        margin: 0px 6px 10px 0;
        height: auto;
        order: -1;
    }
    .google_btn span{
        line-height: 36px;
    }
}

.google_btn a {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: rgb(46, 46, 46);
    font-weight: 500;
    border: 2px solid rgb(227, 237, 255);
    padding: 2px 8px 2px 4px;
    border-radius: 30px;
    box-sizing: border-box;
    white-space: nowrap;
}

    .google_btn a img {
        margin-right: 4px;
        width: auto;
    }

@media screen and (min-width: 1024px) {
    .google_btn a:hover {
        color: rgb(15, 66, 125) !important;
        background-color: rgb(227, 237, 255);
    }

        .google_btn a:hover + .tooltip_wrap {
            display: block;
        }
}

.google_btn .tooltip_wrap {
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}

.google_btn .tooltip {
    width: 320px;
    height: 80px;
    font-size: 0.9rem;
    line-height: 1.5em;
    color: rgb(15, 66, 125);
    padding: 16px 24px;
    background-color: rgb(242, 247, 255);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
}

    .google_btn .tooltip::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 9;
        bottom: -9px;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgb(242, 247, 255); /* 三角形顏色與高度 */
        filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.15));
    }
/*google 加入首選 END*/
