html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html,
body {
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    font-family: 'Noto Sans TC', sans-serif !important;
}


body::-webkit-scrollbar-track,
#style-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none 0 0 0px #f1f1f1;
    background-color: #f1f1f1;
}

#style-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #f1f1f1;
    background-color: #f1f1f1;
}

body::-webkit-scrollbar,
#style-scroll::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-thumb,
#style-scroll::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}


body {
    overflow-x: hidden !important;
    background-color: var(--bg-color);
    margin: 0px 0px 54px 0;
    position: relative;
    text-align: justify;
}

@media(max-width:768px) {
    body {
        margin: 0px 0px 54px 0;
    }
}

.top-img {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
}

.top-img .top-img-box {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 32px;
    overflow: hidden;
}

.top-img .top-img-boxPending {
    padding: 0 16px;
}

.top-img .top-img-box img {
    width: 100%;
}

.top-img-box img.pc {
    display: block;
}

.top-img-box img.mb {
    display: none;
}

.pop {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    bottom: 10%;
    right: 10px;
    z-index: 2;
    gap: 24px;
}

.pop a {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 2px 8px 8px;
    text-decoration: none;
}

.pop svg {
    width: 100%;
    max-width: 60px;
    margin: 0 auto;
    display: block;
}

.pop p {
    display: block;
    text-align: center;
    color: #fff;
}

.content {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
}

.content h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 16px 0;
    color: var(--titleBorder-color);
}

.main {
    background-color: #ffffff;
    border-radius: 32px;
    margin: 40px 16px 0;
    padding-top: 16px;
}

.main_title {
    border-bottom: 2px solid #EBEBEB;
}

.main-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--titleH3-color);
    border-left: 8px solid var(--titleBorder-color);
    padding-left: 16px;
    margin-bottom: 16px;
}

.main-box {
    padding: 40px 60px 40px;
}

.main-box .box+.box {
    margin: 32px 0 0 0;
}

.main-box p {
    font-size: 20px;
    line-height: 28px;
    color: var(--titleH3-color);
}

.main-box p.textbox {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #454545;
    line-height: 28px;
}

.main-box p.textboxNext {
    margin-bottom: 32px;
}

