/* æ±‚æ‰main.css */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

html {
    font-size: 16px;
    scroll-behavior: smooth
}

body {
    font-family: "Rubik", -apple-system, "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "微軟正黑體", "PingFang SC", "Noto Sans CJK TC", sans-serif;
    line-height: 1.5;
    margin: 0;
    min-height: 100%;
    text-rendering: optimizeSpeed;
    color: #070303;
}

hr {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px dashed #e5e5e5;
    height: 1px;
    overflow: visible
}

pre,
code,
kbd,
samp {
    font-family: "Rubik", -apple-system, "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "微軟正黑體", "PingFang SC", "Noto Sans CJK TC", sans-serif;
    font-size: .8125rem;
    margin: .5rem 0
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25rem
}

sup {
    top: -.5rem
}

a {
    color: #09598c;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    word-wrap: break-word;
}

a:hover {
    color: #042b44
}

#mobileHearder .btnTopRight a[href^="http"]:empty:before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³"
}

figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bolder
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

dd {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    margin-left: 0
}

table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Rubik", -apple-system, "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "微軟正黑體", "PingFang SC", "Noto Sans CJK TC", sans-serif;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    outline: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35rem .75rem .625rem
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

img,
svg,
image {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2.25rem
}

h3 {
    font-size: 2rem
}

h4 {
    font-size: 1.75rem
}

h5 {
    font-size: 1.5rem
}

h6 {
    font-size: 1.125rem
}

p {
    font-size: 1rem
}

span {
    font-size: .875rem
}

label {
    font-size: .9375rem
}

em {
    font-style: italic
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both;
    overflow: hidden
}

.clear-fix:before,
.clear-fix:after {
    content: "";
    display: table
}

.clear-fix:after {
    clear: both;
    overflow: hidden
}

@media(max-width:992px) {

    .clear-fix-md:before,
    .clear-fix-md:after {
        content: "";
        display: table
    }

    .clear-fix-md:after {
        clear: both;
        overflow: hidden
    }
}

@media(max-width:768px) {

    .clear-fix-sm:before,
    .clear-fix-sm:after {
        content: "";
        display: table
    }

    .clear-fix-sm:after {
        clear: both;
        overflow: hidden
    }

    .answer>.container>ul:nth-of-type(1) {
    max-width: 706px;
    width: 100%;
    }

    .empty img {
        max-width: 363px;
        width: 100%;
    }

    /*main .qestions ul li a, .answer ul li a{
        margin:8px 0;
    }*/

    main .answer .container {display: block;}
}

