/*-大banner-*/
.mainBanner {
    position: relative;
    display: none;
}

.index {
    margin: 136px 0 0 0;
    float: left;
    width: 100%;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.main-slider .slick-prev {
    left: 0px;
    background: url(../images/prev.png) 0 0 no-repeat !important;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.main-slider .slick-next {
    right: 0px;
    background: url(../images/next.png) 0 0 no-repeat;
}

/*-大banner搜尋-*/
.banner-search {
    position: absolute;
    bottom: 0;
    z-index: 99;
    float: left;
    width: 100%;
    background: rgba(9, 140, 220, 0.5);
}

.banner-search-cont {
    background: #098cdb;
    padding: 15px 20px;
    float: left;
    width: 100%;
    text-align: center;
}

.banner-search input[type=text] {
    border: 0;
    background: #098cdb;
    border-bottom: 1px #fff solid;
    color: #fff;
    width: 35%;
    display: inline-block;
}

.banner-search_btn {
    background: url(../images/search.png) center center no-repeat;
    padding: 0;
    margin: -3px 0 0 -49px;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 0;
    vertical-align: top;
}

a.banner-advancedSearch {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0 25px;
    margin: 0 0 0 16px;
    display: inline-block;
}

.banner-hot_tag {
    display: inline-block;
    margin: 0 0 0 20px;

    color: #fff;
}

.banner-hot_tag a {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 2px;
    margin: 0 5px;
    display: none;
    font-size: 0.93em;
}

.banner-hot_tag a:first-child,
.banner-hot_tag a:nth-child(2),
.banner-hot_tag a:nth-child(3) {
    display: inline-block !important;
}

/*-數據查詢-*/


section.data-sear {
    float: left;
    width: 100%;
    padding: 30px 0 40px 0;
}

.index-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 22px 0;
}

.data-sear-item {
    display: block;
    text-align: center;
    width: 100%;
}

.data-sear-item a,
.visual-chart-item a {
    float: left;
    width: calc(100% / 2 - 15px);
    padding: 15px 0 8px 0;
    margin: 25px 15px 0 15px;
}

.data-sear-item a:first-child,
.visual-chart-item a:first-child {
    margin-left: 0;
}

.data-sear-item a:last-child,
.visual-chart-item a:last-child {
    margin-right: 0;
}

.visual-chart-item {
    display: block;
    width: 100%;
    text-align: center;
}

.index-peoplepyramid-gif {
    width: 100%;
    text-align: center;
}

.index-peoplepyramid-gif img {
    width: 500px;
}

.indexChartImg {
    text-align: center;
    width: 100%;
}

.data-sear-item a img,
.visual-chart-item a img {
    display: inline-block;
    margin: -22px 8px 0 0;
    width: 90px;
}

.data-sear-item a p,
.visual-chart-item a p {
    display: inline-block;
    margin: 0;
    font-size: 1.32em;
    color: #333333;
    font-weight: bold;
    width: 130px;
    text-align: left;
}

.data-sear-item a.datasear-sort1 {
    background: #d9f0ff;
}

.data-sear-item a.datasear-sort2 {
    background: #d9f0ff;
}

a.datasear-sort3 {
    background: #d9f0ff;
}

a.datasear-sort4 {
    background: #d9f0ff;
}


/*-人口金字塔-*/

.index-visualzone {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #f2f2f2;
}

.index-peoplepyramid {
    float: left;
    width: 70%;
    text-align: center;
    margin: 0 15%;
    display: none;
}

.chart-wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.pop-pyramid-male {
    left: 5px !important;
}

.pop-pyramid-female {
    right: 5px !important;
}

.slider-wrap {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}

.slider-wrap span {

    line-height: 21px;
    display: inline-block;
    vertical-align: super;
    font-weight: bold;
    margin: 0 0 0 3px;
}

.pop-pyramid-male img,
.pop-pyramid-female img {
    width: 56px !important;
    margin: 0 auto;
}

/*-你知道嗎-*/

.doyouknow {
    float: left;
    width: 100%;
    padding: 85px 0;
    background: url(../images/doyouknow-bg.jpg) 0 0 no-repeat #f5f5f5;
    background-size: 100% 50%;
}

.doyouknow .index-title {
    color: #fff;
    display: none;
}

.doyouknow-cont {
    float: left;
    width: 100%;
}

.knowledge-img img {
    width: 100%;
}

.knowledge-img {
    float: left;
    width: 50%;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.knowledge {
    float: left;
    width: 50%;
    background: #fff;
}

.knowledge {
    float: left;
    width: 50%;
    background: #fff;
    padding: 25px;
    font-size: 1.25em;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.knowledge-cont p {
    margin: 0 0 11px 0;
}

.knowledge-cont p:last-child {
    margin: 0;
}

p.knowledge-cont-title {
    font-size: 1.3em !important;
    margin: 0 0 11px !important;
}

/*-下方兩區-*/
.twozone-wrap {
    float: left;
    width: 50%;
    background: #f5f5f5;
    padding: 30px 5%;
    display: none;
}

/*-熱門查詢旁行榜-*/
.sear-board {
    float: left;
    width: 48%;
}

.sear-board a {
    float: left;
    width: 100%;
    background: #fff;
    margin: 0 0 1px 0;
    padding: 10px 25px;
}

.sear-board a span {
    width: 36px;
    height: 36px;
    float: left;
    background: #0088db;
    border-radius: 99em;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 1em;
    font-weight: bold;
    font-family: sans-serif;
    margin: 2px 14px 2px 0;
}

.sear-board a p {
    margin: 0;
    float: left;
    width: 86%;
    padding: 7px 0 0 0;
    color: #333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 36px;
    font-size: 1.25em;
}

.sear-board .index-title {
    float: left;
    width: 100%;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 18px 0;
    text-align: left;
    line-height: initial;
}

.sear-board-cont {}

/*-影音專區-*/

.media-zone .index-title a.more {
    float: right;
    line-height: 42px;
    font-size: 0.52em;
    color: #333333;
    background: url(../images/more-arr.png) right 17px no-repeat;
    padding-right: 15px;
}

.media-zone {
    float: right;
    width: 100%;
}

.more-wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
}

.more-wrap a {
    display: inline-block;
    color: #fff;
    font-size: 0.95rem;
    border-radius: 35px;
    padding: 9px 50px 9px 23px;
    line-height: initial;
    margin: 5px 0 0 0;
    background: url(../images/joinnow-i.png) 73px center no-repeat #006ed0;
    font-weight: bold;
}

.video {
    float: left;
    width: 100%;
    margin: 12px 0;
}

/*-top-*/
.toptop {
    position: fixed;
    bottom: 120px;
    right: 9px;
    z-index: 99;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: #0088db;
    text-align: center;
    border-radius: 4px;
}

/*-英文版首頁-*/
/*
.data-sear.en .data-sear-item a {
    float: left;
    width: 100%;
    background: #eaf7ff;
    padding: 10px 0;
}
*/

.data-sear.en .data-sear-item a.datasear-sort3 {
    background: #d9f0ff;
}

.fat-footer.en ul {
    width: 16%;
}

.fat-footer.en ul li.title {
    text-align: center;
    margin: 0;
}

.searchZone_wrap.en .textfield {
    width: 541px !important;

}

.header.en .main-nav-list li {
    width: 19%;
}

.header.en .main-nav-list li.nav-btn-wrap {
    width: 45px;
    margin-left: 30px;
    padding: 0;
}

/*-相關連結-*/
.link-zone {
    padding: 50px 0;
    float: left;
    width: 100%;
}

.link-slider {
    width: 80%;
    margin: 0 auto;
    /* background: #f0f0f0; */
}

.link-slider-inner {
    width: 100%;
}

.link-slider-inner a {
    width: 186px;
    display: block;
    margin: 0 auto;
}

.link-slider-inner a img {
    width: 100%;
}

.link-slider .slick-prev,
.link-slider .slick-next {
    width: 40px;
    height: 40px;
    background: #dadada;
    z-index: 999999;
}

.link-slider .slick-prev:before,
.link-slider .slick-next:before {
    color: transparent;
}

.link-slider .slick-prev,
.link-slider .slick-next {
    width: 40px;
    height: 40px;
    background: url(../images/link-arrow.png) center center no-repeat;
    background-size: 40px !important;
}

.link-slider .slick-prev {
    background: url(../images/link-arrow.png) center center no-repeat;
    border: 0;
    font-size: 0;
    left: -25px;
    position: absolute;
    top: 25%;
}

.link-slider .slick-next {
    background: url(../images/link-arrow2.png) center center no-repeat;
    border: 0;
    font-size: 0;
    right: -25px;
    position: absolute;
    top: 25%;
}


/*-人口金字塔拉軸-*/
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 5.85px 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 11.3px;
    cursor: pointer;
    /*  box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
    background: #d4d4d4;
    border-radius: 1px;
    /*  border: 1.1px solid #18d501;*/
}

input[type=range]::-webkit-slider-thumb {
    /*  box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #ccc;*/
    border: 5px solid #0088dc;
    height: 23px;
    width: 23px;
    border-radius: 12px;
    background: #0088dc;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6.95px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #d4d4d4;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 11.3px;
    cursor: pointer;
    /*  box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
    background: #205928;
    border-radius: 1px;
    /*  border: 1.1px solid #18d501;*/
}

input[type=range]::-moz-range-thumb {
    /*  box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;*/
    border: 5px solid #0088dc;
    height: 23px;
    width: 23px;
    border-radius: 12px;
    background: #0088dc;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 11.3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #d4d4d4;
    /*  border: 1.1px solid #18d501;*/
    border-radius: 2px;
    /*  box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
}

input[type=range]::-ms-fill-upper {
    background: #d4d4d4;
    /*  border: 1.1px solid #18d501;*/
    border-radius: 2px;
    /*  box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
}

input[type=range]::-ms-thumb {
    /*  box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;*/
    border: 2.5px solid #0088dc;
    height: 23px;
    width: 23px;
    border-radius: 12px;
    background: #0088dc;
    cursor: pointer;
    height: 11.3px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #d4d4d4;
}

input[type=range]:focus::-ms-fill-upper {
    background: #d4d4d4;
}

/*-你知道嗎-輪播-*/
.doyouknow-slider {
    float: left;
    width: 100%;
}

.doyouknow-slider .slick-prev {
    left: -30px;
    background: url(../images/doyouknow-slider-i1.png) 0 0 no-repeat !important;
}

.doyouknow-slider .slick-prev,
.doyouknow-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 47px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.doyouknow-slider .slick-next {
    right: -30px;
    background: url(../images/doyouknow-slider-i2.png) 0 0 no-repeat;
}

.doyouknow-slider .slick-prev:focus,
.doyouknow-slider .slick-next:focus {
    outline: 2px solid #fc0 !important;

}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: #666666 !important;
    background-color: #0088dc !important;
    background-image: none;
    filter: none;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
    font-size: 0 !important;
    padding: 11px 27px !important;
    width: auto;
    vertical-align: middle;
    border: 0 !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe', EndColorStr='#4787ed');
}

.footer-switch {
    display: none;
}

/*--*/
.en .header-misc-nav li {
    display: inline-block;
    margin: 0;
    padding: 0px 4px 0px 4px;
    vertical-align: middle;
    font-size: 0.86em;
}

/*-index-chart-*/
.indexChart ul {
    padding: 0;
    margin: 18px 0;
    display: flex;
    flex-wrap: wrap;
}

.indexChart ul li {
    flex-basis: calc(100% / 2 - 50px);

}

.indexChart ul li:first-child {
    margin-right: 50px;
}

.indexChart ul li:last-child {
    margin-left: 50px;
}

.indexChart strong {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 1.45em;
    margin: 0 0 15px 0;
    display: none;
}

.indexChartImg img {
    width: 100%;
    max-width: 746px;
}