.main-box table {
    border-collapse: separate;
    width: 100%;
    color: #1B1B1B;
    font-size: 18px;
    line-height: 19.36px;
    border: 2px solid #999FA9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

th,
td {
    text-align: center;
    padding: 8px 12px;
    vertical-align: middle;
    line-height: 26px;
}

/* td:first-child {
    width: 30%;
} */

.main-box table thead {
    background-color: #999FA9;
    color: #fff;
}

.main-box table tbody tr,
.main-box table tbody td {
    border: 1px solid #C8CFDA;
}

.main-box table tbody:nth-child(even) {
    background-color: #ffffff;
}

.main-box table tbody:nth-child(odd) {
    background-color: #F2F2F2;
}

.table-atten {
    color: #454545;
    font-size: 13px;
    margin-top: 4px;
}

/* .main-box th {
    width: 50%;
} */

td .miniGift {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

td .miniGift img {
    width: 100%;
    max-width: 32px;
}

@media(max-width:1470px) {
    .pop a {
        padding: 0px;
        font-size: 0;
    }

    .pop p {
        display: none;
    }
}

@media(max-width:768px) {
    .main-box table {
        font-size: 14px;
        line-height: 16.94px;
        border: 2px solid #999FA9;
        margin-bottom: 12px;
    }

    .table-atten {
        font-size: 12px;
    }

    .pop {
        max-width: 50px;
        gap: 12px;
    }

    .pop svg {
        max-width: 50px;
        max-height: 50px;
    }

    .main-box .box+.box {
        margin: 16px 0 0 0;
    }

    td .miniGift {
        gap: 4px;
        justify-content: left;
    }

    td .miniGift img {
        max-width: 24px;
    }
}

.main-collapse {
    margin-bottom: 16px;
}

.rotate-90 {
    transform: rotate(-180deg);
}

.main-collapse .row {
    display: flex;
    justify-content: space-between;
    background-color: #F4F6F8;
    padding: 24px;
    border-radius: 8px;
    align-items: center;
    margin-top: 16px;
    cursor: pointer;
}

.row p {
    font-size: 20px;
    color: #3A414B;
    margin-bottom: 0px;
}

.main-gift {
    padding: 0 24px 24px;
    background-color: #F4F6F8;
    margin-bottom: 16px;
    border-radius: 0 0 8px 8px;
    display: none;
}

.main-gift p {
    margin-bottom: 16px;
    color: #340000 !important;
}

.rmb {
    border: 1px solid #EBEBEB;
    padding: 8px;
    border-radius: 8px;
    margin-top: 32px;
    margin-bottom: 16px;
}

.rmb .row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    color: #000;
}

.rmb .info svg,
.rmb .register svg {
    width: 24px;
    height: 24px;
}

.iconBox {
    font-size: 0px;
}

.rmb p {
    font-size: 20px;
    color: var(--titleH3-color);
    margin-bottom: 0px;
    margin-top: 12px;
}

.rmb .row p {
    margin-top: 0px;
}

.rmb span.danger {
    color: #FF0000;
    font-weight: bold;
}

.danger {
    color: #FF0000;
}

.main-collapse .rowAtive {
    border-radius: 8px 8px 0 0;
}

.monthChange-img {
    width: 100%;
}

@media(max-width:768px) {
    .top-img {
        margin-top: 0;
    }

    .top-img .top-img-box {
        border-radius: 0px;
    }

    .top-img .top-img-boxPending {
        padding: 0px;
    }

    .top-img-box img.pc {
        display: none;
    }

    .top-img-box img.mb {
        display: block;
    }

    .main {
        border-radius: 16px;
        margin: 16px 16px 0;
        padding-top: 12px;
    }

    .main-box {
        padding: 16px;
    }

    .content h2 {
        font-size: 20px;
        font-weight: 700;
        padding: 0 0 12px 0;
    }

    .main-box h3 {
        font-size: 14px;
        font-weight: 700;
        border-width: 4px;
        padding-left: 8px;
        margin-bottom: 8px;
    }

    .main-box p {
        font-size: 14px;
        margin-bottom: 16px;
        line-height: 19.6px;
    }

    .main-box p.textbox {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .main-box p.textboxNext {
        margin-bottom: 32px;
    }

    .main-collapse .row {
        padding: 12px;
    }

    .main-gift {
        padding: 0 12px 12px;
    }

    .main-gift p {
        margin-bottom: 8px;
    }

    .rmb {
        margin-top: 16px;
    }

    .row p {
        margin-bottom: 0px;
    }

    .rmb .info svg,
    .rmb .register svg {
        width: 20px;
        height: 20px;
    }

    .rmb p {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .rmb p+p {
        margin-top: 8px;
    }
}

.main .change-row {
    display: flex;
}

.change-row .main_title {
    cursor: pointer;
    width: calc(100% / 2);
}

.change-row .main_titleAction {
    border-color: var(--titleBorder-color);
}

.change-row h2 {
    color: #A7ACB4;
}

.main_titleAction h2 {
    color: var(--titleBorder-color);
}

.main-boxBtn {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.main-boxBtn a {
    width: 100%;
    max-width: 200px;
    border-radius: 8px;
    background-color: var(--SvgBtn-color);
    color: var(--btnText-color);
    text-decoration: none;
    text-align: center;
    padding: 16px 24px;
    font-size: 20px;
}

.main .atten {
    position: relative;
}

.rmb a,
.main-box ul a,
.main-box li {
    color: var(--titleH3-color);
}

@media(max-width:768px) {
    .main-boxBtn {
        margin-top: 16px;
    }

    .main-boxBtn a {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
        text-decoration: none;
        text-align: center;
        padding: 14px 24px;
        font-size: 16px;
    }
}

.upImg {
    position: absolute;
    top: 0;
    right: 40px;
    height: 40px;
}

.main-box ul {
    font-size: 20px;
    line-height: 28px;
}

.main-box ul li+li {
    margin-top: 24px;
}

.main-box ul li+li ul {
    margin-left: 24px;
}

@media(max-width:768px) {
    .upImg {
        width: 24px;
        height: 24px;
        right: 16px;
    }

    .main-box ul {
        font-size: 14px;
        line-height: 19.6px;
    }

    .main-box ul li+li {
        margin-top: 16px;
    }

    .main-box ul li+li ul {
        margin-left: 12px;
    }
}

.atten {
    cursor: pointer;
}

.active-height {
    overflow: hidden;
    position: relative;
    max-height: 100%;
}

.atten-box {
    display: block;
    max-height: 80px;
    overflow: hidden;
    position: relative;
}

.atten-box.active-after::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #ffffff, #ffffff00);
    z-index: 1;
    border-radius: 32px;
    pointer-events: none;
}

@media(max-width:768px) {
    .atten-box {
        max-height: 80px;
        overflow: hidden;
    }
}

path[fill="#8460ED"] {
    fill: var(--SvgBtn-color);
}

.rmb .register path[fill="#404040"] {
    fill: var(--titleH3-color);
}

.rmb .register circle[stroke="#404040"] {
    stroke: var(--titleH3-color);
}

.rmb .register path[stroke="#404040"] {
    stroke: var(--titleH3-color);
}

.main-boxBtn a {
    background-color: var(--SvgBtn-color);
}

.grad_copyRight {
    margin-top: 60px;
    background-color: var(--footergrad-color);
    padding: 32px;
}

.grad_copyRight .cf_img img {
    width: 50px;
}

.grad_copyRight .grad {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 16px;
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #fff;
    line-height: 19.6px;
    align-items: center;
    justify-content: center;
}

.grad_copyRight .cpoyRight {
    text-align: center;
    font-size: 12px;
    color: #fff;
}

@media(max-width:768px) {
    .grad_copyRight .grad {
        gap: 8px;
        font-size: 12px;
        line-height: 16.8px;
    }

    .grad_copyRight .cf_img img {
        width: 40px;
    }
}

table span,
ul span,
p span {
    color: var(--span-color);
}

.displayNone {
    display: none !important;
}

.eventDisplayOff {
    display: none !important;
}

.rmb .store-box-pc {
    display: block;
}

.rmb .store-box-mb {
    display: none;
}

.rmb .store-box {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0;
}

.rmb .store-box a {
    display: inline-block;
    width: calc(100% / 6);
}

.rmb .store-box img {
    width: 100%;
}

@media(max-width:768px) {
    .rmb .store-box-mb .store-box {
        gap: 12px;
    }

    .rmb .store-box a {
        width: calc(100% / 5 - 10px);
    }

    .rmb .store-box img {
        border-radius: 4px;
        overflow: hidden;
    }

    .rmb .store-box-pc {
        display: none;
    }

    .rmb .store-box-mb {
        display: block;
    }
}
/* 20250923 2025092302*/