:root {
    --main-color: #88654F;
    --font-color: #88654F;
    --font-unhover-color: #7b7b7b;
}

* {
    transition: all;
    box-sizing: border-box;
}

body,
div,
ul,
li,
section {
    box-sizing: border-box;
}

body {
    position: relative;
    background-color: #FFF9EF;
}

body.page-jt,body.page-jt p,body.page-jt li,body.page-jt .tit,body.page-jt .txt{
    font-family: "黑体" !important;
}

body.page-en-us,body.page-en-us p,body.page-en-us li,body.page-en-us .tit,body.page-en-us .txt{
    font-family: "Arial" !important;
}

.page-en-us  .layui-layer-photos-toolbar a{
	opacity:0;
}

.flex {
    display: flex;
}

.flex-col {
    display: flex;
    flex-flow: column;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.flex-justify-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* 针对 Webkit 浏览器 (如 Chrome, Safari) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 针对 Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



/* 頭部-start */
.header.pc {
    display: flex;
}

.header.mb,
.mb-curtain,
.nav-modal {
    display: none;
}

.header {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    /* background-image: url(/assets2/image/hd-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto; */
    z-index: 999;
}

.header .header-container {
    position: relative;
}

.header .header-container .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.header-container {
    width: 100%;
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-container .left-wrapper {
    display: flex;
    align-items: center;
}

.header-container .left-wrapper .logo-img {
    height: 30px;
    cursor: pointer;
}

.header-container .left-wrapper .language-wrapper {
    display: flex;
    align-items: center;
    margin-left: 26px;
}

.header-container .left-wrapper .language-wrapper .language-btn {
    font-family: PingFang HK, PingFang HK;
    font-weight: 500;
    font-size: 16px;
    color: var(--font-color);
    line-height: 23px;
    cursor: pointer;
}

.header-container .left-wrapper .language-wrapper .divider-line {
    width: 1px;
    height: 23px;
    background-color: var(--font-color);
    margin: 0 10px;
    margin: 0 4px;
}

.header-container .right-wrapper .search-wrapper {
    height: 40px;
    border-radius: 20px;
    background-color: rgba(146, 99, 37, 0.34);
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.header-container .right-wrapper .search-wrapper input {
    color: var(--font-color);
    width: 80px;
    background-color: rgba(146, 99, 37, 0);
    border: none;
    flex: 1;
    padding-right: 4px;
}

.search-input::placeholder {
    color: var(--font-color);
    font-size: 14px;
    font-weight: 300;
}

.header-container .right-wrapper .search-wrapper .search-icon {
    width: 20px;
    cursor: pointer;
}

.pc-fix-head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: #ffffff;
    z-index: 999;
    transition: top 0.3s;
    /* padding-left: 66px; */
    box-sizing: border-box;
    /* display: flex;
	align-items: center;
	justify-content: space-between; */
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

/* .page-en-us .pc-fix-head .right-wrapper .nav-section ul li.nav-item-10{
    display: none;
} */

.pc-fix-head:hover {
    background-color: #ffffff;
}

.hidden {
    top: -100%;
}

.onTop {
    background-color: #ffffff;
}

.pc-fix-head .header-container {
    flex-flow: column;
    box-sizing: border-box !important;
}

.pc-fix-head .header-container {
    padding: 24px 39px 12px 39px;
}

.pc-fix-head .header-container .header-line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-fix-head .header-container .header-line-1 {
    padding-bottom: 16px;
}

.pc-fix-head .header-container .nav-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-fix-head .search-btn {
    background: none;
    border: none;
    line-height: normal;
}

.nav-modal .nav-list {
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 10px;
}

.nav-modal .nav-list .nav-item {
    display: flex;
    align-items: center;
}

.nav-modal .nav-list .nav-item .nav-icon {
    width: 24px;
}

.nav-modal .nav-list .nav-item .nav-item-txt {
    font-family: PingFang HK, PingFang HK;
    font-size: 20px;
    color: var(--font-color);
    line-height: 23px;
}


body.page-jt .nav-modal .nav-list .nav-item .nav-item-txt {
    font-family: "黑体" !important;
}

body.page-en-us .nav-modal .nav-list .nav-item .nav-item-txt {
    font-family: "Arial" !important;
}


.inner-page .header.pc {
    background-color: #ffffff;
}

.inner-page .header .header-container {
    padding: 65px 70px;
}

/* 頭部-end */

/* 內容-start */
.my-section {
    padding: 100px 0;
    position: relative;
}

.my-section .c-bg {
    position: absolute;
    z-index: -1;
}

.my-section .c-bg-1 {
    top: 0;
    left: 0;
    width: 58%;
}

.my-section .c-bg-2 {
    bottom: 0;
    right: 0%;
    width: 38%;
}

.my-container {
    width: 1280px;
    margin: 0 auto;
}

.my-container-title {
    height: 200px;
    position: relative;
    margin-bottom: 78px;
}

.my-container-title .title-txt-img {
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.my-container-title .title-icon {
    height: 96px;
    position: absolute;
    top: 25%;
    left: 63%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.my-container-title.my-container-title:hover .title-icon {
    animation: bounce 0.8s ease-in-out;
    transform-origin: bottom center;
    will-change: transform;
}

@keyframes bounce {

    0%,
    100% {
        transform: translate(-50%, -50%);
    }

    25% {
        transform: translate(-50%, calc(-50% - 10px));
    }

    50% {
        transform: translate(-50%, -50%);
    }

    75% {
        transform: translate(-50%, calc(-50% - 5px));
    }
}

.my-container-title .my-title-txt {
    color: #52BB73;
    font-size: 64px;
    font-weight: bold;
}

.my-wrapper .txt {
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 25px;
    color: var(--font-color);
    line-height: 45px;
    text-indent: 2em;
}

.my-wrapper .txt p{
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 25px;
    color: var(--font-color);
    line-height: 45px;
    text-indent: 2em;
}


body.page-jt .my-wrapper .txt,body.page-jt .my-wrapper .txt p{
    font-family: "黑体" !important;
}

body.page-en-us .my-wrapper .txt,body.page-en-us  .my-wrapper .txt p{
    font-family: "Arial" !important;
}




.bold {
    font-weight: bold !important;
}

.hd-big-img {
    width: 100%;
    /* height: 596px; */
    margin-top: 105px;
    border-radius: 0 0 100px 100px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}


.hd-img-section .hd-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang HK, PingFang HK;
    font-weight: 300;
    font-size: 80px;
    color: #980019;
    line-height: 120px;
    padding-top: 10px;
}

.page-en-us .hd-img-section .hd-title {
    line-height: normal;
}


body.page-en-us .hd-img-section .hd-title {
    font-family: "黑体" !important;
}

body.page-jt .hd-img-section .hd-title {
    font-family: "Arial" !important;
}


.page-en-us .hd-img-section .hd-title {
    text-transform: capitalize;
}

.hd-img-section .hd-title .red-spot {
    height: 50px;
    margin-right: 24px;
}

.hd-img-section {
    background-image: url(/assets2/image/hd-big-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}

/* 導覽列-start */
.nav-section .nav-bg {
    width: 100%;
    background-color: #ffffff;
}

.pc-fix-head .nav-section .nav-bg {
    background-color: rgba(255, 255, 255, 0);
}

.nav-section .nav-bg-img {
    width: 100%;
}

.nav-section .nav-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 0;
}

.pc-fix-head .nav-section .nav-container {
    background-color: rgba(255, 255, 255, 0);
}

.pc-fix-head .nav-section .nav-container .nav-item-10 {
    margin-left: 24px;
}

.nav-section .nav-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: default;
    position: relative;
    min-width: 80px;
    margin-left: 8px;
    margin-right: 8px;
}

.page-en-us .nav-section .nav-item {
    width: 113px !important;
}

.page-en-us .nav-section .nav-container {
    gap: 4px;
}

.page-en-us .nav-item {
    flex: 1 1 150px;
    margin: 0;
}

.page-en-us .header.pc .nav-item,
.page-en-us .pc-fix-head .nav-item {
	min-height: 76px;
	justify-content: flex-start;
}

.nav-section .nav-item .nav-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
}

.nav-section .nav-item .nav-icon path {
    fill: var(--font-color);
}

.nav-section .nav-item .nav-item-txt {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 16px;
    color: var(--font-color);
    line-height: 23px;
    text-align: center;
}

.page-en-us .index-nav-section.nav-section .nav-item .nav-item-txt {
    font-size: 16px;
}

.page-en-us .nav-section .nav-item .nav-item-txt {
    font-size: 12px !important;
    max-width: none !important;
}

.page-en-us .nav-section .nav-item .nav-i-item {
    font-size: 18px;
    line-height: 20px;
}

body.page-jt .nav-section .nav-item .nav-item-txt {
    font-family: "黑体" !important;
}

body.page-en-us .nav-section .nav-item .nav-item-txt {
    font-family: "Arial" !important;
}


.nav-section .nav-item:hover {
    background-image: url(/assets2/image/nav-item-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-section .nav-item-0:hover .nav-icon path {
    fill: #FF008F;
}

.nav-section .nav-item-0:hover .nav-item-txt {
    color: #FF008F;
}


.nav-section .nav-item-1:hover .nav-icon path {
    fill: #950119;
}

.nav-section .nav-item-1:hover .nav-item-txt {
    color: #950119;
}

.nav-section .nav-item-2:hover .nav-icon path {
    fill: #E73828;
}

.nav-section .nav-item-2:hover .nav-item-txt {
    color: #E73828;
}

.nav-section .nav-item-3:hover .nav-icon path {
    fill: #FF7538;
}

.nav-section .nav-item-3:hover .nav-item-txt {
    color: #FF7538;
}

.nav-section .nav-item-4:hover .nav-icon path {
    fill: #F29600;
}

.nav-section .nav-item-4:hover .nav-item-txt {
    color: #F29600;
}

.nav-section .nav-item-5:hover .nav-icon path {
    fill: #FFBE1B;
}

.nav-section .nav-item-5:hover .nav-item-txt {
    color: #FFBE1B;
}

.nav-section .nav-item-6:hover .nav-icon path {
    fill: #0A5F25;
}

.nav-section .nav-item-6:hover .nav-item-txt {
    color: #0A5F25;
}

.nav-section .nav-item-7:hover .nav-icon path {
    fill: #009730;
}

.nav-section .nav-item-7:hover .nav-item-txt {
    color: #009730;
}

.nav-section .nav-item-8:hover .nav-icon path {
    fill: #33B0FA;
}

.nav-section .nav-item-8:hover .nav-item-txt {
    color: #33B0FA;
}

.nav-section .nav-item-9:hover .nav-icon path {
    fill: #0080CB;
}

.nav-section .nav-item-9:hover .nav-item-txt {
    color: #0080CB;
}

.nav-section .nav-i-container {
    /* position: absolute; */
    top: calc(100% + 28px);
    /* left: 50%;  */
    /* transform: translateX(-50%); */
    border: none;
    /* padding: 20px 20px 8px 20px; */
    padding: 20px 0 20px 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 25px 25px;
    /* z-index: 999; */
    /* display: none; */
}

.index-nav-section .nav-i-container {
    bottom: calc(100% + 12px);
    top: auto;
    border-radius: 25px 25px 0 0;
}

.nav-section .nav-item:hover .nav-i-container {
    display: block;
}

/* .nav-section .nav-i-container.nav-i-1 {
    background-color: #fdeaee;
} */
.nav-section .nav-i-container .my-nav-i .nav-i-item {
    color: var(--main-color);
}

.nav-section .nav-i-container.nav-i-1 .my-nav-i:hover .nav-i-item {
    font-weight: bold;
    background: linear-gradient(to right, #cc3344, #eca5ae);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.nav-section .nav-i-container.nav-i-1 .my-nav-i:hover {
    background: linear-gradient(to right, rgba(226, 178, 184, 0.2), rgba(255, 255, 255, 0.8));
}

/* .nav-section .nav-i-container.nav-i-2 {
    background-color: #ffe7e4;
} */
/* .nav-section .nav-i-container.nav-i-2 .my-nav-i .nav-i-item{
    color: #ff6b5e;
} */
.nav-section .nav-i-container.nav-i-2 .my-nav-i:hover .nav-i-item {
    font-weight: bold;
    background: linear-gradient(to right, #ff6b5e, #f1aea8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.nav-section .nav-i-container.nav-i-2 .my-nav-i:hover {
    background: linear-gradient(to right, rgba(248, 162, 154, 0.2), rgba(255, 255, 255, 0.8));
}

/* .nav-section .nav-i-container.nav-i-3 {
    background-color: #fff1ea;
} */
/* .nav-section .nav-i-container.nav-i-3 .my-nav-i .nav-i-item{
    color: #ff9466;
} */
.nav-section .nav-i-container.nav-i-3 .my-nav-i:hover .nav-i-item {
    font-weight: bold;
    background: linear-gradient(to right, #ff9466, #fdbfa4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.nav-section .nav-i-container.nav-i-3 .my-nav-i:hover {
    background: linear-gradient(to right, rgba(252, 182, 153, 0.2), rgba(255, 255, 255, 0.8));
}

/* .nav-section .nav-i-container.nav-i-4 {
    background-color: #fff4e4;
} */
/* .nav-section .nav-i-container.nav-i-4 .my-nav-i .nav-i-item{
    color: #ffb84d;
} */
.nav-section .nav-i-container.nav-i-4 .my-nav-i:hover .nav-i-item {
    font-weight: bold;
    background: linear-gradient(to right, #ffb84d, #fcd396);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.nav-section .nav-i-container.nav-i-4 .my-nav-i:hover {
    background: linear-gradient(to right, rgba(253, 210, 145, 0.2), rgba(255, 255, 255, 0.8));
}

/* .nav-section .nav-i-container.nav-i-5 {
    background-color: #fff8e7;
} */
/* .nav-section .nav-i-container.nav-i-5 .my-nav-i .nav-i-item{
    color: #f8c951;
} */
.nav-section .nav-i-container.nav-i-5 .my-nav-i:hover .nav-i-item {
    font-weight: bold;
    background: linear-gradient(to right, #f8c951, #f8d29a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.nav-section .nav-i-container.nav-i-5 .my-nav-i:hover {
    background: linear-gradient(to right, rgba(250, 224, 157, 0.2), rgba(255, 255, 255, 0.8));
}

/* .nav-section .nav-i-container.nav-i-6 {
    background-color: #edfff3;
} */
/* .nav-section .nav-i-container.nav-i-6 .my-nav-i .nav-i-item{
    color: #2a8f47;
} */
.nav-section .nav-i-container.nav-i-6 .my-nav-i:hover .nav-i-item {
    font-weight: bold;
    background: linear-gradient(to right, #2a8f47, rgb(143, 189, 157));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    
}

.nav-section .nav-i-container.nav-i-6 .my-nav-i:hover {
    background: linear-gradient(to right, rgba(87, 133, 100, 0.2), rgba(255, 255, 255, 0.8));
}

/* .nav-section .nav-i-container.nav-i-7 {
    background-color: #ecfff1;
} */
/* .nav-section .nav-i-container.nav-i-7 .my-nav-i .nav-i-item{
    color: #33b659;
} */
.nav-section .nav-i-container.nav-i-7 .my-nav-i:hover .nav-i-item {
    font-weight: bold;
    background: linear-gradient(to right, #33b659, #8ee0a5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.nav-section .nav-i-container.nav-i-7 .my-nav-i:hover {
    background: linear-gradient(to right, rgba(51, 182, 89, 0.2), rgba(255, 255, 255, 0.8));
}

/* .nav-section .nav-i-container.nav-i-8 {
    background-color: #e6f5ff;
} */
/* .nav-section .nav-i-container.nav-i-8 .my-nav-i .nav-i-item{
    color: #3babf1;
} */
.nav-section .nav-i-container.nav-i-8 .my-nav-i:hover .nav-i-item {
    font-weight: bold;
    background: linear-gradient(to right, #3babf1, #8ec1e0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.nav-section .nav-i-container.nav-i-8 .my-nav-i:hover {
    background: linear-gradient(to right, rgba(156, 213, 248, 0.2), rgba(255, 255, 255, 0.8));
}

/* .nav-section .nav-i-container.nav-i-9 {
    background-color: #def1ff;
    left: auto;
} */
/* .nav-section .nav-i-container.nav-i-9 .my-nav-i .nav-i-item{
    color: #1e7fc0;
} */
.nav-section .nav-i-container.nav-i-9 .my-nav-i:hover .nav-i-item {
    font-weight: bold;
    background: linear-gradient(to right, #1e7fc0, #a3cbe4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.nav-section .nav-i-container.nav-i-9 .my-nav-i:hover {
    background: linear-gradient(to right, rgba(131, 180, 212, 0.2), rgba(255, 255, 255, 0.8));
}

.nav-section .nav-item .nav-i-item {
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    /* padding-bottom: 12px; */
    width: 100%;
    position: relative;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}



body.page-jt .nav-section .nav-item .nav-i-item {
   font-family: "黑体" !important;
}

body.page-en-us .nav-section .nav-item .nav-i-item {
   font-family: "Arial" !important;
}






.nav-section .nav-item .my-nav-i:hover,
.nav-section .nav-item .my-nav-i:hover a {
    background-color: transparent;
}

/* .nav-section .nav-item .nav-i-item:hover:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
} */
.nav-section .nav-item .layui-nav-child dd {
    width: 226px;
    padding: 7px 20px;
}

.page-en-us .nav-section .nav-item .layui-nav-child dd {
    width: 360px;
}

.nav-section .nav-item .layui-nav-child a {
    padding: 0 12px;
}

.layui-nav-bar {
    display: none !important;
}

/* 導覽列-end */

/* 內容-end */

/* 底部-start */
.footer-section {
    background-color: #B5E8FF;
    padding: 200px 0 20px 0;
}

.footer-container {
    width: 100%;
    padding: 0 15px;
    max-width: 1625px;
    margin: 0 auto;
}

.footer-wrapper {
    display: flex;
    padding: 15px 0;
}

.footer-leftwrapper {
    width: 26%;
}

.footer-logo {
    padding-left: 15px;
}

.footer-logo img {
    width: 355px;
    max-width: 100%;
    height: auto;
}

.footer-love {
    margin-top: 66px;
}

.footer-love img {
    width: 77px;
    max-width: 100%;
    height: auto;
}

.footer-rightwrapper {
    width: 74%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 20px;
}

.foot-nav-list {
    width: 205px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.foot-nav-list>h3,
.foot-nav-list>h3>a {
    font-weight: 600;
    font-size: 21px;
    color: #8A1D02;
    line-height: 32px;
    text-align: left;
    font-family: PingFang HK, PingFang HK;
    margin-bottom: 10px;
}

body.page-jt .foot-nav-list>h3,.foot-nav-list>h3>a {
    font-family: "黑体" !important;
}

body.page-en-us .foot-nav-list>h3,.foot-nav-list>h3>a {
    font-family: "Arial" !important;
}






.foot-nav-list li {
    margin-bottom: 3px;
}

.foot-nav-list li>a {
    font-weight: 500;
    font-size: 17px;
    color: #8A1D02;
    line-height: 27px;
    text-align: left;
    font-family: PingFang HK, PingFang HK;
}

.foot-nav-list li:hover>a,
.foot-nav-list>h3>a:hover {
    color: #333333;
}

.footer-bt-link ul {
    display: flex;
    justify-content: center;
}

.footer-bt-link li {
    position: relative;
    padding: 0 30px;
}

.footer-bt-link li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0080CB;
    font-size: 30px;
    border-radius: 50%;
    width: 3px;
    height: 3px;
}

.footer-bt-link li:last-child::after {
    display: none;
}

.footer-bt-link li>a {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 15px;
    color: #0080CB;
    line-height: 24px;
    text-align: center;
}

body.page-jt .footer-bt-link li>a {
    font-family: "黑体" !important;
}


body.page-en-us .footer-bt-link li>a {
    font-family: "Arial" !important;
}



.footer-bt-link li:hover>a {
    color: #8A1D02;
}

.footer-bottom {
    margin-top: 30px;
}

.footer-bottom p {
    font-family: PingFang HK, PingFang HK;
    font-weight: 500;
    font-size: 13px;
    color: #0080CB;
    line-height: 17px;
    text-align: center;
    margin-top: 5px;
}

.footer-bottom p a {
    color: #0080CB;
}

.footer-bottom p a:hover {
    color: #8A1D02;
}

.footer-blue-bg-2 {
    width: 100%;
    height: auto;
}

.footM-wrapper {
    display: none;
}

/* 底部-end */

/* 內容標題-start */
.com-title {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.com-title img {
    height: 64px;
}

.com-title h3 {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 45px;
    color: #980019;
    line-height: 45px;
}


body.page-jt h3,body.page-jt h4,body.page-jt h5,body.page-jt h2,body.page-jt h1{
    font-family: "黑体" !important;
}

body.page-en-us h3,body.page-en-us h4,body.page-en-us h5,body.page-en-us h2,body.page-en-us h1{
    font-family: "Arial" !important;
}

.com-title-M {
    display: none;
}

/* 內容標題-end */


/* 右側固定條-start */
.fix-link-box {
    position: fixed;
    right: 50px;
    top: 68%;
    z-index: 999;
    transform: translateY(-50%);
}

.fix-link-box .fix-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    transition: transform 0.3s ease;
}

.toggle-fix-button {
    display: none;
}

.fix-link-box .fix-list li {
    width: 50px;
    position: relative;
}


.fix-link-box .fix-list li a {
    z-index: 1;
}

.fix-link-box .fix-list li img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.fix-link-box .fix-list .hover-fix-list {
    display: flex;
    align-items: center;
    font-size: 20px;
    /* background-color: #980019; */
    border-radius: 50px;
    color: #fff;
}

.fix-link-box .fix-list .hover-fix-list div {
    width: 145px;
    height: 100%;
    padding: 18px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    clip-path: inset(0 0 0 100%);
    background-color: #980019;
    transition: clip-path 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0px;
}

.fix-link-box .fix-list .hover-fix-list.download div {
    background-color: #52BB73;
}

.fix-link-box .fix-list .hover-fix-list div a {
    font-size: 16px;
    color: #fff;
}

.fix-link-box .fix-list .hover-fix-list:hover div {
    clip-path: inset(0 0 0 0);
}

.app-download-link {
    cursor: pointer;
}

/* 右側固定條-end */

/* 添加水波動畫關鍵幀 */
@keyframes wave {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    25% {
        transform: translate(-50%, -50%) rotate(4deg) scale(1.02);
    }

    50% {
        transform: translate(-50%, -50%) rotate(-1deg) scale(1);
    }

    75% {
        transform: translate(-50%, -50%) rotate(-4deg) scale(0.98);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
}

@keyframes wave-left {
    0% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(2deg) scale(1.03);
    }

    50% {
        transform: rotate(-1deg) scale(1);
    }

    75% {
        transform: rotate(-2deg) scale(0.97);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes wave-right {
    0% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(-2deg) scale(1.03);
    }

    50% {
        transform: rotate(1deg) scale(1);
    }

    75% {
        transform: rotate(2deg) scale(0.97);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}


/* 回到頂部-start */
#mkdf-back-to-top {
    position: fixed;
    bottom: 120px;
    right: 50px;
    z-index: 10000;
    width: 50px;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    animation: slideUp 1.5s ease-in-out infinite;
}

#mkdf-back-to-top img {
    max-width: 100%;
    height: auto;
}

#mkdf-back-to-top.on {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 回到頂部-end */

.lazy-load {
    opacity: 0;
    transition: opacity 500ms ease-in-out;
}

.lazy-load.loaded {
    opacity: 1;
}

.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
    background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1689px) {
    .pc-fix-head .nav-section .nav-item .nav-icon {
        width: 24px;
        height: 24px;
    }

    .pc-fix-head .nav-section .nav-item {
        margin-left: 4px;
        margin-right: 4px;
    }

    .pc-fix-head .nav-section .nav-item .nav-item-txt {
        font-size: 14px;
        max-width: auto;
    }
}

@media screen and (max-width: 1547px) {
    .pc-fix-head .nav-section .nav-item .nav-icon {
        width: 24px;
        height: 24px;
    }

    .pc-fix-head .nav-section .nav-item {
        margin-left: 4px;
        margin-right: 4px;
    }

    .pc-fix-head .nav-section .nav-item .nav-item-txt {
        font-size: 14px;
        max-width: 80px;
    }

    /* 选择第1和第2个nav-item-txt */
    .pc-fix-head .nav-section ul li:nth-child(-n+2) .nav-item-txt {
        min-height: 46px;
    }

    /* 选择第6个nav-item-txt */
    .pc-fix-head .nav-section .nav-container li:nth-child(6) .nav-item-txt {
        min-height: 46px;
    }

    /* 选择第8, 9, 10个nav-item-txt */
    .pc-fix-head .nav-section ul li:nth-child(n+8):nth-child(-n+10) .nav-item-txt {
        min-height: 46px;
    }

    .pc-fix-head .nav-section .nav-container .nav-item-10 {
        margin-left: 4px;
    }


    /* reset */
    .pc-fix-head .nav-section ul li:nth-child(-n+2) .nav-item-txt {
        min-height: unset;
    }

    /* 选择第6个nav-item-txt */
    .pc-fix-head .nav-section .nav-container li:nth-child(6) .nav-item-txt {
        min-height: unset;
    }

    /* 选择第8, 9, 10个nav-item-txt */
    .pc-fix-head .nav-section ul li:nth-child(n+8):nth-child(-n+10) .nav-item-txt {
        min-height: unset;
    }

    .pc-fix-head .nav-section .nav-item .nav-item-txt {
        max-width: 120px;
        font-size: 13px;
    }

    .pc-fix-head .nav-section .nav-item {
        min-width: 70px;
    }
}

@media screen and (max-width: 1366px) {
    .header-container .left-wrapper .logo-img {
        height: 30px;
    }

    .nav-section .nav-container {
        width: 100%;
    }

    .nav-section .nav-item .nav-icon {
        width: 24px;
        height: 24px;
    }

    .pc-fix-head .nav-section .nav-item {
        margin-left: 4px;
        margin-right: 4px;
    }

    .pc-fix-head .nav-section .nav-item .nav-item-txt {
        font-size: 14px;
        max-width: 80px;
    }

    .pc-fix-head .nav-section .nav-i-container.nav-i-9 {
        left: auto;
    }

    /* 选择第1和第2个nav-item-txt */
    .pc-fix-head .nav-section ul li:nth-child(-n+2) .nav-item-txt {
        min-height: 46px;
    }

    /* 选择第6个nav-item-txt */
    .pc-fix-head .nav-section .nav-container li:nth-child(6) .nav-item-txt {
        min-height: 46px;
    }

    /* 选择第8, 9, 10个nav-item-txt */
    .pc-fix-head .nav-section ul li:nth-child(n+8):nth-child(-n+10) .nav-item-txt {
        min-height: 46px;
    }

    .pc-fix-head .pc-fix-head .nav-section .nav-container .nav-item-10 {
        margin-left: 4px;
    }

    /* reset */
    .pc-fix-head .nav-section ul li:nth-child(-n+2) .nav-item-txt {
        min-height: unset;
    }

    /* 选择第6个nav-item-txt */
    .pc-fix-head .nav-section .nav-container li:nth-child(6) .nav-item-txt {
        min-height: unset;
    }

    /* 选择第8, 9, 10个nav-item-txt */
    .pc-fix-head .nav-section ul li:nth-child(n+8):nth-child(-n+10) .nav-item-txt {
        min-height: unset;
    }

    .pc-fix-head .nav-section .nav-item .nav-item-txt {
        max-width: 120px;
        font-size: 12px;
    }

    .pc-fix-head .nav-section .nav-item {
        min-width: 60px;
    }
}

/* 无障碍阅读-start */
#accessibilityIcon {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 46px;
    right: 50px;
    z-index: 10000;
    margin: 0;
    background: rgb(0, 61, 104) !important;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#accessibilityIcon img {
    max-width: 100%;
    height: auto;
    background: rgb(0, 61, 104) !important;
    border-radius: 25px !important;
}

#accessibilityIcon:hover {
    transform: scale(1.1);
}

#accessibilityIcon:focus-within,
#accessibilityIcon:focus-within {
    outline: 2px solid #0038ff !important;
    outline-offset: -2px !important;
    box-shadow: 0 0 0 4px rgba(0, 56, 255, .22) !important;
}

.accessibility-checked {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0;
}

.accessibility-checked.active {
    opacity: 1;
}

/* 无障碍阅读-end */

/* 无障碍菜单样式 */
.accessibility-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    height: 100vh;
    background: rgb(0, 61, 104);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 10001;
    transition: right 0.3s ease, left 0.3s ease;
    overflow-y: auto;
    overflow: hidden;
}

.accessibility-menu.active {
    right: 0;
}

.accessibility-menu.act-left {
    right: auto;
    left: -100%;
}

.accessibility-menu.act-left.active {
    right: auto;
    left: 0;
}

.accessibility-header {
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #003366;
    color: white;
}

.accessibility-header h3 {
    margin: 0;
    font-size: 16px;
}

.accessibility-menu .close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessibility-content {
    padding: 10px 10px 10px 18px;
    background: #eff1f5;
    border-radius: 16px 16px 0 0;
    height: calc(100% - 50px);
    position: relative;
    padding-bottom: 90px;
}

.accessibility-section {
    margin-bottom: 20px;
    height: 100%;
    overflow-y: auto;
    padding-right: 8px;
}

/* 只针对 .accessibility-section 的滚动条 */
.accessibility-section::-webkit-scrollbar {
    width: 4px; /* 滚动条宽度 */
}

.accessibility-section::-webkit-scrollbar-track {
    background-color: rgba(0, 51, 102, 0.1); /* 轨道背景颜色 */
}

.accessibility-section::-webkit-scrollbar-thumb {
    background-color: #003366; /* 滑块背景颜色 */
    border-radius: 4px; /* 边角圆润 */
}

.accessibility-section::-webkit-scrollbar-thumb:hover {
    background-color: #002a5c; /* 悬停时的滑块背景颜色 */
}

/* 隐藏滚动条上的上下按钮 */
.accessibility-section::-webkit-scrollbar-button {
    display: none;
}

.accessibility-btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-icon {
    margin-right: 10px;
}

.arrow {
    margin-left: auto;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.close-section {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.accessibility-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.accessibility-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid #fff;
    position: relative;
}

.accessibility-item:hover,
.accessibility-item.active {
    border: 2px solid #003366;
}

.accessibility-item .item-icon {
    max-width: 80%;
    min-width: 28px;
    height: 28px;
    margin-top: 16px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accessibility-item .item-icon.def {
    display: block;
}

.accessibility-item .item-icon.step {
    display: none;
}

.accessibility-item.active .item-icon.def {
    display: none;
}

.accessibility-item.active .item-icon.step {
    display: block;
}

.accessibility-item .checked-icon {
    display: none;
}

.accessibility-item.active .checked-icon {
    width: 28px;
    height: 28px;
    display: block;
    background-color: #ffffff;
    border-radius: 14px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.item-icon img {
    max-width: 100%;
    max-height: 100%;
}

.accessibility-item .a-item-text {
    margin-bottom: 12px;
}

.accessibility-item .a-item-text.def {
    display: block;
}

.accessibility-item .a-item-text.step {
    display: none;
}

.accessibility-item .item-steps {
    width: 100%;
    margin: 0 12px;
    display: flex;
    transition: opacity .15s ease, visibility .15s ease;
    opacity: 0;
}

.accessibility-item.active .item-steps {
    opacity: 1;
}

.accessibility-item .item-steps .item-step {
    width: 100%;
    height: 3px;
    margin: 0 2%;
    border-radius: 10px;
    background-color: rgba(0, 51, 102, 0.3);
}

.accessibility-item .item-steps .item-step:nth-child(1) {
    background-color: rgba(0, 51, 102, 0.3) !important;
}

.accessibility-item .item-steps .item-step.active {
    background-color: #003366 !important;
}

.accessibility-item.has-steps.active .a-item-text.def {
    display: none;
}

.accessibility-item.active .a-item-text {
    display: block;
    color: #003366;
}

.accessibility-item.no-steps .item-icon.active {
    display: none;
}

.accessibility-item.no-steps.active .item-icon.def {
    display: none;
}

.accessibility-item.no-steps.active .item-icon.active {
    display: block;
}

.accessible-reading-btn {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    background-color: #003366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.accessible-reading-btn.act-left {
    right: auto;
    left: 20px;
}

#accessibilityMenu .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

#accessibilityMenu .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#accessibilityMenu .slider {
    border-radius: 17px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc !important;
    -webkit-transition: .4s;
    transition: .4s;
}

#accessibilityMenu .slider:before {
    border-radius: 17px;
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#accessibilityMenu input:checked+.slider {
    background-color: rgb(0, 61, 104) !important;
}

#accessibilityMenu input:focus+.slider {
    box-shadow: 0 0 1px rgb(0, 61, 104);
}

#accessibilityMenu input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.large-widget {
    width: 520px;
}

.large-widget .accessibility-grid {
    gap: 15px;
}

.large-widget .accessibility-item {
    padding: 20px 15px;
}

.large-widget .accessibility-item .item-icon {
    width: 36px;
    height: 36px;
}

.large-widget .accessibility-item span {
    font-size: 22px;
}

.accessibility-1-1 {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    background: #fff !important
}

.accessibility-1-2 * {
    transition: all;
    background-color: rgb(0, 0, 0) !important;
    border-color: rgb(255, 255, 255) !important;
    color: rgb(80, 208, 160) !important;
}

.accessibility-1-2 a:not(.accessibility-menu a) {
    transition: all;
    border-color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 0, 0) !important;
    color: rgb(252, 255, 60) !important;
}

.accessibility-1-2 .logo-img,
.accessibility-2-1 .logo-img,
.accessibility-1-2 .footer-logo img,
.accessibility-2-1 .footer-logo img {
    background-color: rgb(252, 255, 60) !important;
}

.accessibility-1-2 .accessibility-item img {
    background-color: rgb(252, 255, 60) !important;
}

.accessibility-1-3 * {
    transition: all;
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(0, 0, 0) !important;
    color: rgb(0, 0, 0) !important;
}

.accessibility-2-1 a,
.accessibility-2-1 .layui-nav-item {
    display: inline-flex;
    text-decoration: underline !important;
    transition: 0.4s;
    color: rgb(255, 255, 0) !important;
    background-color: rgb(0, 0, 0) !important;
}

.accessibility-3-1 {
    zoom: 1.15;
}

.accessibility-3-1 #accessibilityMenu .accessibility-section {
    padding-bottom: 90px;
}

.accessibility-3-2 {
    zoom: 1.25;
}

.accessibility-3-2 #accessibilityMenu .accessibility-section {
    padding-bottom: 150px;
}

.accessibility-3-3 {
    zoom: 1.3;
}

.accessibility-3-3 #accessibilityMenu .accessibility-section {
    padding-bottom: 210px;
}

.accessibility-3-4 {
    zoom: 1.4;
}

.accessibility-3-4 #accessibilityMenu .accessibility-content {
    padding-bottom: 270px;
}

.accessibility-4-1 *{
    word-spacing: .16em !important;
    letter-spacing: .12em !important;
}

.accessibility-4-2 *{
    word-spacing: .32em !important;
    letter-spacing: .24em !important;
}

.accessibility-4-3 *{
    word-spacing: .48em !important;
    letter-spacing: .36em !important;
}

.accessibility-4-1 #accessibilityMenu *,
.accessibility-4-2 #accessibilityMenu *,
.accessibility-4-3 #accessibilityMenu * {
    word-spacing: 0 !important;
    letter-spacing: 0 !important;
}

.accessibility-5-1 * {
    animation: none !important;
}

.accessibility-6-1 img:not(.title-txt-img):not(.body-icon):not(.accessibility-item .item-icon):not(.logo-img),
.accessibility-6-1 svg {
    opacity: 0;
}

.accessibility-6-1 .fix-link-box .fix-list li img,
.accessibility-6-1 .btn-txt-box img,
.accessibility-6-1 #mkdf-back-to-top img,
.accessibility-6-1 .widget-footer img,
.accessibility-6-1 .right-arrow,
.accessibility-6-1 .web-right img,
.accessibility-6-1 .search-icon,
.accessibility-6-1 #accessibilityIcon img,
.accessibility-6-1 #accessibilityMenu svg {
    opacity: 1 !important;
}

