@charset "utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0
}
a {
    display: block;
    color: #555;
    text-decoration: none;
    cursor: pointer
}
a,div,span,input,select,textarea,table,ul,li {
    font-family: century gothic,Arial,microsoft jhenghei,PMingLiU,sans-serif
}
html {
    width: 100%;
    height: 100%
}
body {
    height: 100%;
    line-height: 1;
    color: #555;
    font-size: 1rem;
    font-family: century gothic,Arial,microsoft jhenghei,PMingLiU,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
input[type=button],input[type=submit] {
    padding: 5px 30px;
    color: rgba(255,255,255,.8);
    text-align: center;
    border: 1px solid rgba(255,255,255,.4);
    -webkit-transition: all ease-in .15s;
    -moz-transition: all ease-in .15s;
    -o-transition: all ease-in .15s;
    transition: all ease-in .15s;
    vertical-align: middle;
    cursor: pointer
}
input[type=text],input[type=number],input[type=button],input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none
}
input[type=checkbox] {
    width: 5vw;
    height: 5vw;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer
}
input[type=radio]+span,input[type=checkbox]+span {
    padding: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer
}
::-webkit-input-placeholder {
    font-size: 1em;
    font-weight: 400
}
::placeholder {
    color: #aaa
}
@media only screen and (hover: hover) and (pointer:fine) {
    ::-webkit-scrollbar {
        width:7px;
        height: 4px
    }
    * {
        scrollbar-width: thin
    }
    ::-webkit-scrollbar-track {
        background-color: rgba(0,0,0,.2)
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,.25)
    }
    * {
        scrollbar-color: rgba(255,255,255,.3)
    }
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1920px) {
    input[type=checkbox] {
        width:1.4vw;
        height: 1.4vw
    }
}
@media screen and (min-width: 1301px) and (max-width:1900px) {
    input[type=checkbox] {
        width:1.6vw;
        height: 1.6vw
    }
}
@media screen and (min-width: 1024px) and (max-width:1300px) {
    input[type=checkbox] {
        width:1.8vw;
        height: 1.8vw
    }
}
@media screen and (max-width: 1023px) {
}
@media screen and (min-width: 901px) and (max-width:1023px) {
    input[type=checkbox] {
        width:2.8vw;
        height: 2.8vw
    }
}
@media screen and (min-width: 751px) and (max-width:900px) {
    input[type=checkbox] {
        width:3vw;
        height: 3vw
    }
}
@media screen and (min-width: 671px) and (max-width:750px) {
    input[type=checkbox] {
        width:3vw;
        height: 3vw
    }
}
@media screen and (min-width: 551px) and (max-width:670px) {
    input[type=checkbox] {
        width:3.5vw;
        height: 3.5vw
    }
}
@media screen and (min-width: 401px) and (max-width:550px) {
    input[type=checkbox] {
        width:4vw;
        height: 4vw
    }
}
.has-header {
    padding-top: 10.6667vw;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    height: 10.6667vw;
    padding: 0 2%;
    color: #000;
    background: #fff;
    z-index: 15;
}
.header .centerbox {
    position: absolute;
    left: 50%;
    font: normal bold 5vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.has-footer {
    padding-bottom: 25.3333vw;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 96%;
    padding: 3% 2% 0 2%;
    color: #1294CC;
    background: url(../images/footer/bg.png) no-repeat;
    background-size: 100% auto;
    z-index: 19;
}
.ft-navbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ft-nav {
    display: flex;
    align-items: center;
    /*color: #ace2fa;*/
    color: #0061c1;
    flex-direction: column;
}
.ft-nav img {
    display: block;
    width: 12.3333vw;
}
.ft-title {
    width: 19vw;
    margin: 0;
    text-align: center;
    word-break: break-word;
    font: normal normal 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.ft-nav .gif-box,
.ft-nav .gif-box .ft-home,
.ft-nav.active .gif-box,
.ft-nav.active .gif-box .ft-home {
    width: 9.3333vw;
    height: 9.3333vw;
    padding: 1vw;
    margin-bottom: 5px;
    background: url(../images/footer/footer-icon-bg6d34.png?061402) center center no-repeat;
    background-size: 200% auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.ft-nav.active .gif-box,
.ft-nav.active .gif-box .ft-home {
    /*background: url(../images/footer/footer-git-bg.png?061402) center center no-repeat;*/
    background: url(../images/footer/footer-icon-bgd535.png?061403) center center no-repeat;
    background-size: 200% auto;
}
.ft-nav.active {
    color: #0061c1;
    /*color: #1294CC;*/
}
.ft-nav:nth-child(3) .ft-home {
    width: 11.3333vw;
    height: 11.3333vw;
}
.ft-nav:nth-child(3) .ft-home {
    -webkit-transform: translateY(-7vw);
    -moz-transform: translateY(-7vw);
    -ms-transform: translateY(-7vw);
    -o-transform: translateY(-7vw);
    transform: translateY(-7vw);
}
.ft-nav:nth-child(3) img {
    width: 12.6667vw;
}
.ft-nav:nth-child(3) .ft-title {
    -webkit-transform: translateY(-6vw);
    -moz-transform: translateY(-6vw);
    -ms-transform: translateY(-6vw);
    -o-transform: translateY(-6vw);
    transform: translateY(-6vw);
}
h1, h2, h3, h4, h5, h6, p,
.h1, .h2, .h3, .h4, .h5, .p {
    margin: 1vw 0;
}
p,
.p {
    font: normal normal 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
i.fa-eye,
i.fa-eye-slash {
    font-size: 4vw;
    cursor: pointer;
}
input.btn100,
a.btn100 {
    width: 100%;
}
input.btn_superbig,
a.btn_superbig {
    padding: 10px 5px;
    font: normal bold 3.2vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
input.btn_superbig,
a.btn_superbig,
input.btn_big,
a.btn_big,
input.btn_small,
a.btn_small {
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
input.btn_blue,
a.btn_blue {
    color: #fff;
    background-color: #1294CC;
    border: 1px solid #1294CC;
}
.mt5 {
    margin-top: 5px;
}
.mb5 {
    margin-bottom: 5px;
}
.mr5 {
    margin-right: 5px;
}
.ml5 {
    margin-left: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mr10 {
    margin-right: 10px;
}
.ml10 {
    margin-left: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mr20 {
    margin-right: 20px;
}
.ml20 {
    margin-left: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.mr30 {
    margin-right: 30px;
}
.ml30 {
    margin-left: 30px;
}
.pt10 {
    padding-top: 10px;
}
.pb10 {
    padding-bottom: 10px;
}
.pr10 {
    padding-right: 10px;
}
.pl10 {
    padding-left: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pb20 {
    padding-bottom: 20px;
}
.pr20 {
    padding-right: 20px;
}
.pl20 {
    padding-left: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pb30 {
    padding-bottom: 30px;
}
.pr30 {
    padding-right: 30px;
}
.pl30 {
    padding-left: 30px;
}
hr {
    height: 5px;
    padding: 0;
    margin: 0;
    background: #f7f7f7;
    border: 0;
}
.share_content {
    width: 94%;
    color: #666;
    margin: 3% auto;
}
.col_1 {
    width: calc(100% - 10px);
    padding: 5px;
}
.col_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 10px);
    padding: 5px;
    font: normal normal 3.5vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
input.input20,
input.input33,
input.input50,
input.input100,
select.select33,
select.select50,
select.select100 {
    display: flex;
    flex-direction: row;
    width: calc(100% - 12px);
    padding: 5px;
    color: #333;
    font: normal normal 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    cursor: pointer;
}
input.input100 {
    width: calc(100% - 12px);
}
select.select100 {
    width: 100%;
}
input.input50,
select.select50 {
    width: calc(100% / 2 - 10px);
}
.item_title {
    margin: 1vw;
    font: normal bold 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.col_inline,
.col_radio,
.col_checkbox {
    display: inline-block;
    margin-right: 15px;
    font: normal bold 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.col_radio label,
.col_checkbox label {
    vertical-align: middle;
    cursor: pointer;
}
.btn_box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin: 10px 0;
    padding: 15px 0 0 0;
}
.item_title i,
.btn_box input {
    margin-right: 5px;
}
.item_title i:last-of-type,
.col_radio:last-of-type,
.col_checkbox:last-of-type,
.btn_box input:last-of-type {
    margin-right: 0;
}
.flex {
    display: flex;
    align-items: center;
}
.jc_bt {
    justify-content: space-between;
}
.ai_stretch {
    align-items: stretch;
}
.flex_wrap {
    flex-wrap: wrap;
}
/* 寬度大於 1920px (電腦)*/
@media screen and (min-width: 1920px) {
    /* 頁首 */
    .has-header,
    .index.has-header {
        padding-top: 2.6667vw;
    }
    .header {
        height: 2.6667vw;
    }
    .header .logo img {
        width: 10.6667vw;
    }
    .header .centerbox {
        font: normal bold 1.6vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .header .back {
        font-size: 1.6vw;
    }
    .header .rightbox .help {
        font-size: 2.5vw;
    }
    .header-msg img {
        width: 2.5vw;
    }
    .header-date,
    .header-menu {
        height: 2.6667vw;
        padding: 0 1vw 0 0;
    }
    .header-menu span {
        width: 0.4vw;
        height: 0.4vw;
        margin-right: 0.4vw;
    }
    .header-menu i {
        font-size: 2vw;
    }
    /* 語系 */
    .top_open {
        top: 55px;
        min-width: 200px;
        font: normal normal 0.9vw/0.9vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 頁尾 */
    .has-footer {
        padding-bottom: 11.3333vw;
    }
    .footer {
        padding: 2%;
    }
    .ft-title {
        font: normal normal 1.2vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .ft-nav .gif-box,
    .ft-nav .gif-box .ft-home,
    .ft-nav.active .gif-box,
    .ft-nav.active .gif-box .ft-home {
        width: 5.3333vw;
        height: 5.3333vw;
    }
    .ft-nav:nth-child(3) .ft-home {
        width: 5.6667vw;
        height: 5.6667vw;
    }
    .ft-nav:nth-child(3) .ft-home {
        -webkit-transform: translateY(0.5vw);
        -moz-transform: translateY(0.5vw);
        -ms-transform: translateY(0.5vw);
        -o-transform: translateY(0.5vw);
        transform: translateY(0.5vw);
    }
    .ft-nav:nth-child(3) .ft-title {
        -webkit-transform: translateY(1.5vw);
        -moz-transform: translateY(1.5vw);
        -ms-transform: translateY(1.5vw);
        -o-transform: translateY(1.5vw);
        transform: translateY(1.5vw);
    }
    /* 共用元件(文字) */
    h1,
    .h1 {
        font: normal bold 2.8vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h2,
    .h2 {
        font: normal bold 2.3vw/2.3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h3,
    .h3 {
        font: normal bold 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h4,
    .h4 {
        font: normal bold 1.6vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h5,
    .h5 {
        font: normal bold 1.4vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h6,
    .h6 {
        font: normal bold 1.1vw/1.1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    p,
    .p {
        font: normal normal 0.9vw/1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(按鈕) */
    input.btn_small,
    a.btn_small {
        font: normal normal 1.4vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_big,
    a.btn_big {
        padding: 5px;
        font: normal bold 1.8vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_superbig,
    a.btn_superbig {
        padding: 8px;
        font: normal bold 2.2vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式 */
    input.input100 {
        width: calc(100% - 32px);
    }
    .col_flex {
        font: normal normal 1vw/1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .col_title,
    .col_item,
    .item_title {
        font: normal bold 1.2vw/1.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .col_tip {
        font: normal normal 0.85vw/0.95vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(頁籤、分頁) */
    .tabs-wrap {
        height: 4.6667vw;
    }
    /* 共用元件(轉圈圈-讀取動畫) */
    .reflash {
        font-size: 1.8vw;
    }
    /* 共用元件(備註、解說、注意事項) */
    .share-tip p,
    .share-tip div,
    .share-tip li {
        margin: 0 0 15px 0;
        font: normal normal 1.1vw/1.3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框 */
    .popup_in {
        font: normal normal 1.2vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup_title {
        font: normal bold 1.4vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup .item_title {
        font: normal bold 1.2vw/1.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif!important;
    }
    .popup input.btn_small,
    .popup a.btn_small {
        font: normal normal 1vw/1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup input.btn_big,
    .popup a.btn_big {
        font: normal bold 1.3vw/1.3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup input.btn_superbig,
    .popup a.btn_superbig {
        padding: 10px 5px;
        font: normal normal 1.6vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup input.input20,
    .popup input.input33,
    .popup input.input50,
    .popup input.input100,
    .popup select.select33,
    .popup select.select50,
    .popup select.select100 {
        padding: 0.2vw;
        font: normal normal 1.2vw/1.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup i.fa-eye,
    .popup i.fa-eye-slash {
        font-size: 1.2vw;
    }
    .popup_tips {
        padding: 0;
        font: normal normal 1vw/1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 1301px - 1900px (ipad pro,舊電腦) */
@media screen and (min-width: 1301px) and (max-width: 1900px) {
    /* 頁首 */
    .header-menu span {
        width: 0.5vw;
        height: 0.5vw;
        margin-right: 0.5vw;
    }
    /* 共用元件(文字) */
    p,
    .p {
        font: normal normal 1.3vw/1.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(按鈕) */
    input.btn_small,
    a.btn_small {
        font: normal normal 1.8vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_big,
    a.btn_big {
        font: normal bold 2.4vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_superbig,
    a.btn_superbig {
        font: normal bold 3vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式 */
    .col_inline,
    .col_radio,
    .col_checkbox {
        font: normal bold 1.4vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-seriff;
    }
    input.input20,
    input.input33,
    input.input50,
    input.input100,
    select.select33,
    select.select50,
    select.select100 {
        padding: 0.5vw;
        font: normal normal 1.6vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(頁籤、分頁) */
    .share-tab {
        font: normal bold 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(條款、註解、文章) */
    .share_note {
        padding: 1.5%;
        font: normal bold 1.8vw/1.2 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .arrow_box {
        font: normal bold 1.8vw/1.2 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner {
        font: normal normal 1.4vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner dt,
    .share_note_inner .list_title {
        font: normal bold 1.6vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框 */
    .popup_title {
        font: normal bold 1.6vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup_tips {
        font: normal normal 1.1vw/1.3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 1024px - 1300px (ipad) */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    /* 頁首 */
    .has-header,
    .index.has-header {
        padding-top: 4.6667vw;
    }
    .header {
        height: 4.6667vw;
    }
    .header .logo img {
        width: 12.6667vw;
    }
    .header .rightbox .hd-icon img {
        width: 45px;
    }
    .header .centerbox {
        font: normal bold 2.4vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .header .back {
        font-size: 2.4vw;
    }
    .header .rightbox .help {
        font-size: 2.5vw;
    }
    .header-msg img {
        width: 2.8vw;
    }
    .header-date,
    .header-menu {
        height: 4.6667vw;
        padding: 0 1vw 0 0;
    }
    .header-menu span {
        width: 0.6vw;
        height: 0.6vw;
        margin-right: 0.6vw;
    }
    /* 頁尾 */
    .ft-nav {
        font: normal normal 1.7vw/1.9vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(文字) */
    h1, h2, h3, h4, h5, h6, p,
    .h1, .h2, .h3, .h4, .h5, .p {
        margin: 0.5vw 0;
    }
    h1,
    .h1 {
        font: normal bold 3.5vw/.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h2,
    .h2 {
        font: normal bold 3vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h3,
    .h3 {
        font: normal bold 2.7vw/2.7vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h4,
    .h4 {
        font: normal bold 2.3vw/2.3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h5,
    .h5 {
        font: normal bold 2.1vw/2.1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h6,
    .h6 {
        font: normal bold 1.8vw/1.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    p,
    .p {
        font: normal normal 1.5vw/1.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .item_title {
        font: normal bold 1.8vw/1.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share-tab {
        font: normal bold 2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(按鈕) */
    input.btn_small,
    a.btn_small {
        font: normal normal 1.8vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_big,
    a.btn_big {
        font: normal bold 2.2vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_superbig,
    a.btn_superbig {
        font: normal bold 3.4vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式 */
    .col_title,
    .col_item {
        font: normal bold 2.2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .col_inline,
    .col_radio,
    .col_checkbox {
        font: normal bold 1.5vw/1.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.input20,
    input.input33,
    input.input50,
    input.input100,
    select.select33,
    select.select50,
    select.select100 {
        font: normal normal 1.8vw/1.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.input100 {
        width: calc(100% - 1.8vw);
    }
    i.fa-eye,
    i.fa-eye-slash {
        font-size: 2vw;
    }
    /* 搜尋列 */
    .search_title {
        font-size: 1.8vw;
    }
    .search_detail .select_set_w100,
    .search_detail .select_date .input_date50 {
        font: normal normal 1.8vw/1.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框 */
    .popup_container {
        top: 49%;
    }
    .popup_title {
        font: normal bold 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup input.btn_big,
    .popup a.btn_big {
        font: normal bold 1.2vw/1.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup input.btn_superbig,
    .popup a.btn_superbig {
        font: normal normal 2.4vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度小於 1023px (平板+手機)*/
@media screen and (max-width: 1023px) {
    /* 頁首 */
    .header .rightbox .hd-icon img {
        width: 7.5vw;
    }
    /* 共用樣式 */
    .col_radio,
    .col_checkbox {
        margin-right: 10px;
    }
    /* 共用按鈕 */
    input.btn_small,
    a.btn_small {
        padding: 3px;
        font: normal normal 2.6vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_big,
    a.btn_big {
        padding: 5px;
        font: normal bold 3.4vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_superbig,
    a.btn_superbig {
        padding: 5px;
        font: normal bold 5vw/6.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框 */
    .popup_container {
        top: 3%;
    }
    .popup_title {
        padding: 1.2vw;
        font: normal bold 4vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup_in {
        width: calc(100% - 30px);
        padding: 15px;
        font: normal normal 3.2vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(條款、註解、文章) */
    .arrow_box {
        font: normal bold 4.5vw/4.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 901px - 1023px (ipad) */
@media screen and (min-width: 901px) and (max-width: 1023px) {
    /* 頁首 */
    .has-header {
        padding-top: 5.6667vw;
    }
    .index.has-header {
        padding-top: 2vw;
    }
    .header {
        height: 5.6667vw;
    }
    .header .logo img {
        width: 22.6667vw;
    }
    .header .rightbox .hd-icon img {
        width: 5vw;
    }
    .header .back {
        font-size: 3vw;
    }
    .header .centerbox {
        font: normal bold 3vw/3.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .header-msg img {
        width: 3.8667vw;
    }
    .header .rightbox .help {
        font-size: 4.5vw;
    }
    .header-date,
    .header-menu {
        height: 6.6667vw;
        padding: 0 1.5vw 0 0;
    }
    .header-time {
        font: normal normal 2.7vw/2.7vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .header-menu span {
        width: 1.2vw;
        height: 1.2vw;
    }
    .header-menu i {
        font-size: 4vw;
    }
    /* 語系 */
    .top_open {
        top: 45px;
        font: normal normal 2vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(文字) */
    h1, h2, h3, h4, h5, h6, p,
    .h1, .h2, .h3, .h4, .h5, .p {
        margin: 0.5vw 0;
    }
    h1,
    .h1 {
        font: normal bold 4.4vw/4.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h2,
    .h2 {
        font: normal bold 4vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h3,
    .h3 {
        font: normal bold 3.6vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h4,
    .h4 {
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h5,
    .h5 {
        font: normal bold 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h6,
    .h6 {
        font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    p,
    .p {
        font: normal normal 2.4vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用按鈕 */
    input.btn_small,
    a.btn_small {
        font: normal normal 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_big,
    a.btn_big {
        font: normal bold 2.6vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_superbig,
    a.btn_superbig {
        font: normal bold 3.2vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式 */
    .col_flex {
        width: calc(100% - 3vw);
        padding: 1.5vw;
        font: normal normal 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .col_inline,
    .col_radio,
    .col_checkbox,
    .col_title,
    .item_title {
        font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .col_item {
        font: normal normal 2.6vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.input20,
    input.input33,
    input.input50,
    input.input100,
    select.select33,
    select.select50,
    select.select100 {
        font: normal normal 2.6vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    i.fa-eye,
    i.fa-eye-slash {
        font-size: 3vw;
    }
    /* 共用樣式(頁籤、分頁) */
    .tabs-wrap {
        height: 7.6667vw;
    }
    .share-tab {
        font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_content textarea {
        width: 96%;
        margin-top: 1vw;
        padding: 2%;
        font: normal bold 2.4vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(備註、解說、注意事項) */
    .share_tips {
        margin: 3vw auto;
    }
    .share_tips .tips_title {
        height: 8.7333vw;
        font: normal bold 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_tips .tips_title i {
        font-size: 3.5vw;
    }
    .van-collapse-item_content,
    .share_tips .tips_content {
        padding: 2.5vw;
        font: normal normal 2.6vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(條款、註解、文章) */
    .share_note {
        padding: 1.5%;
        font: normal bold 2.2vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner {
        font: normal normal 1.8vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner dt,
    .share_note_inner .list_title {
        font: normal bold 2.2vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(下滑資訊) */
    .van-collapse {
        width: 96%;
        margin: 0 auto 2vw;
        padding: 2%;
    }
    .van-cell {
        width: 96%;
        padding: 2%;
        margin: 0;
        font: normal normal 2.4vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 搜尋列 */
    .search_title {
        line-height: 1.6em;
        font-size: 2.4vw;
    }
    .search_detail {
        padding: 2%;
    }
    .search_detail .select_set_w100,
    .search_detail .select_date .input_date50,
    .search_detail .select_set_w100,
    .search_detail .select_date .input_date50 {
        height: 1.8em;
        font: normal normal 2.2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
        -webkit-border-radius: 0.6vw;
        -moz-border-radius: 0.6vw;
        -ms-border-radius: 0.6vw;
        -o-border-radius: 0.6vw;
        border-radius: 0.6vw;
    }
    /* 跳框 */
    .popup_container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .popup_in .scroll_box {
        max-height: 300px;
    }
    .popup_title {
        padding: 1vw;
        font: normal bold 3.4vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup_tips {
        padding: 0;
        font: normal normal 2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 751px - 900px (iPad, 手機橫放) */
@media screen and (min-width: 751px) and (max-width: 900px) {
    /* 頁首 */
    .has-header {
        padding-top: 5.6667vw;
    }
    .index.has-header {
        padding-top: 2vw;
    }
    .header {
        height: 5.6667vw;
    }
    .header .logo img {
        width: 22.6667vw;
    }
    .header .rightbox .hd-icon img {
        width: 5vw;
    }
    .header .back {
        font-size: 3vw;
    }
    .header .centerbox {
        font: normal bold 3vw/3.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .header-msg img {
        width: 3.8667vw;
    }
    .header .rightbox .help {
        font-size: 4.5vw;
    }
    .header-date,
    .header-menu {
        height: 5.6667vw;
        padding: 0 1.5vw 0 0;
    }
    .header-time {
        font: normal normal 2.5vw/2.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .header-menu span {
        width: 1.2vw;
        height: 1.2vw;
    }
    .header-menu i {
        font-size: 4vw;
    }
    /* 語系 */
    .top_open {
        top: 45px;
        font: normal normal 2vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 頁尾 */
    .has-footer {
        padding-bottom: 16.3333vw;
    }
    .footer {
        padding: 2.5% 2% 0 2%;
    }
    .ft-title {
        font: normal normal 2.2vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .ft-nav .gif-box,
    .ft-nav .gif-box .ft-home,
    .ft-nav.active .gif-box,
    .ft-nav.active .gif-box .ft-home {
        width: 6.3333vw;
        height: 6.3333vw;
        margin-bottom: 5px;
    }
    .ft-nav:nth-child(3) .ft-home {
        width: 8.3333vw;
        height: 8.3333vw;
    }
    .ft-nav:nth-child(3) img {
        width: 9.6667vw;
    }
    .ft-nav:nth-child(3) .ft-home {
        -webkit-transform: translateY(-3vw);
        -moz-transform: translateY(-3vw);
        -ms-transform: translateY(-3vw);
        -o-transform: translateY(-3vw);
        transform: translateY(-3vw);
    }
    .ft-nav:nth-child(3) .ft-title {
        -webkit-transform: translateY(-2vw);
        -moz-transform: translateY(-2vw);
        -ms-transform: translateY(-2vw);
        -o-transform: translateY(-2vw);
        transform: translateY(-2vw);
    }
    /* 共用元件(文字) */
    h1, h2, h3, h4, h5, h6, p,
    .h1, .h2, .h3, .h4, .h5, .p {
        margin: 0.5vw 0;
    }
    h1,
    .h1 {
        font: normal bold 4vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h2,
    .h2 {
        font: normal bold 3.6vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h3,
    .h3 {
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h4,
    .h4 {
        font: normal bold 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h5,
    .h5 {
        font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h6,
    .h6 {
        font: normal bold 2.2vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    p,
    .p {
        font: normal normal 2.2vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用按鈕 */
    input.btn_small,
    a.btn_small {
        font: normal normal 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_big,
    a.btn_big {
        font: normal bold 2.6vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_superbig,
    a.btn_superbig {
        font: normal bold 3.2vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式 */
    .col_flex {
        width: calc(100% - 3vw);
        padding: 1.5vw;
        font: normal normal 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .col_inline,
    .col_radio,
    .col_checkbox,
    .col_title,
    .item_title {
        font: normal bold 2.8vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .col_item,
    input.input20,
    input.input33,
    input.input50,
    input.input100,
    select.select33,
    select.select50,
    select.select100 {
        font: normal normal 2.8vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    i.fa-eye,
    i.fa-eye-slash {
        font-size: 3vw;
    }
    /* 共用樣式(頁籤、分頁) */
    .tabs-scroll .share-tab-nav:before {
        content: ">";
        position: fixed;
        top: 13.3vw;
        right: 1%;
        width: 15px;
        height: 15px;
        color: #1294CC;
        font-size: 5vw;
        font-weight: bold;
        z-index: 9;
    }
    .tabs-wrap {
        height: 7.6667vw;
    }
    .share-tab {
        font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_content textarea {
        width: 96%;
        margin-top: 1vw;
        padding: 2%;
        font: normal bold 2.4vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(備註、解說、注意事項) */
    .share_tips {
        margin: 3vw auto;
    }
    .share_tips .tips_title {
        height: 8.7333vw;
        font: normal bold 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_tips .tips_title i {
        font-size: 3.5vw;
    }
    .van-collapse-item_content,
    .share_tips .tips_content {
        padding: 2.5vw;
        font: normal normal 2.6vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(條款、註解、文章) */
    .share_note {
        padding: 1.5%;
        font: normal bold 2.2vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .arrow_box {
        font: normal bold 2.5vw/1.2 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner {
        font: normal normal 1.8vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner dt,
    .share_note_inner .list_title {
        font: normal bold 2.2vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(下滑資訊) */
    .van-collapse {
        width: 96%;
        margin: 0 auto 2vw;
        padding: 2%;
    }
    .van-cell {
        width: 96%;
        padding: 2%;
        margin: 0;
        font: normal normal 2.4vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 搜尋列 */
    .search_title {
        line-height: 1.6em;
        font-size: 2.4vw;
    }
    .search_detail {
        padding: 2%;
    }
    .search_detail .select_set_w100,
    .search_detail .select_date .input_date50,
    .search_detail .select_set_w100,
    .search_detail .select_date .input_date50 {
        height: 1.8em;
        font: normal normal 2.2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
        -webkit-border-radius: 0.6vw;
        -moz-border-radius: 0.6vw;
        -ms-border-radius: 0.6vw;
        -o-border-radius: 0.6vw;
        border-radius: 0.6vw;
    }
    /* 跳框 */
    .popup_container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .popup_in .scroll_box {
        max-height: 300px;
    }
    .popup_title {
        padding: 1vw;
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup_tips {
        padding: 0;
        font: normal normal 2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 671px - 750px (iPad, 手機橫放) */
@media screen and (min-width: 671px) and (max-width: 750px) {
    /* 頁首 */
    .has-header {
        padding-top: 5.6667vw;
    }
    .index.has-header {
        padding-top: 1vw;
    }
    .header {
        height: 5.6667vw;
    }
    .header .logo img {
        width: 21.6667vw;
    }
    .header .rightbox .hd-icon img {
        width: 4.5vw;
    }
    .header .back {
        font-size: 3vw;
    }
    .header .centerbox {
        font: normal bold 3.2vw/3.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .header-msg img {
        width: 4.8667vw;
    }
    .header .rightbox .help {
        font-size: 4.2vw;
    }
    .header-date,
    .header-menu {
        height: 5.6667vw;
        padding: 0 1.5vw 0 0;
    }
    .header-time {
        font: normal normal 2.5vw/2.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .header-menu span {
        width: 0.8vw;
        height: 0.8vw;
    }
    .header-menu i {
        font-size: 4vw;
    }
    /* 語系 */
    .top_open {
        top: 40px;
        font: normal normal 2vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 頁尾 */
    .has-footer {
        padding-bottom: 16.3333vw;
    }
    .ft-title {
        font: normal normal 2.2vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .ft-nav .gif-box,
    .ft-nav .gif-box .ft-home,
    .ft-nav.active .gif-box,
    .ft-nav.active .gif-box .ft-home {
        width: 6.3333vw;
        height: 6.3333vw;
        margin-bottom: 3px;
    }
    .ft-nav:nth-child(3) .ft-home {
        width: 8.3333vw;
        height: 8.3333vw;
    }
    .ft-nav:nth-child(3) img {
        width: 10.6667vw;
    }
    .ft-nav:nth-child(3) .ft-home {
        -webkit-transform: translateY(-3vw);
        -moz-transform: translateY(-3vw);
        -ms-transform: translateY(-3vw);
        -o-transform: translateY(-3vw);
        transform: translateY(-3vw);
    }
    .ft-nav:nth-child(3) .ft-title {
        -webkit-transform: translateY(-2vw);
        -moz-transform: translateY(-2vw);
        -ms-transform: translateY(-2vw);
        -o-transform: translateY(-2vw);
        transform: translateY(-2vw);
    }
    /* 共用元件(文字) */
    h1, h2, h3, h4, h5, h6, p,
    .h1, .h2, .h3, .h4, .h5, .p {
        margin: 0.5vw 0;
    }
    h1,
    .h1 {
        font: normal bold 4vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h2,
    .h2 {
        font: normal bold 3.6vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h3,
    .h3 {
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h4,
    .h4 {
        font: normal bold 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h5,
    .h5 {
        font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h6,
    .h6 {
        font: normal bold 2.2vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    p,
    .p {
        font: normal normal 2.2vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用按鈕 */
    input.btn_small,
    a.btn_small {
        font: normal normal 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_big,
    a.btn_big {
        font: normal bold 2.6vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_superbig,
    a.btn_superbig {
        font: normal bold 3.2vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式 */
    .col_flex {
        width: calc(100% - 3vw);
        padding: 1.5vw;
        font: normal normal 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .col_inline,
    .col_radio,
    .col_checkbox,
    .col_title,
    .item_title {
        font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .col_item,
    input.input20,
    input.input33,
    input.input50,
    input.input100,
    select.select33,
    select.select50,
    select.select100 {
        font: normal normal 2.6vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(頁籤、分頁) */
    .tabs-scroll .share-tab-nav:before {
        content: ">";
        position: fixed;
        top: 13.3vw;
        right: 1%;
        width: 15px;
        height: 15px;
        color: #1294CC;
        font-size: 5vw;
        font-weight: bold;
        z-index: 9;
    }
    .tabs-wrap {
        height: 7.6667vw;
    }
    .share-tab {
        font: normal bold 3vw/3.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_content textarea {
        width: 96%;
        margin-top: 1vw;
        padding: 2%;
        font: normal bold 2.6vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(條款、註解、文章) */
    .share_note {
        padding: 1.5%;
        font: normal bold 2.8vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .arrow_box {
        font: normal bold 2.8vw/1.2 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner {
        font: normal normal 2.2vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner dt,
    .share_note_inner .list_title {
        font: normal bold 2.6vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(備註、解說、注意事項) */
    .share_tips {
        margin: 3vw auto;
    }
    .share_tips .tips_title {
        height: 8.7333vw;
        font: normal bold 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_tips .tips_title i {
        font-size: 3.5vw;
    }
    .van-collapse-item_content,
    .share_tips .tips_content {
        padding: 2.5vw;
        font: normal normal 2.6vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(下滑資訊) */
    .van-cell {
        font: normal normal 2.8vw/4.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 搜尋列 */
    .search_detail .title_set {
        font: normal normal 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .search_detail .select_set_w100,
    .search_detail .select_date .input_date50 {
        font: normal normal 2.8vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
        -webkit-border-radius: 1vw;
        -moz-border-radius: 1vw;
        -ms-border-radius: 1vw;
        -o-border-radius: 1vw;
        border-radius: 1vw;
    }
    /* 跳框 */
    .popup_container {
        top: 5%;
    }
    .popup_in .scroll_box {
        max-height: 300px;
    }
    .popup_title {
        padding: 1vw;
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup_tips {
        padding: 0;
        font: normal normal 2.2vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 551px - 670px (手機橫放) */
@media screen and (min-width: 551px) and (max-width: 670px) {
    /* 頁首 */
    .has-header {
        padding-top: 5.6667vw;
    }
    .index.has-header {
        padding-top: 0.6667vw;
    }
    .header {
        height: 5.6667vw;
    }
    .header .logo img {
        width: 23.6667vw;
    }
    .header .rightbox .hd-icon img {
        width: 5vw;
    }
    .header .back {
        font-size: 3.6vw;
    }
    .header .centerbox {
        font: normal bold 3.6vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .header-msg img {
        width: 3.8667vw;
    }
    .header .rightbox .help {
        font-size: 4vw;
    }
    .header-date,
    .header-menu {
        height: 5.6667vw;
        padding: 0 1.5vw 0 0;
    }
    .header-menu span {
        width: 1vw;
        height: 1vw;
    }
    .header-menu i {
        font-size: 4vw;
    }
    /* 語系 */
    .top_open {
        font: normal normal 2vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 頁尾 */
    .has-footer {
        padding-bottom: 14.3333vw;
    }
    .ft-title {
        font: normal normal 2.5vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .ft-nav .gif-box,
    .ft-nav .gif-box .ft-home,
    .ft-nav.active .gif-box,
    .ft-nav.active .gif-box .ft-home {
        width: 6.3333vw;
        height: 6.3333vw;
        margin-bottom: 3px;
    }
    .ft-nav:nth-child(3) .ft-home {
        width: 8.3333vw;
        height: 8.3333vw;
    }
    .ft-nav:nth-child(3) img {
        width: 10.6667vw;
    }
    .ft-nav:nth-child(3) .ft-home {
        -webkit-transform: translateY(-3vw);
        -moz-transform: translateY(-3vw);
        -ms-transform: translateY(-3vw);
        -o-transform: translateY(-3vw);
        transform: translateY(-3vw);
    }
    .ft-nav:nth-child(3) .ft-title {
        -webkit-transform: translateY(-2vw);
        -moz-transform: translateY(-2vw);
        -ms-transform: translateY(-2vw);
        -o-transform: translateY(-2vw);
        transform: translateY(-2vw);
    }
    /* 共用元件(文字) */
    h1, h2, h3, h4, h5, h6, p,
    .h1, .h2, .h3, .h4, .h5, .p {
        margin: 0.5vw 0;
    }
    h1,
    .h1 {
        font: normal bold 4.4vw/4.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h2,
    .h2 {
        font: normal bold 4vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h3,
    .h3 {
        font: normal bold 3.6vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h4,
    .h4 {
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h5,
    .h5 {
        font: normal bold 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h6,
    .h6 {
        font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    p,
    .p {
        font: normal normal 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用按鈕 */
    input.btn_small,
    a.btn_small {
        font: normal normal 2.4vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_big,
    a.btn_big {
        padding: 3px 5px;
        font: normal bold 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_superbig,
    a.btn_superbig {
        font: normal bold 3.8vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式 */
    .col_title,
    .col_item {
        font: normal bold 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .col_inline,
    .col_radio,
    .col_checkbox {
        font: normal bold 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.input20,
    input.input33,
    input.input50,
    input.input100,
    select.select33,
    select.select50,
    select.select100 {
        font: normal normal 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .item_title {
        font: normal bold 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .col_flex {
        font: normal normal 2.5vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    i.fa-eye,
    i.fa-eye-slash {
        font-size: 3vw;
    }
    /* 共用樣式(頁籤、分頁) */
    .tabs-scroll .share-tab-nav:before {
        content: ">";
        position: fixed;
        top: 13.3vw;
        right: 1%;
        width: 15px;
        height: 15px;
        color: #1294CC;
        font-size: 5vw;
        font-weight: bold;
        z-index: 9;
    }
    .tabs-wrap {
        height: 7.6667vw;
    }
    .share-tab {
        font: normal bold 3vw/3.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_content textarea {
        width: 96%;
        margin-top: 1vw;
        padding: 2%;
        font: normal bold 2.6vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(備註、解說、注意事項) */
    .share_tips {
        margin: 3vw auto;
    }
    .share_tips .tips_title {
        height: 8.7333vw;
        font: normal bold 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_tips .tips_title i {
        font-size: 3.5vw;
    }
    .van-collapse-item_content,
    .share_tips .tips_content {
        padding: 2.5vw;
        font: normal normal 2.6vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(條款、註解、文章) */
    .share_note {
        padding: 1.5%;
        font: normal bold 3.2vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .arrow_box {
        font: normal bold 3.2vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner {
        font: normal normal 2.4vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner dt,
    .share_note_inner .list_title {
        font: normal bold 2.8vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(下滑資訊) */
    .van-cell {
        font: normal normal 2.6vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 搜尋列 */
    .search_detail .title_set {
        font: normal normal 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .search_detail .select_set_w100,
    .search_detail .select_date .input_date50 {
        font: normal normal 2.8vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
        -webkit-border-radius: 1vw;
        -moz-border-radius: 1vw;
        -ms-border-radius: 1vw;
        -o-border-radius: 1vw;
        border-radius: 1vw;
    }
    /* 跳框 */
    .popup_container {
        top: 5%;
    }
    .popup_in .scroll_box {
        max-height: 300px;
    }
    .popup_title {
        padding: 1vw;
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup_tips {
        padding: 0;
        font: normal normal 2.4vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 401px - 550px (iPhone 6+) */
@media screen and (min-width: 401px) and (max-width: 550px) {
    /* 頁首 */
    .has-header {
        padding-top: 7.6667vw;
    }
    .index.has-header {
        padding-top: 1.6667vw;
    }
    .header {
        height: 7.6667vw;
    }
    .top_open {
        font: normal normal 3.4vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 頁尾 */
    .ft-title {
        font: normal normal 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(文字) */
    h1,
    .h1 {
        font: normal bold 5vw/5.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h2,
    .h2 {
        font: normal bold 4.6vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h3,
    .h3 {
        font: normal bold 4.2vw/4.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h4,
    .h4 {
        font: normal bold 3.8vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h5,
    .h5 {
        font: normal bold 3.4vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h6,
    .h6 {
        font: normal bold 3vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    p,
    .p {
        font: normal normal 3.2vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用按鈕 */
    input.btn_small,
    a.btn_small {
        padding: 2px;
        font: normal normal 3vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_big,
    a.btn_big {
        padding: 3px;
        font: normal bold 3.6vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_superbig,
    a.btn_superbig {
        padding: 5px;
        font: normal bold 4.6vw/5.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.input20,
    input.input33,
    input.input50,
    input.input100,
    select.select33,
    select.select50,
    select.select100 {
        font: normal normal 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .item_title {
        font: normal bold 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式 */
    .col_radio,
    .col_checkbox {
        margin-right: 5px;
        margin-bottom: 5px;
        font: normal bold 3.4vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(頁籤、分頁) */
    .tabs-scroll .share-tab-nav {
        min-width: 700px;
    }
    .tabs-scroll .share-tab-nav:before {
        content: ">";
        position: fixed;
        top: 13.3vw;
        right: 1%;
        width: 15px;
        height: 15px;
        color: #1294CC;
        font-size: 5vw;
        font-weight: bold;
        z-index: 9;
    }
    .share-tab {
        font: normal bold 3.6vw/4.3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(備註、解說、注意事項) */
    .share_tips {
        margin: 3vw auto;
    }
    .share_tips .tips_title {
        height: 8.7333vw;
        font: normal bold 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_tips .tips_title i {
        font-size: 3.5vw;
    }
    .van-collapse-item_content,
    .share_tips .tips_content {
        padding: 2.5vw;
    }
    .share-tip p,
    .share-tip div,
    .share-tip li {
        font: normal normal 3.4vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 幫助中心 */
    .van-cell {
        font: normal normal 3.6vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .van-collapse-item_content {
        font: normal normal 3vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .header .centerbox {
        font: normal bold 4vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_tips .tips_content {
        font: normal normal 3.2vw/4.3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 搜尋列 */
    .search_detail .title_set {
        font: normal normal 3.2vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .search_detail .select_set_w100,
    .search_detail .select_date .input_date50 {
        height: 2.2em;
        font: normal normal 3.2vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
        -webkit-border-radius: 1.6vw;
        -moz-border-radius: 1.6vw;
        -ms-border-radius: 1.6vw;
        -o-border-radius: 1.6vw;
        border-radius: 1.6vw;
    }
    /* 共用樣式(條款、註解、文章) */
    .share_note {
        font: normal bold 4vw/1.2 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .arrow_box {
        font: normal bold 4vw/1.2 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner dt,
    .share_note_inner .list_title {
        font: normal bold 3.6vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_note_inner {
        font: normal normal 3.2vw/1.3 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框 */
    .popup_container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .popup_in .scroll_box {
        max-height: 300px;
    }
    .popup_close {
        top: 8px;
    }
    .popup_title {
        padding: 1.5vw;
    }
    .popup_tips {
        padding: 0;
        font: normal normal 2.4vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 401px - 414px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 401px) and (max-width: 414px) {
    /* 頁首 */
    .has-header {
        padding-top: 8.6667vw;
    }
    .index.has-header {
        padding-top: 0.6667vw;
    }
    .header {
        height: 8.6667vw;
    }
    /* 共用元件(文字) */
    h1,
    .h1 {
        font: normal bold 5.4vw/5.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h2,
    .h2 {
        font: normal bold 5vw/5.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h3,
    .h3 {
        font: normal bold 4.6vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h4,
    .h4 {
        font: normal bold 4.2vw/4.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h5,
    .h5 {
        font: normal bold 3.8vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    h6,
    .h6 {
        font: normal bold 3.4vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    p,
    .p {
        font: normal normal 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框 */
    .popup_close {
        top: 5px;
        font: normal bold 20px/20px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup_title {
        padding: 1.5vw;
        font: normal bold 4.6vw/4.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用 */
    .share-tab {
        font: normal bold 4.4vw/4.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 321px - 400px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 321px) and (max-width: 400px) {
    /* 頁首 */
    .has-header {
        padding-top: 9.6667vw;
    }
    .index.has-header {
        padding-top: 0.1vw;
    }
    .header {
        height: 9.6667vw;
    }
    .header-date,
    .header-menu {
        height: 9.6667vw;
    }
    .top_open {
        top: 25px;
        padding: 5px;
        min-width: 175px;
        font: normal normal 4vw/4.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(文字) */
    p,
    .p {
        font: normal normal 4.2vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 頁尾 */
    .footer {
        height: 20.3vw;
    }
    .ft-title {
        font: normal normal 14px/14px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用按鈕 */
    input.btn_small,
    a.btn_small {
        padding: 3px;
        font: normal normal 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_big,
    a.btn_big {
        padding: 4px;
        font: normal bold 4.2vw/4.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_superbig,
    a.btn_superbig {
        padding: 5px;
        font: normal bold 5vw/6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.input20,
    input.input33,
    input.input50,
    input.input100,
    select.select33,
    select.select50,
    select.select100 {
        padding: 3px;
        font: normal normal 4vw/4.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    select.select100 {
        width: calc(100% - 4px);
    }
    /* 共用樣式 */
    .col_radio,
    .col_checkbox {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .col_inline,
    .col_radio,
    .col_checkbox {
        font: normal bold 4vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 幫助中心 */
    .van-cell {
        font: normal normal 4.8vw/5.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .van-collapse-item_content {
        font: normal normal 4.6vw/1.5 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_tips .tips_content {
        font: normal normal 4.6vw/5.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(頁籤、分頁) */
    .item_title {
        font: normal bold 4.2vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share-tab {
        font: normal bold 4vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .tabs-scroll .share-tab-nav {
        min-width: 600px;
    }
    .tabs-scroll .share-tab-nav:before {
        content: ">";
        position: fixed;
        top: 13.3vw;
        right: 1%;
        width: 15px;
        height: 15px;
        color: #1294CC;
        font-size: 5vw;
        font-weight: bold;
        z-index: 9;
    }
    /* 搜尋列 */
    .search_title {
        line-height: 2em;
        font-size: 4vw;
    }
    .search_detail .title_set {
        font: normal normal 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .search_detail .select_set_w100,
    .search_detail .select_date .input_date50 {
        height: 2.8em;
        font: normal normal 3.5vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
        -webkit-border-radius: 1.6vw;
        -moz-border-radius: 1.6vw;
        -ms-border-radius: 1.6vw;
        -o-border-radius: 1.6vw;
        border-radius: 1.6vw;
    }
    /* 跳框 */
    .popup_container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .popup_in .scroll_box {
        max-height: 300px;
    }
    .popup_title {
        padding: 3vw;
        font: normal bold 5vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup_close {
        font: normal bold 16px/16px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度小於 320px */
@media screen and (max-width: 320px) {
    /* 頁首 */
    .has-header {
        padding-top: 9.6667vw;
    }
    .index.has-header {
        padding-top: 0;
    }
    .header {
        height: 9.6667vw;
    }
    .top_open {
        top: 25px;
        padding: 5px;
        font: normal normal 5.2vw/5.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用元件(文字) */
    p,
    .p {
        font: normal normal 4.8vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 頁尾 */
    .footer {
        height: 20.3vw;
    }
    .ft-title {
        font: normal normal 2.6vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式 */
    .col_radio,
    .col_checkbox {
        margin-right: 5px;
        margin-bottom: 5px;
        font: normal bold 4.5vw/4.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .item_title {
        font: normal bold 4.6vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share-tab {
        font: normal bold 4.8vw/4.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用按鈕 */
    input.btn_small,
    a.btn_small {
        padding: 3px;
        font: normal normal 4vw/4.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_big,
    a.btn_big {
        padding: 5px;
        font: normal bold 4.6vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.btn_superbig,
    a.btn_superbig {
        padding: 5px;
        font: normal bold 5.2vw/6.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.input20,
    input.input33,
    input.input50,
    input.input100,
    select.select33,
    select.select50,
    select.select100 {
        font: normal normal 4.8vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 共用樣式(頁籤、分頁) */
    .tabs-scroll .share-tab-nav {
        min-width: 600px;
    }
    .tabs-scroll .share-tab-nav:before {
        content: ">";
        position: fixed;
        top: 13.3vw;
        right: 1%;
        width: 15px;
        height: 15px;
        color: #1294CC;
        font-size: 5vw;
        font-weight: bold;
        z-index: 9;
    }
    /* 幫助中心 */
    .van-cell {
        font: normal normal 4.8vw/5.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .van-collapse-item_content {
        font: normal normal 4.6vw/1.5 "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .share_tips .tips_content {
        font: normal normal 4.6vw/5.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 搜尋列 */
    .search_detail .title_set {
        font: normal normal 3.5vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .search_detail .select_set_w100,
    .search_detail .select_date .input_date50 {
        height: 2.8em;
        font: normal normal 3.5vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
        -webkit-border-radius: 1.6vw;
        -moz-border-radius: 1.6vw;
        -ms-border-radius: 1.6vw;
        -o-border-radius: 1.6vw;
        border-radius: 1.6vw;
    }
    /* 跳框 */
    .popup_container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .popup_in .scroll_box {
        max-height: 300px;
    }
    .popup_title {
        padding: 3vw;
        font: normal bold 5vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .popup_close {
        font: normal bold 14px/14px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
@media screen and (max-width: 280px) {
    input.btn_small,
    a.btn_small {
        font: normal normal 0.75rem/0.8rem "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    input.input20,
    input.input33,
    input.input50,
    input.input100,
    select.select33,
    select.select50,
    select.select100 {
        font: normal normal 15px/17px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}