/* 全尺吋通用*/

/*#region 側邊選單 */

/*#endregion */

/*#region 全頁面通用 */

*, ::after, ::before {
    box-sizing: border-box;
}

iframe {
    border: 0;
}

.hengping-tip {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-size:0;
    background-color:#666;
    z-index:9999;
}

.img-box{
    margin:115px auto;
    font-size:14px;
    text-align:center;
    color:#FFFFFF;
}


.drop-content01 .selItem > div:nth-child(1)::after {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    font-family: "svg-font";
    content: "\55";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    background: #0e1522;
    margin-left: 10px;
    color: var(--BM-color01, #B9A179);
    left: 5px;
}


.drop-content-list > .font-color02 {
    margin-left: 24px;
}


.pcode-forbid {
    border: none ;
    color: dimgray !important;;
    background-color: #373941;
    user-select: none;
}


.langText {
    word-break:keep-all;
}

.lang-sel-bottomleft {
    position:relative;
}

.lang-sel-topright {
    position: absolute;
    display: flex;
    right: 40px;
    top: calc(50% - 16px);
    z-index: 2;
    
}

.chatroom {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 0px;
    border: 1px solid #c1a678;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
}

.chatroom img {
    width: 20px;
    height: 20px;
}

    .chatroom:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }




.chatroom-bottom {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 0px;
    border: 1px solid #c1a678;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
}

    .chatroom-bottom img {
        width: 20px;
        height: 20px;
    }

    .chatroom-bottom:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }


.download-icon {
    width: 32px;
    height: 32px;
    margin-right:10px;
    margin-left: 10px;
    border: 1px solid #c1a678;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
}

    .download-icon img {
        width: 20px;
        height: 20px;
        display: block;
        margin: 4px auto;
    }

    .download-icon:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }


.chatroom-gameframe {
    width: 32px;
    height: 32px;    
    border: 1px solid transparent;
    border-radius: 16px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
    position: absolute;
    right: 61px
}

    .chatroom-gameframe img {
        width: 24px;
        height: 24px;
    }

    .chatroom-gameframe:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }


.lang-sel {
   /* background-image: url('path/to/arrow-icon.png'); *//* 添加下拉箭头图标 */
    background-position: left center; /* 图标位置（右侧居中） */
    background-repeat: no-repeat; /* 防止图标重复显示 */
}
    .lang-sel .drop-content-list {
        justify-content: center;
        font-weight: 800;
        font-size: 13px
    }

.lan_wrapper_m {
    float: right;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Microsoft JhengHei';
    user-select:none;
}

.lan_icon_m, .lan_current_m {
    float: left;
    color: #c1a678;
    height: 32px;
    line-height: 32px;
    border: 1px solid #b59e78;
    -o-transition: all .15s;
    -moz-transition: all .15s;
    -webkit-transition: all .15s;
    -ms-transition: all .15s;
    transition: all .15s;
    vertical-align: middle;
}

.lan_icon_m {
    border-right: 0px;
    border-radius: 5px 0px 0px 5px;
    padding: 0px 8px;
}

.lan_current_m {
    display: flex;
    border-radius: 0px 5px 5px 0px;
    padding: 0px 15px;
    align-items: center;
}

    .lan_current_m > div {
        display: inline-block;
    }

    .lan_current_m > img {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 5px;
    }


.lan_icon_m02, .lan_current_m02 {
    float: left;
    color: #c1a678;
    height: 32px;
    line-height: 32px;
    border: 1px solid #b59e78;
    -o-transition: all .15s;
    -moz-transition: all .15s;
    -webkit-transition: all .15s;
    -ms-transition: all .15s;
    transition: all .15s;
    vertical-align: middle;
}


.lan_icon_m02 {
    border-right: 0px;
    border-radius: 5px 0px 0px 5px;
    padding: 0px 8px;
}

.lan_current_m02 {
    display: flex;
    border-radius: 0px 5px 5px 0px;
    padding: 0px 10px;
    align-items: center;
}

    .lan_current_m02 > div {
        display: inline-block;
    }

    .lan_current_m02 > img {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 5px;
    }

.lan_option_m {
    display: none;
}

.lan_icon_m .icon {
    vertical-align: middle;
    line-height: 32px;
}

    .lan_icon_m .icon::before {
        height: 32px;
        line-height: 32px;
        vertical-align: middle;
    }



.swiper-slide {
    background-position: center;
    background-size: cover;
    width: auto;
    height: calc(100vh-155px);
}

/*#region 側邊選單 */

.side-menu .icon {
    margin-right: 10px;
    width: 1.4rem;
    height: 1.4rem;
}

.mask-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 調整透明度 */
    z-index: 1; /* 確保遮罩在其他內容之上 */
}

#idSideBar.expanded + .mask-overlay {
    display: block;
}

#idSideBar img {
    cursor: pointer;
}

.side-menu {
    width: 100%;
    color: azure;
    transition: background-color 0.3s ease;
}

    .side-menu .side-item:hover {
        background-color: #ffffff23;
        color: #B9A179;
        cursor: pointer;
    }

    .side-menu > .side-item {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        list-style-type: none;
        border-bottom: dashed 1px rgba(185, 161, 121, 0.18);
        margin: 0px;
        padding: 10px 0px 10px 25px;
    }

        .side-menu > .side-item .nav-item {
            font-size: 16px;
            display: flex;
            align-items: center;
            padding: 20px 5px;
        }

            .side-menu > .side-item .nav-item:hover {
                background-color: transparent;
            }



.navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-size: cover;
    position: relative;
    background-color: transparent;
    color: #000
}

    .navbar-toggler .notify-dot {
        top: 5px;
        left: 25px
    }

    .navbar-toggler .icon-bar {
        display: block;
        width: 25px;
        height: 3px;
        background: none;
        margin: auto;
        margin-bottom: 4px;
        -webkit-transition: -webkit-transform 400ms linear;
        transition: -webkit-transform 400ms linear;
        transition: transform 400ms linear;
        transition: transform 400ms linear,-webkit-transform 400ms linear;
        cursor: pointer;
        background-color: #B9A179;
    }

    .navbar-toggler[aria-expanded=false] .icon-bar:nth-of-type(2) {
        opacity: 1
    }

    .navbar-toggler[aria-expanded=true] {
        z-index: 4;
        background-color: none;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px)
    }

        .navbar-toggler[aria-expanded=true] .icon-bar:first-of-type {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: relative;
            top: 7.5px
        }

        .navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(2) {
            opacity: 0
        }

        .navbar-toggler[aria-expanded=true] .icon-bar:last-of-type {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            bottom: 6px;
            position: relative
        }

    .navbar-toggler.arrowdown[aria-expanded=true] .icon-bar:last-of-type {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

#idSideBar {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 200px;
    top: 0;
    left: -200px;
    background-color: #111;
    transition: 0.4s;
    padding: 26px 0px;
    z-index: 999;
    opacity: 0.92;
    overflow: hidden;
}

#idMainContent {
    transition: margin-left 0.5s;
}

#idMainContent {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: calc(50% - 20px);
    z-index: 9999;
}