.accessibility-7-1 * {
    /* font-family: UDF, serif !important; */
    font-family: 'Comic Sans', serif !important;
}

.accessibility-7-2 * {
    font-family: 'Arial', serif !important;
}

.accessibility-8-1 * {
    cursor: url('/assets2/image/big-arrow.svg'), auto !important;
}

.accessibility-10-1 * {
    line-height: 48px !important;
}

.accessibility-10-2 * {
    line-height: 56px !important;
}

.accessibility-10-3 * {
    line-height: 64px !important;
}

.accessibility-10-1 #accessibilityMenu *,
.accessibility-10-2 #accessibilityMenu *,
.accessibility-10-3 #accessibilityMenu * {
    line-height: normal !important;
}

.accessibility-12-1 {
    filter: saturate(0.5) !important;
}

.accessibility-12-2 {
    filter: saturate(3) !important;
}

.accessibility-12-3 {
    filter: saturate(0) !important;
}

/* 修改阅读指南线相关样式 */
.uw-s10-reading-guide {
  pointer-events: none; /* 确保指南线不会阻止鼠标事件 */
  transition: top 0.05s cubic-bezier(0.1, 0.9, 0.2, 1), 
              left 0.05s cubic-bezier(0.1, 0.9, 0.2, 1); /* 更快更平滑的过渡 */
  display: none;
  box-sizing: border-box;
  background: #000;
  width: 40vw !important;
  min-width: 200px !important;
  max-width: 100vw !important;
  position: fixed !important;
  height: 12px !important;
  border: solid 3px #fff300;
  border-radius: 5px;
  top: 20px;
  z-index: 2147483647;
  transform: translateX(-50%);
  will-change: transform, top, left; /* 提示浏览器这些属性将会变化，优化性能 */
}

