.page {
    margin: 149px 0 0 0;
    float: left;
    width: 100%;
}

.page-banner {
    background: url(../images/page-banner.jpg) 0 0 no-repeat;
    height: 145px;
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: none;
}

.page-cont {
    float: left;
    width: 100%;
    padding: 35px 0 50px 0;
    font-size: 1.1em;
    line-height: 34px
}


/*-麵包屑-*/

.crumb-select-wrap {
    float: left;
    width: 234px;
    position: relative;
}

.crumb-select-wrap2 {
    float: left;
    width: 250px;
    position: relative;
}

.crumb-select-drop {
    position: absolute;
    top: 40px;
    background: #e8f1fb;
    display: none;
    z-index: 999;
    width: 100%;
}

.crumb-select-drop a {
    border: 0;
    border-top: 1px solid #aac3e0;
    padding: 9px 9px !important;
    border-right: 0 !important;
}

.crumb .crumb-share-drop a {
    padding: 0;
    border: 0;
    min-width: auto;
    float: none;
}

.crumb-share-drop {
    position: absolute;
    width: 55px;
    right: 1px;
    top: 40px;
    display: none;
    z-index: 99;
}

.crumb-btn {
    float: right;
    position: relative;
}

.crumb {
    float: left;
    width: 100%;
    bottom: 0;
    background: #e8f1fb;
    font-size: 0.95rem;
}

.crumb a.home {
    padding: 20px 16px;
    margin-left: 0;
    background: url(../images/crumb_home.png) center center no-repeat;
    background-size: 18px;
    height: 20px;
    border-right: 1px solid #aac3e0;
    border-left: 1px solid #aac3e0;
    width: 55px !important;
    min-width: auto;
}

.crumb a {
    padding: 9px 12px;
    border-right: 1px solid #aac3e0;
    /* border-left: 1px solid #ccc; */
    color: #333333;
    width: 100%;
    float: left;
}

.crumb a.crumb-lev1 {
    padding: 9px 12px;
    border-right: 1px solid #aac3e0;
    color: #333333;
    width: 180px;
    float: left;
}

.crumb.en a.crumb-lev1 {
    padding: 9px 12px;
    border-right: 1px solid #aac3e0;
    color: #333333;
    width: auto;
    float: left;
}

.crumb a.crumb-select {
    background: url(../images/crumb-arr.png) 94% center no-repeat;
}

.crumb a.crumb-select.active {
    background: url(../images/crumb-arr2.png) 94% center no-repeat;
}

a.crumb-print {
    border-left: 1px solid #aac3e0;
}

a.crumb-print,
a.crumb-share {
    text-align: center;
    width: 55px;
}

a.crumb-print {
    display: none;
}

a.crumb-share {
    border-left: 1px solid #aac3e0;
}

/*-標題-*/

.subtitle {
    float: left;
    width: 100%;
    margin: 0 0 16px 0;
}

.subtitle strong {
    float: left;
    background: url(../images/page-title-cirlce.png) left 7px no-repeat;
    font-size: 1.5em;
    padding: 0 0 0 36px;
    width: 100%;
    line-height: 40px;
}

.subtitle h2 {
    float: left;
    background: url(../images/page-title-cirlce.png) left 7px no-repeat;
    font-size: 1.5em;
    padding: 0 0 0 36px;
    width: 100%;
    line-height: 40px;
}

/*-網站導覽-*/