#idMenuBtn img {
    width: 30px;
    height: 30px;
    transition: 0.3s;
}



@media screen and (min-width: 576px) {
    #idSideBar {
        max-width: 200px;
    }
}


.hengping-tip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-color: #666;
    z-index: 9999;
}

.img-box {
    margin: 115px auto;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.jump-outline {
    width: 50%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--bg, #272932);
    color: #B9A179;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 2rem 2rem;
    box-shadow: 0px 4px 10px 0px #B9A179;
    min-height: 150px;
    font-size: 18px;
}

.bm-btn:hover {
    transition: 0.3s ease;
}

.bm-btn:hover {
    cursor: pointer;
    background: rgb(55 58 77 / 50%);
    color: white;
    border: 1px solid var(--BM-color01, #B9A179);
}

.is-hide {
    display: none !important;
}

.drop-content01 > div:hover {
    border: 1px solid var(--BM-color01, #B9A179);
    box-sizing: border-box;
    border-radius: 10px;
}

.toggleBtnBottom .lan_current_m {
    min-width: 110px;
}


.point-recycle {
    /* 指定動畫屬性 */
}

    .point-recycle:hover {
        /* hover 時啟動動畫 */
        animation: rotateAnimation 5s infinite; /* 2s 是動畫時間，infinite 表示無限循環 */
        /* 預設情況下不旋轉，只有在 hover 時才應用動畫 */
        transform: rotate(0deg);
    }

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

*, ::after, ::before {
    box-sizing: border-box;
}

iframe {
    border: 0;
}

.hengping-tip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-color: #666;
    z-index: 9999;
}

.img-box {
    margin: 115px auto;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}


.drop-content01 .selItem > div:nth-child(1)::after {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    font-family: "svg-font";
    content: "\55";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    background: #0e1522;
    margin-left: 10px;
    color: var(--BM-color01, #B9A179);
    left: 5px;
}


.drop-content-list > .font-color02 {
    margin-left: 24px;
}


.pcode-forbid {
    border: none;
    color: dimgray !important;
    background-color: #373941;
    user-select: none;
}


.langText {
    word-break: keep-all;
}

.lang-sel-bottomleft {
    position: relative;
}

.lang-sel-topright {
    position: absolute;
    display: flex;
    right: 40px;
    top: calc(50% - 16px);
    z-index: 2;
}

.chatroom {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 0px;
    border: 1px solid #c1a678;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
}

    .chatroom img {
        width: 20px;
        height: 20px;
    }

    .chatroom:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }




.chatroom-bottom {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 0px;
    border: 1px solid #c1a678;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
}

    .chatroom-bottom img {
        width: 20px;
        height: 20px;
    }

    .chatroom-bottom:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }


.download-icon {
    display: flex;
    align-items: center;
    height: 32px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px 10px;
    border: 1px solid #c1a678;
    border-radius: 5px;
    font-size: 14px;
    color: #c1a678;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
}

    .download-icon img {
        width: 20px;
        height: 20px;
        display: block;
        margin-right: 4px;
    }

    .download-icon:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }


.chatroom-gameframe {
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    border-radius: 16px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
    position: absolute;
    right: 61px
}

    .chatroom-gameframe img {
        width: 24px;
        height: 24px;
    }

    .chatroom-gameframe:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }


.lang-sel {
    /* background-image: url('path/to/arrow-icon.png'); */ /* 添加下拉箭头图标 */
    background-position: left center; /* 图标位置（右侧居中） */
    background-repeat: no-repeat; /* 防止图标重复显示 */
}

    .lang-sel .drop-content-list {
        justify-content: center;
        font-weight: 800;
        font-size: 13px
    }

.lan_wrapper_m {
    float: right;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Microsoft JhengHei';
    user-select: none;
}

.lan_icon_m, .lan_current_m {
    float: left;
    color: #c1a678;
    height: 32px;
    line-height: 32px;
    border: 1px solid #b59e78;
    transition: all .15s;
    vertical-align: middle;
}

.lan_icon_m {
    border-right: 0px;
    border-radius: 5px 0px 0px 5px;
    padding: 0px 8px;
}

.lan_current_m {
    display: flex;
    border-radius: 0px 5px 5px 0px;
    padding: 0px 15px;
    align-items: center;
}

    .lan_current_m > div {
        display: inline-block;
    }

    .lan_current_m > img {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 5px;
    }


.lan_icon_m02, .lan_current_m02 {
    float: left;
    color: #c1a678;
    height: 32px;
    line-height: 32px;
    border: 1px solid #b59e78;
    transition: all .15s;
    vertical-align: middle;
}


.lan_icon_m02 {
    border-right: 0px;
    border-radius: 5px 0px 0px 5px;
    padding: 0px 8px;
}

.lan_current_m02 {
    display: flex;
    border-radius: 0px 5px 5px 0px;
    padding: 0px 10px;
    align-items: center;
}

    .lan_current_m02 > div {
        display: inline-block;
    }

    .lan_current_m02 > img {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 5px;
    }

.lan_option_m {
    display: none;
}

.lan_icon_m .icon {
    vertical-align: middle;
    line-height: 32px;
}

    .lan_icon_m .icon::before {
        height: 32px;
        line-height: 32px;
        vertical-align: middle;
    }



.swiper-slide {
    background-position: center;
    background-size: cover;
    width: auto;
    height: calc(100vh-155px);
}


body {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smooth: always;
    font-family: "微软雅黑", "微軟正黑體", Arial;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 25px;
    color: #2E2E2E;
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-repeat: repeat-y;
}