.uw-s10-reading-guide__arrow {
  position: absolute;
  bottom: 100%;
  width: 20px;
  height: 0;
  transition: left 0.05s cubic-bezier(0.1, 0.9, 0.2, 1); /* 更快更平滑的过渡 */
  transform: translateX(-50%);
  will-change: transform, left; /* 提示浏览器这些属性将会变化，优化性能 */
}

.uw-s10-reading-guide__arrow:after, 
.uw-s10-reading-guide__arrow:before {
  content: "";
  position: absolute;
  bottom: 0; /* 确保箭头紧贴指南线 */
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
}

.uw-s10-reading-guide__arrow:before {
  border-bottom-color: #fff300;
  border-width: 17px;
  margin-left: -17px;
}

.uw-s10-reading-guide__arrow:after {
  border-bottom-color: #000;
  border-width: 14px;
  margin-left: -14px;
}


/* 文字對齊 */
.text-align-1{
    text-align: left !important;     /* 左對齊*/
}
.text-align-2{
    text-align: right !important;    /* 右對齊*/
}
.text-align-3{
    text-align: center !important;   /* 居中對齊*/
}
.text-align-4{
    text-align: justify !important;  /* 全寬對齊*/
}


/* 重置所有輔助功能設置 */
.reset-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 15px 12px;
    margin-top: 20px;
    background: #003366;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.reset-btn:hover {
    opacity: 0.8;
}

