.bg_register {
	background: url("../../mobile/assets/img/register/bg_register.webp") no-repeat;
	background-size: cover;
}

.border-bottom-theme {
	border-bottom: 1px solid #2c6abb !important;
}

.fs-20 {
	font-size: 20px;
}

.game_maintenance {
	position: absolute;
	font-size: x-large;
    font-weight: 900;
	color: white;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
	align-items: center;
    background: #2f2b2b8a;
}
/* ########## 20-june-2024 更新首頁排版 */
.bg-home-page-contant-1 {
    background: url(../../mobile/assets/img/c_home/bg-1.webp);
    background-size: cover;
}
.bg-C2BDE7 {
    background:#C2BDE7;
}
.bg-e2e0f0 {
    background:#e2e0f0;
}
.lh-normal {
    line-height: normal;
}
.fs-26 {
    font-size: 26px;
}
.fs-20 {
    font-size: 20px;
}
.fs-18 {
    font-size: 18px;
}
.fs-14 {
    font-size: 14px;
}
.fc-ffffffb8 {
    color: #ffffffb8
}
.fc-2A1A82 {
    color: #2A1A82;
}
.fc-4A527E {
    color: #4A527E;
}
.fc-57187E {
    color: #57187E;
}
.mb-24 {
    margin-bottom: 24px;
}
.pb-34 {
    padding-bottom: 34px;
}
.home-title{
    background: -webkit-linear-gradient(270deg, #FEEEB3 0%, #FFC677 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.advantage-title-1 {
    background: linear-gradient(120deg, #3D1F5E 0%,#9D3191 100%);
    border: 1px solid #a1a1a1;
    min-height: 48px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage-title-2 {
    background: linear-gradient(120deg, #3D1F5E 0%,#9D3191 100%);
    border: 1px solid #a1a1a1;
    min-height: 48px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage-title-3 {
    background: linear-gradient(120deg, #3D1F5E 0%,#9D3191 100%);
    border: 1px solid #a1a1a1;
    min-height: 48px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-flex-aic-jcc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-a1a1a1 {
    border-color: #a1a1a1 !important;
}
.undermaintain {
    display: block !important;
}
.undermaintain2 {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
    align-content: center;
    color: #fff;
    background: #00000082;
    border-radius: 10px;
    margin: 0 8px;
}
.undermaintain3 {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
    align-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
}
.undermaintain4 {
    filter: brightness(50%);
}

@media (max-width: 960px) {
    .undermaintain3 {
        font-size: 20px;
    }
}