﻿@charset "utf-8";
/* CSS Document */
a {
    text-decoration: none;
    color: inherit;
}

* {
    padding: 0;
    margin: 0;
    font-family: Arial,"微軟正黑體";
    letter-spacing: 0.05em;
    list-style: none;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* photo video 16:9 */
.image-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background-color: #000000;
    position: relative;
}

    .image-container img {
        width: 100%;
    }

.video-container {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

iframe {
    border-width: 0px;
}

/* nav */
#live:before, #news:before, #Votes:before,
#hot:before, #vedio:before, #Fan-group:before {
    content: "";
    display: block;
    height: 1px;
    margin-top: 0px;
    visibility: hidden;
}

header {
    background-color: #7843ed;
}

.nav-collapse .ul_share {
    margin-top: 8px;
    width: 110px;
}

.ul_share li a {
    padding: 0em 0.1em;
}

.img_logo {
    width: calc(100% - 75px);
    max-width: 210px;
    margin-top: 13px;
    margin-left: 15px;
}

.img_menu {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    margin-right: 3px;
}

.img_share {
    width: 40px;
    padding-right: 5px;
}

.nav-collapse ul {
    width: 780px;
}

.nav-collapse a {
    color: #fff;
    padding: 1em 0.8em 1em 0.2em;
    border-left: 0px solid #462d2d;
    border-top: 0px solid #e0e0e0;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    font-weight: bold;
}

    .nav-collapse a:hover {
        color: #fff600;
    }

    .nav-collapse a:active, .nav-collapse .active a {
        color: #ffffff;
    }