.reset-icon {
    font-size: 18px;
    color: #fff;
    line-height: 10px;
}

.reset-text {
    font-size: 15px;
    color: #fff;
}
/* 移動隱藏小部件 */
.position-dropdown {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    position: relative;
}

.gear-icon {
    font-size: 16px;
}

.toggle-text {
    flex-grow: 1;
    text-align: left;
    font-size: 15px;
}
.expanded_panel__wrapper__icon{
    background-color: #003366;
    border-radius: 50%;
    color: #fff;
    padding: 7px;
}

.toggle-arrow {
    font-size: 12px;
    transition: transform 0.3s;
}

/* 展開時箭頭旋轉 */
.dropdown-toggle.active .toggle-arrow {
    transform: rotate(90deg);
}

.dropdown-menu {
    position: relative;
    /* top: 100%;
    left: 0; */
    width: 100%;
    height: auto;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
    margin-bottom: 20px;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu .menu-item:first-child{
    border-top: 1px solid #d9dde3;
}
.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    cursor: pointer;
    border-bottom: 1px solid #d9dde3;
    font-size: 15px;
}

.menu-item:hover {
    background: #f5f5f5;
}

/* 隱藏原生radio */
.menu-item input[type="radio"] {
    display: none;
}

/* 自定義radio樣式 */
.radio-mark {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    padding: 9px;
}