input {
    padding: 5px 15px;
    /* cursor:pointer;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--BM-color05, #2F3242);
    color: #FFFFFF;
    height: 30px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

/* 網頁捲軸【寬度】 */
::-webkit-scrollbar {
    width: 5px;
}

/* 網頁捲軸【背景】顏色 */
::-webkit-scrollbar-track {
    background: rgba(39, 41, 50, 0.60);
}

/* 網頁捲軸【把手】顏色 */
::-webkit-scrollbar-thumb {
    background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
}

    /* 網頁捲軸【滑過時】把手的顏色 */
    ::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,0px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    display: inline;
    background: none;
    opacity: 0;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.button01 {
    display: flex;
    height: 35px;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #2F3242;
    border-radius: 25px;
    background: var(--button, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
    border: 1px solid var(--BM-color01, #B9A179);
    font-weight: 700;
    user-select: none;
    cursor: pointer;
    width: auto;
    min-width: 50px;
    word-break: keep-all;
}

    .button01:hover {
        cursor: pointer;
    }


.button02 {
    display: flex;
    height: 35px;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
    font-weight: 700;
    width: 80px;
    user-select: none;
}

    .button02 :hover {
        cursor: pointer;
    }

.button03 {
    display: flex;
    height: 35px;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
    font-weight: 700;
    width: 50px;
}

.button04 {
    display: flex;
    height: 35px;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
    font-weight: 700;
    width: 80px;
}

.font-pointValue {
    color: #FFFFFF;
    width: 100px;
    margin: 3px;
    user-select: none;
}

.font-currency {
    color: #B9A179;
    width: 30px;
    margin: 3px;
    user-select: none;
}

.font-color01 {
    color: #FFFFFF;
    margin: 3px;
    user-select: none;
}

.font-color02 {
    color: #B9A179;
    margin: 3px;
    user-select: none;
}

.topbar-icon01 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.topbar-icon01-out {
    display: flex;
    padding: 2px 5px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border-radius: 25px;
    border: 1px solid var(--BM-color01, #B9A179);
    position: relative;
}

    .topbar-icon01-out :hover {
        cursor: pointer;
    }

.topbar-icon02-out {
    display: flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border-radius: 25px;
    border: 1px solid var(--BM-color01, #B9A179);
    position: relative;
}

    .topbar-icon02-out :hover {
        cursor: pointer;
    }

.icon-size {
    width: auto;
    height: 20px;
    display: block;
}


/*.bg-top {
    height: 103px;
}*/

.game-content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: flex;
    padding: 5px 5px;
    justify-content: space-around;
    align-items: center;
    align-self: stretch;
}


.content-top {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: flex;
    padding: 5px 5px;
    justify-content: space-around;
    align-items: center;
    align-self: stretch;
}

.content-top01 {
    max-width: 900px;
    width: 100%;
    height: 103px;
    display: flex;
    padding: 5px 0px;
    justify-content: flex-start;
    margin-left: 70px;
    align-items: center;
    align-self: stretch;
}

.content-top02 {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    height: 103px;
    display: flex;
    padding: 5px 5px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.menu-top {
    height: 10px;
    font-weight: 500;
    color: #242323;
    border-left: 3px solid #4ABEDE;
    padding: 15px;
    margin-left: 15px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bg-banner {
    margin: 70px auto 20px auto;
    max-width: 1000px;
    height: auto;
    width: 80%;
}

.icon-menu {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


/* 手機版用的標頭*/
.m-topbar-outline {
    top: 0px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 99999999;
    background-color: #2F3242;
}

.m-bottombar-outline {
    /*    position:relative;*/
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 99999;
    display: none;
}

.m-bottombar-outline01 {
    display: flex;
    width: 100%;
    height: auto;
    padding: 10px 30px;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    flex-shrink: 0;
    background: var(--BM-color05, #2F3242);
    box-shadow: 0px -4px 8px 0px rgba(255, 219, 89, 0.25);
}

.m-bottombar-content01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.m-bottombar-content02 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.m-logo-size {
    width: 122px;
    height: auto;
    margin: 15% auto 0% auto;
}

/*下拉選單*/

.drop-outline {
    width: 150px;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--BM-color05, #2F3242);
    padding: 10px 0;
    position: absolute;
    top: 37px;
}




.drop-content-list {
    display: flex;
    width: 200px;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #373941;
    color: #FFFFFF;
    font-size: 12px;
    max-width: 90%;
}

.drop-outline01 {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--BM-color05, #2F3242);
    padding: 10px 0;
    position: absolute;
    top: 40px;
    right: 0px;
    animation-name: toggle;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes toggle {
    0% {
        margin-top: -15px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

.drop-outline02 {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--BM-color05, #2F3242);
    padding: 10px 0;
    position: absolute;
    top: 37px;
    right: 0px;
    animation-name: toggle;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}


.drop-outline01-bottom {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--BM-color05, #2F3242);
    padding: 10px 0;
    position: absolute;
    top: -268px;
    animation-name: toggle-bottom;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes toggle-bottom {
    0% {
        margin-top: 15px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

.drop-content01 {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}




.drop-content-list01 {
    display: flex;
    width: 90%;
    padding: 5px;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #373941;
    color: #FFFFFF;
    font-size: 10px;
}


/*#endregion */

body {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smooth: always;
    font-family: "微软雅黑", "微軟正黑體", Arial;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 25px;
    color: #2E2E2E;
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-repeat: repeat-y;
}


input {
    padding: 5px 15px;
    /* cursor:pointer;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--BM-color05, #2F3242);
    color: #FFFFFF;
    height: 30px;
    width: 100%;
    margin: 0;
    box-sizing:border-box;
}

img {
    vertical-align: middle;
}

/* 網頁捲軸【寬度】 */
::-webkit-scrollbar {
  width: 5px;
}

/* 網頁捲軸【背景】顏色 */
::-webkit-scrollbar-track {
    background: rgba(39, 41, 50, 0.60);
}

/* 網頁捲軸【把手】顏色 */
::-webkit-scrollbar-thumb {
    background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
}

/* 網頁捲軸【滑過時】把手的顏色 */
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,0px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    display:inline;
    background:none;
    opacity:0;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.button01 {
    display: flex;
    height: 35px;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #2F3242;
    border-radius: 25px;
    background: var(--button, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
    border: 1px solid var(--BM-color01, #B9A179);
    font-weight: 700;
    user-select: none;
    cursor: pointer;
    width: auto;
    min-width: 50px;
    word-break: keep-all;
}

.button01:hover {
    cursor: pointer;
}


.button02 {
    display: flex;
    height: 35px;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
    font-weight: 700;
    width: 80px;
    user-select: none;
}

    .button02 :hover {
        cursor: pointer;
    }

.button03 {
    display: flex;
    height: 35px;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
    font-weight: 700;
    width: 50px;
}

.button04 {
    display: flex;
    height: 35px;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
    font-weight: 700;
    width: 80px;
}

.font-pointValue {
    color: #FFFFFF;
    width: 100px;
    margin: 3px;
    user-select: none;
}

.font-currency {
    color: #B9A179;
    width: 30px;
    margin: 3px;
    user-select: none;
}

.font-color01 {
    color: #FFFFFF;
    margin: 3px;
    user-select: none;
}

.font-color02 {
    color: #B9A179;
    margin: 3px;
    user-select: none;
}

.topbar-icon01 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.topbar-icon01-out {
    display: flex;
    padding: 2px 5px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border-radius: 25px;
    border: 1px solid var(--BM-color01, #B9A179);
    position: relative;
}

    .topbar-icon01-out :hover {
        cursor: pointer;
    }

.topbar-icon02-out {
    display: flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border-radius: 25px;
    border: 1px solid var(--BM-color01, #B9A179);
    position: relative;
}

    .topbar-icon02-out :hover {
        cursor: pointer;
    }

.icon-size {
    width: auto;
    height: 20px;
    display: block;
}

.fix-area {
    width: 100%;
    top: 0;
    background: rgba(39, 41, 50, 0.60);
    box-shadow: 0px -4px 8px 0px rgba(255, 219, 89, 0.25);
    z-index: 999999999;
    /*        height: 103px;*/
}

/*.bg-top {
    height: 103px;
}*/

.game-content   {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: flex;
    padding: 5px 5px;
    justify-content: space-around;
    align-items: center;
    align-self: stretch;
}


.content-top {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: flex;
    padding: 5px 5px;
    justify-content: space-around;
    align-items: center;
    align-self: stretch;
}

.content-top01 {
    max-width: 900px;
    width: 100%;
    height: 103px;
    display: flex;
    padding: 5px 0px;
    justify-content: flex-start;
    margin-left:70px;
    align-items: center;
    align-self: stretch;
}

.content-top02 {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    height: 103px;
    display: flex;
    padding: 5px 5px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.menu-top {
    height: 10px;
    font-weight: 500;
    color: #242323;
    border-left: 3px solid #4ABEDE;
    padding: 15px;
    margin-left: 15px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bg-banner {
    margin: 70px auto 20px auto;
    max-width: 1000px;
    height: auto;
    width: 80%;
}

.icon-menu {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


/* 手機版用的標頭*/
.m-topbar-outline {
    top: 0px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 99999999;
    background-color: #2F3242;
}

.m-bottombar-outline {
/*    position:relative;*/
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 99999;
    display:none;
}

.m-bottombar-outline01 {
    display: flex;
    width: 100%;
    height: auto;
    padding: 10px 30px;
    justify-content: flex-start;
    gap:20px;
    align-items: center;
    flex-shrink: 0;
    background: var(--BM-color05, #2F3242);
    box-shadow: 0px -4px 8px 0px rgba(255, 219, 89, 0.25);
}

.m-bottombar-content01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.m-bottombar-content02 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.m-logo-size {
    width: 122px;
    height: auto;
    margin: 15% auto 0% auto;
}

/*下拉選單*/

.drop-outline {
    width: 150px;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--BM-color05, #2F3242);
    padding: 10px 0;
    position: absolute;
    top: 37px;
}

.drop-content {
    display: flex;
    width: 150px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.drop-content-list {
    display: flex;
    width: 200px;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #373941;
    color: #FFFFFF;
    font-size: 12px;
    max-width: 90%;
}

.drop-outline01 {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--BM-color05, #2F3242);
    padding: 10px 0;
    position: absolute;
    top: 40px;
    right:0px;
    animation-name: toggle;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes toggle {
    0% {
        margin-top: -15px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.drop-outline02 {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--BM-color05, #2F3242);
    padding: 10px 0;
    position: absolute;
    top: 37px;
    right: 0px;
    animation-name: toggle;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}


.drop-outline01-bottom {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--BM-color05, #2F3242);
    padding: 10px 0;
    position: absolute;
    top: -268px;
    animation-name: toggle-bottom;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes toggle-bottom {
    0% {
        margin-top: 15px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

.drop-content01 {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.drop-content02 {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.drop-content-list01 {
    display: flex;
    width: 90%;
    padding: 5px;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #373941;
    color: #FFFFFF;
    font-size: 10px;
}


/*#endregion */

/*#region 登入登出 */

#idHeader {
    position: fixed;
    top: 0px;
    height: 103px;
    width:100vw;
}

#loggedIn {
    display: none;
}

#loggedOut {
    display: block;
}



.menuIcon :hover {
    cursor: pointer;
}

.rotated {
    transform: rotate(180deg);
}

.mainContent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 30px auto;
    min-height: calc(100vh - 60px);
    position: relative;
    overflow: auto;
}

.optionInput {
    position: relative;
    width: calc(50%);
    margin-left: 120px;
    border-radius: 15px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--bg, #272932);
}

.login-outline {
    padding: 20px 0px 50px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--bg, #272932);
    margin: auto;
    width: 90%;
    display: grid;
    max-width: 400px;
    justify-content: center;
}


.login-title {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-bottom: 0.5px solid var(--BM-color01, #B9A179);
    color: var(--BM-color01, #B9A179);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .login-title img {
        display: none;
    }

.login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    gap: 20px;
    align-self: stretch;
}

.login-icon-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 15px;
}

.login-icon {
    height: 15px;
}

.login-font {
    color: var(--BM-color01, #B9A179);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login-conttitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.login-langspace {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
}

.login-secbut-outlin {
    display: flex;
    width: 301px;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}


.login-secbutton {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border: 1px solid var(--BM-color01, #B9A179);
    color: #B9A179;
    user-select: none;
    cursor: pointer;
}


/*#endregion */

/*#region 註冊頁*/
.dropdownMenu select {
    padding: 5px 0px;
    /* cursor:pointer;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--BM-color05, #2F3242);
    color: #FFFFFF !important;
    height: 30px;
    width: 100%;
}

.langContainer {
    display: flex;
    align-items: center;
}


.langContainer select {

    background: var(--BM-color05, #2F3242);
    color: #FFFFFF !important;
    width: 100%;
}

.topbar-logo-size {
    width: 10%;
    height: auto;
    padding: 5px 5px;
}

.logo-size {
    width: 10%;
    height: auto;
    padding: 5px 5px;
}

.topbar-out {
    display: flex;
    /*padding: 10px 20px;*/
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--BM-color05, #2F3242);
}

.popupFrame {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 20px 0px;
    /*background: rgba(20,20,20,0.9);*/
    z-index: 9;
    animation-name: popupFrame;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

.popup {
    position: fixed;
    top: 100px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(20, 20, 20, 0.9);
    z-index: 9;
    animation-name: popup;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

@keyframes popup {
    0% {
        background: rgba(20, 20, 20, 0);
    }

    100% {
        background: rgba(20, 20, 20, 0.9);
    }
}

.popup.show {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(20, 20, 20, 0.9);
    z-index: 9;
}

.popupWrapper {
    width: calc(100% - 80px);
    height: auto;
    margin: 0px auto;
    padding: 20px 0px;
    max-width: 400px;
    padding: 20px;
    background: rgba(8, 7, 6, 0.95);
    border-radius: 10px;
    animation-name: popupWrapper;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

@keyframes popupWrapper {
    0% {
        margin-top: 5px;
        opacity: 0;
    }

    100% {
        margin-top: 20px;
        opacity: 1;
    }
}

.popup input {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.ReferralCode {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.popupHeader {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-bottom: 0.5px solid #9c8866;
}

.popupBtn_close {
    position: absolute;
    top: -25px;
    right: -25px;
    background: #9c8866;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
}

.popupBtn {
    margin: 8px auto;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: #c62828;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.popupBtn_OL {
    margin: 10px auto;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #c62828;
    color: #c62828;
    line-height: 40px;
    text-align: center;
}

.popupBtn_gray {
    margin: 10px auto;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
    line-height: 40px;
    text-align: center;
}

.popup_notice {
    position: relative;
    top: -6px;
    font-size: 12px;
    color: #c62828;
    vertical-align: middle;
}

    .popup_notice i {
        position: relative;
        top: -1px;
        font-size: 15px;
        vertical-align: middle;
        margin-right: 4px;
    }

.ValidateDiv {
    width: 100%;
    height: 65px;
    position: relative;
}

.ValidateImg {
    position: absolute;
    top: 18px;
    right: 45px;
    z-index: 2;
}

    .ValidateImg img {
        border-radius: 5px;
    }

@media (max-width: 450px) {
    .ValidateImg img {
        border-radius: 3px;
        height: 25px;
        padding-top: 2px;
    }
}

.popupBtn_reF {
    position: absolute;
    top: 0px;
    right: -35px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: #c62828;
}

.popupText {
    padding: 10px 0px;
    min-height: 100px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.reg-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.reg-outline01 {
    display: flex;
    padding: 0px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.reg-outline02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
}

.reg-content01 {
    /*        display: flex;*/
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}


.reg-content02 {
    display: flex;
    width: 35px;
    height: 35px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wrong-font {
    color: var(--wrong, #FF8B8B) !important;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/*#endregion */

/*#region 驗證碼頁 */

.ver-secbut-outlin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}


.ver-secbutton {
    display: flex;
    padding: 3px 3px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border: 1px solid var(--BM-color01, #B9A179);
    color: #B9A179;
    width: 100px;
}

.logo-layout {
    width: 100%;
    height: auto;
}

.logo-layout-content {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding: 0px 50px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.logo-content-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-content-left {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.logo-topsize {
    width: 150px;
    margin: 10px 10px;
}

.border-big {
    padding: 10px 20px;
}


/*#endregion */

/*#region members頁 */

.members-outline {
    padding: 20px 50px 50px 50px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--bg, #272932);
    margin: 3% auto;
    width: 90%;
    display: grid;
    max-width: 900px;
}

.menbers-title {
    display: flex;
    padding: 20px 10px 30px 10px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-bottom: 0.5px solid var(--BM-color01, #B9A179);
    color: var(--BM-color01, #B9A179);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.members-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    flex-direction: column;
    flex-direction: row;
}

.members-content01 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    flex: 1 0 0;
    width: 100%;
}

.members-content02 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
    width: 100%;
}

.members-money {
    color: var(--BM-color01, #B9A179);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    width: 100%;
}

.money-outline {
    display: flex;
    gap: 10px;
    margin: 0 auto;
}

/*底部用*/

.bottom-titleout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
}

.bottom-titleout01 {
    display: flex;
    /* width: 700px; */
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bottom-contentpic {
    display: flex;
    width: 100px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #FFF;
}

.img-heigh {
    display: block;
    max-width: 100%;
    height: 100%;
}

/*#endregion */

/*#region iframe
*/

.frame_container {
    width: 100%;
    display: flex;
    overflow: hidden;
}

/*#endregion */

/*#region 遊戲區域 */

.gameItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width:85%;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gameitem-title{
    font-size:20px;
    font-weight:900;
    color:ghostwhite;
}

.gameitem-tag {
    color: ghostwhite;
}

.list-icon-size {
    width: auto;
    height: 50px;
    display: block;
    transform: scale(1.0);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor:pointer;
}

    .list-icon-size:hover {
        transform: scale(1.15);
        transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

.list-font {
    font-size: 16px;
    font-weight: 500;
}

.list-outline01 {
    display: flex;
    width: 90%;
    height: auto;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.list-outline01-coontent {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

.list-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    transform: scale(1.0);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .list-icon:hover {
        transform: scale(1.15);
        transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

.list-outline00 {
    display: flex;
    width: 90%;
    height: 100px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0 auto;
}

.banner-content-outer {
    position:relative;
    cursor:pointer;
}

.banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px auto;
}

.banner-size {
    position:relative;
    max-width: 200px;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1.0);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .banner-size:hover {
        transform: scale(1.15);
        transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

.colin-outline {
    max-width: 78px;
}


.gameContainer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: black;
    transform: translateY(100vh);
    top: 0;
    transition: transform 0.5s;
    z-index: 999999;
}

.gameContainer-show {
    transform: translateY(0);
}

.game-header {
    height: 40px;
    width: 100%;
    position: relative;
    top: 0px;
    background: rgba(39, 41, 50, 1.0);
    justify-content: center;
    display: flex;
    align-items: center;
}

.game-back {
    position: absolute;
    right: 10px;
    font-size: 32px;
    font-weight: 900;
    color: #c1a678;
    font-family: emoji;
    border: 0px;
    margin: 0px;
    line-height: 36px;
    width: 36px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 18px;
}


    .game-back:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }
.game-reload {
    position: absolute;
    left: 60px;
    font-size: 32px;
    font-weight: 900;
    -webkit-text-stroke: 0.1px rgb(232 232 232);
    color: black;
    font-family: emoji;
    border: 0px;
    margin: 0px;
    line-height: 40px;
    width: 60px;
}

.game-body {
    width: 100%;
    height: calc(100% - 40px);
    position: relative;
    /* top: 40px;*/
    overflow-y: auto;
    box-sizing: border-box;
    display: flex;
}

.game-title {
    line-height: 40px;
    font-family: Microsoft JhengHei;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.game-icon {
    height: 30px;
    width: 42px;
    /* vertical-align: middle; */
    top: 5px;
    position: absolute;
    left: -38px
}

.game-mask {
    height: 100%;
    width: 100%;
    background-color: black;
    position: absolute;
    top: 0;
}

/*#endregion */

/*#region lobby */
.lobbyContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
/*#endregion */

/*#region 區域留白 */
.heigh-space {
    height: 113px;
    max-height: 180px;
}
/*#endregion */

/*#region 跳出視窗用 */

.jump-bg {    
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 9999999999;
    background: rgba(47, 50, 66, 0.80);
    animation-name: jumpBg;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

.jump-outline {
    width: 50%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--bg, #272932);
    color: #B9A179;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 2rem 2rem;
    box-shadow: 0px 4px 10px 0px #B9A179;
    min-height: 200px;
    font-size: 18px;
}

.jump-btns {
    display: flex;
    position: absolute;
    /* bottom: 35px; */
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    width: 100%;
    left: 0px;
    bottom: -20px;
}

.jump-ok-outline {
    border-radius: 15px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
    height: 35px;
    padding: 2px 20px;
    width: 100px;
    color: #272932;
}

.jump-cancelBtn-outline {
    border-radius: 15px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
    height: 35px;
    padding: 2px 20px;
    width: 100px;
    color: #272932;
}

.jump-cancel-outline {
    right: 5px;
    top: 5px;
    position: absolute;
}

.solution-area {
    padding: 20px 50px 0px 50px;
    gap: 20px;
    border-radius: 5px;
    border: 1px solid var(--BM-color01, #B9A179);
    background: var(--bg, #272932);
    margin: 3% auto;
    width: 90%;
    display: flex;
    max-width: 600px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: var(--BM-color01, #B9A179);
    text-align: center;
    max-height: 65dvh;
    overflow: auto;
}

.solution-currency {
    width: 100%;    
}

.solution-currency-title {
    font-size: 16px;
    font-weight: 900;
}

.solution-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solution-content {
    display: flex;
    width: 45%;
    justify-content: center;
    margin: 20px 0px;
    padding: 5px 10px 5px 10px;
    border: 1px solid var(--BM-color01, #B9A179);
    border-radius: 10px;
    gap: 15px;
    flex-wrap: wrap;
    position:relative;
}

    .solution-content.active::after {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        font-family: "svg-font";
        content: "\55";
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        margin-left: 10px;
        color: var(--BM-color01, #B9A179);
        left: -40px;
    }

    .solution-content:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }

.solution-num {
    font-weight: 900;
}

.solution-confirm {
    width: 200px;
    min-height: 40px;
    border: 1px solid var(--BM-color01, #B9A179);
    border-radius: 10px;
    color: var(--BM-color01, #B9A179);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

    .solution-confirm:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }

.solution-confirm-container {
    width: 100%;
    position: sticky;
    bottom: 0px;
    background: #272932;
    padding:20px 0px; 
    display:flex;
}

@keyframes jumpBg {
    0% {
        margin-top: 5px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

/*#endregion */

/* 大螢幕設備（大型桌面，1200px（含）以上） */
/*@media screen and  (min-width: 721px) and (max-width: 3840px) {*/
@media screen and (min-width: 1025px) and (max-width: 3840px) {
    /* 如果使用者之視窗寬度介於 721px ~ 3840px，將會再載入這裡的 CSS。*/


    /*login頁用*/
    .login-outline {
        padding: 20px 50px 50px 50px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        border-radius: 15px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--bg, #272932);
        margin: auto;
        width: 90%;
        display: grid;
        max-width: 400px;
        justify-content: center;
    }

    .m-bottombar-outline {
    display:none;
    }
}



/* 大螢幕設備（大型桌面，900px（含）以上） */
/*@media screen and  (min-width: 575px) and (max-width: 900px) {*/
@media screen and (min-width: 668px) and (max-width: 900px) {
    /* 如果使用者之視窗寬度介於 575px ~ 900px，將會再載入這裡的 CSS。*/


    .drop-outline02 {
        display: flex;
        width: 100%;
        height: auto;
        flex-shrink: 0;
        border-radius: 10px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--BM-color05, #2F3242);
        padding: 10px 0;
        position: absolute;
        top: 37px;
        right: 0px;
        animation-name: toggle;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
    }

    .lan_icon_m02, .lan_current_m02 {
        float: left;
        color: #c1a678;
        height: 32px;
        line-height: 32px;
        border: 1px solid #b59e78;
        -o-transition: all .15s;
        -moz-transition: all .15s;
        -webkit-transition: all .15s;
        -ms-transition: all .15s;
        transition: all .15s;
        vertical-align: middle;
    }


    .lan_icon_m02 {
        border-right: static;
        border-radius: 5px;
        padding: 0px 8px;
    }

    .lan_current_m02 {
        display: none;
    }

        .lan_current_m02 > div {
            display: inline-block;
        }

        .lan_current_m02 > img {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 5px;
        }
}

/* 大螢幕設備（大型桌面，668px（含）以上） */
/*@media screen and  (min-width: 668px) and (max-width: 720px) {*/
@media screen and (min-width: 668px) and (max-width: 1024px) {
    /* 如果使用者之視窗寬度介於 668px ~ 720px，將會再載入這裡的 CSS。*/

    
    .icon-menu {
        display: flex;
        width: 50px;
        height: 50px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .list-outline00 {
        display: flex;
        width: 90%;
        height: 85px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 0 auto;
    }


    .banner-size {
        position: relative;
        max-width: 180px;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        transform: scale(1.0);
        transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        .banner-size:hover {
            transform: scale(1.15);
            transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
        }

    /*login頁用*/
    .login-outline {
        padding: 20px 50px 37px 50px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        border-radius: 15px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--bg, #272932);
        margin: 3% auto;
        width: 90%;
        display: grid;
        max-width: 400px;
        justify-content: center;
    }

    .banner-size {
        position: relative;
        max-width: 180px;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        transform: scale(1.0);
        transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        .banner-size:hover {
            transform: scale(1.15);
            transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
        }

    .banner-content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin: 10px auto;
        padding: 10px 10px;
    }


    .drop-outline01 {
        display: flex;
        width: 100%;
        height: auto;
        flex-shrink: 0;
        border-radius: 10px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--BM-color05, #2F3242);
        padding: 10px 0;
        position: absolute;
        top: 41px;
        animation-name: toggle;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
    }

    @keyframes toggle {
        0% {
            margin-top: -15px;
            opacity: 0;
        }

        100% {
            margin-top: 0px;
            opacity: 1;
        }
    }
}



/* 小螢幕設備（大型桌面767px（含）以下） */
@media screen and (min-width: 376px) and (max-width: 667px) {
    /* 如果使用者之視窗寬度介於 376px ~ 667px，將會再載入這裡的 CSS。*/
    /*members頁用*/

    .side-menu > .side-item {
        padding: 10px 0px 10px 10px;
    }

    .side-menu > .side-item .nav-item {
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        padding: 20px 5px;
    }


    #idMainContent {
        cursor: pointer;
        position: absolute;
        left: 5px;
        top: calc(50% - 20px);
        z-index: 9999;
    }

    .m-bottombar-outline {
        display: block;
    }
    .drop-content-list > .font-color02 {
        margin-left: 5px;
    }

    .drop-content01 .selItem > div:nth-child(1)::after {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        font-family: "svg-font";
        content: "\55";
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        background: #0e1522;
        margin-left: 10px;
        color: var(--BM-color01, #B9A179);
        left: 1px;
    }


    .content-top02 {
        margin: 0 auto;
        max-width: 900px;
        width: 100%;
        height: 60px;
        display: flex;
        padding: 5px 5px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }


    #idHeader {
        position: fixed;
        top: 0px;
        height: 60px;
    }

    .topbar-logo-size {
        display: none;
    }

    .logo-size {
        width: 10%;
        height: auto;
        display:none;
    }

    .topbar-out {
        display: flex;        
        padding: 10px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 30px;
        background: var(--BM-color05, #2F3242);
    }

    .button01 {
        display: flex;
           height: 35px;
        padding: 2px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #2F3242;
        background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
        border: 1px solid var(--BM-color01, #B9A179);
        font-weight: 700;
        user-select: none;
        min-width: 50px;
        word-break: keep-all;      
    }

        .button01 :hover {
            cursor: pointer
        }

    .button01-top {
        display:none;
    }

    .button02 {
        display: flex;
        height: 35px;
        padding: 2px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 25px;
        background: var(--butten, linear-gradient(180deg, #CDBB9D 0%, #B9A179 100%, #CDB690 100%));
        font-weight: 700;
        width: 90px;
        user-select: none;
    }

        .button02 :hover {
            cursor: pointer;
        }




    .topbar-icon01-out {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 13px;
    }

        .topbar-icon01-out :hover {
            cursor: pointer;
        }



    .fix-area {
        width: 100%;
        top: 0;
        background: var(--BM-color05, #2F3242);
        box-shadow: 0px -4px 8px 0px rgba(255, 219, 89, 0.25);
        z-index: 999999999;
        /*        height: 103px;*/
    }

    .content-top01 {
        max-width: 900px;
        width: 100%;
        height: 60px;
        display: flex;
        padding: 5px 30px;
        justify-content: flex-start;
        margin-left: 20px;
        align-items: center;
        align-self: stretch;
    }

    .content-top02 {
        display: none;
    }

    .icon-menu {
        display: flex;
        width: 50px;
        height: 50px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .list-outline00 {
        display: flex;
        width: 90%;
        height: 114px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 0 auto;
    }




    /*login頁用*/
    .login-outline {
        padding: 10px 20px 40px 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        border-radius: 15px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--bg, #272932);
        margin: 3% auto;
        width: 90%;
        display: block;
        max-width: 400px;
        /* justify-content: center; */
    }

    .login-title {
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        /*align-self: stretch;*/
        border-bottom: 0.5px solid var(--BM-color01, #B9A179);
        color: var(--BM-color01, #B9A179);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .login-title img {
            display: block;
            width: 40px;
        }

    .login-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        gap: 20px;
        /*align-self: stretch;*/
    }


    .login-conttitle {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        /*align-self: center;*/
        width: 100%;
    }

    .login-secbut-outlin {
        display: flex;
        width: 301px;
        padding: 10px 0px;
        justify-content: space-between;
        align-items: center;
        gap: 3px;
        width: 100%;
    }

    /*members頁用*/
    .members-outline {
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        border-radius: 15px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--bg, #272932);
        margin: 3% auto;
        width: 90%;
        display: grid;
        max-width: 900px;
    }

    .members-content {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch;
        flex-direction: column;
        flex-direction: column;
    }

    /*底部頁用*/

    .bottom-titleout {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 10px;
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
    }

    /* 手機版用的標頭*/


    .m-logo-size {
        width: 122px;
        height: auto;
        margin: 10% auto 0% auto;
    }

    /*跳出視窗用*/
    .jump-outline {
        width: 70%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 15px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--bg, #272932);
        color: #B9A179;
        font-weight: bold;
        text-align: center;
        position: relative;
        padding: 2rem 2rem;
        box-shadow: 0px 4px 10px 0px #B9A179;
    }

    /*下拉選單*/
    .drop-outline {
        width: 110px;
        height: auto;
        flex-shrink: 0;
        border-radius: 10px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--BM-color05, #2F3242);
        padding: 10px 0;
        position: absolute;
        top: 40px;
    }

    .drop-content {
        display: flex;
        width: 110px;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .drop-content-list {
        display: flex;
        width: 160px;
        padding: 5px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #373941;
        color: #FFFFFF;
        max-width: 90%;
        font-size: 12px;
    }
    /*下拉選單01*/
    .drop-outline01 {
        display: flex;
        width: 100%;
        height: auto;
        flex-shrink: 0;
        border-radius: 10px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--BM-color05, #2F3242);
        padding: 10px 0;
        position: absolute;
        top: 41px;
        animation-name: toggle;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
    }

    @keyframes toggle {
        0% {
            margin-top: -15px;
            opacity: 0;
        }

        100% {
            margin-top: 0px;
            opacity: 1;
        }
    }

    .drop-content02 {
        display: flex;
        width: 150px;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .drop-content-list01 {
        display: flex;
        width: 160px;
        padding: 0px;
        justify-content: space-around;
        align-items: center;
        border-bottom: 1px solid #373941;
        color: #FFFFFF;
        font-size: 10px;
    }
}




/* 小螢幕設備（大型桌面767px（含）以下） */
@media screen and (min-width: 100px) and (max-width: 375px) {
    /* 如果使用者之視窗寬度介於 100px ~ 375px，將會再載入這裡的 CSS。*/
    /*members頁用*/
    .side-menu > .side-item {
        padding: 10px 0px 10px 10px;
    }

    .side-menu > .side-item .nav-item {
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        padding: 20px 5px;
    }

    #idMainContent {
        cursor: pointer;
        position: absolute;
        left: 5px;
        top: calc(50% - 20px);
        z-index: 9999;
    }

    .m-bottombar-outline {
        display: block;
    }

    .content-top01 {
        max-width: 900px;
        width: 100%;
        height: 60px;
        display: flex;
        padding: 5px 30px;
        justify-content: flex-start;
        margin-left: 20px;
        align-items: center;
        align-self: stretch;
    }

    .topbar-icon01-out {
    display: flex;
    padding: 2px 5px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border-radius: 25px;
    border: 1px solid var(--BM-color01, #B9A179);
    position: relative;
}

    .topbar-icon01-out :hover {
        cursor: pointer;
    }


    .drop-content-list > .font-color02 {
        margin-left: 5px;
    }

    .drop-content01 .selItem > div:nth-child(1)::after {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        font-family: "svg-font";
        content: "\55";
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        background: #0e1522;
        margin-left: 10px;
        color: var(--BM-color01, #B9A179);
        left: 1px;
    }

    #idHeader {
        position: fixed;
        top: 0px;
        height: 60px;
    }

    .topbar-logo-size {
        display: none;
    }

 
    .topbar-out {
        display: flex;
        padding: 10px 5px;
        justify-content: center;
        align-items: center;
        gap: 5px;
        border-radius: 30px;
        background: var(--BM-color05, #2F3242);
    }

    .topbar-icon01-out {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 13px;
    }

        .topbar-icon01-out :hover {
            cursor: pointer;
        }


    .fix-area {
        width: 100%;
        top: 0;
        background: var(--BM-color05, #2F3242);
        box-shadow: 0px -4px 8px 0px rgba(255, 219, 89, 0.25);
        z-index: 999999999;
        /*        height: 103px;*/
    }



    .content-top02 {
        display: none;
    }

    .icon-menu {
        display: flex;
        width: 50px;
        height: 50px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .list-outline00 {
        display: flex;
        width: 90%;
        height: 114px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 0 auto;
    }





    /*login頁用*/
    .login-outline {
        padding: 10px 15px 0px 15px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        border-radius: 15px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--bg, #272932);
        margin: 3% auto;
        width: 90%;
        display: grid;
        max-width: 400px;
        justify-content: center;
        display: block;
    }

    .login-title {
        display: flex;
        padding: 0px 10px 10px 10px;
        justify-content: center;
        align-items: center;
        /*align-self: stretch;*/
        border-bottom: 0.5px solid var(--BM-color01, #B9A179);
        color: var(--BM-color01, #B9A179);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .login-title img {
            display: block;
            width: 40px;
        }

    .login-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        /*align-self: stretch;*/
        margin: 5% 0px;
    }



    .login-conttitle {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        /*align-self: center;*/
        width: 100%;
    }

    .login-secbut-outlin {
        display: flex;
        padding: 3px 0px;
        justify-content: space-between;
        align-items: center;
        gap: 3px;
        width: 100%;
    }

    /*members頁用*/
    .members-outline {
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        border-radius: 15px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--bg, #272932);
        margin: 3% auto;
        width: 90%;
        display: grid;
        max-width: 900px;
    }

    .members-content {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch;
        flex-direction: column;        
    }

    /*底部頁用*/

    .bottom-titleout {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 10px;
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
    }

    /* 手機版用的標頭*/


    .m-bottombar-outline01 {
        display: flex;
        width: 100%;
        height: auto;
        padding: 10px 10px;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
        background: var(--BM-color05, #2F3242);
        box-shadow: 0px -4px 8px 0px rgba(255, 219, 89, 0.25);
    }

    .m-logo-size {
        width: 122px;
        height: auto;
        margin: 7% auto 0% auto;
    }
    /*跳出視窗用*/

    .jump-outline {
        width: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        border-radius: 15px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--bg, #272932);
        color: #B9A179;
        font-weight: bold;
        text-align: center;
        position: relative;
        padding: 2rem 2rem;
        box-shadow: 0px 4px 10px 0px #B9A179;
    }

    /*下拉選單*/
    .drop-outline {
        width: 100px;
        height: auto;
        flex-shrink: 0;
        border-radius: 10px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--BM-color05, #2F3242);
        padding: 10px 0;
        position: absolute;
        top: 37px;
    }

    .drop-content {
        display: flex;
        width: 100px;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .drop-content-list {
        display: flex;
        width: 160px;
        padding: 5px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #373941;
        color: #FFFFFF;
        font-size: 12px;
    }

    /*下拉選單01*/
    .drop-outline01 {
        display: flex;
        width: 100%;
        height: auto;
        flex-shrink: 0;
        border-radius: 10px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--BM-color05, #2F3242);
        padding: 10px 0;
        position: absolute;
        top: 41px;
        animation-name: toggle;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
    }

    @keyframes toggle {
        0% {
            margin-top: -15px;
            opacity: 0;
        }

        100% {
            margin-top: 0px;
            opacity: 1;
        }
    }



    .drop-content02 {
        display: flex;
        width: 130px;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .drop-content-list01 {
        display: flex;
        width: 150px;
        padding: 0px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #373941;
        color: #FFFFFF;
        font-size: 10px;
    }
    .logo-size {
    display:none;
    }

    .button01-top {
        display: none;
    }
}


@media screen and (min-width: 376px) and (max-width: 668px){

    .content-top01 {
        margin: 0 auto;
        max-width: 900px;
        width: 100%;
        height: 60px;
        display: flex;
        padding: 5px 30px;
        margin-left: 20px;
        justify-content: flex-start;
        align-items: center;
        align-self: stretch;
    }
}


/* 小螢幕設備（大型桌面575px（含）以下） */
@media screen and (min-width: 100px) and (max-width: 668px) {
    /* 如果使用者之視窗寬度介於 100px ~ 575px，將會再載入這裡的 CSS。*/
    /**/

    #idMainContent {
        cursor: pointer;
        position: absolute;
        left: 5px;
        top: calc(50% - 20px);
        z-index: 9999;
    }
    .d-none {
        display: none;
    }
    .download-icon {
        margin-right: 5px;
        margin-left: 5px;
    }
    .drop-outline02 {
        width: 100%;
        right: 0px;
    }

    .lan_current_m {
        display: flex;
        border-radius: 0px 5px 5px 0px;
        padding: 0px 10px;
        align-items: center;
    }

    .langText {
        font-size: 14px;
        word-break: keep-all;
    }

    .drop-content01 {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .icon-size {
        width: auto;
        height: 18px;
        display: block;
    }

    .icon-size01 {
        width: auto;
        height: 25px;
        display: block;
    }


    .font-pointValue {
        color: #FFFFFF;
        min-width: 105px;
        margin: 3px;
        user-select: none;
    }

    .chatroom {
        display: none
    }

    .download-icon-top {
        display: none
    }

    .download-icon-top-unlogin {
        display: none
    }

    .lan_icon_m02, .lan_current_m02 {
        display: none;
    }


    .lan_icon_m02 {
        display: none;
    }

    .lan_current_m02 {
        display: none;
    }

    .lobbyContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0px auto;
        height: 100vh;
        position: relative;
        overflow: auto;
    }

    .game-content {
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        height: auto;
        display: flex;
        padding: 5px 5px;
        justify-content: space-around;
        align-items: center;
        align-self: stretch;
        max-height: 100vh;
        padding-bottom: 30px;
        box-sizing: border-box;
    }

    .banner-content {
        display: flex;
        justify-content: flex-start;
        align-items: unset;
        gap: initial;
        margin: 30px auto;
    }

    .swiper-pagination-bullet {
        opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    }

    .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
    }

    .gameItem {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        width: 85%;
        bottom: 3%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .gameitem-title {
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 5px;
        color: ghostwhite;
    }

    .gameitem-tag {
        font-size: 17px;
        color: ghostwhite;
    }



    .banner-size {
        position: relative;
        max-width: 200px;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        transform: scale(1.0);
        transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        .banner-size:hover {
            transform: scale(1.15);
            transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
        }

    .drop-outline01 {
        display: flex;
        width: 100%;
        height: auto;
        flex-shrink: 0;
        border-radius: 10px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--BM-color05, #2F3242);
        padding: 10px 0;
        position: absolute;
        top: 41px;
        animation-name: toggle;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
    }

    @keyframes toggle {
        0% {
            margin-top: -15px;
            opacity: 0;
        }

        100% {
            margin-top: 0px;
            opacity: 1;
        }
    }

    .banner-content-outer > .img-responsive {
        display: block;
        width: auto;
        max-height: calc(100vh - 30px);
        margin: auto
    }

    .drop-outline01-bottom {
        display: flex;
        width: 100%;
        height: auto;
        flex-shrink: 0;
        border-radius: 10px;
        border: 1px solid var(--BM-color01, #B9A179);
        background: var(--BM-color05, #2F3242);
        padding: 10px 0;
        position: absolute;
        top: -268px;
        animation-name: toggle-bottom;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
    }

    .d-none {
        display: none;
    }

    .chatroom-logout {
        display:block;
    }
}


.bm-btn:hover {
    cursor: pointer;
    background: rgb(55 58 77 / 50%);
    color: white;
    border: 1px solid var(--BM-color01, #B9A179);
}

.is-hide {
    display: none !important;
}






.drop-content01 > div:hover {
    border: 1px solid var(--BM-color01, #B9A179);
    box-sizing: border-box;
    border-radius: 10px;
}

.toggleBtnBottom .lan_current_m {
    min-width: 110px;
}


.point-recycle {
    
    /* 指定動畫屬性 */
   
}

    .point-recycle:hover {
        /* hover 時啟動動畫 */
        animation: rotateAnimation 5s infinite; /* 2s 是動畫時間，infinite 表示無限循環 */
        /* 預設情況下不旋轉，只有在 hover 時才應用動畫 */
        transform: rotate(0deg);
      
    }

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 667px) and (max-width: 755px) {
    .content-top02 {
        display: none;
    }
    .login-title {
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        /* align-self: stretch; */
        border-bottom: 0.5px solid var(--BM-color01, #B9A179);
        color: var(--BM-color01, #B9A179);
        font-family: Inter;
        font-size: 16px;
        /*font-style: normal;*/
        font-weight: 400;
        line-height: normal;
    }
}

.chatroom-PC {
    position: absolute;
    max-width: 800px;
    max-height: 800px;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
}

.chatroom-m {
    position: absolute;
    width: 100vw;
    height: 100vh;
    right: 0px;
    top: 0px;
    z-index: 999999;
}