.nav-toggle:before {
    color: #fff;
    line-height: 55px;
    font-size: 2.2em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-toggle.active:before {
    line-height: 50px;
}

/*section*/
.container {
    width: 95%;
    margin: auto;
    max-width: 1450px;
}

h1 {
    display: none;
}

h2 {
    font-size: 1.34em;
    text-align: left;
    font-weight: bold;
    margin-top: 15px;
}

.title-sign {
    background-repeat: no-repeat;
    background-size: 65px auto;
    height: 55px;
    padding-left: 70px;
    line-height: 40px;
}

.title-sign2 {
    background-repeat: no-repeat;
    background-size: 44px auto;
    height: 55px;
    padding-left: 50px;
    line-height: 40px;
    padding-top: 5px;
}

.title-vote {
    display: none;
}

.title-news {
    background-image: url(../images/sign-News.png);
}

.title-hot {
    background-image: url(../images/sign-Hot.png);
}

.title-vedio {
    background-image: url(../images/sign-vedio.png);
}

.title-fb {
    background-image: url(../images/sign-fb.png);
}

.word-link:hover {
    color: #FF5F00;
}

/*top-Votes*/
.top {
    padding-top: 54px;
    padding-bottom: 10px;
}

.top-box {
    width: 100%;
    padding-bottom: 15px;
}

.top-Votes {
    width: 100%;
}
.title {
    width: 90%;
    padding-bottom: 15px;
    max-width: 542px;
}
.top-main {
    width: 100%;
}

.visual {
    width: 100%;
    background-image: url(../images/BG-visual.jpg);
    background-size: 100% auto;
    position: relative;
}

.candidateBox {
    position: relative;
}

    .candidateBox .candidateItem {
        color: #FFFFFF;
        display: inline-flex;
        position: absolute;
        bottom: 0;
    }

        .candidateBox .candidateItem:first-child {
            left: 0;
        }

        .candidateBox .candidateItem:last-child {
            right: 0;
        }

.State {
    font-weight: bold;
    line-height: 1em;
    font-size: 6em;
}

.visual img {
    margin: auto;
    width: 100%;
    display: block;
    max-width: 647px;
}
.Electoral-vote {
    font-size: 1em;
    position: absolute;
    top: -15px;
}
.proportion, .count {
    margin-top: 5px;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.proportion> div {
    height: 10px;
}

.rateA {
    background-color: #CC3D3D;
}

.rateB {
    background-color: #1a80c4;
}

.Votes {
    width: 100%;
}

    .Votes ul {
        width: 100%;
    }

        .Votes ul li {
            padding: 2% 0 0% 0;
            margin: 5% 0;
            width: 100%;
            border: 1px solid #BFBFBF;
            background-color: #FFFFFF;
            font-size: 1em;
        }

            .Votes ul li .candidateNum {
                width: 100%;
                align-items: center;
                display: inline-flex;
                justify-content: flex-end;
                text-align: right;
                padding: 0 10px;
            }

.photo-box {
    padding-right: 5px;
    width: 30%;
}

.Number {
    border: 1px solid #6E6E6E;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #FF0067;
}

.name {
    font-size: 1.5em;
    padding: 50px 10px 0 5px;
}

.Votes img {
    display: block;
    padding: 0 0 0 5px;
    width: 100%;
}

.Votes-count {
    color: #8c8c8c;
    font-size: 1.2em;
    align-items: center;
    display: inline-flex;
}

    .Votes-count.elected::before {
        display: inline-block;
        content: "";
        width: 35px;
        height: 30px;
        background-image: url(https://www.setn.com/Elect/images/elected.png);
        background-repeat: no-repeat;
        background-size: 30px;
    }

/*top-news*/
.Instant-news {
    display: inline-flex;
    line-height: 50px;
    width: 100%;
}

.Instant-news-title {
    width: 80px;
    font-size: 1.3em;
    letter-spacing: 0.3em;
    padding-left: 10px;
    background-color: #e80000;
    color: #FFFFFF;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.Instant-news-box {
    width: calc(100% - 80px);
    font-size: 1.2em;
    letter-spacing: 0.1em;
    background-color: #fff600;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-image: url(../images/sign-Instant-news.png);
    background-repeat: no-repeat;
    background-position: 0% center;
    text-align: left;
    padding: 0 25px;
    color: #0b53ab;
    height: 50px;
    overflow: hidden;
}

    .Instant-news-box .item {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .Instant-news-box .item:before {
            color: #009fd3;
            font-size: 1em;
            content: "◆";
            display: inline-block;
        }

.time {
    font-size: 0.85em;
    color: #696969;
    padding-left: 20px;
}

.top-main-box {
    justify-content: space-between;
    display: inline-flex;
}

.livebox {
    width: 600px;
    margin-right: 2%;
    margin-left: 0.5%;
}

.news-box-all {
    justify-content: space-between;
    flex: 1;
}

.News-box {
    width: 100%;
}

.live-youtube {
    width: 100%;
}

.live-title-main {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #2e2e2e;
    text-align: left;
    height: 45px;
    line-height: 45px;
    padding: 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.News-box ul {
    width: 100%;
    align-content: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}

    .News-box ul li {
        color: #393939;
        font-size: 1.1em;
        width: 48%;
        border-bottom: 1px dashed #318faf;
        padding-bottom: 3px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 47.5px;
        line-height: 47.5px;
    }

        .News-box ul li:before {
            color: #ff5a00;
            font-size: 1em;
            content: "◆";
            display: inline-block;
            margin-right: 5px;
        }

/*live slider*/
#liveTab {
    margin: auto;
    padding: 10px 0;
    width: 100%;
}

    #liveTab .owl-carousel {
        width: calc(100% + 10px);
        margin: auto;
        position: relative;
        left: -5px;
    }

    #liveTab .item {
        margin: auto;
        width: 100%;
    }

        #liveTab .item:hover {
            cursor: pointer;
        }

    #liveTab .livePhotosNav_prev, #liveTab .livePhotosNav_next {
        width: 30px;
        height: 30px;
        background-color: #0a2733;
        position: absolute;
        opacity: 0.7;
        top: 35%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 6px auto;
        border-radius: 50px;
    }

        #liveTab .livePhotosNav_prev:hover, #liveTab .livePhotosNav_next:hover {
            cursor: pointer;
        }

    #liveTab .livePhotosNav_prev {
        left: 10px;
        background-image: url(../images/arrow-left.png);
    }

    #liveTab .livePhotosNav_next {
        right: 10px;
        background-image: url(../images/arrow-right.png);
    }


.l_title {
    text-align: left;
    font-weight: bold;
    font-size: 1.34em;
    line-height: 2em;
    height: 50px;
    color: #FF0004;
    margin: 15px auto 5px auto;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
    background-image: url(../images/sign-live.png);
    background-size: 65px auto;
    padding-left: 70px;
}

/*vedio*/
#vedio ul, #hot ul {
    align-content: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    #vedio ul li, #hot ul li {
        color: #2b6477;
        padding-bottom: 0.5%;
        margin-bottom: 0px;
        width: 15.5%;
        border-bottom: 1px dotted #c2c2c2;
    }

        #vedio ul li h4, #hot ul li h4 {
            font-size: 1.1em;
            text-align: left;
            font-weight: normal;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 47.5px;
            line-height: 47.5px;
        }

/*Fan-group AD*/
.Fan-group-box {
    width: 100%;
    margin-bottom: 2%;
    justify-content: space-between;
    display: inline-flex;
}

    .Fan-group-box ul {
        width: calc(100% - 300px - 2%);
        justify-content: space-between;
        display: inline-flex;
    }

        .Fan-group-box ul li {
            width: 32%;
        }

            .Fan-group-box ul li .fb-page {
                width: 100%;
            }

.AD_box {
    width: 300px;
}

    .AD_box div img {
        display: block;
    }

    .AD_box div {
        margin-bottom: 20px;
    }