@media(max-width:480px) {

    .clear-fix-xs:before,
    .clear-fix-xs:after {
        content: "";
        display: table
    }

    .clear-fix-xs:after {
        clear: both;
        overflow: hidden
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1200px
}

.container:before,
.container:after {
    content: "";
    display: table
}

.container:after {
    clear: both;
    overflow: hidden
}

@media(max-width:768px) {
    .container {
        max-width: 736px
    }
}

@media(max-width:992px) {
    .container {
        max-width: 956px;
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2rem;
    padding-right: 2rem
}

.container-fluid:before,
.container-fluid:after {
    content: "";
    display: table
}

.container-fluid:after {
    clear: both;
    overflow: hidden
}

.content {
    margin-right: auto;
    margin-left: auto;
    padding-left: .5rem;
    padding-right: .5rem;
    max-width: 1366px
}

.content:before,
.content:after {
    content: "";
    display: table
}

.content:after {
    clear: both;
    overflow: hidden
}

@media(max-width:992px) {
    .content {
        margin-right: auto;
        margin-left: auto;
        padding-left: .5rem;
        padding-right: .5rem;
        padding-right: 0;
        padding-left: 0
    }

    .content:before,
    .content:after {
        content: "";
        display: table
    }

    .content:after {
        clear: both;
        overflow: hidden
    }
}

.main-content {
    float: left;
    width: calc(100% - 16rem)
}

.main-content:before,
.main-content:after {
    content: "";
    display: table
}

.main-content:after {
    clear: both;
    overflow: hidden
}

@media(max-width:992px) {
    .main-content {
        margin-right: auto;
        margin-left: auto;
        padding-left: .5rem;
        padding-right: .5rem;
        width: 100%
    }

    .main-content:before,
    .main-content:after {
        content: "";
        display: table
    }

    .main-content:after {
        clear: both;
        overflow: hidden
    }
}

.page-header {
    margin-top: .5rem;
    margin-left: 1rem
}

@media(max-width:992px) {
    .page-header {
        margin-left: 0
    }
}

.page-content {
    font-size: 0;
    margin-top: .5rem;
    margin-left: 1rem;
    margin-bottom: 2rem
}

@media(max-width:992px) {
    .page-content {
        margin-left: 0
    }
}

.row {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.row:before,
.row:after {
    content: "";
    display: table
}

.row:after {
    clear: both;
    overflow: hidden
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
    padding-left: .5rem;
    padding-right: .5rem
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    float: left
}

.col-lg-1 {
    width: 8.33333%
}

.col-lg-2 {
    width: 16.66667%
}

.col-lg-3 {
    width: 25%
}

.col-lg-4 {
    width: 33.33333%
}

.col-lg-5 {
    width: 41.66667%
}

.col-lg-6 {
    width: 50%
}

.col-lg-7 {
    width: 58.33333%
}

.col-lg-8 {
    width: 66.66667%
}

.col-lg-9 {
    width: 75%
}

.col-lg-10 {
    width: 83.33333%
}

.col-lg-11 {
    width: 91.66667%
}

.col-lg-12 {
    width: 100%
}

@media(max-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }
}

@media(max-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }
}

@media(max-width:480px) {

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left
    }

    .col-xs-1 {
        width: 8.33333%
    }

    .col-xs-2 {
        width: 16.66667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-4 {
        width: 33.33333%
    }

    .col-xs-5 {
        width: 41.66667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.33333%
    }

    .col-xs-8 {
        width: 66.66667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-10 {
        width: 83.33333%
    }

    .col-xs-11 {
        width: 91.66667%
    }

    .col-xs-12 {
        width: 100%
    }
}


.need-help {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.need-help button:hover {
    background: #0c74a2;
}

.need-help input[type="text"] {
    max-width: 520px;
    /* width: 100%; */
    height: 62px;
    border-radius: 4px 0 0 4px;
    box-shadow: none !important;
    border: 1px solid #b6d5e9;
    border-right: 0;
    vertical-align: top;
    background: #fff;
    background-image: url(/Content/img/QA/search.png);
    background-repeat: no-repeat;
    background-position: 34px;
    text-indent: 62px;
    outline: none;
    font-size: 18px;
    width: calc(100% - 160px);
}

.need-help input[type="text"]::placeholder {
    font-size: 16px;
    color: #757575;
}

.need-help button {
    max-width: 160px;
    width: 100%;
    height: 62px;
    appearance: none;
    border: none;
    background: #1383b5;
    color: #fff;
    font-size: 20px;
    letter-spacing: .05rem;
    margin-left: -4px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.need-help p {
    font-size: 16px;
    color: #070303;
    display: none;
    margin-bottom: 0.5rem;
}

.need-help p a {
    font-size: 16px;
    color: #1cafc6;
    text-decoration: underline;
    display: inline-block;
}

.need-help p a:not(:last-child) {
    padding-right: 0.5rem;
}

.need-help p a:hover {
    text-decoration: none;
}


/*floating btns */
main {
    position: relative;
    background: #fff;
}



a.fix_bar_item_service .image {
    display: block;
    background-image: url(/Content/img/QA/online-service.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.fix_bar_item_service .image:hover {
    background-image: url(/Content/img/QA/online-service.png);
    background-repeat: no-repeat;
    background-position: center;
}

.fix_bar_item_service.f_left {
    transform: translate(-60%, 18%);
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 23.3rem;
    width: 4.5rem;
    height: 5rem;
    z-index: 2;
    margin: auto;
}

.fix_bar_item_service {
    right: 1rem;
    bottom: 24rem;
    width: 4.5rem;
    height: 5rem;
    z-index: 2;
    display: block;
    margin: auto;
}

a.fix_bar_item_cooperation .image {
    display: block;
    background-image: url(/Content/img/QA/cooperation.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.fix_bar_item_cooperation .image:hover {
    background-image: url(/Content/img/QA/cooperation.png);
    background-repeat: no-repeat;
    background-position: center;
}

.fix_bar_item_cooperation.f_left {
    transform: translate(-60%, 18%);
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 19.3rem;
    width: 4.5rem;
    height: 5rem;
    z-index: 2;
    margin: auto;
}


.fix_bar_item_cooperation {
    right: 1rem;
    bottom: 20rem;
    width: 4.5rem;
    height: 5rem;
    z-index: 2;
    display: block;
    margin: auto;
}

a.fix_bar_item_opinion .image {
    display: block;
    background-image: url(/Content/img/QA/opinion.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.fix_bar_item_opinion .image:hover {
    background-image: url(/Content/img/QA/opinion.png);
    background-repeat: no-repeat;
    background-position: center;
}

.fix_bar_item_opinion.f_left {
    transform: translate(-60%, 18%);
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 15.5rem;
    width: 4.5rem;
    height: 5rem;
    z-index: 2;
    margin: auto;
}



.fix_bar_item_service.f_left img,
.fix_bar_item_cooperation.f_left img,
.fix_bar_item_opinion.f_left img {
    transform: scale(1.2);
}

.fix_bar_item_opinion {
    right: 1rem;
    bottom: 16.1rem;
    width: 4.5rem;
    height: 5rem;
    z-index: 2;
    display: block;
    margin: auto;
}



.floating-btns a {
    width: 45px;
    height: 45px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
    box-shadow: 0px 0px 6px 3px rgba(158, 158, 158, 0.1);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(158, 158, 158, 0.1);
    -moz-box-shadow: 0px 0px 6px 3px rgba(158, 158, 158, 0.1);
    margin: 16px;
    position: fixed;
    display: block;
}

.fix_bar_item_top {
    background-image: url(/Content/img/QA/top.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 2rem;
    bottom: 13rem;
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 1;
}

.fix_bar_item_top:hover {
    /* background-image: url(/Content/img/QA/top-hover.png); */
    background-repeat: no-repeat;
    background-position: center;
    right: 2rem;
    bottom: 13rem;
    width: 45px;
    height: 45px;
    position: fixed;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.identity_main {
    display: none;
}



a.fix_bar_item_cooperation:hover+.fix_bar_item_cooperation.f_left,
a.fix_bar_item_service:hover+.fix_bar_item_service.f_left,
a.fix_bar_item_opinion:hover+.fix_bar_item_opinion.f_left {
    display: block;
}

/* side nav */
.article-container2 {
    padding: 4rem 15px 4rem;
    margin-bottom: 0;
}

.article-container2 section>nav>ul {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    text-align: center;
    background: #f1f6f9;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}


.article-container2 section>nav>ul>li>a {
    display: inline-block;
    line-height: 64px;
    border: 1px solid #b6d5e9;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    max-width: 200px;
    width: 100%;
    text-align: inherit;
    text-decoration: none;
    margin-bottom: -1px;
}

.article-container2 section>nav>ul>li.active:hover a {
    border: 1px solid #4792d1;
    background: #4792d1;
}

.article-container2 section>nav>ul>li:hover a,
.article-container2 section>nav>ul>li.active a {
    background: #fff;
    border: 1px solid #4792d1;
    border-right: 1px solid #fff;
    position: inherit;
    z-index: 1;
}



.article-container2 section>nav>ul>li.active a {
    background: #ffffff;
    cursor: initial;
    border: 1px solid #4792d1;
    border-bottom:1px solid #4792d1!important;
    border-right:1px solid #fff!important;
}


.article-container2 section>nav>ul>li.active a h4 {
    color: #1383b5;
}

.article-container2 section>nav>ul>li.active:hover a h4 {
    /* color: #fff; */
}


.article-container2 section>nav>ul>li:hover a h4 {
    color: #1383b5;
}

.article-container2 section>nav>ul>li.active:first-child a {
    border-top: 1px solid #4792d1;
}

.article-container2 section>nav>ul>li:first-child>a {
    border-top: 1px solid #b6d5e9;
    border-radius: 6px 0px 0 0;
}


.article-container2 section>nav>ul>li:first-child:hover>a,
.article-container2 section>nav>ul>li:last-child:hover>a {
    border: 1px solid #4792d1;
    border-right: 1px solid #fff;
}

.article-container2 section>nav>ul>li.active:hover>a,
.article-container2 section>nav>ul>li.active:first-child:hover>a,
.article-container2 section>nav>ul>li.active:last-child:hover>a {
    border: 1px solid #4792d1;
    border-right: 0px solid transparent;
    border-bottom: 1px solid #4792d1;
    background: #ffffff;
}

.article-container2 section>nav>ul>li:last-child>a {
    border-bottom: 1px solid #b6d5e9;
    border-radius: 0 0 0px 6px;
}

.article-container2 section>nav>ul>li.active:hover>a {
    border: 1px solid #4792d1;
    border-bottom: 1px solid #4792d1;
}

/* end of side nav */

main h4 {
    font-size: 20px;
    color: #070303;
    transition: all .25s ease-in-out;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 600;
    margin: 0;
}

main>article>section {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    font-size: 0px;
}

/* mobile_nav */
nav.mobile_nav {
    display: none;
}

.hamburger {
    display: none;
}

/* mobile_nav end */

.breadcrumbs ul li:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/Content/img/QA/breadcrumbs_arrow.png);
    display: inline-block;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: text-top;
    margin: 0 2px;
}

.breadcrumbs p {
    display: inline-block;
    color: #979797;
    font-size: 14px;
}

.breadcrumbs img {
    vertical-align: sub;
    padding-right: 4px;
}

.breadcrumbs ul li {
    display: inline;
}

.breadcrumbs ul {
    display: inline;
    height: 20px;
    font-size: 14px;
    margin: 0 8px;
}

.breadcrumbs ul li a {
    display: inline-block;
    color: #070303;
    font-weight: 600;
}

.breadcrumbs {
    padding: 8px 0;
    margin-left: 20px;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li.active a {
    color: #1183b5;
}

main>article {
    padding: 0 15px;
}

h1 {
    font-size: 1.875rem;
    font-weight: 600;
    text-align: center;
    padding-top: 2rem;
    letter-spacing: .05rem;
}

.article-container1 {
    background: #f1f6f9;
    padding-bottom: 0.5rem;
}

.empty img {
    margin: 8px auto 15px;
    border: rgba(50, 59, 74, .2) 1px solid;
}


@media (min-width: 769px){
    /*.answer {
     min-width: 592px;
     } */
 }
 