.accessibility {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 20px 2.5%;
    line-height: 35px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.sitemap-page {
    float: left;
    width: 100%;
}

.sitemap-wrap {
    float: left;
    width: 29%;
    margin: 0 2% 22px 2%;
}

a.sitemap-title {
    background: #0088dc;
    float: left;
    width: 100%;
    padding: 7px 24px;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
}

.sitemap-lev2 {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.sitemap-lev2 a {
    float: left;
    width: 100%;
    color: #333333;
    /* margin: 5px 0; */
    padding: 0 24px 3px 24px;
    font-weight: bold;
}


/*-相關連結-*/

.link-thead {
    float: left;
    width: 100%;
    background: #006ed0;
    color: #fff;
    padding: 7px 30px;
    font-weight: bold;

}

.link-tb {
    float: left;
    width: 100%;
}

.link-tb a {
    float: left;
    width: 100%;
    padding: 9px 22px;
}

.link-tb a:hover {
    color: #ccc;
}

.link-tb a:nth-child(odd) {
    background: #f7f7f7;
}

.link-tb a img {
    float: left;
    width: 35px;
    margin: 0 5px 0 0;
}

.link-tb a p {
    float: left;
    margin: 0;
    color: #333333;
    font-weight: bold;
    line-height: 35px;
    width: 95%;
}

.link-tb a:hover p {
    color: #0088dc;
}


/*-關於我們-*/

.aboutus {
    float: left;
    width: 100%;
}

.floatrightimg {
    float: right;
    margin: 8px 0 15px 13px;
    width: auto;
}

.floatrightimg img {
    width: auto;
    max-width: 100%;
}

/*
.aboutus p:first-child {
         font-weight: bold;
    font-size: 1.25em;
    margin: 0 0 7px 0;
}
*/

.aboutus-cont p {
    margin: 10px 0 0 0;

}

.aboutus-cont p {
    font-size: 1.13em;
}

/*-文章-純問字-*/

.page-arcitle {
    float: left;
    width: 100%;
}

.page-date {
    float: left;
    width: 100%;
    text-align: right;
    margin: 0 0 5px 0;
    line-height: initial;
}


/*-單圖置中-*/

.FloatImgCaption {
    color: #fff;
    text-align: left;
    padding: 5px 15px;
    margin: 0;
    font-size: 0.8em;
    line-height: 1.6;
    position: initial;
    bottom: 0;
    background: #6d6d6d;
    width: 100%;
}

.FloatCenterImg {
    text-align: center;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.FloatCenterImg a {
    position: relative;
    color: transparent;
    /* float: left; */
    width: 500px;
    margin: 0 auto;
    display: block;
}

.magnifier {
    background: url(../images/pic_magnifier.png) center center no-repeat #0088dc;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 15px;
}

.page-arcitle img {
    width: auto;
    max-width: 100%;
}

.btn-back {
    display: block;
    width: 200px;
    color: rgba(255, 255, 255);
    text-align: center;
    font-size: 1.1em;
    font-family: 微軟正黑體;
    margin: 60px auto;
    padding: 10px;
    background: #0088dc;
    border-radius: 3px;
    text-decoration: none;
}

.page-pic-large {
    text-align: center;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}

.page-pic-large img {
    width: 100%;
    display: block;
}


/*-置左-*/

.FloatLeftImg {
    float: left;
    margin: 8px 22px 8px 0px;
    width: auto;
    max-width: 40%;
    position: relative;
}


/*-置右-*/

.FloatRightImg {
    float: right;
    margin: 8px 0 8px 13px;
    width: auto;
    max-width: 40%;
    position: relative;
}


/*-影音-*/

.videowrap {
    float: left;
    width: 100%;
}

.videowrap iframe {
    display: block;
    margin: 0 auto 8px auto;
}

.page-video-wrap {
    width: 80%;
    margin: 0 auto 20px auto;
}

.page-video-wrap video {
    width: 100%;
    height: 400px;
}

.videotitle {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
}

.videocont {
    line-height: 29px;
}


/*-報告下載-*/

.tb-info {
    float: left;
    width: 100%;
    margin: 0 0 9px 0;
    line-height: 28px;
}

.dl-tb {
    float: left;
    width: 100%;
    line-height: 30px;
}

.dl-thead {
    float: left;
    width: 100%;
}

.filename,
.filesort {
    float: left;
    background: #006ed0;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}

.filename,
.filename-cont {
    width: 65%;
    margin-right: 1px;
}

.filesort,
.filesort-cont {
    width: 34.8%;
}

.filename-cont,
.filesort-cont {
    float: left;
    padding: 8px 0;
}

.filename-cont {
    padding-left: 2%;
    padding-right: 2%;
}

.filesort-cont {
    text-align: center;
}

.filesort-cont a {
    display: inline-block;
    vertical-align: top;
}

.dl-tag {
    float: left;
    width: 100%;
}

.dl-tag a {
    float: left;
    border-radius: 30px;
    background: #ffad43;
    color: #fff;
    padding: 0px 15px;
    margin: 3px 6px 3px 0;
}

.filename-cont p {
    margin: 0 0 4px 0;
    float: left;
    width: 100%;
}

.filesort-cont img {
    display: inline-block;
    width: 42px;
    vertical-align: top;
    height: 42px;
}

.dl-tcont {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 27px;
}

.dl-tcont:nth-child(even) {
    background: #f5f5f5;
}


/*-頁數-*/

.rwd-pagination {
    display: none;
}

.pagination {
    text-align: center;
    display: block;
    margin: 65px 0px 15px 0px;
    float: left;
    width: 100%;
}

.pagination a {
    padding: 1px 10px;
    color: #333;
    margin: 0 8px;
    border: 1px solid #CCC;
    background: #fff;
    display: inline-block;
    font-size: 1rem;
}

.pagination a.disable {
    color: #999999;
    border: 1px solid #bbb;
}

.pagination a.current {
    color: #fff;
    background: #006ed0;
}


/*-檔案下載/相關連結樣板-*/

.download-zone,
.linkzone {
    float: left;
    width: 100%;
    background: #f6f6f6;
    margin-top: 25px;
    padding: 13px 3%;
}

.dz-title,
ul.dz-list,
ul.dz-list li,
.lz-title,
ul.lz-list,
ul.lz-list li {
    float: left;
    width: 100%;
}

.dz-title,
.lz-title {
    margin-bottom: 6px;
}

ul.dz-list li,
ul.lz-list li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px dotted #b5b5b5;
    padding: 5px 0;
}

ul.dz-list li:last-child,
ul.lz-list li:last-child {
    margin-bottom: 0;
}

ul.dz-list li:first-child,
ul.lz-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.dz-title img,
.lz-title img {
    float: left;
    width: 45px;
}

.dz-title p,
.lz-title p {
    float: left;
    line-height: 36px;
    margin: 0 0 0 2px;

    font-weight: bold;
}

.dz-list li img {
    width: 31px;
}

.dz-list li span,
.lz-list li span {
    margin-right: 9px;

}

a.lz-arr {
    float: right;
    width: 20px;
    margin: 0;
}


/*-視覺化圖表列表-*/

.visual-list {
    float: left;
    width: 100%;
}

.visual-list a {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 9px 28px;
    margin: 0 0 13px 0;
    font-size: 1.05rem;
}

.visual-list a p {
    color: #333333;
    font-weight: bold;
    font-size: 1.18em;
    float: left;
    margin: 0;
}

.visual-list a img.list-circle {
    width: 19px;
    float: left;
    margin: 7px 5px 7px 0;
}

.visual-list a img.list-arr {
    float: right;
    margin: 3px 0;
    width: 27px;
}


/*-qa-*/

.qalist {
    float: left;
    width: 100%;
}

.qa-wrap {
    float: left;
    width: 100%;
    border: 4px solid #efefef;
    padding: 7px 22px;
    margin-top: 13px;
    line-height: 30px;
}

.qa-wrap:first-child {
    margin-top: 0;
}

a.question {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 1.1em;
    color: #006ed0;
    margin: 0 0 5px 0;
    /*background: url(../images/qa-close.svg) right 6px no-repeat;*/
    /*    background-size: 20px 20px;*/
    padding-right: 25px;
    position: relative;
}

a.question::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 30px;
    display: block;
    background: url(../images/qa-close.svg) right 6px no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    z-index: 9;
}

a.question span {
    float: left;
    width: 27px;
}

a.question p {
    float: left;
    width: 96%;
    margin: 0;
}

.answer {
    float: left;
    width: 96%;
    display: none;
    padding: 0 0 0 27px;
}

.answer p {
    margin: 0;
}

a.question.active::after {
    background: url(../images/qa-open.svg) right 6px no-repeat;
    /*    background-size: 20px 20px;*/
}

ul.answer-article {
    float: left;
    width: 100%;
}

ul.answer-article li {
    float: left;
    width: 100%;
    margin: 0 0 3px 0;
}

ul.answer-article li span {
    float: left;
    width: 27px;
}

ul.answer-article li p {
    float: left;
    width: 96%;
    margin: 0;
}


/*-影音專區-*/

.media-list {
    display: block;
    width: 1274px;
    margin: 0 auto;
}

.media-list > li {
    display: inline-block;
    width: 265px;
    margin: 0 25px 25px 25px;
    vertical-align: top;
}

.media-list > li a {
    color: #333333;
}

.media-list > li img {
    float: left;
    width: 265px;
}

.media-info {
    float: left;
    width: 100%;
    padding: 7px;
    text-align: left;
    background: #efefef;
}

.media-info strong {
    float: left;
    width: 100%;
    line-height: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 25px;
    font-size: 1.05em;
}

.media-info span {
    float: left;
    width: 100%;
    font-size: 0.9em;
    line-height: initial;
    margin: 2px 0 0 0;
    font-weight: bold;
    color: #0088dc;
}

.media-tag {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.media-tag a {
    float: left;
    border-radius: 30px;
    background: #ffad43;
    color: #fff;
    padding: 4px 14px;
    margin: 0 6px 7px 0;
    line-height: initial;
}


/*-視覺畫圖表-*/

.webunit-select-wrap {
    display: none;
}

.visualize-page {
    float: left;
    width: 100%;
}

.visualize-nav {
    float: left;
    width: 100%;
    border-right: 1px solid #ccc;
    display: none;
}

.visualize-nav > a {
    width: 33.333333%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    border-top: 0;
    border-right: 0;
    color: #333333;
    font-size: 1em;
    font-weight: bold;
    padding: 8px 0;
}

.visualize-nav > a.active {
    background: #0088dc !important;
    color: #fff;
}

a.visualize-nav-lev1.active {
    background: url(../images/visual-nav-arr2.png) 94% center no-repeat #0088dc !important;
}

.visualize-nav > a.visualize-nav-lev1 {
    background: url(../images/visual-nav-arr.png) 94% center no-repeat;
}

.visualize-nav > a:first-child,
.visualize-nav > a:nth-child(2),
.visualize-nav > a:nth-child(3) {
    border-top: 1px solid #ccc;
}

.visualize-nav-lev2 {
    float: left;
    width: 100%;
}

.visualize-nav-lev2 > a {
    width: 33.333333%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    border-top: 0;
    border-right: 0;
    color: #333333;
    font-size: 1em;
    font-weight: bold;
    padding: 8px 0;
    background: #f2f9fd;
    height: 51px;
}

.visualize-nav-lev2 > a.active {
    color: #0088dc;
}

.visualize-cont {
    float: left;
    width: 100%;
    background: #f4f4f4;
    text-align: center;
    margin: 0;
    padding: 25px;
}

.visualize-cont img {
    width: 100%;
}

.visualize-cont-title {
    float: left;
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 13px 0;
}

.charts-wrap {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 15px 18px 15px;

}

.btn-wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 35px 0 0 0;
}

.btn-wrap a {
    display: inline-block;
    background: #006ed0;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    padding: 5px 34px;
    border-radius: 3px;
}

.visualize-remind {
    float: left;
    width: 100%;
    margin: 35px 0 0 0;
    padding: 20px;
    border: 5px solid #f4f4f4;
}

.visualize-remind p {
    margin: 0;
}

.remind-wrap {
    float: left;
    width: 100%;
}

.remind-wrap span {
    float: left;
    width: 7px;
    background: #333333;
    height: 7px;
    margin: 14px 10px 0 0;
}

.remind-wrap p {
    float: left;
    width: 93%;
    margin: 0;
}

.remind-wrap img {
    float: right;
    margin: 0 0 -90px 0;
}


/*-無障礙說明-*/

.footer-accessibility {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.footer-accessibility.en {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    line-height: 28px;
}

.footer-accessibility.en p {
    margin: 0 0 12px 0;
}

.footer-accessibility p {
    margin: 0;
}

.accessibility-setting {
    float: left;
    width: 100%;
    background: #f3f3f3;
    margin: 10px 0 0 0;
    padding: 10px;
    border-radius: 5px;
}


/*-隱私權與資訊安全-*/

.privacy-clause-forword strong {
    margin: 0 0 6px 0;
    float: left;
    width: 100%;
}

.privacy-clause.en li.article-l1 {
    margin: 2px 0;
}

.privacy-clause.en .article-l2 {
    padding-left: 19px;
    margin: 2px 0;
}

.privacy-clause.en {
    line-height: 28px;
}

.privacy-clause {
    float: left;
    width: 100%;
}

.privacy-clause-forword {
    float: left;
    width: 100%;
    margin: 10px 0 18px 0;
}

.privacy-clause.en .privacy-clause-forword {
    float: left;
    width: 100%;
    margin: 25px 0 20px 0;
}

.privacy-clause-forword p {
    margin: 0;
}

.article-l1,
.article-l2,
.article-l1-wrap,
.article-l2-wrap {
    float: left;
    width: 100%;
}

.article-l1 span {
    float: left;
    width: 20px;
}

.article-l1 p {
    float: left;
    width: 95%;
    margin: 0;
}

.article-l2 span {
    float: left;
    width: 25px;
}

.article-l2 p {
    float: left;
    width: 95%;
    margin: 0;
}

.article-l2 {
    padding-left: 19px;
}

.article-l1-cont {
    padding-left: 19px;
}


/*-多圖-*/

p.page-slider-caption {
    color: #fff;
    bottom: 0;
    margin: 0;
    width: 100%;
    font-size: 0.95rem;
    background: #7d7d7d;
    padding: 3px 2%;
    text-align: left;
    line-height: 22px;
}

.page-slider-thumb img {
    height: 112px;
}

.page-slider-wrap {
    width: 750px;
    margin: 0 auto 35px auto;
    padding: 10px;
    background: #eee;
    border-radius: 3px;
}

.page-slider-nav .page-slider-thumb {
    margin: 10px;
}

.page-slider-nav {
    width: 90%;
    margin: 0 auto;
}

.page-slider img {
    width: 100%;
}

.page-slider-nav .slick-prev,
.page-slider-nav .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 50px;
    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;
}

.page-slider-nav .slick-prev {
    left: -38px;
    background: url(../images/page_slider_prev.png) 0 0 no-repeat;
}

.page-slider-nav .slick-next {
    right: -38px;
    background: url(../images/page_slider_next.png) 0 0 no-repeat;
}

.page-article-btn {
    width: 100%;
    overflow: hidden;
}


/*-數據查詢-*/
.year-cont {
    float: left;
    width: 100%;
}

.environment-chose {
    float: left;
    width: 100%;
}

.environment-chose ul,
.cbl-pop ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.environment-chose ul li {
    float: left;
    width: 115px;
    margin: 0 0 6px 0;
}

.environment-chose.international ul li {
    float: left;
    width: 205px;
    margin: 0 0 6px 0;
}

.environment-chose.five-age-group ul li {
    float: left;
    width: 185px;
    margin: 0 0 6px 0;
}

.cbl-pop ul li {
    float: left;
    width: 300px;
    margin: 0 0 6px 0;
}

.cb-check-all {
    margin: 0 0 6px 0;
}

.en .cbl-pop ul li {
    float: left;
    width: 470px;
}

.environment-chose ul li label,
.cbl-pop ul li label {
    margin: 0 0 0 7px;
    font-size: 1.07rem;
}

/*--*/

.cbl-pop {
    margin: 0 0 8px 0;
}

.cbl-pop,
.sing-age {
    float: left;
    width: 100%;
}

.rdb-pop {
    float: left;
    width: 100%;
}

.cbl-pop table tr {
    float: left;
    width: 245px;
    margin: 0 5px 8px 0;
}

.cbl-pop table label {
    margin: 0 0 0 6px;
    line-height: initial;
}

.tb-pop {
    float: left;
    width: 100%;
}

.tb-pop input[type=text] {
    height: 33px;
    width: 95px;
}

.tb-pop span {
    margin: 0 5px;
}

.rdb-pop label {
    margin: 0 0 0 5px;
}


/*--*/

.closebtn {
    float: left;
    width: 100%;
    text-align: right;
}

.dataquery {
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
    position: relative;
}

.pop-cont {
    position: absolute;
    background: #fff;
    width: 90%;
    left: 5%;
    top: 0;
    border-radius: 10px;
    padding: 20px 25px;
    -moz-border-radius: 6px;
    -moz-box-shadow: -6px 9px 5px #b7b7b7;
    box-shadow: 0px 0px 25px #cacaca;
    display: none;
    z-index: 99;
}

.dataquery-tab {
    float: left;
    width: 100%;
}

.dataquery-tab a {
    float: left;
    width: 50%;
    background: #deeff9;
    color: #333333;
    text-align: center;
    font-weight: bold;
    padding: 6px 0;
    font-size: 1.12em;
}

.dataquery-tab a.active {
    background: #0068a9;
    color: #fff;
    padding: 9px 0;
    margin-top: -6px;
}

.dataquery-tab-cont {
    float: left;
    width: 100%;
    background: #ededed;
    position: relative;
}

.dataquery-tab2 {
    float: left;
    width: 100%;

}

.dataquery-tab2 a {
    width: 200px;
    float: left;
    padding: 4.5px 25px;
    color: #585858;
    font-weight: bold;
    background: #f3f6f9;
    border: 1px solid #ccdef1;
    border-bottom: 0;
}

.dataquery-tab2 a.active {
    background: #0068a9;
    color: #fff;
    border: 1px solid #0068a9;
    border-bottom: 0;
}

a.dataquery-help {
    position: absolute;
    right: 34px;
    top: 31px;
}

.dataquery-tab2-cont {
    display: none;
    float: left;
    width: 100%;
    background: #fff;
}

section.top-zone {
    float: left;
    width: 100%;
    padding: 20px 22px;
    border: 1px solid #ccdef1;
    background: #f3f6f9;
}

section.bottom-zone {
    float: left;
    width: 100%;
    padding: 25px;
    background: #f3f6f9;
    border: 1px solid #0088dc;

}

.bottom-zone-cont {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 22px;
}

.item-forword {
    float: left;
    width: 100%;
    font-weight: bold;
    margin: 5px 0 12px 0;
}

.environment,
.gender {
    float: left;
    width: 100%;
}

.environment-title,
.gender-title,
.age-title,
.year-title {
    float: left;
    width: 100%;
}

.environment-title a,
.age-title a,
.gender-title a,
.year-title a {
    float: left;
    width: 165px;
    background: #36a8ec;
    color: #fff;
    font-weight: bold;
    padding: 3px 16px;
    text-align: left;
    cursor: pointer;
    font-size: 1.05rem;
}

.chose-wrap {
    float: left;
    width: 86px;
}

.chose-wrap label {
    margin: 0;
}

.age,
.year,
.environment {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}



.age-tab {
    float: left;
    width: 100%;
}

.age-tab a {
    width: 190px;
    float: left;
    padding: 3px 15px;
    color: #585858;
    font-weight: bold;
    background: url(../images/age-tab-i.png) 95% center no-repeat #ececec;
    margin: 0 8px 0 0;
    font-size: 0.9em;
    border: 1px solid #ececec;
    border-bottom: 0;
}

.age-tab a.active {
    background: url(../images/age-tab-active-i.png) 95% center no-repeat #ffffff;
    color: #36a8ec;
    border: 1px solid #36a8ec;
    border-bottom: 0;
}

.age-tab-cont,
.environment-chose {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 20px;

}

.year-tab {
    float: left;
    width: 100%;
}

.year-tab a {
    width: 164px;
    float: left;
    padding: 3px 15px;
    color: #585858;
    font-weight: bold;
    background: url(../images/age-tab-i.png) 95% center no-repeat #ececec;
    margin: 0 1px 0 0;
    background-size: 20px;

    font-size: 1.03rem;
}

.en .year-tab a {
    width: 164px;
    float: left;
    padding: 3px 10px;
    color: #585858;
    font-weight: bold;
    background: #ececec;
    margin: 0 1px 0 0;
    background-size: 20px;
    font-size: 0.88em;
}

.en .year-tab a.active {
    background: #ffffff;
    color: #36a8ec;
    background-size: 20px;
}

.year-tab a.active {
    background: url(../images/age-tab-active-i.png) 95% center no-repeat #ffffff;
    color: #006ed0;
    background-size: 20px;
}

.year-tab-cont {
    float: left;
    width: 100%;
    background: #ffffff;
    display: none;
    padding: 20px;
}

.dataquery-btn-wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 25px 0 0 0;
}

.dataquery-btn-wrap a {
    display: inline-block;
    width: 125px;
    text-align: center;
    margin: 0 8px;
    background: #006ed0;
    color: #fff;
    border-radius: 30px;
    font-size: 0.95em;
    font-weight: bold;
    padding: 4px 0;
}

a.graybtn {
    background: #757575 !important;
}

.year-tab-cont label {
    width: 99px;
    margin: 0 0 2px 7px;
}

.year-tab-cont.en label {
    width: 99px;
    margin: 0 0 2px 7px;
}

.yearselect-wrap select {

    width: 150px;
}

.yearselect-wrap span {
    margin: 0 5px;
}

.tb-btn {
    float: left;
    width: 100%;
    text-align: right;
    margin: 0 0 15px 0;
}

.tb-btn a {
    display: inline-block;
    width: 105px;
    text-align: center;
    margin: 0 0 0 3px;
    background: #006ed0;
    color: #fff;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: bold;
    padding: 3px 0;
}


/*-佈局設置-*/

.setting-zone {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.row1 {
    float: left;
    width: 41%;

}

.setting-zone-title {
    background: #0088dc;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    font-weight: bold;
    float: left;
    width: 100%;
    font-size: 1em;
}

.setting-cont {
    float: left;
    width: 100%;
    padding: 13px 0;
    background: #fff;
}

.setting-list {
    width: 92%;
    background: #5cbdf9;
    color: #fff;
    margin: 7px 4%;
    padding: 3px 5%;
    float: left;
    font-size: 0.98em;
    white-space: initial;
}

.setting-list input[type="checkbox"] {
    background: #fff !important;
    border: 0 !important;
    box-sizing: initial;
    margin-right: 7px;
    /* float: left; */
}

.move-btn-wrap {
    float: left;
    width: 12%;
    margin: 1% 3%;
}

.move-btn-wrap a {
    float: left;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    margin: 7px 0;
    font-weight: bold;
    font-size: 0.9em;
}

.move-btn-wrap a p {
    display: none;
}

a.l-move {
    background: url(../images/l-move-i.png) 14% center no-repeat #0088dc;
}

a.r-move {
    background: url(../images/r-move-i.png) 87% center no-repeat #0088dc;
}

.setting-list label {
    margin: 0;
}


/*-表格-*/

.resault-tb tr th {
    background: #006ed0;
    line-height: normal;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.tb {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    text-align: left;
}

.table_slide {
    overflow: auto;
    width: 100%;
}

.resault-tb tr {
    border-top: 1px solid #e8e8e8;
}

.resault-tb tr:first-child {
    border-top: none;
}

.resault-tb tr th,
.resault-tb tr td {
    vertical-align: middle;
    padding: 9px 12px;
    border-right: 1px solid #fff;
    line-height: initial;
    text-align: center;
    white-space: nowrap;
    text-align: left;
}

.resault-tb tr:nth-child(odd) td {
    background: #e5f4fb;
}

.resault-tb #graph_div .switch-graph-type {
    display: inline-block;
    width: 140px;
    text-align: center;
    margin: 0 0 0 3px;
    background: #006ed0;
    color: #fff;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: bold;
}

.float-thead {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 55px;
}

/*-內頁下方兩顆-*/

.backtop-wrap {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: right;
}

a.back,
a.top {
    padding: 5px 0 5px 12px;
    width: 146px;
    display: inline-block;
    text-align: center;
    margin: 0;
    font-weight: bold;
    font-size: 1rem;
    color: #333333;
}

a.back {
    background: url(../images/back-icon.svg) 26px center no-repeat #e9f4fb;
    background-size: 23px 23px;
    margin-right: 20px;
}

a.top {
    background: url(../images/top-icon.svg) 31px center no-repeat #e9f4fb;
    background-size: 18px 18px;
}


/*-查無資料-*/

.not-found {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
    background: #f5f5f5;
    padding: 13px 0;
}

.not-found img {
    display: inline-block;
    vertical-align: top;
    width: 43px;
}

.not-found p {
    display: inline-block;
    /* vertical-align: middle; */
    margin: 0 0 0 5px;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 43px;
}


/*-英文無障礙-*/

.accessibility-setting.en p {
    margin: 0 0 16px 0;
}

.accessibility-setting.en p:last-child {
    margin: 0;
}

.footer-accessibility-cont-en,
.footer-accessibility-cont-en2 {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}

.footer-accessibility-cont-en ul {
    margin: 0;
    padding: 0 0 0 21px;
}

.footer-accessibility-cont-en ul li {
    padding: 0;
    margin: 0;
    list-style: initial;
}


/*-數據查詢-*/
section.tab2-wrap {
    background: #fff;
    border: 1px solid #0088dc;
    padding: 25px;
    border-bottom: 0;
}

.tab8-wrap,
.tab2-wrap {
    float: left;
    width: 100%;
}

section.top-zone2 {
    float: left;
    width: 100%;


}

/*-tab8-*/

.dataquery-tab8 {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.dataquery-tab8 a {
    width: 208px;
    float: left;
    padding: 5px 11px;
    color: #585858;
    font-weight: bold;
    background: #fff;
    border: 1px solid #0088dc;
    border-bottom: 0;
    border-right: 0;
    font-size: 1.09em;
}

.dataquery-tab8 a:nth-child(4) {
    border-right: 1px solid #0088dc;

}

.dataquery-tab8 a:last-child {
    border-right: 1px solid #0088dc;
}

.dataquery-tab8 a.active {
    background: #0088dc;
    color: #fff;
}

.setting1,
.setting2,
.setting3 {

    float: left;
    width: 100%;
}

.top-zone-wrap {
    float: left;
    width: 100%;
}

.environment-title a,
.age-title a,
.year-title a {
    background: url(../images/open-arr-i.png) 93% center no-repeat #006ed0;
    background-size: 19px;
    display: block;
}

.environment-title.active a,
.age-title.active a,
.year-title.active a {
    background: url(../images/open-arr-i2.png) 93% center no-repeat #36a8ec;
    background-size: 19px;
}

/*-出生率及死亡趨勢-拉把-*/
.charts-wrap .google-visualization-controls-rangefilter-thumblabel {
    color: #006ed0 !important;
    font-weight: bold;
    padding: 0 0.2em;
    font-family: sans-serif !important;
}

.charts-wrap .google-visualization-controls-rangefilter {
    white-space: nowrap;
    text-align: center;
}

.charts-wrap .google-visualization-controls-slider-horizontal {
    border: 0;
    background-color: #fff;
    width: 200px;
    height: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    display: inline-block;
    margin: 0 7px;
}

.charts-wrap .google-visualization-controls-slider-handle {
    position: absolute;
    background-color: #7fceff;
    opacity: 0.3;
}

.charts-wrap .google-visualization-controls-slider-thumb {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #0088dc;
    border: 0;
    position: absolute;
    top: -3px;
}

/*-數據查詢-*/
.dataquery-pagenav {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.dataquery-pagenav a {
    width: 33.333333%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    border-top: 0;
    border-right: 0;
    color: #333333;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 0;
    height: 51px;
}

.dataquery-pagenav a.active {
    background: #006ed0;
    color: #fff;
}

.cb-check-all label {
    margin: 0 0 0 7px;
}

/*-數據查詢-*/
.bzc-memo {
    float: left;
    font-size: 0.95em;
    font-weight: bold;
}

.ds_download {
    float: right;
    position: relative;
    z-index: 2;
}

.ds_download select {
    float: left;
    margin: 0 8px 0 0;
    width: 80px;

}

.ds_download a {
    float: left !important;
    color: #fff !important;

}


/*-拉霸-*/
.charts-wrap .goog-inline-block span:first-child {
    position: absolute;
    left: 30px;
    top: 16px;
}

.charts-wrap .goog-inline-block span:last-child {
    position: absolute;
    right: 30px;
    top: 16px;
}

.charts-wrap .google-visualization-controls-rangefilter {
    white-space: nowrap;
    text-align: center;
    float: left;
    width: 78%;
    padding-bottom: 31px;

}

.charts-wrap .google-visualization-controls-rangefilter .google-visualization-controls-label {
    padding-bottom: 0.3em;
    float: left;
    width: 100%;
    text-align-last: center;
    padding: 0;
}

.charts-wrap .goog-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    width: 100%;
}

.charts-wrap .google-visualization-controls-slider-horizontal {
    border: 0;
    background-color: #fff;
    width: 86%;
    height: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    float: left;
    margin: 0 7%;
    text-align: center;
}

.pop-cont p {
    float: left;
    width: 100%;
    line-height: 28px;
    font-size: 1.02rem;
    margin: 10px 0;
}

.environment-chose.five-age-group-en ul li {
    float: left;
    width: 215px;
    margin: 0 0 6px 0;
}

ul.wrbunit-drop > li:last-child {

    border-bottom: 0;
}

/*-列表-*/
ul.news-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.news-list li {
    float: left;
    width: 100%;
    background: #f0f0f0;
    margin: 0 0 1px 0;
    padding: 6px 20px;
}

ul.news-list li a {
    float: left;
    width: 100%;
    color: #333;
}

ul.news-list li span {
    float: left;
    width: 100%;
    color: #333;
    font-size: 1rem;
    color: #0065bf;
    font-weight: bold;
    line-height: initial;
}

ul.news-list li strong {
    float: left;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: initial;
    margin: 4px 0;
}

ul.news-list li p {
    float: left;
    width: 100%;
    font-size: 1rem;
    margin: 0;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 46px;
    height: auto;
}


/*-表格-註-*/
span.post-script {
    font-size: 0.8em;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 5px;
    margin: 0 0 0 4px;
}