.menu-item input[type="radio"]:checked + .radio-mark {
    border-color: #003366;
}

.menu-item input[type="radio"]:checked + .radio-mark:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #003366;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accessibility-menu .a-item-9{
    display: none;
}

/* 部件下方公司logo */
.widget-footer {
    position: absolute; 
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.footer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-icon {
    display: flex;
    align-items: center;
    color: #666;
}

.footer-text-stack {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;  /* 改為左對齊，因為圖標在左邊 */
}

.footer-text-top {
    color: #003366;
    font-size: 15px;
    margin-bottom: 5px;
}

.footer-text-bottom a{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border-radius: 15px;
    background-color: #003366;
    padding: 4px 10px;
}



.userway-logo {
    object-fit: contain;
    width: 120px;
    height: auto;
}


.train-flow-content p.text-align-1 span{
    left: 0 !important;
}
.train-flow-content p.text-align-4 span{
    left: 0 !important;
}


@media screen and (max-width: 1580px) and  (min-width: 1296px){
	.foot-nav-list{
		width:21%;     justify-content: center; padding-left:3%;
	}
	
}


@media screen and (min-width: 1600px){
	
	.foot-nav-list{
		margin-right:30px;
	}

	.footer-rightwrapper .foot-nav-list:nth-child(1),.footer-rightwrapper .foot-nav-list:nth-child(6){
		padding-left:10px; width:195px;
	}
	
	.footer-rightwrapper .foot-nav-list:nth-child(5){
		margin-right:0
	}
	
	
}


/*按鈕*/
.cmm-box{
    text-align:center; padding-bottom:18px;
}

.cmm-btn {
    display: inline-flex;
    align-items: center;
    background-color: #FFBE1B;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    max-width: 94%;
    width: fit-content;
    margin: 0 auto;
}

.cmm-btn:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    transform: translateY(-2px);
}