/*button*/
.button {
    height: 35px;
    line-height: 38px;
    background-color: #a995ef;
    color: #FFFFFF;
    letter-spacing: 0.15em;
    border-radius: 30px;
    -webkit-box-shadow: 3px 3px #FFFFFF;
    box-shadow: 5px 5px #FFFFFF;
}

    .button:hover {
        background-color: #c1aeed;
        cursor: pointer;
    }

.button-Votes {
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.button-more {
    font-size: 1.1em;
    width: 150px;
    padding-left: 5px;
}

.botton-box {
    margin-top: 20px;
    width: 100%;
    justify-content: flex-end;
    display: flex;
}

/*footer*/
.share_Fan ul {
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
    width: 100%;
}

.share_Fan li {
    margin: 0 10px;
}

    .share_Fan li div {
        width: 40px;
        height: 40px;
        background-image: url(../images/share-icon.png);
        background-size: auto 40px;
    }

.share-twitter {
    background-position: -40px 0%;
}

.share-youtube {
    background-position: -80px 0%;
}

.share-ig {
    background-position: -120px 0%;
}

.share-line {
    background-position: -160px 0%;
}

.share-telegram {
    background-position: -200px 0%;
}

footer {
    background-color: #a995ef;
    color: #ffffff;
    text-align: center;
    padding: 35px 20px 20px 20px;
    line-height: 25px;
    font-size: 1.1em;
}

/*gotop*/
#gotop {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 0px;
    bottom: 45px;
    width: 68px;
    height: 68px;
    z-index: 100;
    background-image: url(../images/gotop.png);
    background-repeat: no-repeat;
    background-size: 70%;
}

header nav {
    overflow: hidden;
    transition: max-height 284ms ease 0s;
}

header .nav-toggle.active::before {
    content: "\78";
}

.Warning {
    font-size: 0.9em;
    color: #FF0004;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1650px) {
    #vedio ul li, #hot ul li {
        width: 24%;
    }
}

@media only screen and (max-width: 1435px) {
    /*top-Votes*/
    .top-box {
        flex-direction: column;
        display: inline-flex;
    }

    .top-Votes {
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
    }

    .top-main {
        margin-left: 0%;
        width: 100%;
    }

    .Votes {
        width: 100%;
    }
}

@media only screen and (min-width: 1150px) {
    header {
        overflow: hidden;
        height: 55px;
    }
}

@media only screen and (max-width: 1149px) {
    header nav {
        max-height: 0;
    }
    .nav-collapse .ul_share {
        width: 100% !important;
        flex-direction: row;
        display: inline-flex;
        margin-left: 25px;
        padding: 10px 0 30px 10px;
    }

    .ul_share li {
        width: 50px;
        margin-bottom: 20px;
    }

    .nav-toggle.active:before {
        font-size: 35px;
    }

    .ul_nav li {
        padding-left: 20px;
        border-bottom: 1px solid #fff;
        background-position: 10px center;
    }

        .ul_nav li img {
            left: 10px;
        }

    .nav-collapse ul {
        margin-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .nav-collapse a {
        font-size: 1.3em;
        letter-spacing: 0.3em;
        padding: 0.6em 0.8em 0.6em 0.2em;
        font-weight: normal;
    }
}

@media only screen and (max-width: 1200px) {

    .candidateBox .candidateItem {
        bottom: -8%;
    }

    .Votes {
        width: 100%;
    }

    .top-main-box {
        flex-direction: column;
        display:block;
    }

    .livebox {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .button-Votes {
        font-size: 1.1em;
        letter-spacing: 0.1em;
    }

    #hot ul li div {
        display: none;
    }

    #hot ul {
        width: 100%;
        align-content: flex-start;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
    }

        #hot ul li {
            color: #393939;
            font-size: 1.1em;
            width: 48%;
            border-bottom: 1px dashed #318faf;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 47.5px;
            line-height: 47.5px;
            display: inline-flex;
        }

            #hot ul li:before {
                color: #ff5a00;
                font-size: 1em;
                content: "◆";
                display: inline-block;
                margin-right: 12px;
            }

    #vedio ul li {
        width: 32%;
    }

    .SETNFocus {
        display: none;
    }
    .State {
        font-weight: normal;
        line-height: 1.5em;
        font-size: 3.5em;
    }
    .Fan-group-box ul li {
        width: 48.5%;
    }

    .Number {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        font-size: 1.2em;
    }

    .name {
        padding: 40px 10px 0 5px;
        font-size: 1.1em;
    }

    .Votes-count {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 768px) {
    .Electoral-vote {
        font-size: 0.9em;
        top: 3px;
    }
    .State {
        padding-top: 15px;
        font-size: 2.4em;
    }

    .candidateBox .candidateItem {
        color: #000000;
        height: 8vw;
        bottom: -8vw;
    }

    .proportion {
        margin-top: 65px;
    }

    #vedio ul li {
        width: 49%;
    }

    .iNEWS {
        display: none;
    }

    .Fan-group-box ul li {
        width: 100%;
    }

    .Votes ul li {
        font-size: 0.8em;
    }

    .Number {
        width: 22px;
        height: 22px;
        line-height: 1.3em;
    }

    .name {
        padding: 35px 10px 0 5px;
        font-size: 1em;
    }

    .Votes-count {
        font-size: 1.2em;
    }

    .Votes ul li .candidateNum {
        padding: 0;
    }
}

