@charset "utf-8";

body {
    color: #231815;
}
.mnbd25_top {
    background-color: transparent;
    color: inherit;
    padding: 20px 0;
}
.mnbd25_newtop {
    flex-wrap: nowrap;
}
.mnbd25_nwtp_logo {
    flex-grow: 0;
}
.mnbd25_tp_logo img {
    max-height: 79px;
}
.mnbd25_nwtp_menu {
    width: auto;
    min-width: 0;
    order: 2;
    /**/
    margin-top: 0;
    flex-grow: 1;
}
.mnbd25_sitemenu a {
    padding: 0.3em 0.5em;
    /* white-space: nowrap; */
}
a#mnbd25_language_button::after {
    border-top-color: #231815;
}
a#mnbd25_language_button + ul {
    background-color: #FFF;
    z-index: 5;
}
.mnbd25_sitemenu > ul {
    flex-wrap: wrap;
}
.mnbd25_sitemenu > ul > li {
    flex-grow: 1;
    width: auto;
    padding-left: 20px;
}
.mnbd25_sitemenu > ul ul {
    background-color: #FFF;
    width: auto;
    left: 20px;
    min-width: calc(100% - 20px);
}
.mnbd25_sitemenu > ul ul > li {
    border-top-color: #CCC;
}
.mnbd25_sitemenu > ul > li:last-child ul {
    left: auto;
    right: 0;
}
a#mnbd25_mobile_toggle::before,
a#mnbd25_mobile_toggle > span::before,
a#mnbd25_mobile_toggle > span::after,
a#mnbd25_mobile_toggle::after {
    background-color: #ff761a;
}
html.mnbd25_mobile_showed a#mnbd25_mobile_toggle::before,
html.mnbd25_mobile_showed a#mnbd25_mobile_toggle > span::before,
html.mnbd25_mobile_showed a#mnbd25_mobile_toggle > span::after,
html.mnbd25_mobile_showed a#mnbd25_mobile_toggle::after {
    background-color: #e4dfde;
}
/**/
body[data-layout="night"] a#mnbd25_mobile_toggle::before,
body[data-layout="night"] a#mnbd25_mobile_toggle > span::before,
body[data-layout="night"] a#mnbd25_mobile_toggle > span::after,
body[data-layout="night"] a#mnbd25_mobile_toggle::after {
    background-color: #889eed;
}
@media screen and (max-width: 1366px) {
    .mnbd25_sitemenu > ul > li {
        width: auto;
    }
}
@media screen and (max-width: 1024px) {
    html {
        padding-top: 60px;
    }
    .mnbd25_top {
        padding: 0;
    }
    .mnbd25_nwtp_logo {
        background-color: #FFF;
        border-bottom: none;
    }
    html.mnbd25_mobile_showed .mnbd25_top {
        background-color: #ff6b00;
    }
    /*fix iOS BUG (假)*/
    html.mnbd25_mobile_showed .mnbd25_top ~ * {
        opacity: 0;
    }
    html.mnbd25_mobile_showed,
    html.mnbd25_mobile_showed > body {
        background-color: #ff6b00;
    }
    body[data-layout="night"] html.mnbd25_mobile_showed,
    body[data-layout="night"] html.mnbd25_mobile_showed > body {
        background-color: #829ff3;
    }
    /**/
    .mnbd25_nwtp_other {
        margin-top: 60px;
    }
    .mnbd25_sitemenu a {
        white-space: normal;
        border: 2px solid #fff000 !important;
        padding: 0.5em 0.8em !important;
    }
    .mnbd25_sitemenu > ul {
        justify-content: flex-start;
    }
    .mnbd25_sitemenu > ul > li {
        flex-grow: 0;
        width: 33.3333333333333333%;
    }
    .mnbd25_sitemenu > ul > li > a {
        display: flex;
        align-items: center;
        color: #FFF;
        border-radius: 99999px;
        letter-spacing: 0.25em;
    }
    .mnbd25_sitemenu > ul > li > a > span {
        flex-grow: 1;
    }
    .mnbd25_sitemenu > ul > li > a.has_sub::after {
        content: "v";
        display: block;
    }
    .mnbd25_sitemenu > ul > li > a.has_sub > span {
        padding-left: 1em;
    }
    a#mnbd25_language_button + ul {
        background-color: transparent;
    }
    /*a#mnbd25_language_button + ul a,
    .mnbd25_sitemenu > ul ul li:first-child > a,
    .mnbd25_sitemenu > ul ul li:last-child > a {
        background-color: #FFF;
        border-color: #231815;
        border: none;
    }*/
    .mnbd25_sitemenu > ul ul {
        background-color: transparent;
        font-size: 100%;
    }
    .mnbd25_sitemenu > ul ul,
    .mnbd25_sitemenu > ul li:hover > ul {
        display: none;
    }
    .mnbd25_sitemenu > ul ul > li {
        border: none;
        /* margin-bottom: 0.5em; */
    }
    .mnbd25_sitemenu > ul ul a {
        font-size: 90%;
        letter-spacing: normal;
        border-top: none !important;
        background-color: transparent;
        color: #fff000;
    }
    /**/
    .mnbd25_sitemenu > ul .mbshow_sub > ul {
        display: block !important;
    }
    .mnbd25_sitemenu > ul .mbshow_sub > a {
        border-radius: 0;
        background-color: #ff5300;
    }
    .mnbd25_sitemenu > ul .mbshow_sub > a.has_sub::after {
        transform: rotate(180deg);
    }
    /**/
    .mnbd25_nwtp_other {
        /*padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #fff000;
        margin-bottom: 20px;*/
    }
    a#mnbd25_language_button + ul a {
        color: #FFF;
        border-width: 2px;
        border-color: #fff000;
    }
    /**/
    .mnbd25_tp_logo img {
        left: 50%;
        top: 50%;
        width: 100%;
        height: calc(100% + 10px);
        transform: translate(-50%, -50%);
    }
    /**/
    html.mnbd25_mobile_showed body[data-layout="night"] .mnbd25_top {
        background-color: #829ff3;
    }
    body[data-layout="night"] .mnbd25_sitemenu a,
    body[data-layout="night"] a#mnbd25_language_button + ul a,
    body[data-layout="night"] .mnbd25_nwtp_other {
        border-color: #bbebfd !important;
    }
    body[data-layout="night"] .mnbd25_sitemenu > ul .mbshow_sub > a {
        background-color: #688df7;
    }
}
@media screen and (max-width: 768px) {
    .mnbd25_sitemenu > ul > li {
        width: 50%;
    }
}
@media screen and (max-width: 475px) {
    .mnbd25_sitemenu > ul > li {
        width: 100%;
    }
}
.mnbd25_nwtp_other{
    order: 3;
}
/******/
.mnbd25_middle {
    position: relative;
}
.mnbd25_middle::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), transparent);
    pointer-events: none;
    touch-action: none;
}
@media screen and (max-width:1024px) {
    .mnbd25_middle::before {
        position: sticky;
        top: 60px;
    }
}
.index_marquee_content_position {
    margin-left: 0;
    min-height: 1.483em;
}
.index_marquee_content > ul > li {
    display: flex;
    align-items: center;
    margin-right: 1em;
}
.index_marquee_content > ul > li::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../Images/2026_chiyai/day/marquee_icon_1.png);
}
.index_marquee_content > ul > li:nth-child(even):before {
    background-image: url(../Images/2026_chiyai/day/marquee_icon_2.png);
}
/****/
body[data-layout="night"] .index_marquee_content > ul > li:before {
    background-image: url(../Images/2026_chiyai/night/marquee_icon_1.png);
}
body[data-layout="night"] .index_marquee_content > ul > li:nth-child(even):before {
    background-image: url(../Images/2026_chiyai/night/marquee_icon_2.png);
}
/****/
.blck25_index_block[data-rel="main"] {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}
.blck25_index_block[data-rel="news"],
.blck25_marquee_box,
a.mn25_news_item {
    background-color: #e4dfde;
}
/***/
body[data-layout="night"] .blck25_index_block[data-rel="news"],
body[data-layout="night"] .blck25_marquee_box,
body[data-layout="night"] a.mn25_news_item {
    background-color: #ededed;
}
/***/
.blck25ndx_title {
    background: transparent;
    color: inherit;
    max-width: none;
    font-weight: normal;
}
.index_title_img {
    text-align: center;
    margin-bottom: 0.8em;
}
.inrpg_title .index_title_img {
    margin-bottom: 0.5em;
}
.index_title_text {
    font-weight: bold;
}
.index_title_slogan {
    font-size: 75%;
}
/***/
.mn25_news_list:not(.pgmtchng_list) {
    overflow: visible;
}
.mn25_news_list:not(.pgmtchng_list) > ul > li {
    position: relative;
}
.mn25_news_list:not(.pgmtchng_list) > ul > li::before {
    content: "";
    display: block;
    left: 15px;
    right: 0;
    top: 15px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    border-radius: 30px;
    transition: translate 0.25s;
    /*
    content: none; */
}
a.mn25_news_item {
    display: block;
    border-radius: 30px;
    padding: 20px;
    font-weight: bold;
    position: relative;
}
a.mn25_news_item::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ff761a;
    transition: width 0.15s;
}
.blck25_index_block[data-rel="news"] a.mn25_news_item:not(:hover) {
    background-color: #FFF;
}
.mn25_news_text {
    position: relative;
    background: url(../Images/2026_chiyai/index_news_arrow_b.png) right top no-repeat;
    background-size: 50px auto;
    padding-right: 60px;
}
a.mn25_news_item:hover .mn25_news_text {
    background-image: url(../Images/2026_chiyai/index_news_arrow_w.png);
}
.mn25_news_time {
    color: #ff761a;
    width: auto;
    min-width: 0;
}
a.mn25_news_item:hover {
    color: #FFF;
    transform: translate(-5px, -5px);
}
a.mn25_news_item:hover::before {
    width: 100%;
}
a.mn25_news_item:hover .mn25_news_time {
    color: #fef140;
}
/******/
body[data-layout="night"] a.mn25_news_item::before {
    background-color: #889eed;
}
body[data-layout="night"] .mn25_news_time {
    color: #7f9ff0;
}
/******/
.mn25_news_text {
    display: block;
    min-height: 50px;
}
.mn25_news_text > div:first-child ~ div {
    margin-top: 0.5em;
}
.mn25_news_text > div {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}
.mn25_news_time {
    background: transparent !important;
}
.mn25_news_time_date {
    font-size: 100%;
}
.mn25_news_title {
    padding-left: 0;
    padding-right: 0;
}
.mn25_more a {
    font-size: 85%;
    font-weight: bold;
    border-radius: 99999px;
}
.blck25_index_block[data-rel="news"] .mn25_more a {
    color: inherit;
    background-color: #FFF;
}
/***/
body[data-layout="night"] .mn25_more a {
    background-color: #d0d0d0;
}
/***/
.mn25_more a::after {
    content: none;
}
/****/
.page_bottom_button {
    display: none;
}
.inrpg_title {
    color: inherit;
}
/****/
.blkbtm_fatfooter_button {
    background-color: #fff11d;
}
body[data-layout="night"] .blkbtm_fatfooter_button {
    background-color: #65dfff;
}
a#blkbtm_fatfooter_button {
    color: #000;
}
a#blkbtm_fatfooter_button::before {
    border-bottom-color: #000;
}
.fafooter_hide a#blkbtm_fatfooter_button::before {
    border-top-color: #000;
}
a#blkbtm_fatfooter_button::after {
    background-color: #000;
}
/**/
.blkbtm_fatfooter_content > div {
    overflow: hidden;
    padding: 15px 0 30px 0 !important;
    margin-top: 0;
    margin-bottom: 0;
}
.blkbtm_fatfooter_content > div > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -15px;
}
.blkbtm_fatfooter_content > div > ul > li {
    padding-left: 15px;
    padding-top: 15px;
    width: 20%;
    min-width: 20%;
}
.blkbtm_fatfooter_content > div > ul > li > a {
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}
.blkbtm_fatfooter_content > div > ul ul {
    font-size: 80%;
}
.blkbtm_fatfooter_content > div > ul ul > li {
    margin-top: 15px;
}
@media screen and (max-width:1024px) {
    .blkbtm_fatfooter_content > div > ul > li {
        width: 33.33333333333333%;
        min-width: 33.33333333333333%;
    }
}
@media screen and (max-width:768px) {
    .blkbtm_fatfooter_content > div > ul > li {
        width: 50%;
        min-width: 50%;
    }
}
@media screen and (max-width:475px) {
    .blkbtm_fatfooter_content > div > ul > li {
        width: 100%;
        min-width: 100%;
    }
}
.mnbd25_btm2 {
    background-color: transparent;
    color: inherit;
    overflow: hidden;
}
.mnbd25_btm2 {
    border-top: 1px solid #e4dfde;
}
body[data-layout="night"] .mnbd25_btm2 {
    border-top-color: #ededed;
}
.mnbd25_btm2 > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 7px;
}
.mnbd25_btm2 > div > div {
    padding: 8px;
}
.mnbd25_btm2 > div > div:nth-child(2) {
    flex-grow: 1;
}
.mnbd25_btm2_1.mnbd25_bottom_logos > ul {
    margin: 0;
    margin-left: -10px;
    margin-top: -10px;
}
.mnbd25_btm2_1.mnbd25_bottom_logos > ul > li {
    margin: 0;
}
.mnbd25_btm2_1 > ul > li > a::before {
    content: none;
}
.mnbd25_btm2_2,
.mnbd25_btm3 {
    font-size: 100%;
}
.mnbd25_btm2_2 {
    justify-content: center;
}
.mnbd25_btm2_2 > div {
    margin: 0;
}
.mnbd25_btm2_2_list {
    overflow: hidden;
    display: inline-block;
}
.mnbd25_btm2_2_list > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -11px;
}
.mnbd25_btm2_2_list > ul > li {
    padding-top: 10px;
    flex-grow: 1;
}
.mnbd25_btm2_2_list > ul > li > a {
    position: relative;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
.mnbd25_btm2_2_list > ul > li > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0.8em;
    background-color: #000;
    transform: translate(0, -50%);
}
.mnbd25_btm2_3 {
    text-align: left;
}
.mnbd25_btm3 {
    background-color: #9b9b9b;
    padding: 20px;
    overflow: hidden;
}
.mnbd25_btm3_flex,
.mnbd25_btm3 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* padding: 10px; */
    margin-left: -20px;
    margin-top: -20px;
}
.mnbd25_btm3_flex {
    justify-content: space-between;
}
.mnbd25_btm3 ul {
    justify-content: center;
}
.mnbd25_btm3_flex > div,
.mnbd25_btm3 ul > li {
    /* padding: 10px; */
    padding-left: 20px;
    padding-top: 20px;
    /**/
    text-align: center;
}
@media screen and (max-width:1440px) {
    .mnbd25_btm3_flex > div {
        width: 100%;
    }
}
.mnbd25_btm4 {
    text-align: center;
}
.mnbd25_btm4 > div {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.mnbd25_btm4 > div > div {
    flex-grow: 1;
    margin: 0.25em 0.5em;
}
/*****/
/*.index_slider2026 {
    background-color: #f7f7f7;
}*/
.mcipcsldr_dotbtns_box {
    bottom: 0;
    padding-bottom: 15px;
}
.mcipcsldr_dotbtns_box > div {
    display: block;
    margin: 0;
}
.mcipcsldr_dotbtns_pos {
    overflow: hidden;
}
.mcipcsldr_dotbtns_pos ul {
    display: flex;
    justify-content: center;
    margin-top: -10px;
    margin-left: -10px;
}
.mcipcsldr_dotbtns_pos ul > li {
    margin: 0;
    padding-top: 10px;
    padding-left: 10px;
}
a.mcipcsldr_dotbtn {
    width: 15px;
    height: auto;
}
a.mcipcsldr_dotbtn > span {
    display: block;
    font-size: 0;
}
a.mcipcsldr_dotbtn > span::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
}
@media screen and (max-width:1440px) {
    .mcipcsldr_dotbtns_box {
        position: static;
        margin-top: 15px;
        padding-bottom: 0;
    }
}
/****/
.mnbd25_sahre_buttons {
    width: 3.28125%;
    top: auto;
    bottom: 20px;
    transform: none;
}
.mnbd25_sahre_buttons ul:first-child + ul {
    position: relative;
    /* margin-top: 41px; */
    margin-top: 68.33333333333333%;
}
.mnbd25_sahre_buttons ul:first-child + ul::before {
    content: "";
    display: block;
    position: absolute;
    top: 0; /*-20px;*/
    left: 50%;
    width: 60%;
    height: 1px;
    background-color: #CCC;
    transform: translate(-50%, 0);
    margin-top: -34.16666666666667%;
}
@media screen and (max-width:1024px) {
    .mnbd25_sahre_buttons {
        display: none;
    }
}
/*****/
.blck25_index_block[data-rel="area"] {
    background-color: #FFF;
}
.blck26ndx_areainfo_content {
    overflow: hidden;
}
.blck26ndx_areainfo_content .content_block {
    display: flex;
    margin-left: -20px;
    margin-top: -20px;
}
.blck26ndx_areainfo_content .content_block > li {
    flex-grow: 1;
    padding-left: 20px;
    padding-top: 20px;
}
.blck26ndx_areainfo_content .content_block > li > div {
    background-color: #f0e3c9;
    padding: 20px;
    border-radius: 30px;
    min-height: 100%;
    position: relative;
}
.blck26ndx_areainfo_item_title {
    font-weight: bold;
    margin-bottom: 1em;
    padding-right: 60px;
    background: url(../Images/2026_chiyai/index_news_arrow_b.png) right top no-repeat;
    background-size: 50px auto;
}
.blck26ndx_areainfo_item_title_main {
    font-size: 180%;
    color: #ff761a;
}
.blck26ndx_areainfo_item_title_sub {
    font-size: 110%;
    color: #231815;
}
.blck26ndx_areainfo_subitems > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
}
.blck26ndx_areainfo_subitems > ul > li {
    width: 25%;
    min-width: 25%;
    padding-left: 10px;
    padding-top: 10px;
}
.blck26ndx_areainfo_subitems > * {
    position: relative;
    z-index: 3;
}
.blck26ndx_areainfo_subitems::before,
.blck26ndx_areainfo_subitems::after {
    content: "";
    display: block;
    position: absolute;
    width: 25%;
    height: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}