.cmm-btn-text {
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin-right: 0px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.cmm-btn-arrow {
    background-color: orange;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: arrowMove 1.5s ease-in-out infinite;
    box-shadow: 0 2px 5px rgba(255, 71, 87, 0.3);
    flex-shrink: 0;
}

.cmm-btn-arrow i {
    color: white;
    font-size: 20px;
}

@keyframes arrowMove {
    0% { transform: translateX(0); }
    50% { transform: translateX(9px); }
    100% { transform: translateX(0); }
}

.page-list-li li{
	font-family: PingFang HK, PingFang HK;
	font-weight: 500;
	font-size: 32px !important;
	color: #88654F;
	padding-left:22px !important;
}

.page-list-li li::after {
    width: 16px  !important;
    height: 16px  !important;
    top: 12px  !important;
}

@media screen and (max-width: 768px) {
    .cmm-btn {
        padding: 12px 20px;
    }

    .cmm-btn-text {
        font-size: 18px;
        margin-right: 0px;
    }

    .cmm-btn-arrow {
        width: 32px;
        height: 32px;
    }

    .cmm-btn-arrow i {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .cmm-btn {
        padding: 10px 15px;
    }

    .cmm-btn-text {
        font-size: 16px;
        margin-right: 10px;
    }

    .cmm-btn-arrow {
        width: 28px;
        height: 28px;
    }

    .cmm-btn-arrow i {
        font-size: 14px;
    }
	
	.page-list-li li{	
		font-size: 15px !important;
		padding-left:19px !important;
		line-height:28px !important;
	}

	.page-list-li li::after {
		width: 10px  !important;
		height: 10px  !important;
		top: 9px  !important;
	}

	
}

@media screen and (min-width: 1281px) and (max-width: 1640px) {
    .page-en-us .nav-item {
        flex: auto;
    }

	.page-en-us li.layui-nav-item.nav-item.nav-item-1 {
		width: 31px !important;
	}
	
	.page-en-us li.layui-nav-item.nav-item.nav-item-2 {
		width: 122px !important;
	}

    .page-en-us li.layui-nav-item.nav-item.nav-item-3 {
        width: 82px !important;
    }

	.page-en-us li.layui-nav-item.nav-item.nav-item-4 {
		width: 100px !important;
	}

	.page-en-us li.layui-nav-item.nav-item.nav-item-5,
	.page-en-us li.layui-nav-item.nav-item.nav-item-7,
	.page-en-us li.layui-nav-item.nav-item.nav-item-8,
	.page-en-us li.layui-nav-item.nav-item.nav-item-9 {
		width: 54px !important;
	}

    .page-en-us li.layui-nav-item.nav-item.nav-item-6 {
        width: 102px !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
    .page-en-us .header-container .left-wrapper .logo-img {
        height: 24px;
    }
}
/*按鈕*/