@media only screen and (max-width: 550px) {
    * {
        transition: all 0s;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        ;
    }

    #live::before, #news::before, #Votes::before, #Live::before,
    #hot::before, #vedio::before, #Fan-group::before {
        height: 40vw;
        margin-top: -40vw;
    }

    .top-box {
        padding-top: 73vw;
    }

    .top {
        padding-bottom: 2.5vw;
    }

    .top-Votes {
        margin-top: 35vw;
    }

    .visual {
        margin-bottom: 4%;
        width: 100%;
    }
    .Electoral-vote {
        font-size: 0.6em;
        top: 1vw;
    }
    .State {
        padding-top: 5vw;
        font-size: 6vw;
    }
    .proportion {
        margin-top: 13vw;
    }

    .Votes {
        width: 100%;
        position: fixed;
        top: 48px;
        left: 0px;
        z-index: 2;
        padding-top: 5px;
        background-image: url(../images/BG-top.png);
    }

    .Votes-count.elected::before {
        width: 7vw;
        height: 6vw;
        background-size: 6vw;
    }

    .Votes ul {
        flex-direction: column;
        width: 97%;
    }

    .button-Votes {
        margin: auto;
        width: 90%;
        height: 40px;
        line-height: 42px;
        font-size: 1.2em;
    }

    .Votes ul li {
        display: inline-flex;
        padding: 0 0 0 0;
        margin: 0 0;
        font-size: 0.9em;
        width: 100%;
    }

        .Votes ul li .candidateNum {
            width: 48%;
        }

    .Votes p {
        width: 48%;
        text-align: right;
    }

    .Number {
        width: 28px;
        height: 28px;
        font-size: 1.5em;
    }

    .Votes-count {
        font-size: 0.76em;
    }

    .name {
        padding: 7vw 10px 0 5px;
        font-size: 3vw;
    }
    .Warning {
        margin-bottom: 0px;
    }

    .Instant-news {
        line-height: 40px;
    }

    .Instant-news-box {
        font-size: 1.1em;
        width: calc(100% - 55px);
        padding: 0 10px;
        height: 40px;
        line-height: 42px;
        background-size: 10px;
    }

        .Instant-news-box .item:before {
            content: "";
        }

    .Instant-news-title {
        width: 55px;
        font-size: 1.1em;
        padding-left: 5px;
        letter-spacing: 0.2em;
    }

    .live-title-main {
        font-size: 1.12em;
        padding: 10px 8px;
        height: auto;
        line-height: 1.3em;
        -webkit-line-clamp: inherit;
        font-weight: normal;
    }

    .time {
        display: none;
    }

    .news-box-all {
        flex-direction: column;
    }

    .News-box {
        width: 100%;
    }

        .News-box ul li, #hot ul li {
            height: 40px;
            line-height: 40px;
            margin-bottom: 0px;
            width: 100%;
        }

            .News-box ul li:before, #hot ul li:before {
                font-size: 0.7em;
            }

    #vedio ul li {
        padding-bottom: 3%;
        width: 100%;
    }

    #hot ul li h4 {
        font-size: 1em;
    }

    .Fan-group-box ul {
        width: 100%;
    }

    .Fan-group-box {
        flex-direction: column;
    }

    .AD_box {
        margin: auto;
        margin-top: 20px;
    }

    .botton-box {
        justify-content: center;
    }

    .share_Fan li {
        margin: 0 7px;
    }

        .share_Fan li div {
            width: 30px;
            height: 30px;
            background-size: auto 30px;
        }

    .share-twitter {
        background-position: -30px 0%;
    }

    .share-youtube {
        background-position: -60px 0%;
    }

    .share-ig {
        background-position: -90px 0%;
    }

    .share-line {
        background-position: -120px 0%;
    }

    .share-telegram {
        background-position: -150px 0%;
    }

    footer {
        padding: 10px;
        padding-top: 20px;
        font-size: 1em;
    }


}
@media only screen and (max-width: 350px) {
    .top-box {
        padding-top: 80vw;
    }
}