.blck26ndx_areainfo_subitems::before {
    top: 23%;
    left: 0;
    background-position: top center;
    background-image: url(../Images/2026_chiyai/day/index_area_bg2.png);
    background-size: 36% auto;
}
.blck26ndx_areainfo_subitems::after {
    bottom: 0;
    right: 0;
    background-position: bottom center;
    background-image: url(../Images/2026_chiyai/day/index_area_bg3.png);
    background-size: 29% auto;
}
.blck26ndx_areainfo_subitems a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99999px;
    background-color: #FFF;
    text-decoration: none;
    padding: 0.5em 0; /*1.5em;*/
    text-align: center;
    /* font-size: 80%; */
    min-height: 100%;
    font-weight: bold;
    overflow: hidden;
}
.blck26ndx_areainfo_subitems a::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    transform: translate(-50%, 0);
    background-color: #fff140;
    transition: width 0.15s;
}
.blck26ndx_areainfo_subitems a:hover::before {
    width: 100%;
}
.blck26ndx_areainfo_subitems a > * {
    position: relative;
}
/**/
.blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(1),
.blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(4),
.blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(7) {
    margin-left: 25%;
}
.blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(12),
.blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(15),
.blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(18) {
    margin-right: 25%;
}
/**/
.blck26ndx_areainfo_content .content_block > li:first-child {
    flex-grow: 0;
    width: 33.84253819036428%;
    min-width: 33.84253819036428%;
}
.blck26ndx_areainfo_content .content_block > li:first-child > div {
    background-color: #ff761a;
}
.blck26ndx_areainfo_content .content_block > li:first-child .blck26ndx_areainfo_item_title_main,
body[data-layout="night"] .blck26ndx_areainfo_content .content_block > li:first-child .blck26ndx_areainfo_item_title_main {
    color: #FFF;
}
.blck26ndx_areainfo_content .content_block > li:first-child .blck26ndx_areainfo_item_title_sub {
    color: #fff140;
}
.blck26ndx_areainfo_content .content_block > li:first-child .blck26ndx_areainfo_subitems > ul > li {
    width: 50%;
    min-width: 50%;
}
.blck26ndx_areainfo_content .content_block > li:first-child .blck26ndx_areainfo_subitems > ul > li:nth-last-child(4) ~ li {
    margin-left: 50%;
}
.blck26ndx_areainfo_content .content_block > li:first-child .blck26ndx_areainfo_subitems::before {
    top: auto;
    bottom: 0;
    width: 50%;
    background-position: bottom center;
    background-image: url(../Images/2026_chiyai/day/index_area_bg1.png);
    background-size: 23% auto;

}
.blck26ndx_areainfo_content .content_block > li:first-child .blck26ndx_areainfo_subitems::after {
    content: none;
}
/**/
body[data-layout="night"] .blck26ndx_areainfo_content .content_block > li > div {
    background-color: #c5eafb;
}
body[data-layout="night"] .blck26ndx_areainfo_content .content_block > li .blck26ndx_areainfo_item_title_main {
    color: #6782e3;
}
body[data-layout="night"] .blck26ndx_areainfo_content .content_block > li .blck26ndx_areainfo_subitems::before {
    background-image: url(../Images/2026_chiyai/night/index_area_bg2.png);
    background-size: 44% auto;

}
body[data-layout="night"] .blck26ndx_areainfo_content .content_block > li .blck26ndx_areainfo_subitems::after {
    background-image: url(../Images/2026_chiyai/night/index_area_bg3.png);
    background-size: 53% auto;

}
body[data-layout="night"] .blck26ndx_areainfo_content .content_block > li:first-child > div {
    background-color: #889eed;
}
body[data-layout="night"] .blck26ndx_areainfo_content .content_block > li:first-child .blck26ndx_areainfo_subitems::before {
    background-image: url(../Images/2026_chiyai/night/index_area_bg1.png);
    background-size: 38% auto;

}
@media screen and (max-width:1440px) {
    .blck26ndx_areainfo_content .content_block > li:first-child {
        width: 50%;
        min-width: 50%;
    }
    .blck26ndx_areainfo_content .content_block > li .blck26ndx_areainfo_subitems > ul > li {
        width: 50%;
        min-width: 50%;
    }
    .blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(1),
    .blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(4),
    .blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(7),
    .blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(12),
    .blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(15),
    .blck26ndx_areainfo_content .content_block > li:nth-child(2) .blck26ndx_areainfo_subitems > ul > li:nth-child(18),
    .blck26ndx_areainfo_content .content_block > li:first-child .blck26ndx_areainfo_subitems > ul > li:nth-last-child(4) ~ li {
        margin-left: 0;
        margin-right: 0;
    }
    .blck26ndx_areainfo_subitems::before,
    .blck26ndx_areainfo_subitems::after {
        content: none;
    }
}
@media screen and (max-width:1024px) {
    .blck26ndx_areainfo_content .content_block {
        flex-wrap: wrap;
    }
    .blck26ndx_areainfo_content .content_block > li:first-child {
        width: 100%;
        min-width: 100%;
    }
    .blck26ndx_areainfo_subitems a {
        font-size: 90%;
    }
}
@media screen and (max-width:475px) {
    .blck26ndx_areainfo_content .content_block > li:first-child .blck26ndx_areainfo_subitems > ul > li,
    .blck26ndx_areainfo_content .content_block > li .blck26ndx_areainfo_subitems > ul > li {
        width: 100%;
        min-width: 100%;
    }
}
/***/
.inrpg_content {
    background-color: transparent;
    padding: 0;
}
/***/
.day_night_chage {
    display: none;
}
/***/
.mnbd25_areaInfo_bottom {
    background-color: transparent;
}
.mnbd25_areaInfo_bottom .mcitab_header {
    position: relative;
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    margin: 1em 0;
}
.mnbd25_areaInfo_bottom .mcitab_header::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 2px dashed #ff761a;
    transform: translate(0, -50%);
}
.mnbd25_areaInfo_bottom .mcitab_header > span {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding: 0 0.75em;
    z-index: 2;
}
.mnbd25_areaInfo_btmlst_title {
    color: inherit;
}
.mnbd25_areaInfo_bottom_list {
    margin-left: -20px;
    margin-top: -20px;
}
.mnbd25_areaInfo_bottom_list > li {
    margin: 0;
    padding-left: 20px;
    padding-top: 20px;
}
[data-rel^="lantern"] .mnbd25_areaInfo_btmlst_title > span {
    padding-top: 0;
}
.mnbd25_areaInfo_filter > ul {
    justify-content: center;
}
.mnbd25_areaInfo_filter > ul a {
    /*background-color: #e7e0df;
    color: inherit;
    border-radius: 9999px;*/
    padding: 2px;
}
.mnbd25_areaInfo_filter a > span {
    background-color: transparent;
}
.mnbd25_areaInfo_filter .active a {
    background: #ff761a;
}
/**/
body[data-layout="night"] .mnbd25_areaInfo_bottom .mcitab_header::before {
    border-bottom-color: #889eed;
}
body[data-layout="night"] .mnbd25_areaInfo_filter a {
    background-color: #ededed;
}
body[data-layout="night"] .mnbd25_areaInfo_filter .active a {
    background: #889eed;
}
/**/
.page_multimedia_list .idxcnt_lntrnnwslst_desc {
    color: inherit;
}
.mn26_subitem_list ul > li:nth-child(odd) {
    background-color: #efefef;
}
.mn26_subitem_list a {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
}
[data-category="menu_sub"][data-rel="list"] .mn25_news_text {
    display: flex;
    align-items: center;
}
/***/
/*.contentColumn_pic > a.mnbd25_article_img_show {
    position: relative;
    display: block;
    border-radius: 1em;
    overflow: hidden;
}
.contentColumn_pic > a.mnbd25_article_img_show::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #333;
}
.contentColumn_pic > a.mnbd25_article_img_show > img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    transform: translate(-50%, -50%);
    object-fit: cover;
    background-color: #FFF;
}
.contentColumn_pic > a.mnbd25_article_img_show > img,
.mnbd25_areaInfo_bottom ul > li > a img {
    transition: all 0.25s;
}
.contentColumn_pic > a.mnbd25_article_img_show:hover > img,
.mnbd25_areaInfo_bottom ul > li > a:hover img {
    width: calc(100% + 30px) !important;
    height: calc(100% + 30px) !important;
}*/
.mnbd25_article_img_show {
    display: block;
    text-align: center;
}
.mnbd25_article_img_show img {
    width: auto;
}
/****/
.mnbd25_inner[data-category="matching"][data-rel="list"] .site24_articale_list_box > div:first-child ~ div {
    margin-top: 30px;
}
body[data-layout] [data-category="matching"][data-rel="list"] .mn25_news_list a.mn25_news_item {
    background-color: transparent;
    border-bottom: 2px solid #ff761a;
    border-radius: 0;
    transition: border-radius 0.25s;
}
body[data-layout] [data-category="matching"][data-rel="list"] .mn25_news_list a.mn25_news_item:hover {
    transform: none;
    border-radius: 1em;
}
/***/
.pgmtchng_top_img {
    text-align: center;
}
.pgmtchng_need_list {
    overflow: hidden;
}
.pgmtchng_need_list > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -15px;
}
.pgmtchng_need_list > ul > li {
    width: 50%;
    min-width: 50%;
    padding-left: 15px;
    padding-top: 15px;
}
.pgmtchng_need_item {
    display: flex;
    background-color: #f0e3c9;
    padding: 2em;
    border-radius: 15px;
}
.pgmtchng_ndtm_item_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.pgmtchng_ndtm_title {
    font-size: 144%;
    font-weight: bold;
    margin-bottom: 1em;
}
.pgmtchng_ndtm_filter {
    flex-grow: 1;
    padding-bottom: 1em;
}
/**/
a.mn26_smallbtn {
    display: block;
    text-align: center;
    border-radius: 9999px;
    overflow: hidden;
    padding: 0.5em 2em;
    text-decoration: none;
    position: relative;
    color: inherit;
    background-color: #e7e0df;
}
a.mn26_smallbtn::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    transform: translate(-50%, 0);
    background-color: #ff761a;
    transition: width 0.25s;
}
a.mn26_smallbtn:hover::before {
    width: 100%;
}
a.mn26_smallbtn > span {
    position: relative;
}
a.mn26_smallbtn:hover > span {
    color: #FFF;
}
/**/
.pgmtchng_ndtm_href > a {
    display: inline-block;
    background-color: #FFF;
}
.pgmtchng_need_item::after {
    content: "";
    width: 36%;
    min-width: 36%;
    height: 0;
    padding-bottom: 56%;
    background: url(../Images/2026_chiyai/pgmtchng_need_item_1.png) center center no-repeat;
    background-size: contain;
}
/**/
li:nth-child(even) .pgmtchng_need_item {
    background-color: #e4dfde;
}
li:nth-child(4n+2) .pgmtchng_need_item::after {
    background-image: url(../Images/2026_chiyai/pgmtchng_need_item_2.png);
}
li:nth-child(4n+3) .pgmtchng_need_item::after {
    background-image: url(../Images/2026_chiyai/pgmtchng_need_item_3.png);
}
li:nth-child(4n+4) .pgmtchng_need_item::after {
    background-image: url(../Images/2026_chiyai/pgmtchng_need_item_4.png);
}
/**/
body[data-layout="night"] [data-category="matching"][data-rel="list"] .mn25_news_list a.mn25_news_item {
    border-color: #889eed;
}
body[data-layout="night"] a.mn26_smallbtn::before {
    background-color: #889eed;
}
@media screen and (max-width:1440px) {
    .pgmtchng_need_item::after {
        content: none;
    }
}
@media screen and (max-width:1024px) {
    .pgmtchng_need_list > ul > li {
        width: 100%;
        min-width: 100%;
    }
}
/*****************/
.mn25_media_list ul,
.mn25_media_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -15px;
    margin-right: 0;
}
.mn25_media_list ul > li,
.mn25_media_list ul > li {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 0;
}
/****/
.mn25_media_list .mcitab_btnbx {
    margin-bottom: 15px;
}
.mn25_media_list .mcitab_btnbx ul {
    justify-content: center;
}
.mn25_media_list .mcitab_btnbx a {
    display: block;
    padding: 0.3em 1em;
    border-radius: 9999px;
    background-color: #e7e0df;
    color: inherit;
    font-weight: bold;
}
.mn25_media_list .mcitab_btnbx .now_view > a {
    background-color: #ff761a;
    color: #FFF;
}
/***/
.mn25_media_list .mcitab_cntbx ul > li {
    width: 50%;
    min-width: 50%;
}
.mn25_media_list .mcitab_cntbx ul > li > a {
    display: flex;
    border-radius: 2em;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    background-color: #e7e0df;
}
.mn25_media_list .mcitab_cntbx ul > li > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    transform: translate(0, -50%);
    transition: height 0.25s;
    z-index: 1;
}
.mn25_media_list .mcitab_cntbx ul > li > a > div {
    position: relative;
    z-index: 3;
}
.mn25_media_img::before,
.mn25_media_img::after {
    content: none;
}
.mn25_media_img {
    width: 60%;
    min-width: 60%;
    position: relative;
    background-color: #333;
}
.mn25_media_img > img,
.mnbd25_areaInfo_btmlst_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transition: all 0.25s;
}
.mn25_media_text {
    flex-grow: 1;
    padding: 1.5em;
    text-align: left;
    min-height: 13em;
}
.mn25_media_text::before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: url(../Images/2026_chiyai/index_news_arrow_b.png) right top no-repeat;
    background-size: auto 50px;
}
.mn25_media_title {
    margin-top: 1.5em;
}
.mn25_media_title > span {
    display: block;
    text-align: justify;
    max-height: 4.449em;
    overflow: hidden;
}
.mn25_media_time {
    margin-top: 1em;
    margin-bottom: 1em;
}
/**/
.mn25_media_list .mcitab_cntbx ul > li > a:hover::before {
    height: 100%;
    background-color: #ff761a;
}
.mn25_media_list .mcitab_cntbx ul > li > a:hover .mn25_media_title {
    color: #FFF;
}
.mn25_media_list .mcitab_cntbx ul > li > a:hover .mn25_media_time {
    color: #fff11d;
}
.mn25_media_list .mcitab_cntbx ul > li > a:hover .mn25_media_img > img,
a:hover .mnbd25_areaInfo_btmlst_img img {
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
}
.mn26_media_category_text {
    position: absolute;
    left: 25px;
    top: 25px;
    color: #FFF;
    font-size: 180%;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
} 
@media screen and (max-width:1024px) {
    .mn25_media_list .mcitab_cntbx ul > li {
        width: 100%;
        min-width: 100%;
    }
    .mn25_media_text {
        padding: 1em;
    }
}
@media screen and (max-width:475px) {
    .mn25_media_list .mcitab_cntbx ul > li > a {
        display: block;
    }
    .mn25_media_img {
        width: 100%;
        min-width: 100%;
    }
    .mn25_media_img::before {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 56.25%;
    }
    .mn25_media_text::before {
        content: none;
    }
    .mn25_media_text {
        min-height: 0;
    }
    .mn25_media_title {
        margin-top: 0;
    }
    .mn25_media_time {
        margin-top: 0.7em;
    }
}
/**/
body[data-layout="night"] .mn25_media_list .mcitab_cntbx ul > li > a:hover::before {
    background-color: #889eed;
}
body[data-layout="night"] .mn25_media_list .mcitab_btnbx .now_view > a {
    background-color: #889eed;
}
/*******/
.page_multimedia_list > ul {
    margin-top: -42px;
    margin-left: -20px;
}
.page_multimedia_list > ul > li {
    padding-top: 20px;
    padding-left: 20px;
}
.page_multimedia_list a.idxcnt_lntrnnwslst_item,
.idxcnt_lntrnnwslst_text {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.idxcnt_lntrnnwslst_text,
.idxcnt_lntrnnwslst_desc {
    flex-grow: 1;
}
.idxcnt_lntrnnwslst_text {
    padding-bottom: 0;
}
.page_multimedia_list a.idxcnt_lntrnnwslst_item {
    border-top: 2px dashed #b5b5b5;
    padding-top: 20px;
    border-bottom: none;
}
/*****************/
.site24_artcldtl_article_attchment_title,
.site24_artcldtl_title_title {
    color: #ff761a;
}
body[data-layout="night"] .site24_artcldtl_article_attchment_title,
body[data-layout="night"] .site24_artcldtl_title_title {
    color: #889eed;
}
/****FadeEvent******************************/
/*.blck25_index_block[data-cntfd="wait"] .blck25ndx_title {
    opacity: 0;
    transform: translate(0, -25%);
}
.blck25_index_block[data-cntfd="active"] .blck25ndx_title {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1.5s;
}*/
/***/
[data-cntfd] .fade_sub > * {
    opacity: 0;
    transform: translate(0, -25%);
}
[data-cntfd="active"] .fade_sub > * {
    animation-name: _ContentFadeAni;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes _ContentFadeAni {
    0% {
        opacity: 0;
        transform: translate(0, -25%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
.pageTitle {
    color: #ff761a;
}
/**/
body[data-layout="night"] .pageTitle {
    color: #889eed;
}
/***2026擴充：燈座間切換***/
#mcilghtbx_overlay {
    padding-left: 84px;
    padding-right: 84px;
}
.lanternInfo_exbtnBox {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 5;
}
.lanternInfo_exbtnBox[data-rel="prev"] {
    transform: translate(-100%, -50%) translate(-420px, 0);
}
.lanternInfo_exbtnBox[data-rel="next"] {
    transform: translate(0%, -50%) translate(420px, 0);
}
a#mcilghtbx_xbtn,
a.lanternInfo_exchange_button {
    width: 44px;
    height: 44px;
}
a.lanternInfo_exchange_button {
    display: block;
    background-color: #ff761a;
    border-radius: 12px;
}
a.lanternInfo_exchange_button > span {
    position: relative;
    display: block;
    font-size: 0;
    width: 100%;
    height: 100%;
}
a#mcilghtbx_xbtn::before,
a#mcilghtbx_xbtn::after,
a.lanternInfo_exchange_button > span::before,
a.lanternInfo_exchange_button > span::after {
    height: 4px;
}
a.lanternInfo_exchange_button > span::before,
a.lanternInfo_exchange_button > span::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    background-color: #FFF;
    transform-origin: left center;
    border-radius: 9999px;
}
a.lanternInfo_exchange_button > span::before {
    transform: translate(-50%, -50%) rotate(-30deg);
}
a.lanternInfo_exchange_button > span::after {
    transform: translate(-50%, -50%) rotate(30deg);
}
.lanternInfo_exbtnBox[data-rel="next"] a.lanternInfo_exchange_button > span {
    transform: rotate(180deg);
}
/**/
body[data-layout="night"] a.lanternInfo_exchange_button {
    background-color: #889eed;
}
@media screen and (max-width:1024px){
    #mcilghtbx_overlay {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 84px;
    }
    .lanternInfo_exbtnBox {
        top: auto;
        left: auto;
        bottom: 20px;
        width: 33.33333333333333%;
    }    
    .lanternInfo_exbtnBox[data-rel="prev"] {
        transform: none;
        padding-left: 20px;
        left: 0;
    }
    .lanternInfo_exbtnBox[data-rel="next"] {
        transform: none;
        padding-right: 20px;
        right: 0;
    }
    a.lanternInfo_exchange_button {
        width: auto;
        border-radius: 0;
    }
    a#mcilghtbx_xbtn {
        width: 33.33333333333333%;
        border-color: #000;
        border-top: none;
        border-bottom: none;
        border-radius: 0;
        background-color: #ff761a;
    }
    a#mcilghtbx_xbtn::before,
    a#mcilghtbx_xbtn::after {
        width: 25px;
    }
    /**/
    body[data-layout="night"] a#mcilghtbx_xbtn {
        background-color: #889eed;
    }
}
/***********************/
.mnbd25_sponsor_list .mcitab_detail > ul > li > a::before,
.mnbd25_sponsor_list_sub .mcitab_detail > ul > li > a::before {
    content: "";
    display: block;
    padding-bottom: 33.60215053763441%;
}
/************************************/
.mnbd25_sponsor_list .mcitab_btnbx li.now_view a,
.mobile_type .mcitab_cntbx > div > h3 > a,
.mobile_type .mcitab_cntbx > div > .mcitab_header > a {
    background: #ff761a !important;
}
body[data-layout="night"] .mnbd25_sponsor_list .mcitab_btnbx li.now_view a,
body[data-layout="night"] .mobile_type .mcitab_cntbx > div > h3 > a,
body[data-layout="night"] .mobile_type .mcitab_cntbx > div > .mcitab_header > a {
    background: #889eed !important;
}
/*(以下置最尾)*/
/*fixiOSBUG*/
html.page_locked_lightbox,
html.page_locked_lightbox > body {
    overflow: hidden !important;
}
html.page_locked_lightbox,
html.page_locked_lightbox > body,
#mcilghtbx_overlay {
    background: #000 !important;
}
html.page_locked_lightbox .mnbd25_top,
html.page_locked_lightbox .mnbd25_bottom {
    opacity: 0 !important;
}
html.page_locked_lightbox .mnbd25_middle {
    height: 0 !important;
    overflow: hidden !important;
}
/*平板以下不要動畫*/
@media screen and (max-width:1024px) {
    .blck26ndx_areainfo_subitems a::before,
    a.mn25_news_item::before,
    .mn25_media_list .mcitab_cntbx ul > li > a::before,
    a.mn26_smallbtn::before {
        transition: none;
    }
}
/***********************************************/
/*html, body {
    overflow: auto !important;
}*/