/* SETTING */

html {
    scroll-behavior: smooth;
}

body {
    background-color: #00183b;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
    position: relative;
    letter-spacing: 1px;
    box-sizing: border-box;
    overflow: auto;
    background-image: url(../img/interface/background.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    /* touch-action: pan-y, pan-y; */
    color: #fff;
}

/* SETTING REMEMBERED FIELD COLOR */
/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
} */

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.for_pc.hidden,
.hidden {
    display: none !important;
}

.form_content .tab-content-box .store_form div.hidden {
    display: none !important;
}

div {
    box-sizing: border-box;
}

a {
    color: #ffffff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

:hover {
    transition: all .3s ease-in-out !important;
}

i::before {
    font-family: "FontAwesome";
}

a:hover,
a:active,
a.active {
    color: #ffcbcb;
    text-decoration: none;
}

input,
select,
textarea,
.userphone,
#bankSelect,
#bank-account,
#bank-name {
    height: 35px;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    color: #000;
    outline: none;
}

input,
select {
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box;
}

textarea {
    height: 300px;
    width: calc(100% - 19px);
    overflow-y: scroll;
    padding: 8px;
}

input[placeholder],
[placeholder],
*[placeholder] {
    font: 400 15px 'Microsoft Jhenghei';
}

input[type="file"] {
    background-color: transparent;
    border: none;
    padding: 0;
    height: 30px;
}

button,
button:focus {
    outline: none;
    cursor: pointer;
}

[type="checkbox"],
[type="radio"] {
    width: 20px;
    height: 20px;
}

.rule {
    color: #ffe46b;
}

.input-block {
    margin: 20px 0;
}

.input-block-content .input-block {
    margin: 20px 0 0 0;
}


/* STANDARD */
.btn {
    padding: 18px 25px;
    background: #a52d2d;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    color: #fff;
    border: 1px solid #a52d2d;
    font-size: 14px;
    min-width: 130px;
}

.btn.cancel {
    background: #6e6e6e;
    border: 1px solid #6e6e6e;
}

.btn:hover,
.btn:active {
    filter: brightness(1.2);
    color: #fff;
    border: 1px solid #a52d2d;
}

.btn.submit {
    margin-top: 50px;
}

.btn1 {
    padding: 15px 35px !important;
    background-color: #a52d2d;
    border: none;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.btn1:hover,
.btn1:active {
    background-color: #a52d2d;
    color: #fff;
}

.btn2 {
    font-size: 14px;
    padding: 5px 15px;
    color: #ffffff !important;
}

.btn2:hover,
.btn2:active {
    color: #a52d2d !important;
}

/* æ–‡å­—é¡è‰² */
.font-primary {
    color: #068485;
}

.font-second {
    color: #068485;
}

/* 圖片顯示 */
img {
    width: 100%;
    height: auto;
    border: 0;
    outline: 0;
    vertical-align: middle;
    display: block;
}

/* header區 */
/* #web {
	display:none;
}
*/


.showout {
    display: block !important;
}

body>header {
    width: 100%;
    position: unset;
    z-index: 89;
}

.headerSticky {
    /* position: sticky;
	top: 0;
	z-index: 999; */
}

.nav {
    /* background: linear-gradient(180deg,#ffffffde,#ffffffe0); */
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}

/* .headerSticky .nav {
    background: #fff;
    background: linear-gradient(180deg, #ffffff 70%, #2c88f900 100%);
} */

.nav .right-block {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.multiply-float {
    width: 80px;
    position: absolute;
    z-index: 9;
    /* filter: brightness(2) blur(0px) hue-rotate(45deg); */
    margin-top: 10px;
    margin-left: -10px;
    border-radius: 20px;
    padding: 5px;
    /* background-color: #000000ba; */
}

@media screen and (min-width:1025px) {
    body {
        /* background-color: #f5f5f5; */
        background-image: url(../img/interface/pc.jpg);
        background-position: bottom center;
        /* min-width: 1280px; */
    }

    body>header {
        width: 100%;
        position: fixed;
    }

    /* .btn {
        padding: 10px 25px;
        background: #000000a8;
        border-radius: 8px;
        transition: all .3s ease-in-out;
        cursor: pointer;
        color: #386cff;
        border: 1px solid #386cff;
    } */

    .form_content .tab-content-box .store_form label.mobile-only {
        display: none;
    }

    .right-block.mobile-only {
        display: none;
    }

    .option-tab .option-link.mobile-only {
        display: none;
    }

    .tab-area-control .tab-content-box.msg.active.mobile-only {
        display: none;
    }

    /* nav列 */
    .nav {
        display: flex;
        width: 100%;
        min-height: 80px;
        height: auto;
        padding: 0;
        position: relative;
        justify-content: center;
        overflow: visible;
        background: #1a003d;
        background: linear-gradient(353deg, #8902b5 0%, #1a003d 100%);
        color: white;
    }

    /* .nav::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: -5px;
        left: 0;
        right: 0;
        z-index: -1;
        overflow: visible;
    } */

    .nav .logo img {
        z-index: 99;
        transition: all .3s ease-in-out;
        /* margin-bottom: -16px; */
        width: 120px;
        filter: drop-shadow(1px 2px 6px #000000d6);
        z-index: 2;
        position: relative;
        animation: fire 2s ease-in-out infinite;
    }

    @keyframes fire {
        0% {
            filter: drop-shadow(1px 2px 6px #000000d6) brightness(1) contrast(1);
        }

        10% {
            filter: drop-shadow(1px 2px 6px #000000d6) brightness(1.3) contrast(1.3);
        }

        50% {
            filter: drop-shadow(1px 2px 6px #000000d6) brightness(1) contrast(1);
        }

        90% {
            filter: drop-shadow(1px 2px 6px #000000d6) brightness(1.3) contrast(1.3);
        }

        100% {
            filter: drop-shadow(1px 2px 6px #000000d6) brightness(1) contrast(1);
        }
    }

    .nav .logo.web-logo {
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
    }

    .nav .logo-frame {
        width: 150px;
        margin: 0 auto 10px auto;
    }

    .nav .right-block .mobileTopMenu {
        display: none;
    }

    .nav .logo.web-logo img {
        width: 500px;
    }

    .right-block .hamburger,
    .index-link-block {
        display: none;
    }

    .banner-slick.slick-initialized.slick-slider.slick-dotted {
        margin-bottom: 0;
    }

    .web-link-block {
        display: flex !important;
        width: 100%;
        justify-content: space-between;
        width: 1380px;
        margin: 0 auto;
        align-items: center;
        padding-top: 21px;
    }

    .web-link-block.for_pc {
        width: 100%;
        justify-content: right;
        min-width: unset;
        display: flex !important;
        padding: 0;
    }

    .web-link-block.for_pc .T-DLY-rightForm {
        width: 100%;
        align-items: center;
        margin: 0;
        z-index: 99;
    }

    .web-link-block.wide {
        width: 1380px;
    }

    .web-link-block div {
        text-align: center;
    }

    .web-link-block a {
        display: block;
        font-size: 15px;
        width: auto;
        height: auto;
        margin: 0 12px;
        word-break: keep-all;
        /* padding-bottom: 22px; */
    }

    .web-link-block .logo {
        margin: 0;
    }

    .language-family {
        margin-top: 0;
        margin-left: 15px;
    }

    .language-family i {
        font-size: 20px;
    }

    .language-family #options {
        height: 28px;
    }

    .mobile-only {
        display: unset;
    }
}

.bg_animation {
    background: linear-gradient(55deg, #cc9f30, #8a7849, #ffc327, #ffd800);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 96%
    }

    50% {
        background-position: 100% 5%
    }

    100% {
        background-position: 0% 96%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 96%
    }

    50% {
        background-position: 100% 5%
    }

    100% {
        background-position: 0% 96%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 96%
    }

    50% {
        background-position: 100% 5%
    }

    100% {
        background-position: 0% 96%
    }
}

form {
    padding: 0px;
    /* margin: 66px 0 0; */
}

@media screen and (min-width:1024px) {
    form {
        padding: unset;
        display: block;
    }

    .mobile-only {
        display: none;
    }
}

/*SCSS ok*/
/* footer */
footer .block {
    margin-bottom: 30px;
}

footer .title {
    color: #e7ae46;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffd667;
    margin-bottom: 10px;
}

footer .link {
    display: flex;
    flex-wrap: wrap;
}

footer .link a {
    display: block;
    width: 50%;
    padding: 5px 0;
}

footer p {
    margin: 0;
    color: #fff;
    font-size: 11px;
}

footer .block img {
    max-width: 230px;
}

footer .block p {
    padding: 5px 0;
}

@media screen and (min-width:1024px) {
    footer {
        display: flex;
    }

    footer .block {
        width: 30%;
        padding: 0 15px;
        margin-bottom: 0;
    }

    footer .block:last-child {
        width: 40%;
    }
}

/*SCSS ok*/


/* 最新消息 */
.line-contact a {
    width: 55px;
    height: 55px;
    position: fixed;
    right: 17px;
    bottom: 75px;
    z-index: 999;
    cursor: pointer;
}

.line-contact img {
    width: 100%;
    height: 100%;
}

.line-contact img:hover {
    width: 100%;
    height: 100%;
    filter: brightness(1.2);
}

/*20220513 T-DLY-header neo*/
main {
    padding: 92px 0 3% 0;
    /* background-image: url(../img/interface/siteBg.jpg);
    background-size: cover;
    background-position: top center; */
}

.T-DLY-rightForm {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 80%;
    margin: 0 0 22px;
    /* align-self: flex-end; */
}

.T-DLY-rightForm>span {
    position: relative;
    margin: 0 1% 0 0;
}

/* .T-DLY-rightForm>span:last-child {
    margin-top: 8px
} */

.T-DLY-rightForm>span>button,
form.T-DLY-rightForm>span>select {
    border-radius: 8px;
}

span#T-DLY-account>input,
span#T-DLY-password>input {
    padding-left: 33px;
    margin-top: 0;
    /* background-color: #00000052; */
    color: #2c2c2c;
    border-radius: 7px;
    border: 1px solid #18181842;
    font-size: 14px;
    /* color: #000 !important;
    -webkit-text-fill-color: #000 !important; */
    max-width: 150px;
}

span#T-DLY-account>input::placeholder,
span#T-DLY-password>input::placeholder,
#T-DLY-languageFamily>select::placeholder {
    color: #2c2c2c;
}

#T-DLY-languageFamily>select {
    /* padding-left: 0; */
    margin-top: 0;
    /* background-color: #00000052;
    color: white; */
    border-radius: 7px;
    border: 0;
    font-size: 12px;
    width: auto;
}

span#T-DLY-account:before {
    content: "\f406";
    position: absolute;
    font-family: "FontAwesome";
    color: #bd7e1f;
    top: 9px;
    left: 10px;
    font-size: 15px;
    filter: opacity(0.8);
}

span#T-DLY-password:before {
    content: "\f023";
    position: absolute;
    font-family: "FontAwesome";
    color: #bd7e1f;
    top: 9px;
    left: 10px;
    font-size: 15px;
    filter: opacity(0.8);
}

span.T-DLY-oops {
    display: block;
    /* margin-top: 5%;
    height: 5px; */
}

#T-DLY-btnGroup>button {
    color: #333;
    padding: 10px 10px;
    position: relative;
    border: 1px solid #989898;
    border-width: 0;
    border-color: transparent #c2c2c2 #989898;
    box-shadow: 0px 0px 4px #ffffff59;
    align-items: center;
    margin-left: 10px;
    width: auto;
    word-break: keep-all;
    height: 35px;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 12px;
}

.desktop-login {
    background-color: #a4815c;
    color: white !important;
}

.desktop-login:hover {
    background-color: #c79e71;
    color: white !important;
}

.login {
    width: 1380px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.login .web-link-block .T-DLY-mobileUser {
    border-radius: 30px;
    margin: 0 10px;
    background-color: #00000075;
}

.fa-globe:before {
    color: #b50000;
}

.login .web-link-block .T-DLY-mobileUser .vip-levels {
    width: 20px;
    position: absolute;
    left: -8px;
    filter: drop-shadow(0px 3px 2px #00000099);
}

.login .web-link-block .T-DLY-mobileUser>a {
    width: unset;
}

.login .web-link-block .T-DLY-mobileUser>a>i {
    margin: auto;
    align-self: center;
    font-size: 22px;
}

.login .web-link-block .T-DLY-mobileUser>img {
    width: 55px;
    pointer-events: none;
}

.T-DLY-mobileUser .simpleinfo {
    word-break: keep-all;
    flex-grow: 1;
    text-align: left;
    padding: 0 0 0 5%;
    align-self: center;
    width: 125px;
    cursor: pointer;
}

.T-DLY-mobileUser .simpleinfo p {
    font-size: 13px;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 20px;
    display: contents;
}

.T-DLY-mobileUser .simpleinfo p strong {
    padding: 0 5%;
}

.T-DLY-mobileUser .simpleinfo .vip-levels {
    color: #ffc907;
    font-weight: 900;
}

.allPointBack div.keyBtn .gather-block {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

.allPointBack div.keyBtn a {
    display: inline-grid;
    padding-bottom: 0;
    margin: 0 15px;
    text-align: center;
    font-size: 12px;
    align-items: baseline;
}

.allPointBack div.keyBtn a i:hover,
.allPointBack div.keyBtn a:hover {
    color: #e5cfb6 !important;
}

.T-DLY-mobileUser .keyBtn a i {
    margin-bottom: 4px;
    font-size: 25px;
}

.allPointBack div.keyBtn a:hover,
.T-DLY-mobileUser .keyBtn a:hover i {
    color: #e5cfb6;
}

.T-DLY-mobileUser {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin: -.2% 2% 0 0;
}

.T-DLY-mobileUser>a {
    display: flex;
    justify-content: end;
    flex-wrap: nowrap;
    padding: 0 2%;
    cursor: pointer;
}

.T-DLY-mobileUser>a:hover {
    color: #610000;
    text-decoration: none;
}

.T-DLY-mobileUser>a>i {
    margin: auto 5%;
    font-size: 1.5rem;
}

.T-DLY-mobileUser>a>p {
    font-size: 1.2rem;
    word-break: keep-all;
}

.login .web-link-block #T-DLY-btnGroup>button {
    margin: 0 3px;
}

span>button[id*="T-DLY-login-btn"],
span>button[id*="T-DLY-deposit-btn"],
span>button[id*="T-DLY-withdrawal-btn"],
span>button[id*="T-DLY-transfer-btn"],
span>button[id*="T-DLY-logout-btn"] {
    background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
    margin-left: 0 !important;
}

span>button[id*="T-DLY-register-btn"] {
    background: linear-gradient(to bottom, #f5df83 22%, #FBB21A) !important;
}

#T-DLY-password #T-DLY-forget {
    position: absolute;
    font-size: 12px;
    color: #7e5b23;
    top: 9px;
    right: 0;
    cursor: pointer;
    display: unset;
    width: unset;
    height: unset;
    margin: unset;
    word-break: keep-all;
    padding-bottom: unset;
}

span#T-DLY-forget {
    margin: 0 -3% 0 0;
    width: 11%;
    padding-top: 1.5%;
}

span#T-DLY-forget a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    font-size: 13px;
    position: relative;
    width: 100%;
    color: #666666;
    cursor: pointer;
}

span#T-DLY-forget a:hover {
    opacity: 1;
    filter: invert(55%) sepia(35%) saturate(500%) hue-rotate(100deg) brightness(80%) contrast(105%);
}

span#T-DLY-forget a img {
    width: 12%;
    padding-right: 3%;
    filter: brightness(0.5);
}

span#T-DLY-forget a b {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    vertical-align: text-top;
}

#T-DLY-btnGroup>button:hover {
    color: #610000;
    text-decoration: none;
}

#T-DLY-btnGroup {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 7px 0 4px;
}

#T-DLY-languageFamily i {
    position: absolute;
    top: 0px;
    left: 0px;
}

.mobileLangPop {
    display: none;
}

/* span#T-DLY-languageFamily:before {
    content: "\f0ac";
    position: absolute;
    font-family: "FontAwesome";
    color: #fff;
    top: 9px;
    left: 10px;
    font-size: 15px;
} */

#T-DLY-mainList {
    /* background: #5aa4ff;
    border-bottom: #5aa4ff 1px solid; */
    width: 105%;
    /* height: 50px; */
    position: relative;
}

#T-DLY-mainList>ul {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    max-width: 1300px;
    margin-block-start: 0;
    padding-inline-start: 0;
}

#T-DLY-mainList>ul>li {
    text-align: center;
    display: block;
    place-self: center;
}

#T-DLY-mainList>ul>li>a {
    /* color: #292929; */
    /* text-shadow: 0 1px 3px #00000061; */
    cursor: pointer;
}

#T-DLY-mainList>ul>li>a>img {
    width: 22px;
    vertical-align: middle;
    display: inline-block;
    margin: -3px 3px 0 32px;
}

#T-DLY-mainList li:hover .pc-menu-items::after {
    content: "";
    width: 90%;
    height: 2px;
    background-color: white;
    z-index: 5;
    position: absolute;
    left: 5%;
    margin-top: 26px;
}

.T-DLY-subList {
    background: #1a003d;
    background: linear-gradient(353deg, #8902b5 0%, #1a003d 100%);
    display: none;
    /* width: 100%; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    padding: 98px 30px 30px 30px;
    box-shadow: unset;
    border-radius: 0;
    backdrop-filter: blur(3px);
}

#T-DLY-mainList .pc-menu-items {
    position: relative;
    z-index: 2;
}

.active {
    display: flex;
}

.T-DLY-subList.active {
    display: block;
    animation: fadeInOut .2s ease-in;
}

@keyframes fadeInOut {
    0% {
        top: -40px;
        opacity: 0;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

.T-DLY-subList ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-items: baseline;
    margin: auto;
    max-width: 1200px;
    padding: 0 30px;
    width: 100%;
    list-style: none;
    padding-inline-start: 0;
    max-height: 70vh;
    overflow: auto;
}

.T-DLY-subList ul li {
    position: relative;
    width: 178px;
    margin: 10px 0.5%;
}

.T-DLY-subList ul li a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.T-DLY-subList ul li a:hover .img-box img {
    filter: brightness(1.2);
    transition: all .3s ease-in-out;
    transform: scale(1.1, 1.1);
}

.T-DLY-subList ul li a article.txt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0;
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0));
    flex-wrap: wrap;
}

.T-DLY-subList ul li a article.txt img {
    transform: none;
}

.T-DLY-subList ul li a article.txt .icon {
    max-width: 85px;
    max-height: 45px;
    width: auto;
}

.T-DLY-subList ul li a article.txt .name {
    font-size: 16px;
    padding: 0 10px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #303030; */
}

.name_add {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(152, 152, 152);
    height: 10px;
}


/* scss ok */
.scrollMenuRight {
    position: fixed;
    bottom: 10%;
    right: 1%;
    z-index: 999;
}

.scrollMenuRight>div {
    width: 50px;
    height: 50px;
    margin: 0 auto 20%;
    background-color: #610000;
    border-radius: 50px;
    padding: 7px;
}

.scrollMenuRight>div:last-child {
    margin: 0 auto 0;
}

.backToTop {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    filter: drop-shadow(0 0 5px #999999);
    border-radius: 100px;
    margin: 0 auto;
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 999;
}

.backToTop:hover {
    width: 40px;
    height: 40px;
    margin: 5px;
    background-color: #610000;
    filter: unset;
}

.backToTop:hover a {
    filter: brightness(50);
}

.backToTop a {
    display: block;
    width: 60%;
    height: auto;
    margin: 20% auto 0;
}

/* scss ok */

/*20220512 T-DLY-footer neo*/

/*SCSS ok*/
.T-DLY-footer {
    overflow: hidden;
    background-color: #000000ad;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    border-top: 2px solid #7902b5;
    padding: 15px 30px;
    text-align: center;
}

.T-DLY-footer .infoArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto 2%;
    width: 100%;
    max-width: 1000px;
}

.T-DLY-footer .infoArea section {
    zoom: 0.7;
}

.T-DLY-footer .infoArea a {
    height: 52px;
    display: block;
}

.T-DLY-footer .infoArea .contactArea p,
.T-DLY-footer .infoArea .contactArea h6 {
    color: #9b9b9b;
    font-size: 15px;
    text-align: left;
    line-height: 25px;
    margin: 0;
    min-width: 114px;
}

.contactArea .footer-logo img {
    width: 128px;
    opacity: 0.8;
}

.T-DLY-footer .contactWay {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    margin: 6% 0;
}

.T-DLY-footer img {
    filter: grayscale(1) brightness(1.1);
}

.T-DLY-footer .contactWay a {
    width: 12%;
    align-self: center;
    margin: 0 2%;
}

.T-DLY-footer .license {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.T-DLY-footer .license span {
    width: 33%;
    margin: 0 3%;
}

.T-DLY-footer .license span p {
    margin: 0;
    color: #9b9b9b;
    font-size: 15px;
    text-align: left;
}

.T-DLY-footer .retention {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.T-DLY-footer .retention div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.T-DLY-footer .retention figure {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    width: 50%;
}

.T-DLY-footer .retention figure span {
    width: 20%;
    margin: 0 5% 0 0;
    align-self: center;
}

.T-DLY-footer .retention figcaption {
    align-self: center;
}

.T-DLY-footer .retention figcaption p {
    margin: 0;
    color: #9b9b9b;
    font-size: 14px;
    text-align: left;
}

.T-DLY-footer .retention a {
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 50%;
    color: #9b9b9b;
    font-size: 15px;
}

.T-DLY-footer .contactWay a:hover,
.T-DLY-footer .retention a:hover {
    filter: brightness(1.3);
}

.T-DLY-collaborateLogo {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 2%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #9b9b9b;
    padding: 0 1% 1%;
}

.T-DLY-collaborateLogo span {
    width: 10%;
    margin: 0 1%;
    align-self: center;
}

.T-DLY-collaborateLogo span img {
    width: 70%;
    margin: 0 auto;
}

.T-DLY-provisionList {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
}

.T-DLY-provisionList>li {
    padding: 0 1.5%;
    border-right: #9b9b9b 1px solid;
}

.T-DLY-provisionList>li:last-child {
    border-right: none;
}

.T-DLY-provisionList>li>a {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: bold;
}

.T-DLY-provisionList>li>a:hover {
    filter: brightness(1.3);
}

.T-DLY-copyright {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.T-DLY-copyright>p {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 24px;
}

/*SCSS ok*/

/*20220512 T-DLY-login neo*/
.bgwrap {
    width: 100%;
    /* height: auto;
    background: url(/assets/jingho/img/login_bg.png) center center no-repeat;
    background-size: cover; */
}

#T-DLY-login {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    padding: 6% 0;
}

#T-DLY-login .login-logo img {
    max-width: 160px;
    margin: 0 auto 20px auto;
}

#T-DLY-login .content-none {
    border: none;
    margin: auto;
    min-height: 190px;
    padding: 20px 34px;
}

#T-DLY-login .login-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-inline-start: 0;
}

#T-DLY-login .login-tab li {
    text-align: center;
    position: relative;
    color: #fff;
    overflow: hidden;
    transition: all .3s ease-in-out;
    padding: 12px 27px;
    background-color: #00000063;
    cursor: pointer;
}

#T-DLY-login .login-tab .go-login {
    border-radius: 10px 0 0 10px;
}

#T-DLY-login .login-tab .go-register {
    border-radius: 0 10px 10px 0;
}

#T-DLY-login .login-tab li.active {
    color: #fff;
    background-color: #bd510b;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

#T-DLY-login .form_content.open {
    display: block;
}

.form_content p {
    margin: 0;
}

#T-DLY-login .form_content {
    display: none;
}

.oops5 {
    text-align: center;
    padding: 5px 0;
}

.oops5 a {
    color: #610000;
}

#T-DLY-login .btn-cover {
    /* margin: 20px 0 10px 0; */
    text-align: center;
    display: inline-grid;
    justify-content: center;
    width: 100%;
}

.btn-cover .btn {
    width: 48%;
    flex: none;
    margin: 5px;
}

#T-DLY-login .form_content .btn-cover a:hover {
    color: #ffcbcb;
}

.form_content .go_register {
    /* color: white; */
    margin-top: 12px;
}

.form_content .go_register a {
    color: #2864a0;
    text-decoration: underline;
}

#T-DLY-login .btn-cover .confirm-btn {
    background: linear-gradient(#cb904e, #ffd507, #532f09);
    background-image: url(../img/interface/button-blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 162px;
    height: 62px;
    filter: drop-shadow(0px 3px 8px #000000cf);
    border: unset;
    border-radius: unset;
    color: #fff;
    margin: 20px auto 0;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px 6px #000000;
}

#T-DLY-login .btn-cover .confirm-btn:hover {
    background-image: url(../img/interface/button-blue.png);
    filter: brightness(1.1);
    color: #fff !important;
    text-shadow: 0 1px 6px #000000;
}

#T-DLY-login .btn-cover .home-btn {
    margin-top: 20px;
    font-size: 13px;
}

.btnG {
    padding: 10px 10px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #f5df83 22%, #FBB21A) !important;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
}

.swal2-container.swal2-center>.swal2-popup {
    padding: 0 0 0 0;
}

.swal2-popup .swal2-title {
    font-size: 18px;
}

.get-verify-code {
    position: absolute;
    font-size: 12px;
    margin-left: 245px;
    margin-top: 0;
    background-color: #610000;
    color: white;
    border-radius: 16px;
    padding: 7px 10px;
}

#T-DLY-login .btn-check[type=checkbox]:checked {
    background: url(/assets/jingho/img/icon-checked.svg) center center no-repeat;
}

#T-DLY-login input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #303030a5;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background-color: #ffffffa5;
}

#T-DLY-login input[type="checkbox"]:checked {
    border: 2px solid #0b8ad9;
    background-color: #0b8ad9;
}

#T-DLY-login .btn-check {
    border: 1px solid #610000;
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 5px;
    margin: 0;
    outline: none;
    overflow: visible;
    -webkit-appearance: none;
    margin-top: -3px;
    margin-right: 5px;
}

#T-DLY-login .color-gold {
    color: #ff8d00;
}

#T-DLY-login .form_content .form_note .read {
    padding: 10px 0;
    color: white;
    font-size: 14px;
}

#T-DLY-login .writetext {
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
    overflow: visible;
    outline: none;
    border: none;
    background: none;
    margin-top: 0;
}

#T-DLY-login .writetext::placeholder {
    font-size: 12px;
    font-weight: 900;
    color: #254a95;
}

.form_content .form_note {
    padding: 5px;
}

.form_content .form_note .send-code {
    display: table;
    margin: 0 0 0 auto;
    padding: 10px;
    border: 1px solid #D8D8D8 !important;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffffff, #E3E3E3) !important;
    font-size: 1rem;
}

#T-DLY-login .form_content .form_note .input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 245px;
    height: 50px;
    background: #fff;
    border-color: #D8D8D8;
    -webkit-appearance: none;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    padding: 5px;
    box-shadow: 0 0px 15px #fff;
    margin: 0 auto;
    border: 2px solid #ff84f0;
}

#T-DLY-login .form_content .form_note .input .icon {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    margin: 0 7px;
    height: 15px;
    filter: hue-rotate(251deg);
}

.oops2 {
    width: 100%;
    display: block;
    font-size: 0.85rem;
    font-weight: normal;
    color: #610000;
    /* margin: 2% 0 0; */
}

#T-DLY-login .form_content .form_note.txt-cover {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #2e2e2e;
    font-size: 12px;
}

#T-DLY-login .form_content .form_note.txt-cover .save {
    display: flex;
    align-items: center;
}

#T-DLY-login a.forgot>span {

    text-decoration: none;
    background-color: transparent;
}

.btnW2 {
    padding: 10px;
    border: 1px solid #D8D8D8 !important;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffffff, #E3E3E3) !important;
    font-size: 1rem;
}

.T-DLY-promote {
    width: 100%;
    margin: 3% auto 0;
}

.T-DLY-promote ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.T-DLY-promote ul .small-icon {
    width: 100%;
    max-width: 50px;
    margin: 32px auto 0 32px;
}

.T-DLY-promote ul li {
    background-image: url(https://web.citybet.org/static/img/ss.90dfcf08.png);
    background-repeat: no-repeat;
    background-position: top;
    transition: all .3s ease-in-out;
    background-size: 100%;
    position: relative;
    cursor: pointer;
    width: 33%;
    height: 174px;
    filter: drop-shadow(0 5px 8px #00000021);
}

.T-DLY-promote ul li h5 {
    color: #2e2e2e;
    /* text-shadow: 1px 1px 0 rgb(134 161 197 / 40%), -1px -1px 0 #fff; */
    /* top: 1vmax; */
    font-size: 1.2vmax;
    font-weight: 900;
    margin: 10px 0 0 32px;
}

.T-DLY-promote ul li p {
    color: #2e2e2e;
    /* text-shadow: 1px 1px 0 rgb(134 161 197 / 40%), -1px -1px 0 #fff; */
    /* top: 1vmax; */
    font-size: 0.9vmax;
    font-weight: 500;
    margin: 10px 0 0 32px;
}

.T-DLY-promote ul li a {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 2vmax;
    top: 6.5vmax;
    text-align: center;
    line-height: 30px;
    font-size: .7vmax;
    color: #0037ff;
    border: 1px solid #0037ff;
    font-weight: 700;
    border-radius: 100px;
}

.T-DLY-promote ul li:hover a {
    background-color: #0037ff;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.T-DLY-promote ul li figure {
    position: absolute;
    width: 252px;
    right: 0;
    top: 0;
    margin: 0;
}

.T-DLY-promote ul li:hover figure {
    top: -0.8vmax;
    transition: all .3s ease-in-out;
}

/*SCSS OK*/
/*20220512 T-DLY-marqueeCover neo*/
.T-DLY-marqueeCover {
    overflow-x: visible;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    max-width: unset;
    width: calc(100% - 15px);
    margin: 0 auto 10px auto;
    filter: unset;
}

@media screen and (min-width:1024px) {
    .T-DLY-marqueeCover {
        overflow-x: visible;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;
        max-width: 75vmax;
        width: 100%;
        min-width: 1280px;
        margin: 0 auto;
        filter: drop-shadow(0px 0px 8px #0000002a);
    }

    span.T-DLY-mobileLanguageFamily i {
        position: absolute;
        left: 9px;
        top: 10px;
        margin-right: 5px;
    }

    span.T-DLY-mobileLanguageFamily select {
        padding: 0 8px 0 24px;
        margin-top: 0;
        font-size: 12px;
        font-weight: 500;
        min-width: 114px;
    }
}

.T-DLY-marqueeCover .marqueeCover-title {
    z-index: 1;
}

.T-DLY-marqueeCover .marqueeCover-title {
    width: 57px;
    position: absolute;
    left: 11px;
    top: 15px;
}

.T-DLY-marqueeCover .marqueeCover-text-wrap {
    width: 100%;
    font-size: 16px;
    background-image: linear-gradient(180deg, #dbdbdb 14%, #ffffff 34%, #7b7b7b 98%);
    box-shadow: 0 6px 12px 0 #000000b3;
    padding: 11px 5px 11px 44px;
    border-radius: 20px;
    margin: 24px auto 0px auto;
    text-decoration: none;
    border: 1px solid #7902b5;
}

.T-DLY-marqueeCover .marqueeCover-text-content {
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    color: #000;
}

.T-DLY-marqueeCover .marqueeCover-text-content li {
    color: #000;
    display: block;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-right: 30px;
}

.T-DLY-marqueeCover .marqueeCover-text-content li a {
    color: #002d61;
    /* text-decoration:underline; */
}

.T-DLY-marqueeCover .marqueeCover-text-content li a:hover {
    color: #0054b4
}

/*SCSS OK*/

.T-DLY-gameSelect {
    position: relative;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
}

.T-DLY-gameSelect .gameSelectWrap ul {
    list-style: none;
    padding: 0;
}

.T-DLY-gameSelect .gameSelectWrap ul.gameType li {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
}

.T-DLY-gameSelect .gameSelectWrap ul.gameType li figure {
    align-self: center;
    margin: 0 1%;
}

.gameDirec img {
    width: 70%;
}

.gameDirec figcaption p {
    line-height: 30px;
    font-size: 15px;
    margin: 10% 0 0;
}

.gameInto {
    position: relative;
}

.gameInto img {
    width: 324px;
    display: block;
}

.gameInto figcaption {
    position: relative;
}

.gameInto figcaption a {
    text-align: left;
    height: 50px;
    width: 120px;
    overflow: hidden;
    position: absolute;
    right: 14px;
    top: -89px;
}

.gameInto figcaption a div {
    transition: all .3s ease-in-out;
    transform: translateY(5px);
    height: 50px;
}

.gameInto figcaption:hover a div {
    transform: translateY(-45px);
}

.gameInto figcaption a div h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #a95555;
}

.gameInto figcaption a div p {
    font-size: 9px;
    color: #a95555;
}

.gameTypeBtn {
    width: 1008px;
    margin: 20px auto 0;
    height: 70px;
    padding: 10px;
    border-radius: 35px;
    filter: drop-shadow(0px 5px 10px #133c6e9e);
    /* background-image: linear-gradient(180deg, #e8ecf0b3, #ffffff4f); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gameTypeBtn ul {
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    background-image: linear-gradient(180deg, #3b3b3bb0, #000000d6);
    box-shadow: inset 0 4px 11px 0 #000000cc;
    position: relative;
    top: -15px;
    left: 0;
}

.gameTypeBtn ul li {
    position: relative;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #4b5e6f;
    overflow: hidden;
    z-index: 2;
}

.gameTypeBtn ul .current {
    filter: drop-shadow(0 0 10px #fff);
}

.gameTypeBtn ul li.current b {
    font-weight: 900;
    color: #fff;
    transition: all .3s ease-in-out;
}

.gameTypeBtn ul li b {
    position: relative;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #d0d3d5;
    overflow: hidden;
}

.T-DLY-gameSelect .gameSelectWrap ul.gameType li .gamekv {
    width: 33.333%;
    min-width: 500px;
}

.gameTypeBtn ul div.btnBg {
    position: absolute;
    z-index: 1;
    width: 140px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(180deg, #ff9900, #6e0b0b);
    border: 1px solid #610000;
    box-sizing: border-box;
    box-shadow: 0 5px 8px #1818185e, inset 0 5px 5px #ffffff6e, inset 0 -5px 6px #dbb64f, inset 0 1px 5px #ffffff80;
    transition: all .3s ease-in-out;
}

/*SCSS OK*/
/*20220512 T-DLY-appsetup neo*/
.T-DLY-appSetup {
    position: relative;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
}

.T-DLY-appSetup .appSetup-imgbox img {
    display: none;
}

.T-DLY-appSetup .app-btn.showing {
    pointer-events: none;
}

.T-DLY-appSetup .appSetup-imgbox img.showing {
    display: block;
    pointer-events: none;
    /* animation: fadeInto .3s ease-in; */
    margin: 0 auto;
    animation: float 6s ease-in-out infinite;
}

@keyframes fadeInto {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.T-DLY-appSetup .appSetup-hrefcover.all-app {
    display: none;
}

.T-DLY-appSetup .appSetup-hrefcover.all-app.showing {
    display: block;
    pointer-events: none;

}

.T-DLY-appSetup .btn-area {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 28px 0 10px;
}

.T-DLY-appSetup .app-btn {
    background: #2b2b2b;
    background: linear-gradient(180deg, #373737 0%, #000000 100%);
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    /* color: #4b5e6f; */
    padding: 11px 21px 7px;
    margin: 0 3px;
    border-radius: 20px;
    box-shadow: 0 4px 8px #000000cc;
}

.T-DLY-appSetup .app-btn:hover,
.T-DLY-appSetup .app-btn.showing {
    background: #894001;
    background: linear-gradient(180deg, #ffb100 0%, #894001 100%);
    font-size: 16px;
    color: #ffffff;
}

.T-DLY-appSetup .split-image-big {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

article>h3 {
    text-align: center;
    font-size: 40px;
    /* letter-spacing: 10px; */
}

article>h3>b {
    letter-spacing: 0px;
    font-weight: normal;
}

.T-DLY-appSetup .appSetup-imgbox {
    width: inherit;
    text-align: center;
    text-align: -webkit-center;
    max-width: 580px;
    margin-right: 46px;
}

.T-DLY-appSetup .appSetup-imgbox img {
    width: 100%;
    /* max-width: 700px; */
}


.T-DLY-appSetup .appSetup-txtbox {
    width: 60%;
    max-width: 430px;
    height: 460px;
    background: #7902b5;
    background: linear-gradient(180deg, #7902b5 28%, #7902b517 100%);
    border-radius: 20px;
    box-shadow: 0 8px 19px #00000033;
}

.T-DLY-appSetup .appSetup-txtbox .appSetup-title {
    text-align: center;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
    font-size: 3.625rem;
    font-weight: bold;
    color: #c89338;
    margin: 0;
    padding: 0;
}

.T-DLY-appSetup .appSetup-txtbox>.appSetup-copywrite {
    padding: 2% 0 3%;
    font-weight: bold;
}

.T-DLY-appSetup .appSetup-hrefcover {
    padding: 15px 31px;
    min-height: 568px;
}

.T-DLY-appSetup .appSetup-qrcode {
    background: linear-gradient(to bottom, #FFFFFF, #EDEDED 100%, #ECECEC 55%, #ECECEC);
}

.T-DLY-appSetup .appSetup-qrcode:hover {
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.appSetup-qrcode {
    color: #333;
    padding: 5px 10px;
    position: relative;
    background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
    border-radius: 8px;
    border: 1px solid #989898;
    border-width: 0 1px 1px;
    border-color: transparent #c2c2c2 #989898;
    box-shadow: 0px 0px 4px #00000059;
}

.T-DLY-appSetup .appSetup-hrefcover {
    text-align: justify;
}

.T-DLY-appSetup .appSetup-hrefcover h4 {
    font-size: 30px;
    font-weight: 900;
    /* color: #3b4858ab; */
    margin: 0 0 15px 0;
    text-align: left;
}

.T-DLY-appSetup .appSetup-hrefcover p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    /* color: #3b4858ab; */
}

.T-DLY-appSetup .appSetup-hrefcover figure .appSetup-qrtxt .qrtxt-title {
    display: block;
    font-size: 16px;
    color: #252525;
    text-align: center;
    font-weight: bold;
    margin: 7% 0 3%;
}

.T-DLY-appSetup .appSetup-hrefcover figure .appSetup-qrtxt .qrtxt-subtitle {
    display: block;
    font-size: 0.85rem;
    color: #610000;
    text-align: center;
    font-weight: bold;
}

/*SCSS OK*/


/*SCSS OK*/
/*20220512 T-DLY-advantage neo*/
.T-DLY-advantage {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    color: #252525;
}

/* .T-DLY-advantage::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
} */

.T-DLY-advantage .item-cover {
    width: 100%;
    height: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0 auto 25%;
}

.T-DLY-advantage .item-cover .item {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 25%;
    height: auto;
}

.T-DLY-advantage .item-cover .item figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 190px;
    height: 190px;
    background: url(../img/circlebg.png) no-repeat;
    background-size: contain;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    /* filter: drop-shadow(0px 2px 6px #fff); */
}

.T-DLY-advantage .item-cover .item .circle {
    position: absolute;
    background: #db13ff;
    background: radial-gradient(circle, #fd6aff 0%, #db13ff 49%, #340547 100%);
}

.drewLine30 {
    width: 70px;
    height: 70px;
    border-radius: 0 140px 0 0;
    top: 36px;
    left: 141px;
}

.drewLine50 {
    width: 75px;
    height: 150px;
    border-radius: 0 75px 75px 0;
    top: 36px;
    left: 137px;
}

.T-DLY-advantage .item-cover .item p {
    font-size: 18px;
    position: absolute;
    top: 200px;
    left: 77px;
    color: #fff;
}

.T-DLY-advantage .item-cover .item figure figcaption {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 35% 0 0;
}

.T-DLY-advantage .item-cover .item figure figcaption b {
    margin-top: 10px;
    font-size: 39px;
    color: #ffffff;
}

.T-DLY-advantage .item-cover .item figure figcaption i {
    display: flex;
    font-size: 14px;
    align-items: flex-end;
    margin-bottom: 10px;
    color: #ffe395;
    font-style: normal;
}

.T-DLY-advantage .item-cover .item .txt-box .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

.T-DLY-advantage section ul.advantageDetail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.T-DLY-advantage section ul.advantageDetail li {
    width: 45%;
    height: auto;
    list-style: none;
    background: linear-gradient(16deg, #00000042, #000000c2, #00000042);
    border: 1px solid #7902b5;
    border-radius: 25px;
    margin: 2% auto;
    filter: drop-shadow(0 2px 8px #000);
    /* filter: drop-shadow(0px 3px 5px #cccccc); */
    /* box-shadow: 1px 1px 1px #d3d3d3,
        1px 2px 1px #e4e4e4c1,
        1px 3px 1px #cacacac8,
        1px 4px 1px #d8d8d8c7,
        1px 5px 1px #d7d7d7be,
        1px 6px 1px #ddddddd3,
        1px 7px 1px #f4f4f4c3,
        1px 14px 12px #97979766; */
}

.T-DLY-advantage section ul.advantageDetail li figure {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin: 5% 5% 2% 5%;
}

.T-DLY-advantage section ul.advantageDetail li figure div {
    width: 70%;
}

.T-DLY-advantage section ul.advantageDetail li figure figcaption {
    padding: 0 2% 0 4%;
}

.T-DLY-advantage section ul.advantageDetail li figure figcaption h4 {
    font-size: 30px;
    font-weight: 900;
    color: #a12e2e;
    margin: 0 0 15px 0;
    text-align: left;
    background-image: linear-gradient(180deg, #ff8100, #ffe949, #b34a00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(2px 4px 8px #000000d1);
}

.T-DLY-advantage section ul.advantageDetail li figure figcaption p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

/*SCSS OK*/


/*T-DLY-share neo*/
#T-DLY-share {
    width: calc(100% - 20px);
    border-radius: 10px;
    margin: 16px auto;
    display: block;
    position: relative;
}

#T-DLY-share article {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#T-DLY-share article>b {
    font-size: 1.125rem;
    font-weight: bold;
    color: #610000;
    padding: 20px 5px;
    margin-top: 20px;
    position: relative;
}

#T-DLY-share article>b:before {
    content: "";
    display: inline;
    width: 4px;
    height: 18px;
    background: #daa000;
    position: absolute;
    left: -4%;
    top: 50%;
    transform: translateY(-50%);
}

#T-DLY-share article>p {
    font-size: 1rem;
    font-weight: normal;
    color: #666666;
    line-height: 1.5rem;
    padding: 0 0 0 2%;
}

#T-DLY-share figure {
    width: 50%;
    margin: 5% auto;
}

#T-DLY-share article {
    background-color: #ffffffd3;
    padding: 2%;
    border-radius: 15px;
    margin-bottom: 10px;
}

#T-DLY-share article figure.shareHowto {
    width: 70%;
    margin: 5% auto;
}

#T-DLY-share article figure.shareQrcode {
    width: 25%;
    margin: 5% auto;
}

#T-DLY-share .yourlink {
    background-color: #ffffffd3;
    padding: 2%;
}

#T-DLY-share .yourlink .wz {
    padding-bottom: 0.25rem;
    margin-top: 1rem;
    width: fit-content;
    padding: 2%;
    text-align: -webkit-center;
}

#T-DLY-share .yourlink .el-button {
    color: #333;
    padding: 10px 10px;
    position: unset;
    border: 2px solid #365bd1;
    /* border-width: 1px; */
    /* border-color: transparent #c2c2c2 #989898; */
    /* box-shadow: 0px 0px 4px #000000ba; */
    align-items: center;
    /* margin-left: 10px; */
    width: 90px;
    /* height: 39px; */
    border-radius: 8px;
    display: block;
}

#T-DLY-share .yourlink .el-button:hover {
    color: #610000;
    text-decoration: none;
}

/*T-DLY-policy neo*/
#T-DLY-policyPage {
    width: 100%;
    height: auto;
    margin: 0 auto 4%;
    display: block;
    position: relative;
    overflow: hidden;
}

#T-DLY-policyPage .topSelect {
    width: 100%;
    height: auto;
    max-width: 1100px;
    margin: 0 auto;
}

#T-DLY-policyPage ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

#topSelectList {
    padding: 0;
    margin: 20px 0 3%;
}

#topSelectList li {
    margin: 0 16px;
}

#topSelectList li a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #00000057;
    border: 5px solid #e0e0e0;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: content-box;
    cursor: pointer;
    box-shadow: 0 3px 8px #00000059;
}

#topSelectList li a:hover {
    color: #ffffff;
    background: #8e0000;
}

#topSelectList li a:active,
#topSelectList li a:focus {
    color: #ffffff;
}

#topSelectList li.showoff a {
    background: #610000;
}

#topSelectList li a i {
    opacity: 0.3;
    font-size: 44px;
    padding: 14% 0 0;
}

#topSelectList li.showoff a i {
    opacity: 1;
}

#topSelectList li.showoff a p {
    color: #e0e0e0;
}

#topSelectList li a p {
    font-size: 16px;
    color: #e0e0e0;
    margin: 2% 0 0;
    font-weight: 500;
}

div[id*="tabContentBox"]>article {
    margin: 0 0 5%;
}

div[id*="tabContentBox"]>article>b {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff67f;
    padding: 20px 5px;
    margin-top: 20px;
    position: relative;
}

div[id*="tabContentBox"]>article>b:before {
    content: "";
    display: inline;
    width: 4px;
    height: 18px;
    background: #ffd400;
    position: absolute;
    left: -4%;
    top: 50%;
    transform: translateY(-50%);
}

div[id*="tabContentBox"]>article>p {
    font-size: 1rem;
    font-weight: normal;
    /* color: #666666; */
    line-height: 1.5rem;
    padding: 0 0 0 2%;
}

div[id*="tabContentBox"]>article ol {
    font-size: 1rem;
    font-weight: normal;
    /* color: #666666; */
    line-height: 1.5rem;
}

div[id*="tabContentBox"]>article ol li {
    margin: 0 0 2%;
}

div[id*="tabContentBox"]>article ol li ol {
    margin: 2% 0;
    list-style: korean-hanja-informal;
}

div[id*="tabContentBox"]>article ol li ol ol {
    margin: 2% 0;
    list-style: lower-latin;
}

div[id*="tabContentBox"]>article ol li p {
    padding: 0;
    margin: 0;
}

div[id*="tabContentBox"]>article ol li i {
    font-size: 0.9rem;
    font-style: normal;
}

#T-DLY-policyPage div[id*="tabContentBox"]>article>ol>li>ul {
    display: block;
    list-style: disc;
    margin: 1% 0 0;
}

div[id*="tabContentBox"] .tabContent {
    width: 100%;
    height: auto;
    max-width: 1300px;
}

/* ul.tabList::after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background: #808080;
} */

div[class*="answerSeries"] {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

div[class*="answerSeries"] ul.tabList {
    position: relative;
    padding: 0 8%;
    border-bottom: 1px solid #ff8834;
}

div[class*="answerSeries"] .tabContent {
    margin: 10% auto 0;
}

.tabList>li {
    font-weight: 500;
    font-size: 16px;
    padding: 13px 31px;
    border-radius: 15px 15px 0 0;
    text-align: center;
    cursor: pointer;
    margin: 0 16px;
    background: #92929258;
}

.tabList>li:hover {
    color: white !important;
    filter: brightness(1.2);
}

.tabList>li.showoff {
    background: #610000;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.tabList>li.showoff a {
    color: #fff;
}

div[class*="answerSeries"] .tabContent {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 5% auto 0;
}

#tabContentBox04 table {
    width: 100%;
    margin-bottom: 30px;
    border-spacing: 0;
}

#tabContentBox04 .tabContentBox04-title {
    background-color: #610000b3;
}

#tabContentBox04 table tr th {
    border: 1px solid #b9b9b9;
    padding: 8px;
}

#tabContentBox08 h3 {
    text-align: center;
    font-weight: 500;
}

/*T-DLY-eventsPage neo*/
#T-DLY-eventsList {
    width: 100%;
    max-width: 1300px;
    margin: 10% auto 2%;
}

.eventsListWrap {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 1rem;
}

.eventsListWrap>header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #610000;
    padding: 0;
}

.simpleWording {
    width: -webkit-fill-available;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    padding-bottom: 5px;
}

.eventsKinds {
    background: #610000;
    border-radius: 3px;
    padding: 1%;
    margin-right: 2%;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}

.eventsDate {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0px;
}

.eventsActionBtn {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    padding: 10px;
    position: relative;
    background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
    border-radius: 5px;
    border: 1px solid #989898;
    border-width: 0 1px 1px;
    border-color: transparent #c2c2c2 #989898;
    box-shadow: 0px 0px 4px #00000059;
    width: 8%;
    text-align: center;
}

.eventsPhoto {
    padding: 10px 0px 0;
}

.eventsContent {
    display: none;
    padding: 1% 3%;
}

.eventsTitle {
    color: #FF0000;
    font-size: 24px;
}

.eventsContent div {
    margin: 3% 0 0 2%;
}

.eventsContent div>h3 {
    color: #610000;
    position: relative;
}

.eventsContent div>h3:before {
    content: "";
    display: inline;
    width: 4px;
    height: 18px;
    background: #610000;
    position: absolute;
    left: -1%;
    top: 50%;
    transform: translateY(-50%);
}

.eventsContent div>p {
    font-size: 1rem;
    font-weight: normal;
    color: #666666;
}

.eventsContent div li {
    margin: 1% 0;
    font-size: 1rem;
    font-weight: normal;
    color: #666666;
    line-height: 150%;
}

/*T-DLY-memberPage neo*/
#T-TLY-memberMenu {
    width: 100%;
    max-width: 1300px;
    margin: 12px auto;
    min-width: 1300px;
}

.memberMenuWrap {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

#memberMainMenu {
    width: 100%;
    max-width: 230px;
}

div[id*="membersecMenu"] {
    display: block;
    width: 100%;
    max-width: 1100px;
    background: #181818d4;
    border: 1px solid #7f0abd;
    border-radius: 10px;
    padding: 15px;
    margin: 17px auto 11px 13px;
}

#membersecMenu_message {
    margin: 17px auto 20px auto;
}

#membersecMenu_message.events {
    margin: 10px auto;
    max-width: unset;
    border: 1px solid transparent;
}

#memberMainMenu nav div {
    background: #181818d4;
    /* background: linear-gradient(353deg, #000000a6 0%, #000000d9 100%); */
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 1rem;
}

#memberMainMenu .nav-shortcut {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
}

#memberMainMenu .nav-shortcut div {
    width: 48%;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 2px 7px #0000009e;
    border: 1px solid #7f0abd;
}

#memberMainMenu .nav-shortcut div:hover {
    /* background: #fff8d3e6; */
    filter: brightness(1.4);
}

#memberMainMenu .nav-shortcut div a {
    /* color: black; */
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#memberMainMenu .nav-shortcut div p {
    margin: 0;
}

#memberMainMenu .nav-shortcut div a img {
    width: 21px;
    margin-right: 4px;
    margin-left: -10px;
    /* filter: brightness(1.7) hue-rotate(359deg); */
}

#memberMainMenu ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#memberMainMenu .oftenBTN {
    text-align: center;
    box-shadow: 0 2px 7px #0000009e;
    border: 1px solid #7f0abd;
}

#memberMainMenu .oftenBTN ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 5% 0 0;
}

#memberMainMenu .oftenBTN ul:last-child li figure {
    /* border: 1px solid #bb8819;
    border-radius: 50%; */
    padding: 4.5%;
}

#memberMainMenu .oftenBTN ul li {
    text-align: center;
    margin: 0 5%;
}

#memberMainMenu .oftenBTN ul li figure {
    width: 100%;
    padding: 0;
    margin: 10% auto 0;
    max-width: 50px;
    max-height: 50px;
}

#memberMainMenu .oftenBTN ul li figure img {
    width: 25px;
}

#memberMainMenu .oftenBTN ul li figure img {
    width: 25px;
}

#memberMainMenu .oftenBTN .menu_top li figure img {
    filter: hue-rotate(65deg);
}


#memberMainMenu .oftenBTN ul li figure .special-item {
    width: 100%;
    filter: unset;
}

#memberMainMenu .oftenBTN ul li p {
    /* color: #000; */
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
}

#memberMainMenu .allBTN hr {
    border-color: #7f0abd;
}

#memberMainMenu .allBTN ul .balance-total-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px auto;
}

#memberMainMenu .allBTN ul .balance-total-area .refresh {
    color: #006eeb;
    cursor: pointer;
}

#memberMainMenu .allBTN ul li .balance-total {
    /* color: #000; */
    font-weight: 900;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

#memberMainMenu .allBTN {
    font-size: 14px;
    box-shadow: 0 2px 7px #0000009e;
    border: 1px solid #7f0abd;
}

#memberMainMenu .allBTN ul li a {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    /* color: #252525; */
    font-weight: 500;
}

#memberMainMenu .allBTN ul figure {
    width: 10%;
    padding: 0;
    margin: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#memberMainMenu .allBTN ul li a p {
    width: 90%;
    font-size: 0.875rem;
    padding: 7% 5px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#memberMainMenu .allBTN ul li a p:hover {
    background: #b075ff42;
    border-radius: 10px;
}

#memberMainMenu .allBTN ul li hr {
    border-bottom: 1px solid #8f8f8f;
}

#memberMainMenu .allBTN .gamePoints {
    color: #478cf2;
    margin-left: 6px;
}

#memberMainMenu .allBTN ul li a p::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    padding: 0 3px;
    background: url(../img/member/arrow-right.svg) center center no-repeat;
    filter: hue-rotate(237deg);
}

.oftenBTN .member-avatar {
    width: 100%;
    max-width: 76px;
    margin: 0 auto;
    cursor: pointer;
}

.oftenBTN .member-name {
    font-weight: 900;
    font-size: 16px;
}

.oftenBTN .member-safety {
    font-weight: 500;
    font-size: 14px;
}

.membersecMenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* border-bottom: 1px solid rgba(182, 197, 225, .5);
    border-color: #dcdcdc; */
    width: 100%;
    margin: 0 auto;
}

.membersecMenu h3 {
    font-size: 16px;
    margin: 5px 0;
}

.membersecMenu.title h3 {
    font-size: 22px;
    font-weight: 900;
    background-image: linear-gradient(180deg, #ff8100, #ffe949, #b34a00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 2px 4px #000);
}

.secMenuCloseBTN {
    position: relative;
    margin: auto 0;
}

.secMenuCloseBTN::before {
    content: "\f00d";
    font-family: "FontAwesome";
    color: #252525;
    font-size: 1.75rem;
    margin: auto;
}

#membersecMenu_language .form_content {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 90%;
    margin: 5% auto 0;
}

#membersecMenu_language .form_title {
    width: auto;
    word-break: keep-all;
    font-size: 1.2rem;
    flex: 1;
    font-weight: bold;
    margin-left: 3px;
}

#membersecMenu_language>.form_content>span {
    position: relative;
}

#membersecMenu_language .drop-down-cover {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #C2C2C2;
    text-align: left;
    padding: 0 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 15%) inset;
    width: fit-content;
}

#membersecMenu_language .drop-select {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1rem;
    word-break: keep-all;
}

#membersecMenu_language .drop-select::after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border: 1px solid #000;
    border-width: 0 0 1px 1px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    margin: 0 5px;
}

#membersecMenu_language .iconbox {
    position: relative;
    padding: 0 5% 0 0;
}

#membersecMenu_language .iconbox::before {
    content: "\f0ac";
    font-family: "FontAwesome";
    color: #252525;
    font-size: 18px;
    margin: auto;
}

#membersecMenu_language .drop-down-list {
    background: #fff;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 3;
    width: 100%;
    transition: all .3s ease-in-out;
    opacity: 0;
    max-height: fit-content;
    overflow-y: auto;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 -10px 50px rgb(0 0 0 / 15%) inset;
    border: 1px solid #C2C2C2;
    border-top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

#membersecMenu_language .drop-down-list li {
    cursor: pointer;
    text-align: center;
    margin: 10px 0;
    opacity: 0.7;
    transition: all .3s ease-in-out;
    font-size: 0.875rem;
    font-weight: normal;
    color: #000;
}

#membersecMenu_language .open .drop-select:after {
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}

#membersecMenu_language .open .drop-down-list {
    display: block;
    transition: all .3s ease-in-out;
    opacity: 1;
}

.drop-down-list li:hover,
.drop-down-list li.checked {
    opacity: 1;
}

.drop-down-list li:hover::before,
.drop-down-list li:hover::after {
    width: 85%;
    transition: all .3s ease-in-out;
    content: "";
    display: block;
    width: 85%;
    height: 100%;
    padding: 3px 0;
    margin: 0 auto;
}

.drop-down-list li::before {
    border-top: 1px solid #610000;
}

.drop-down-list li::after {
    border-bottom: 1px solid #610000;
}

.drop-down-list li.checked::before,
.drop-down-list li.checked::after {
    content: "";
    display: block;
    width: 85%;
    height: 100%;
    padding: 3px 0;
    margin: 0 auto;
}

/* .tab-content-box div {
    margin: 5% auto;
} */

.tab-content-box .cell {
    margin: 0;
}

div[id*="membersecMenu"] .tab-content-box {
    width: 100%;
    margin: 1% auto 1%;
    /* display: block; */
    /* flex-wrap: wrap; */
}

div[id*="membersecMenu"] .tab-content-box .news-tabCover {
    width: 100%;
    margin-bottom: 12px;
}

div[id*="membersecMenu"] .tab-content-box nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin: 10px auto;
    padding: 0;
}

/* div[id*="membersecMenu"] .tab-content-box nav ul li {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    padding: 2% 1%;
}
 */
div[id*="membersecMenu"] .tab-content-box nav ul li b {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

div[id*="membersecMenu"] .tab-content-box nav ul li p {
    color: #ffc337;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

div[id*="membersecMenu"] .tab-content-box.ewallet nav ul li p {
    color: #ffc337;
    font-size: 18px;
    padding: 0;
    margin: 20px 0 0;
    overflow: hidden;
}

div[id*="membersecMenu"] .tab-content-box nav ul li p i {
    font-style: normal;
}

div[id*="membersecMenu"] .tab-content-box label {
    /* font-weight: bold; */
    margin: 1% 0;
    display: block;
    /* font-size: 1.1rem; */
}

div[id*="membersecMenu"] .tab-content-box input,
div[id*="membersecMenu"] .tab-content-box select {
    margin: 0 0 2%;
    display: block;
    font-size: 15px !important;
    font-weight: 500 !important;
}

/* div[id*="membersecMenu"] .tab-content-box button {
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    color: #252525;
    border: 1px solid #252525;
    background: #ffffff;
    font-weight: bold;
    display: block;
    margin: 0;
    font-size: 18px;
}

div[id*="membersecMenu"] .tab-content-box button:hover {
    background: #610000;
    color: #ffffff;
    ;
    transition: all .3s ease-in-out;
} */

div[id*="membersecMenu"] .tab-content-box .precautions {
    border-radius: 20px;
    /* padding: 15px; */
    margin-top: 30px;
}

div[id*="membersecMenu"] .tab-content-box .precautions h4 {
    margin-top: 50px;
    margin-bottom: 15px;
    color: #b10000;
}

div[id*="membersecMenu"] .tab-content-box .precautions ol,
div[id*="membersecMenu"] .tab-content-box .precautions ul {
    padding-inline-start: 20px;
    color: #2e2e2e;
}

div[id*="membersecMenu"] .tab-content-box .precautions li {
    margin-bottom: 10px;
}

div[id*="membersecMenu"] .tab-content-box .precautions p {
    margin: 0%;
    line-height: 21px;
    font-size: 14px;
}

div[id*="membersecMenu"] .tab-content-box .precautions h5 {
    padding-inline-start: 20px;
    color: #2e2e2e;
    margin: 2% 0 2% -3%;
}

div[id*="membersecMenu"] .tab-content-box table {
    border: 1px #000 solid;
    width: 100%;
    height: auto;
    text-align: center;
}

.lightboxBG .tab-area-control .tab-content-box table {
    border: unset;
    font-weight: 500;
    font-size: 14px;
}

.lightboxBG .tab-area-control .tab-content-box table th {
    font-weight: 500;
    font-size: 14px;
    border-spacing: 0;
    padding: 12px 0;
}

.lightboxBG .tab-area-control .tab-content-box table .title {
    background-color: #7f0abd6b;
}

.lightboxBG .tab-area-control .tab-content-box table .title.for_pc {
    display: table-row !important;
}

.tab-content-box.msg a {
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    padding: 4px 7px;
    margin: 3px;
    font-size: 12px;
    /* color: #000; */
    cursor: pointer;
}

.msg .tab-content-box.msg btn a {
    border: none;
    border-radius: unset;
    padding: unset;
    margin: unset;
    font-size: 16px;
    color: white;
}

.tab-content-box.msg a:hover {
    filter: brightness(1.3);
}

.tab-content-box.msg .msg_btn.delete {
    background-color: #bd2e2e;
    border: 1px solid #bd2e2e;
    color: white;
}

.tab-content-box.msg .msg_status.new {
    background-color: #65d269;
    border: 1px solid #65d269;
    color: white;
    pointer-events: none;
}

.tab-content-box.msg .msg_status.read {
    background-color: #6c6c6c;
    border: 1px solid #6c6c6c;
    color: white;
    pointer-events: none;
}

.tab-content-box.msg a {
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    padding: 4px 7px;
    margin: 3px;
    font-size: 12px;
}

.tab-content-box.msg .msg_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
    text-align: left;
    margin: 0;
}

.memberpage-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#membersecMenu_maintain .listTitle {
    padding: 15px 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

#membersecMenu_maintain .form_item {
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #610000;
}

#membersecMenu_maintain .brand {
    width: auto;
    word-break: keep-all;
    font-size: 1rem;
    flex: 1;
}

#membersecMenu_maintain .time {
    flex: 1;
    text-align: right;
    font-size: 0.875rem;
}

#membersecMenu_userinfo .listTitle {
    padding: 15px 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

#membersecMenu_userinfo .form_item {
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    /* border-bottom: 1px solid #610000; */
}

#membersecMenu_userinfo .title {
    width: auto;
    word-break: keep-all;
    font-size: 16px;
    min-width: 110px;
    text-align: left;
    padding-right: 10px;
    margin: 5px 0;
    line-height: initial;
}

#membersecMenu_userinfo .title.join {
    width: auto;
    word-break: keep-all;
    font-size: 16px;
    min-width: 110px;
    text-align: right;
    padding-right: 10px;
    margin: -14px 0 20px 0;
}

.join-hr {
    margin: 20px 0;
    border-color: #b61dff;
}

#membersecMenu_userinfo .date {
    text-align: left;
    font-size: 14px;
    width: 40%;
    display: block;
    margin: 0;
    padding: 13px;
    height: auto;
    border-radius: 7px;
    border-color: #b4b4b4bc;
}

#membersecMenu_userinfo .form_item span {
    font-size: 12px;
    margin-left: 10px;
}

#membersecMenu_userinfo .form_item a {
    font-size: 12px;
    margin-left: 2px;
    color: #0063c7;
    cursor: pointer;
}

#membersecMenu_userinfo .form_item .inside-input {
    margin-left: -40px;
    font-size: 14px;
}

#membersecMenu_userinfo .date:disabled {
    background-color: #ffffffd6;
    /* color: #bdbdbd; */
}

#membersecMenu_transfer .tab-content-box nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
}

#membersecMenu_transfer .tab-content-box nav ul li {
    min-width: calc(83% /5);
    width: 16%;
    margin: 10px 10px 10px 0;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
}

#membersecMenu_transfer .tab-content-box nav ul li i {
    font-size: 12px;
    color: #707070;
}

#membersecMenu_transfer .buttonGroup {
    display: flex;
    justify-content: right;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 0 0 auto;
}

#membersecMenu_bank .table2 {
    overflow: auto;
    width: 100%;
    flex: 1;
    background: #fff;
    border-radius: 5px;
    line-height: 1.5;
}

#membersecMenu_bank .caption {
    background: linear-gradient(to bottom, #f5df83 30%, #daa431);
    text-align: center;
    padding: 5px 15px;
    font-weight: bold;
    letter-spacing: 0px;
}

#membersecMenu_bank .note {
    font-size: 0.75rem;
    color: #610000;
    text-align: center;
    padding: 10px 15px;
}

#membersecMenu_bank .addCard-cover {
    margin: 0px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#membersecMenu_bank .addCard {
    padding: 10px;
    display: block;
    width: calc(100%/3 - 5px);
    border-radius: 10px;
    cursor: pointer;
    margin: 0 .5% 1%;
}

#membersecMenu_bank picture.img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: auto;
    position: relative;
}

#membersecMenu_bank .addCard:not(.done) {
    opacity: 0.7;
    background: #ccc;
}

#membersecMenu_bank .addCard:not(.done) .img-box:after {
    content: "+";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#membersecMenu_bank .wordding {
    font-size: 0.875rem;
    font-weight: normal;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto 0;
}

#membersecMenu_message .news-tabCover .news-tabList li:not(.active):hover {
    background: #ff5b5b65;
    /* border: 1px solid #8ed0ff; */
}

#membersecMenu_message .news-tabCover li.active {
    color: #ffffff;
    background: #610000;
    border: 1px solid #610000;
    pointer-events: none;
}

#membersecMenu_message .news-tabCover .news-tabList li:not(.active) {
    background-color: unset;
    /* color: #252525; */
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

#membersecMenu_message .news-tabCover .news-tabList li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    height: 35px;
    margin: 0 10px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    word-break: keep-all;
    font-weight: 500;
    width: auto;
}

#membersecMenu_message .news-mailTitle {
    background: #610000;
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
}

#membersecMenu_message .news-alertWarning {
    color: #666666;
    background: linear-gradient(to bottom, #FFFFFF, #EDEDED 100%, #ECECEC 55%, #ECECEC);
}

#membersecMenu_message .news-alert {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    border: 1px solid #0000001f;
    border-radius: 10px;
    background: #300155;
    /* box-shadow: 0 3px 5px #00000054; */
}

#membersecMenu_message .news-alertHeading {
    font-weight: 500;
    font-size: 16px;
    margin: 5px auto;
    /* border: 0; */
    /* border-bottom: 1px solid #610000; */
    text-align: left;
    padding-left: 10px;
    color: white;
}

#membersecMenu_message .news-alert:hover {
    filter: brightness(1.3);
    cursor: pointer;
}

#membersecMenu_message .news-wordding,
#membersecMenu_message .news-time {
    padding: 0.5rem !important;
    line-height: 24px;
    font-weight: bold;
}

#membersecMenu_message .news-alert img {
    border-radius: 7px 7px 0 0;
}

#membersecMenu_message button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 2.5rem;
    font-weight: normal;
    margin: -69px 0 0 0;
    color: #a3a3a3;
}

.qrcodeGroup {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.qrcodeGroup figure {
    display: flex;
    justify-content: center;
    width: 30%;
    flex-wrap: wrap;
}

.qrcodeGroup figure figcaption {
    font-weight: 500;
    font-size: 16px;
    line-height: 300%;
}

#membersecMenu_taskHansel .events_form {
    width: 100%;
    color: #212529;
    table-layout: fixed;
    flex: 1;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
    border-spacing: 0;
    border-collapse: collapse;
    font-weight: bold;
}

#membersecMenu_taskHansel .events_form caption {
    background: #d49f2f;
    color: #fff;
    padding: 2% 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
}

#membersecMenu_taskHansel .events_form th,
#membersecMenu_taskHansel .events_form td {
    padding: 2% 1rem;
    border-top: 1px solid #dee2e6;
    font-size: 1rem;
    text-align: center;
}

#membersecMenu_taskHansel .events_form tr:first-child th:nth-last-of-type(3) {
    color: #00B95D;
}

#membersecMenu_taskHansel .applyBTN {
    color: #333;
    padding: 10px 10px;
    position: relative;
    background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
    border-radius: 8px;
    border: 1px solid #989898;
    border-width: 0 1px 1px;
    border-color: transparent #c2c2c2 #989898;
    box-shadow: 0px 0px 4px #00000059;
}

#membersecMenu_taskHansel .applyBTN:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: linear-gradient(to right, #ffffff00 10%, #fff, #fff, #ffffff00 90%);
}

#membersecMenu_recordStore .form-block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-color: #e9e9e9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #fff;
}

#membersecMenu_recordStore.for_pc {
    display: block !important;
}

#membersecMenu_recordStore .form-block .form-top {
    padding-bottom: 0;
    border-bottom: transparent;
    border-right: 1px solid #ebebeb;
    margin-bottom: 0;
    width: 50%;
    box-sizing: border-box;
}

#membersecMenu_recordStore .form-block .form-content {
    box-sizing: border-box;
    width: 50%;
}

#membersecMenu_recordStore .form-block p {
    margin: 8px 0;
}

#membersecMenu_recordStore .form-block .form-top h4 {
    margin: 0;
    font-size: 14px;
}

#membersecMenu_recordStore .form-block .form-block-title {
    color: #bb891a;
    margin-block-start: 0;
    margin-block-end: 0.5em;
    font-weight: bold;
}

#membersecMenu_recordStore .news-tabCover li.active {
    color: #fff;
    background: linear-gradient(to bottom, #0d3064, #254a9f 70%);
    border: 1px solid #0d3064;
}

#membersecMenu_recordStore .news-tabCover .news-tabList li:not(.active) {
    background-color: unset;
    color: #252525;
    border: #252525 1px solid;
}

#membersecMenu_recordStore .news-tabCover .news-tabList li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 5px;
    height: 35px;
    margin: 0 10px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    word-break: keep-all;
    font-weight: bold;
    box-sizing: content-box;
}

#membersecMenu_recordStore .recordStore_success li {
    margin: 2% auto;
}

#membersecMenu_recordStore .recordStore_success li>i {
    font-style: normal;
}

#membersecMenu_recordDividend .levelBadge img {
    max-width: 30px;
    margin: 0 auto;
}

#membersecMenu_recordDividend .tab-content-box .detail-blocks table {
    width: 100%;
    border: 1px solid #252525;
    border-spacing: 0;
}

#membersecMenu_recordDividend .tab-content-box .detail-blocks table th {
    font-size: 17px;
    font-weight: 700;
    color: #181818;
    background: #ffd387;
}

#membersecMenu_recordDividend .tab-content-box .detail-blocks table th,
.tab-content-box .detail-blocks table td {
    padding: 5px;
    border: 1px solid #252525;
    border-collapse: collapse;
}

/*SCSS OK*/
/*20220512 T-DLY-slick-customer neo*/
.T-DLY-mainBanner {
    width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 4px 9px #00000085; */
    animation: fire2 2s ease-in-out infinite;
}

@keyframes fire2 {
    0% {
        filter: drop-shadow(1px 2px 6px #000000d6) brightness(1) contrast(1);
    }

    10% {
        filter: drop-shadow(1px 2px 6px #000000d6) brightness(1.1) contrast(1.2);
    }

    50% {
        filter: drop-shadow(1px 2px 6px #000000d6) brightness(1) contrast(1);
    }

    90% {
        filter: drop-shadow(1px 2px 6px #000000d6) brightness(1.1) contrast(1.2);
    }

    100% {
        filter: drop-shadow(1px 2px 6px #000000d6) brightness(1) contrast(1);
    }
}

@media screen and (min-width:1024px) {
    .T-DLY-mainBanner {
        width: 100%;
        height: 34vw;
        margin: -92px auto 0 auto;
        overflow: hidden;
        border-radius: 0;
        box-shadow: unset;
        /* width: 100%;
        min-width: 1300px;
        margin: -92px auto 0 auto;
        overflow: hidden;
        border-radius: 0;
        box-shadow: unset;
        height: 700px; */
    }
}


.T-DLY-mainBanner .slick-dots {
    bottom: 20px;
}

.T-DLY-mainBanner .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    filter: drop-shadow(0 0 2px #ffffff);
    border: #ffffff 1px solid;
    border-radius: 10px;
}

.T-DLY-mainBanner .slick-dots li button:before {
    line-height: unset;
    font-size: unset;
    content: '';
    width: 10px;
    height: 10px;
    color: unset;
    background: #ffffff95;
    border-radius: 10px;
}

.T-DLY-mainBanner .slick-dots li.slick-active button:before {
    opacity: .75;
    background: #dba850eb;
}

.T-DLY-mainBanner .slick-dots li button:hover:before,
.T-DLY-mainBanner .slick-dots li button:focus:before {
    opacity: 1;
}

.T-DLY-mainBanner .slide-arrow {
    position: absolute;
    top: 51%;
    margin-top: 0;
    z-index: 1;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background-color: #0000004a;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: cursive;
}

.T-DLY-mainBanner .prev-arrow {
    left: 10px;
}

.T-DLY-mainBanner .next-arrow {
    right: 10px;
}

/* .slick-slide img {
    width: 130%;
    margin-left: -15%;
} */

@media screen and (min-width:1024px) {
    .T-DLY-mainBanner .slide-arrow {
        font-size: 15px;
    }

    .slick-slide img {
        width: 100%;
        margin-left: unset;
    }
}

/*SCSS OK*/


/*20220520 T-DLY-sweetalert2*/
.swal2-actions {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
}

.swal2-close {
    color: #6b6b6b;
}

.popup-sendOut {
    width: 43% !important;
    background: linear-gradient(to bottom, #1f80ff 22%, #1059b9) !important;
    border: 1px solid #989898 !important;
    border-width: 0 1px 1px !important;
    border-color: transparent #c2c2c2 #989898 !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}

.popup-contactUs {
    width: 43% !important;
    background: linear-gradient(to bottom, #ffffff, #E3E3E3) !important;
    border: 1px solid #989898 !important;
    border-width: 0 1px 1px !important;
    border: 1px solid #D8D8D8 !important;
    color: #252525 !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}

.popup-closeIt {
    width: 43% !important;
    /* background: linear-gradient(#610000, #c59b6d, #7b6247) !important; */
    border: 1px solid #989898 !important;
    border-width: 0 1px 1px !important;
    border-color: transparent #c2c2c2 #989898 !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}

.swal2-popup select {
    width: auto;
}

.popup-closeIt:focus {
    box-shadow: none !important;
}

.popup-sendOut:hover,
.popup-contactUs:hover,
.popup-closeIt:hover,
.btnRegister:hover,
.btnPlay:hover {
    color: #fff !important;
    text-decoration: none !important;
    filter: brightness(1.2);
}

.swal2-close:focus {
    box-shadow: none !important;
}

#swal2-html-container .warnword {
    font-size: 0.5em;
    text-align: start;
    display: block;
    padding: 1%;
    color: #ff8585;
}

.RegisterArea input[name="phone"] {
    background: url(/assets/jingho/img/mobile-screen-button-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

.RegisterArea input[name="validnumber"] {
    background: url(/assets/jingho/img/comment-sms-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

.RegisterArea input[name="account"] {
    background: url(/assets/jingho/img/user-large-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

.RegisterArea input[name="password"] {
    background: url(/assets/jingho/img/lock-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

.RegisterArea input[name="confirpassword"] {
    background: url(/assets/jingho/img/circle-check-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

#swal2-html-container input[name="loginaccount"] {
    background: url(/assets/jingho/img/user-large-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

#swal2-html-container input[name="loginpassword"] {
    background: url(/assets/jingho/img/lock-solid.svg) no-repeat 1.5% 50%;
    background-size: 3.5%;
    padding-left: 6%;
    overflow: hidden;
    position: relative;
}

#validnumber {
    padding: 10px;
    border: 1px solid #D8D8D8 !important;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffffff, #E3E3E3) !important;
    font-size: 1rem;
    display: block;
    text-align: center;
    width: 23%;
    float: right;
    font-weight: bold;
    cursor: pointer;
}

.agreeword {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.agreeword input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.agreeword i {
    font-size: 0.7em;
    margin: 1% 0 0 2%;
    width: 100%;
    text-align: start;
    font-style: normal;
}

.agreeword a {
    color: #f1a619;
    cursor: pointer;
    padding: 0 1%;
    text-decoration: underline;
}

.agreeword a:hover {
    color: #610000;
}

.helpword {
    margin: 7% auto 0;
    text-decoration: underline;
}

.helpword a {
    color: #f1a619;
    cursor: pointer;
    font-size: .9em;
}

.helpword a:hover {
    color: #610000;
}

.btnRegister,
.btnPlay {
    width: 90%;
    background: linear-gradient(to bottom, #1f80ff 22%, #1059b9) !important;
    border: 1px solid #989898 !important;
    border-width: 0 1px 1px !important;
    border-color: transparent #c2c2c2 #989898 !important;
    color: #252525 !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}

.RegisterArea {
    text-align: left !important;
}

.RegisterArea label {
    display: block;
    margin: 5% 0 0;
}

.transferArea {
    text-align: left !important;
}

.transferArea select#src_id {
    width: 100%;
}

/*.transferArea #amount {
    width: 75%;
    float: left;
    margin: 0 1% 0 0;
}

 .transferArea #fast_transfer {
    display: block;
    width: 24%;
    height: 35px;
    padding: 0 1%;
} */

.transferArea label {
    display: block;
    line-height: 30px;
}

.transferArea label:last-of-type {
    margin: 5% 0 0;
}

.cashNum {
    color: #ff6363;
}

.login-tab li.active {
    cursor: pointer;
}

.login-tab li {
    cursor: unset;
}

/*20221006 T-DLY-gameList*/
#T-DLY-gameList {
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 2% auto 2%;
    display: block;
    position: relative;
    overflow: hidden;
}

#T-DLY-gameList .area {
    min-height: calc(100vh - 82.89px - 80px);
}

#T-DLY-gameList .area .titleArea {
    text-align: center;
    width: 100%;
    height: 180px;
    line-height: 70px;
    border: none;
    /* background: -webkit-linear-gradient(150deg, #7f0505, #470505, #6f0b0b); */
    background-color: #510000;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 3px 5px #000000;
    background-image: url(../img/interface/small_game.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#T-DLY-gameList .area .titleArea h2 {
    color: #ffffff;
    text-shadow: 3px 0 black;
    font-size: 18px;
    margin: 0;
}

#T-DLY-gameList .area .right-block {
    width: 100%;
    background: -webkit-linear-gradient(180deg, #040404ba, #00000091, #00000091);
    background: linear-gradient(180deg, #00000091, #040404ba, #00000091);
    border-radius: 0 0 10px 10px;
    position: relative;
    margin-bottom: 50px;
}

#T-DLY-gameList .area .right-block h3 {
    color: #ffffff;
    font-size: 1.5rem;
    text-align-last: center;
}

#T-DLY-gameList .area .subtitle-block {
    padding: 10px 0 0 0;
    position: relative;
}

#T-DLY-gameList .area .subtitle-block h2 {
    font-size: 20px;
    margin: 0 auto;
}

#T-DLY-gameList #game,
#T-DLY-gameList #about {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 15px;
}

#game .index-page {
    padding: 0px;
}

#T-DLY-gameList #game .card-block {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

#T-DLY-gameList #game .card-block .card-item {
    width: 20%;
    padding: 0px 5px 12px;
}

#T-DLY-gameList #game .card {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    /* border: 2px solid #eba219; */
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 0;
    transition: all .3s ease-in-out;
}

#T-DLY-gameList #game .card:hover {
    filter: brightness(1.2);
}

#T-DLY-gameList #game .card img {
    width: 100%;
    border-radius: 15px;
}

#T-DLY-gameList #game .card p {
    text-align: center;
    margin-bottom: 0;
}

#T-DLY-gameList #game .card-text {
    position: absolute;
    bottom: -28px;
    right: 0;
    left: 0;
    text-align: center;
    padding: 50px 15px;
    transition: all .3s ease-in-out;
}

#T-DLY-gameList #game .card .card-text {
    bottom: -95px;
}

#T-DLY-gameList #game .card:hover .card-text {
    bottom: -28px;
}

#T-DLY-gameList #game .card {
    height: 230px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

/* #T-DLY-gameList #game .card::before {
    content: ' ';
    width: 100%;
    height: 100%;
    background: linear-gradient(#0000001a, #000000);
    position: absolute;
    top: 0;
    left: 0;
} */

#T-DLY-gameList #game .card .card-text h2 {
    margin: 0;
    font-size: 16px;
    text-shadow: 0 0 10px black;
    font-weight: 900;
    color: #ffffff;
}

#T-DLY-gameList #game .card .card-text a.btn {
    display: block;
    font-size: 12px;
    padding: 7px 12px;
    text-align: center;
    margin: 30px auto 0;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    /* color: #386cff;
    border: 1px solid #386cff; */
}

#T-DLY-gameList .area .member-page::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background: transparent;
    border-radius: 20px;
    z-index: -1;
}


#news-Popup {
    padding: 0;
    border-radius: 0;
    min-width: 320px;
    overflow: hidden;
    background: transparent;
    width: 100%;
    max-width: 500px;
}

#news-Popup img {
    width: 100%;
}

#news-Popup article header {
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    color: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(162deg, #2f4ae1 0%, #4c2093 100%) 0% 0%;
}

#news-Popup article header h3 {
    font-size: 20px;
    padding: 2% 0;
    margin: 0;
}

#news-Popup .fancybox-button svg {
    color: #000;
    width: 100%;
}

#news-Popup .newsList {
    margin: 0 auto;
    /* min-height: 350px; */
}

#news-Popup .newsList .newsBlock {
    margin: 0 auto;
    padding: 0;
    /* border-radius: 10px; */
    cursor: pointer;
    max-width: 450px;
}

#news-Popup .newsList .newsBlock .titleArea:hover,
#news-Popup .newsList .newsBlock .titleArea:focus,
#news-Popup .newsList .newsBlock .titleArea:active {
    filter: opacity(0.7);
}

#news-Popup .newsList .newsBlock:nth-of-type(even) {
    background: linear-gradient(180deg, #ffffff 0%, #dbdbdb 100%) 0% 0%;
}

#news-Popup .newsList .titleArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#news-Popup .newsList .contentArea {
    /* padding: 3%;
    border: 1px solid #077756; */
    margin: 0;
}

#news-Popup .newsList .titleArea figure {
    margin: 0;
    padding: 0;
    align-self: center;
    width: 71%;
}

#news-Popup .newsList .titleArea figure span {
    float: left;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 6px 5px 0 0;
}

#news-Popup .newsList .titleArea h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#news-Popup .newsList .titleArea time {
    font-size: 13px;
    align-self: center;
    width: 28%;
    text-align: end;
}

#news-Popup footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#news-Popup footer a {
    color: #fff;
    background-color: #1c3072;
    display: block;
    padding: 7px 1% 0;
    text-align: center;
    width: 40%;
    min-width: 60px;
    height: 30px;
    align-self: center;
    border-radius: 5px;
    cursor: pointer;
}

#news-Popup footer a:hover {
    filter: opacity(.7);
}

#news-Popup footer div {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: 100%;
    align-self: center;
}

#news-Popup footer input {
    align-self: center;
    padding: 0;
    margin: 0 1% 0 0;
}

#news-Popup footer label {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    align-self: center;
}

#login-Popup {
    padding: 2%;
    border-radius: 10px;
    width: 95%;
    max-width: 420px;
    background: #610000;
    background-image: url(../img/interface/background.jpg);
    background-size: cover;
    background-position: center;
}

#login-Popup article figure {
    margin: 0;
    padding: 0;
}

#login-Popup fieldset {
    border: none;
    padding: 0;
}

#login-Popup fieldset legend {
    font-size: 16px;
    font-weight: 700;
}

#login-Popup fieldset span {
    position: relative;
}

span.popupAccount:before {
    content: "\f406";
    position: absolute;
    font-family: "FontAwesome";
    color: #252525;
    top: -3px;
    left: 15px;
    font-size: 20px;
    filter: opacity(0.8);
}

span.popupPassword:before {
    content: "\f023";
    position: absolute;
    font-family: "FontAwesome";
    color: #252525;
    top: -3px;
    left: 15px;
    font-size: 20px;
    filter: opacity(0.8);
}

#login-Popup fieldset button {
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 2% auto 0;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    background: linear-gradient(168deg, #a98965, #6d553c);
    border-radius: 6px;
    border: none;
}

#login-Popup fieldset button:hover,
#login-Popup fieldset button:focus,
#login-Popup fieldset button:active {
    filter: brightness(1.2);
}

#login-Popup .otherOption {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 2% 0 0;
}

#login-Popup fieldset input {
    border-radius: 4px;
    border: 1px solid #610000;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px 0 40px;
    margin: 2% auto;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

#login-Popup .otherOption a {
    /* color: #610000; */
    align-self: center;
    text-decoration: underline;
}

.T-DLY-mobileUser a i {
    color: #fff;
}

/* 簽到日曆 */
#calendar {
    width: 95%;
    margin: 3% auto;
}

#calenda .fc-week .fc-bg table tr td.fc-today {
    margin: 1%;
}

#calendar th.fc-day-header.fc-widget-header {
    height: 35px;
    line-height: 35px;
}

#calendar .fc-week>.fc-bg>table tr td.fc-today {
    background: #c2e7dc;
}

#calendar .fc-day-top {
    position: relative;
}

.fc-day-number {
    position: absolute;
    margin: 8% 0 0 8%;
}

#calendar .fc-event {
    border-radius: 65px;
    width: 30px;
    height: 30px;
    margin: 20% 0 0 30%;
    text-align: center;
    background-color: #ffffff;
    line-height: 30px;
    border: 1px solid #610000;
    color: #610000;
    font-weight: 700;
    font-size: 12px;
}

.fc-sun {
    color: #ff0000;
}

.fc-sat {
    color: #009f1a;
}

.signInBtn {
    width: 95%;
    text-align: center;
    margin: 5% auto;
}

.signInBtn>button {
    margin: .8% 0 0;
    color: #fff;
    background-color: #a52d2d;
    border-color: #a52d2d;
    border-radius: 5px;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 12px;
    margin: 0 2%;
}

.signInBtn button.signBtn {
    background-color: #610000;
    border-color: #610000;
    outline: none;
    border: none;
}

.signInBtn button.ruleBtn {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
    outline: none;
    border: none;
}

.signInBtn>button:hover {
    filter: opacity(0.7);
}

ul.giftReceive {
    list-style: none;
    width: 95%;
    padding: 0;
    margin: 0 auto 2%;
}

ul.giftReceive li {
    float: none;
    clear: both;
    padding: 1% 0;
    margin: 1% 0;
    height: 50px;
    border-bottom: 1px solid #b5b5b5;
}

ul.giftReceive>h5 {
    font-size: 18px;
    font-weight: normal;
}

ul.giftReceive figure {
    width: 5%;
    padding: 0;
    margin: 0;
    float: left;
}

ul.giftReceive .wordDirections {
    float: left;
    margin: .5% 0 0 1%;
}

ul.giftReceive .wordDirections>h6 {
    font-size: 15px;
    padding: 0;
    margin: 0;
}

ul.giftReceive .wordDirections>p {
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #9b9b9b;
    line-height: 24px;
}

ul.giftReceive li button {
    float: right;
    margin: .8% 0 0;
    border-radius: 5px;
    padding: 10px 15px 7px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

ul.giftReceive li .receive:hover {
    filter: opacity(0.7);
}

ul.giftReceive li button.receive {
    color: #ffffff;
    background-color: #610000;
    border: 1px solid #610000;
}

ul.giftReceive li button.already {
    color: #610000;
    background-color: #ffffff;
    border: 1px solid #610000;
}

ul.giftReceive li button.notyet {
    background: #dbdbdb;
    color: #b0b0b0;
    border: 1px solid #b0b0b0;
}

/* 一鍵轉點 */
.allPointBack {
    position: absolute;
    background-color: #4e0970;
    z-index: 9;
    top: 70px;
    right: -23px;
    /* width: 800px; */
    width: 387px;
    border-radius: 15px;
}

.allPointBack::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #4e0970 transparent;
    position: absolute;
    top: -10px;
    right: 38px;
}

.allPointBack>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3%;
}

.allPointBack>div>span {
    color: #fff;
    list-style: none;
    width: 23%;
    padding: 0 1%;
}

.allPointBack>div>span>ul {
    list-style: none;
    margin: 0 0 15%;
    padding: 0;
}

.allPointBack>div>span>ul>h4 {
    border-bottom: 2px solid #ffffff;
    padding: 5% 0;
    margin: 0;
}

.allPointBack>div>span>ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 5% 0;
    border-bottom: 1px solid #ffffff8c;
    color: #ffffff8c;
    font-size: 13px;
}

.allPointBack>div>span>ul li>span:nth-of-type(2) {
    color: #1682c1;
}

.allPointBack div.keyBtn {
    border-radius: 15px;
}

.allPointBack div.keyBtn label {
    color: #1682c1;
    align-self: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.allPointBack div.keyBtn strong {
    width: 6vmax;
    text-align: end;
}

.allPointBack div.keyBtn button {
    height: 35px;
    padding: 0 5%;
    line-height: 35px;
    background-color: #ffe17e;
    border-radius: 5px;
    border: none;
    outline: none;
    font-weight: bold;
    color: #1a4136;
    filter: drop-shadow(2px 2px 5px #282828);
}

.allPointBack div.keyBtn a:hover i,
.allPointBack div.keyBtn a:hover {
    /* filter: brightness(1.2); */
    color: #cfe7ff;
}

.showAllYouGot .active {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}

.showAllYouGot .passive {
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}

.vip-details {
    background-color: #ffffffcd;
    overflow: auto;
}

.detail-blocks {
    min-width: 950px;
    zoom: 0.8;
}

.effect-text {
    font-size: 56px;
    margin: 20px auto 0;
    font-weight: 900;
    color: #f5f5f5;
    background-image: linear-gradient(180deg, #ff8100, #ffe949, #b34a00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0px -1px 2px #0000008c) drop-shadow(0px 1px 2px #0000008c) drop-shadow(-1px 0 2px #0000008c) drop-shadow(1px 0 2px #0000008c);
}

.title-p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.list-area {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#T-DLY-share .info-area {
    display: flex;
    padding: 7px 7px 7px 10px;
    text-align: center;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#T-DLY-share .info-area a {
    margin: 0 4px 0 4px;
    display: flex;
    align-items: center;
    background-image: url(../img/interface/btn.jpg);
    background-size: cover;
    background-position: top center;
    font-size: 17px;
    font-weight: 500;
    filter: drop-shadow(0 2px 5px #000000b5) contrast(1.2) brightness(1.2);
    border-radius: 8px;
    min-width: 120px;
    justify-content: center;
    height: 38px;
}

#T-DLY-share .info-area img {
    width: 21px;
    filter: drop-shadow(0 2px 5px #000000b5);
    margin-right: 7px;
    margin-top: -2px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        filter: brightness(1.4);
    }
}

.scrollMenuRight .intro-gift {
    width: 113px;
    height: 60px;
    margin: 0 auto 20%;
    /* background-color: #0000009e; */
    border-radius: 11px;
    padding: 7px;
    position: absolute;
    right: 0;
    top: -72px;
    display: none;
    /* 推薦賺錢關閉 */
}

.scrollMenuRight .intro-gift .promo-gift {
    width: 96px;
    height: 66px;
    position: absolute;
    right: -20px;
    top: -7px;
}

.scrollMenuRight .intro-gift .promo-word {
    font-size: 24px;
    margin: 0;
    font-weight: 900;
    color: #ffc456;
    text-shadow: 0 1px 6px #000;
    position: absolute;
    top: 2px;
    right: 54px;
    width: 51px;
}

.tab-content-box .popupContent-inner {
    background: #300155;
    background-image: url(../img/interface/pc.jpg);
    background-size: 100%;
    background-position: top center;
    border-radius: 3px;
    box-shadow: 0 4px 300px #00000059;
    position: fixed;
    width: 70%;
    padding: 15px;
    /* height: 70%; */
    overflow: auto;
    top: 125px;
    left: 15%;
    margin: 0 auto;
    z-index: 99;
    overflow: auto;
    border: 1px solid #8428cb;
}

.tab-content-box .popupContent {
    background-color: #00000082;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.tab-content-box .popupContent img {
    /* width: 95% !important;
    height: auto !important;
    max-height: 100vh; */
    border-radius: 10px;
    margin: 10px auto;
}

.tab-content-box .popupContent .title {
    font-size: 17px;
    padding-bottom: 11px;
    margin-bottom: 21px;
    display: block;
    text-align: center;
    font-weight: 500;
}


.tab-content-box .popupContent h5 {
    margin: 0;
    font-size: 23px;
}

.tab-content-box .popupContent p {
    font-size: 16px;
    font-weight: 500;
}

.tab-content-box .popupContent .content {
    margin: 1% auto;
    height: calc(100% - 70px);
    overflow: auto;
    background-color: #000000b0;
    border-radius: 10px;
    padding: 15px;
    max-height: 70vh;
}

.tab-content-box .message-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 0.6%;
    width: 100%;
}

.message-wrapper .news-alert {
    width: 42%;
}

.news-tabList li img {
    width: 22px;
    margin-top: -5px;
    margin-right: 6px;
}

#news-Popup .fancybox-button {
    color: currentColor;
    font-weight: 900;
    font-size: 16px;
    padding: 5px;
    /* background-color: #2f67de; */
}

.forgot-password {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    top: 0;
    left: 0;
    z-index: 99;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.forgot-password .title {
    color: #dbdbdb;
    margin: 0 auto;
}

.forgot-password.show {
    display: flex;
}

.forgot-password-block {
    width: 90%;
    max-width: 400px;
    background-color: #3f0a10;
    border: 1px solid #c32e2e;
    border-radius: 16px;
    padding: 15px;
}

.forgot-password-block .input img {
    width: 20px;
    display: flex;
    margin: 5px 10px 0 0
}

.forgot-password-top {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: end;
}

.forgot-password-close-login,
.forgot-password-close {
    color: white;
    position: absolute;
    margin-top: -31px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

#forgot-password-form .input {
    display: flex;
    margin: 10px auto;
}

#forgot-password-form .get-verify-code {
    position: absolute;
    margin-left: 100px;
    margin-top: 9px;
    background-color: #610000;
    color: white;
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
}

#forgot-password-form .confirm-btn {
    background-color: #fff;
    border-radius: 10px;
    color: #282828;
    font-size: 14px;
    padding: 8px 15px;
    margin: 6px auto;
    display: inline-block;
}

#forgot-password-form .confirm-btn:hover {
    background-color: #d9bd9c;
    color: #fff;
}

.loginPopup figure img {
    max-width: 115px;
    margin: 0 auto 14px;
    filter: drop-shadow(0px 4px 6px black);
}

#game .card #add_favorite {
    font-size: 14px;
    font-weight: 500;
    color: white;
    background-color: #650000;
    border-radius: 10px;
    margin: 10px auto 0 auto;
    max-width: 100px;
    padding: 5px 10px;
}

#game .card #add_favorite:hover {
    filter: brightness(1.1);
}

#member-center #my_favorite {
    font-size: 18px;
    position: absolute;
    margin: 18px 0 0;
    background-image: linear-gradient(180deg, #fff700, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    cursor: pointer;
    z-index: 9;
}

.T-DLY-rightForm .member-top-link {
    display: flex;
}

.T-DLY-rightForm .member-top-link i {
    font-size: 24px;
    margin-bottom: 4px;
}

.T-DLY-rightForm .member-top-link a img {
    margin: -3px auto 0 auto;
    width: 37px;
}

.T-DLY-rightForm .member-top-link a {
    display: grid;
    padding-bottom: 0;
    font-size: 14px;
    align-content: center;
    text-align: center;
    /* color: #63503c; */
    /* filter: invert(1) sepia(1); */
}

.T-DLY-rightForm .member-top-link a:hover {
    color: #ffdcdc;
    filter: brightness(1.2);
}

.info-block-area {
    width: 100%;
    /* max-width: 1100px; */
    background: #00000063;
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto;
    display: flex;
}

.info-block-area div {
    padding: 15px;
    margin: 0 auto;
    display: block;
}

.info-block-area div .wide-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    min-width: 220px;
    margin-bottom: 8px;
    background: #7f0abd;
    border-radius: 10px;
    cursor: pointer;
}

.btn.transfer-switch {
    display: none;
}

.btn.transfer-switch.active {
    display: block;
}

.info-block-area div .wide-btn:hover {
    filter: brightness(1.3);
}

.info-block-area div .wide-btn img {
    width: 40px;
    margin-right: 8px;
}


/* TAB CONTROL SETTING */

.option-tab {
    border-bottom: 1px solid #7f0abd;
}

.option-tab .option-link {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 25px;
}

.tab-first,
.tab-second,
.tab-third,
.tab-forth {
    font-weight: 500;
    cursor: pointer;
    padding: 4px 0;
    margin: 0 20px 0 0 !important;
    border-bottom: 2px solid #7f0abd;
    color: #f3f3f3;
    background-color: unset;
    width: unset;
    border-radius: unset;
    text-align: center;
}

.tab-first:hover,
.tab-second:hover,
.tab-third:hover,
.tab-forth:hover {
    color: #ffc337;
}

.tab-first.active,
.tab-second.active,
.tab-third.active,
.tab-forth.active {
    font-weight: 500;
    color: #ffc337;
    border-bottom: 2px solid #ffc337;
    /* pointer-events: none; */
}

.tab-area-control .tab-content-box {
    display: none;
}

.tab-area-control btn {
    background-color: #7f0abd;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    margin: 3px 5px;
}

.tab-area-control btn.disabled {
    pointer-events: none;
}

.tab-area-control btn:hover {
    filter: brightness(1.3);
}

.tab-area-control .tab-content-box .tab-info {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 500;
    /* justify-content: space-between; */
}

.tab-area-control .tab-content-box .tab-info h3 {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.tab-area-control .tab-content-box .tab-info b {
    color: #ffdf44;
    font-weight: 900;
    margin-left: 10px;
}

.tab-area-control .tab-content-box .tab-info img {
    width: 25px;
    margin-right: 6px;
    filter: hue-rotate(65deg);
}

.tab-area-control .tab-content-box .tab-info i {
    font-size: 16px;
    color: #5d5d5d;
    margin-left: 6px;
    cursor: pointer;
}

.tab-area-control .tab-content-box.active {
    display: block;
}

.tab-content-box .search-area {
    margin: 0;
}

.search-area {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    font-size: 14px;
}

.search-area .half-block {
    width: 50%;
    display: flex;
    margin: 15px 0 0;
    align-items: center;
}

.search-area .full-block {
    width: 100%;
    display: flex;
    margin: 15px 0 0;
    align-items: center;
}

.tab-content-box .search-area .full-block select,
.tab-content-box .search-area .full-block input {
    width: 30%;
    margin: 0;
}

.memberpage-btn.margin-top-bullets {
    padding-top: 20px;
    border-top: 1px solid #00000032;
    margin-top: 30px;
}

.search-area h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    margin-right: 8px;
    word-break: keep-all;
}

.search-area [type="radio"],
.search-area [type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0 9px 0 0;
}

.search-area select {
    font-size: 14px;
    font-weight: 500;
    width: 60%;
    margin: 0;
    border-radius: 5px;
    border-color: #dbdbdb;
}

#date-picker {
    margin-top: 0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: 570px;
}

.tab-content-box .keepgames_area {
    width: 100%;
    display: block;
    /* justify-content: start;
    flex-wrap: wrap; */
    margin: 0;
}

.tab-content-box .keepgames_area h4 {
    width: 100%;
    display: flex;
    margin: 10px 0 0 0;
    align-items: center;
    background-color: #43000061;
    border-radius: 4px;
    padding: 4px;
}

.tab-content-box .keepgames_area h4 img {
    width: 28px;
    margin-right: 10px;
}

.tab-content-box .keepgames_area h4 .multiply-keep-icon {
    width: auto;
    height: 27px;
    filter: brightness(1.5);
    margin-right: 0;
}

.tab-content-box .keepgames_area .keepgame-cat {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0;
}

.keepgames_area .keepgames_items {
    width: 18%;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 1%;
}

.keepgames_area .keepgames_items:hover {
    filter: brightness(1.3);
    /* margin: 0.5% 1% 1% 1%; */
}

.keepgames_area .keepgames_items a {
    font-size: 12px;
    /* color: #1961e7; */
    padding-top: 10px;
    display: block;
}

.keepgames_area .keepgames_items img {
    width: 120px;
    margin: 0 auto;
}

.keepgames_area .keepgames_items h3 {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

#membersecMenu_userinfo .card-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0;
}

#membersecMenu_userinfo .card-area .registered_card {
    width: 40%;
    margin: 1%;
    background: #8b5a27;
    background: linear-gradient(166deg, #f3a71c 0%, #6f4f2e 100%);
    box-shadow: 0 4px 8px #00000033;
    border-radius: 10px;
    padding: 20px 10px;
    background-image: url(../img/interface/membercard.jpg);
    background-size: cover;
    background-position: center;
    color: white;
}

#membersecMenu_userinfo .card-area .registered_card input {
    background-color: #00000059;
    border: 1px solid transparent;
    color: white;
    border-radius: 10px;
}

#membersecMenu_userinfo .register-card input {
    margin: 0 auto;
}

#membersecMenu_userinfo .register-card .title {
    margin-right: 10px;
}

#membersecMenu_userinfo .card-area .registered_card a {
    font-size: 14px;
    margin-left: unset;
    color: #fff;
    cursor: pointer;
}

#membersecMenu_userinfo .card-area .registered_card .form_item.delete_account {
    text-align: center;
    justify-content: center;
}

#membersecMenu_userinfo .card-area .registered_card .title {
    font-size: 12px;
}

#membersecMenu_userinfo .card-area .registered_card .date {
    background-color: #00000008;
    border: unset;
    width: 70%;
}

#membersecMenu_recordStore .notice,
#membersecMenu_recordWithdraw .notice {
    font-size: 12px;
    color: #ff8840;
    margin-left: 0;
    margin-top: 10px;
}

#membersecMenu_userinfo .form_item .notice {
    font-size: 12px;
    color: #ff8840;
    margin-left: 40px;
    margin-top: 10px;
}

.info-list-out {
    vertical-align: baseline;
}

.info-list-out a {
    color: #ff8840;
}

.tab-area-control .clean-msg {
    margin-left: 50px;
}

/* REGISTER PAGE SETTING */

#T-DLY-login.register-page {
    padding: 0;
}

main.register-page {
    padding: 0;
}

.notice-standard {
    font-size: 15px;
    color: #3690c5;
}

.form_content .tab-content-box .store_form label {
    font-weight: 500;
    margin: 0;
    display: block;
    font-size: 16px;
    width: 110px;
}

.form_content .tab-content-box .store_form div {
    display: flex !important;
    align-items: center;
    margin: 18px auto;
}

.form_content .tab-content-box .store_form div select,
.form_content .tab-content-box .store_form div input {
    margin: 0;
    width: 40%;
    border-radius: 8px;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    /* padding: 10px; */
}

.form_content .tab-content-box .store_form div .balance_amount_highlight {
    margin: 0;
    width: 40%;
    font-weight: 900;
    color: #000;
    /* border: 0; */
    font-size: 18px;
    padding: 0;
}

.deposit-list-payment {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

.recordStore_success div input,
.recordStore_success div p {
    display: flex;
    align-items: center;
    margin: 8px 0 20px 0;
}

.recordStore_success div h3 {
    margin: 8px 0 0 0;
    min-width: 136px;
}

.recordStore_success div p .btn {
    border-radius: 5px;
    color: #fff;
    border: 2px solid #fff;
    text-shadow: unset;
    background-image: linear-gradient(#428bfb, #428bfb, #428bfb);
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 7px 13px;
    min-width: unset;
}

.recordStore_success .fileup-area {
    margin: 0;
    display: block;
}

.recordStore_success .fileup-area img {
    max-width: 300px;
}

.deposit-list-payment span {
    height: 24px;
    width: 60%;
    min-width: 22%;
    margin: 6px 8px 6px 0;
    display: flex;
    border-radius: 8px;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}

.deposit-list-payment span:hover {
    background-color: #d539ff36;
}

.deposit-list-payment span.active {
    background-color: #d539ff7a;
    border: 1px solid #7f0abd;
}

.deposit-list-payment span p {
    display: grid;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.deposit-list-payment span b {
    font-weight: 500;
    font-size: 12px;
    margin-top: 7px;
}


.deposit-list-payment span img {
    width: 32px;
    height: auto;
}

.deposit-list-payment span .payment_display_image {
    width: 60px;
    height: auto;
}


.load-account-to-copy {
    width: 38%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #4ea5ff;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
}

.load-account-to-copy a {
    color: #007dff;
    margin-left: 20px;
    float: right;
}

.form_content .tab-content-box .store_form .window {
    display: block;
    align-items: center;
    margin: 18px auto;
}

.form_content .tab-content-box .store_form .showing-bank-detail {
    display: flex;
    align-items: center;
    margin: 18px 0;
}

.deposit-links.active {
    pointer-events: none;
}

.tab-content-box.ewallet .store_form .window {
    display: none;
}

.tab-content-box.ewallet .store_form .window.active {
    display: block;
}

.tab-content-box.ewallet .store_form .window div img {
    width: 200px;
}

.btn.upload {
    background: #c1c1c1;
    color: #000;
    border: 1px solid #c1c1c1;
    margin-right: 10px;
}

/* DAILY CHECHIN SETTING */

#membersecMenu_dailycheck .fc-toolbar h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

#membersecMenu_dailycheck .fc-toolbar {
    justify-content: start;
    margin-bottom: 15px;
}

#membersecMenu_dailycheck .fc-day-number {
    font-weight: 500;
}

.fc-sat {
    color: #5d8f65;
}

.fc-sun {
    color: #954f4f;
}

#calendar .fc-week>.fc-bg>table tr td.fc-today {
    background: #6f007d4a;
}

#calendar .fc-event {
    border-radius: 15px;
    width: auto;
    height: 30px;
    margin: 5% 0 0 53%;
    text-align: center;
    background-color: #610000;
    line-height: 30px;
    border: 1px solid #610000;
    color: #fff;
    font-weight: 900;
    font-size: 11px;
}

.split-three {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    background-color: #1a002bdb;
    padding: 10px 20px;
    border-radius: 10px;
    justify-content: space-between;
}

.split-three p {
    display: flex;
    width: 28%;
    justify-content: space-between;
    background-color: #000;
    padding: 10px 14px;
    /* border-bottom: 1px solid #cae7ff; */
    border-radius: 8px;
}

.split-two {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 20px auto;
    justify-content: space-between;
}

.split-two .color-blocks {
    display: block;
    width: 49%;
    text-align: center;
    background: #24003f;
    background-image: url(../img/interface/membercard.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 14px 30px 14px;
    border-radius: 14px;
    box-shadow: 0 4px 9px #0000002e;
}

.split-two .color-blocks h3 {
    color: #ffd744;
    font-size: 20px;
    background-color: #000000b0;
    padding: 6px 12px;
    border-radius: 15px;
    width: 50%;
    margin: 15px auto 0 auto;
    font-weight: 500;
}

.split-two .color-blocks h2 {
    color: #fff;
    font-size: 33px;
}

.split-two .color-blocks input {
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto !important;
    text-align: center;
}

.split-two .color-blocks .btn {
    border-radius: 10px;
    padding: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.split-two .color-blocks img {
    width: 80%;
    max-width: 120px;
    margin: 20px auto 0 auto;
}


.tab-content-box .package-blocks {
    width: 90%;
    max-width: 390px;
    margin: 0 auto;
    background-color: #e6f0f9;
    padding: 15px;
    border-radius: 10px;
    font-size: 13px;
}

.tab-content-box .package-blocks h2 {
    margin: 0px auto;
    padding-bottom: 8px;
    border-bottom: 1px solid #0000006e;
    text-align: center;
}

.tab-content-box .package-blocks p {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 35px;
}

.tab-content-box .package-blocks p .green {
    color: #5faf07;
}

.tab-content-box .package-blocks p .red {
    color: #c32e2e;
}

.tab-content-box .package-blocks p input {
    width: 50%;
    margin: 0;
    font-size: 13px;
    text-align: right;
    font-weight: 900;
}

.tab-content-box .package-blocks p input::placeholder {
    font-size: 12px;
    text-align: right;
}

.choose-items {
    padding: 15px;
    width: 100%;
}

.choose-items a {
    color: #000;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
}

.link-standrad {
    text-align: center;
    color: #076aff;
    padding: 26px 0;
    display: block;
}

.change-password-popup {
    width: 100%;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-color: #00000075;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    backdrop-filter: blur(1px);
    z-index: 9;
}

.change-password-popup.active {
    display: flex;
}

.change-password-popup .popup-block {
    display: block;
    border: 3px solid #7f0abd;
    background: rgb(12 12 12);
    background: linear-gradient(166deg, rgb(41 41 41) 0%, rgb(12 12 12) 100%);
    border-radius: 12px;
    box-shadow: 0 4px 10px #00000075;
    width: 95%;
    margin: 30vh auto 0 auto;
    max-width: 400px;
    padding: 25px 30px 40px 30px;
}

.change-password-popup .popup-block input {
    margin-bottom: 20px;
}

.two_buttons {
    display: flex;
}

.input_disabled {
    pointer-events: none;
    background-color: transparent;
    font-weight: 800;
    border: 0 solid transparent;
    color: #212edf;
    font-size: 16px;
    font-weight: 800;
}

.input_disabled::placeholder {
    color: #212edf;
    font-size: 16px;
    font-weight: 800;
    white-space: pre-wrap;
}

#memberMainMenu .mobile-return {
    display: none;
}

.mobile-title {
    display: none;
}

#transfer-area img {
    width: 30px;
    margin: 0 auto;
}

.qrcodePic canvas {
    margin-bottom: 20px;
    max-width: 150px;
}

.recordStore_success.atm,
.recordStore_success.usdt {
    border-radius: 5px;
    padding: 16px;
    border: 1px solid #d7d7d7a1;
}

.content-frame {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
}

.allBTN figure img {
    width: 25px;
    filter: brightness(0.8) contrast(1);
}

.avatar-choice {
    display: none;
}

.avatar-choice.active {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-color: #00000085;
    z-index: 9;
}

.avatar-choice .avatar-list {
    width: 620px;
    background: rgb(168, 5, 5);
    background: linear-gradient(180deg, rgba(168, 5, 5, 1) 0%, rgba(68, 6, 6, 1) 100%);
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -200px;
}

.avatar-choice .avatar-list img {
    width: 15%;
    cursor: pointer;
    margin: 10px;
}

.avatar-choice .avatar-list img:hover {
    filter: brightness(1.3);
}

.report-cell-summary {
    display: flex;
    padding: 13px 12px;
    /* color: #000; */
    justify-content: space-between;
    font-size: 14px;
    background-color: #4b4b4b40;
    display: none !important;
    /* HIDE PER REQUEST */
}

.report-cell {
    background-color: #ffffff23;
    border-radius: 10px;
    color: white;
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
}

.report-cell .cell-block {
    display: grid;
    text-align: left;
}

.report-cell .cell-block b {
    font-weight: 500;
}

.service_link {
    display: flex;
    text-align: center;
    text-align: -webkit-center;
    width: 100%;
    max-width: 600px;
    justify-content: center;
}

.service_link a {
    display: block;
    width: 110px;
    height: 120px;
    font-size: 16px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.service_link a:hover {
    filter: brightness(1.3);
}

.service_link a img {
    width: 80px;
    margin-top: 8px;
    border-radius: 20px;
}

/* FAST TRANSFER */

.fastTransfer_form button.btn-transfer-blue {
    width: 40%;
    background: #7f0abd;
    border: 1px solid #7f0abd;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    font-weight: bold;
    color: white;
    padding: 8px 0;
}

.fastTransfer_form hr {
    border-color: #7f0abd91;
    border-width: 1px;
    margin: 24px auto -7px auto;
}

.fastTransfer_form button {
    width: 40%;
    background: #373737;
    border: 1px solid #7b7b7b;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    font-weight: bold;
    color: white;
    padding: 8px 0;
}

.fastTransfer_form button:hover {
    filter: brightness(1.2);
}

.fastTransfer_form .fast_transfer_title p {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    align-items: center;
    margin: 0;
}

.fastTransfer_form .target_transfer p {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    margin: 13px 0;
}

.fastTransfer_form .target_transfer .btn-transfer-gray {
    width: 80px;
    height: 32px;
    font-size: 14px;
    padding: 0px 0 4px 0;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 500;
}

.fastTransfer_form .target_transfer input {
    border-radius: 5px;
    border: 0;
    border: 1px solid #d1d1d1;
    height: unset;
    padding: 6px 3px;
    width: 67%;
}

.fastTransfer_form .fast_transfer_title p input {
    width: auto;
    background: transparent;
    font-size: 16px;
    padding: 3px;
    margin: 0;
    border: 1px;
    min-width: unset;
    height: unset;
    color: white !important;
}

.fastTransfer_form .target_transfer_btn {
    display: flex;
    justify-content: space-evenly;
    font-size: 16px;
    align-items: center;
    margin: 25px 0 13px 0;
}

.swal2-styled.swal2-confirm {
    color: #000 !important;
    background-color: #ad63ff !important;
}

.swal2-styled.swal2-confirm:hover {
    color: #000 !important;
    filter: brightness(1.3) !important;
}

/* NEW POPUP NEWS SETTING */
.newsPopup .slide-arrow {
    display: none !important;
}

.loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    pointer-events: bounding-box;
    touch-action: none;
    display: flex;
    overflow: hidden;
    background-color: #00000075;
    justify-content: center;
    align-items: center;
    z-index: 1099 !important;
    left: 0;
    top: 0;
}

.loading img {
    max-width: 70px;
    z-index: 1099 !important;
}

.loading.hidden {
    display: none;
}

.popupContent .content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.popupContent .content small {
    color: #ffa700;
    font-size: 16px;
}

.popupContent .content strong {
    color: #ffa700;
    font-weight: 900;
    font-size: 17px;
}

.popupContent .content a {
    background-image: linear-gradient(#6843bf, #5738b7, #33258c);
    padding: 2px 19px 7px 19px;
    border-radius: 25px;
    border: 3px solid #007eff;
    margin: 10px 0;
    color: white;
}

.popupContent .content a strong {
    color: white;
}

.popupContent .content a:hover {
    color: white;
    background-image: linear-gradient(#7aa5db, #4d3499, #8930e7);
    border: 3px solid #00c4ff;
}

#sendForm .mobile-sub-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

#sendForm h3 {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

#sendForm .recordStore_success div p {
    margin: 0;
}

.recordStore_success div {
    display: flex;
    width: 100%;
    margin: 19px 0;
}

#T-DLY-login.register-page .content-none {
    width: 100%;
    max-width: 360px;
}

/* REPORT POPUP WINDOWS */
.report-detail {
    display: none;
}

.report-detail.active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-color: #00000085;
    backdrop-filter: blur(1px);
}

.report-detail .detail-window {
    width: 95%;
    max-width: 700px;
    background: #3b0202;
    background: linear-gradient(180deg, #6f0303 0%, #330101 100%);
    border-radius: 20px;
    display: block;
    padding: 10px 17px;
    align-items: center;
    flex-wrap: wrap;
}

.detail-window .report-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.detail-window .report-title h3 {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
}

.detail-window .report-title .report-detail-close {
    font-weight: 500;
    margin: 0;
    font-size: 21px;
    cursor: pointer;
}

.detail-window p {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 7px 0;
    max-height: 500px;
    overflow: auto;
    margin-bottom: 20px;
}

.detail-window p b {
    font-size: 15px;
    max-width: 70%;
}

.detail-window p:last-child {
    border-bottom: 1px solid transparent;
}

.fancybox-container {
    box-sizing: border-box;
    border: 0;
    /* background-color: #af1616 !important; */
    border-color: transparent;
    z-index: 99 !important;
}

.fancybox-is-open .fancybox-stage,
.fancybox-slide {
    z-index: 10 !important;
}

.password_switch {
    width: 27px;
    cursor: pointer;
    margin-left: -13px;
}

.selection-popup {
    background-color: #00000045;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 300;
    margin-top: 26px;
    padding: 4px;
    border-radius: 10px;
}

.slick-dots li.slick-active button:before {
    color: #898989;
}

.selection-popup h4 {
    margin: 0 10px 0 0;
}

.selection-popup input {
    margin: 0 0 0 7px;
}

/* YUEBAO */
.member-blocks.yuebao {
    display: block;
    text-align: center;
}

.member-blocks.yuebao h3 {
    margin: 5px auto;
    font-size: 18px;
    font-weight: 100;
}

.member-blocks.yuebao h2 {
    color: #ffcd45;
    margin: 8px auto;
    font-size: 40px;
}

.member-blocks.yuebao .framed_item {
    border: 1px solid #fff;
    border-radius: 21px;
    font-size: 13px;
    padding: 6px;
    max-width: 120px;
    margin: 0px auto 17px auto;
}

.member-blocks.yuebao .yuebao_split {
    zoom: 1.3;
    display: flex;
    width: 100%;
    justify-content: center;
}

.member-blocks.yuebao .btn {
    max-width: 130px;
    display: block;
    margin: 21px auto;
}

.member-blocks.yuebao .yuebao_split .items {
    font-size: 14px;
    padding: 0 50px;
}

.member-blocks.yuebao .yuebao_split .items p {
    padding: 0;
    margin: 0;
}

.member-blocks.yuebao .yuebao_split .items h3 {
    padding: 0;
    margin: 8px 0 0 0;
    font-size: 16px;
    color: #ffa61c;
}

.member-blocks.yuebao .yuebao_split .items.center {
    border-left: 1px solid #9f6e2a;
    border-right: 1px solid #9f6e2a;
}

.member-blocks.yuebao .tab-main-yuebao {
    display: flex;
    border-bottom: 1px solid #ffbf2e5c;
    margin-bottom: 14px;
}

.member-blocks.yuebao .tab-main-yuebao div {
    font-size: 15px;
    margin-right: 10px;
    padding: 0 0 7px 0;
}

.member-blocks.yuebao .tab-main-yuebao div {
    color: #fff;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.member-blocks.yuebao .tab-main-yuebao div.active {
    color: #ffa61c;
    border-bottom: 2px solid #ffa61c;
}

.items_rules {
    text-align: left;
    font-size: 14px;
    font-weight: 100;
}

.items_rules b {
    text-align: left;
    font-size: 16px;
    font-weight: 900;
    color: #ffa61c;
}

.items_details,
.items_rules {
    display: none;
    padding: 3px 0;
}

.items_details.active,
.items_rules.active {
    display: block;
}

.tab-detail-yuebao .items_details .details_options {
    display: flex;
    justify-content: flex-start;
}

.tab-detail-yuebao .items_details .details_options .btn {
    background-color: #4f4f4f;
    margin: 0 8px 0 0;
    border: 1px solid transparent;
    max-width: unset;
}

.tab-detail-yuebao .items_details .details_options .btn.active {
    background-color: #a52d2d;
}

/* .tab-detail-yuebao .items_details .details_options .btn:hover,
.tab-detail-yuebao .items_details .details_options .btn:active,
.tab-detail-yuebao .items_details .details_options a:hover,
.tab-detail-yuebao .items_details .details_options a:active  {
    border: unset !important;
} */

.yuebao .details_options_pages .yuebao_list {
    background-color: #00000073;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    padding: 11px;
    border-radius: 8px;
    border: 1px solid #ffa41c40;
}

.yuebao .details_options_pages .yuebao_list .show_items {
    width: fit-content;
    font-size: 13px;
    text-align: left;
}

.yuebao .details_options_pages .yuebao_list .show_items .list_info {
    display: flex;
}

.yuebao .details_options_pages .yuebao_list .show_items p {
    margin: 5px 8px 5px 0;
}

.yuebao .details_options_pages .yuebao_list .show_items p strong {
    margin: 0 8px 0 4px;
    color: #ffa41cb5;
}

.yuebao .details_options_pages .yuebao_list .btn {
    display: block;
    min-width: unset;
    margin: unset;
    font-size: 13px;
    padding: 13px;
    width: auto;
    height: fit-content;
}

.details_options_pages {
    display: none;
}

.details_options_pages.active {
    display: unset;
}

.yuebao-pop {
    display: none;
    width: 100%;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-color: #00000075;
    position: fixed;
    top: 0;
    left: 0;
}

.yuebao-pop .popup-block {
    box-shadow: 0 4px 10px #00000075;
    width: 95%;
    margin: 30vh auto 0 auto;
    max-width: 400px;
    padding: 25px 30px 40px 30px;
    border-radius: 14px;
    border: 3px solid #7f0abd;
    background: rgb(255, 255, 255);
    background: linear-gradient(166deg, rgb(41 41 41) 0%, rgb(12 12 12) 100%);
    font-size: 14px;
    color: white;
    display: none;
}

.yuebao-pop .popup-block.active {
    display: block;
}

.yuebao-pop .popup-block.opin label,
.yuebao-pop .popup-block.opout label {
    display: block;
    margin-top: 15px;
}

.yuebao-pop .popup-block input.disabled::placeholder,
.yuebao-pop .popup-block input.disabled {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: unset;
    color: #ffa61c;
    font-weight: 900;
    height: unset;
    font-size: 18px;
}

.yuebao-pop .popup-block h3 {
    margin: 0 auto 15px auto;
    color: #ffa61c;
    text-align: center;
}

.yuebao-pop.active {
    display: block;
}

.yuebao-pop .two_buttons {
    display: flex;
}

.two_buttons btn {
    display: block;
    min-width: unset;
    margin-top: 27px;
    width: fit-content;
    margin-right: 10px;
}

.btn.receive-bonus {
    display: none;
}

.daterangepicker {
    color: #000 !important;
}

@media screen and (min-width:1024px) {
    .banner-switch {
        margin-top: 100px;
    }

    #T-DLY-login.register-page {
        padding: 0;
    }

    main.register-page {
        padding: 0;
    }

    #T-DLY-login.register-page .content-none {
        background-color: #00000078;
        border: none;
        margin: 12vh auto 0 auto;
        min-height: 190px;
        padding: 20px 34px;
        border-radius: 8px;
    }

    #T-DLY-login.register-page .login-logo img {
        max-width: 140px;
        margin: 0 auto 20px auto;
    }

    #T-DLY-login.register-page .form_content .form_note .input {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 50px;
        background: #fff;
        border-color: #D8D8D8;
        border-radius: 0;
        -webkit-appearance: none;
        width: 100%;
        font-size: 0.875rem;
        border-radius: 10px;
        border: 1px solid #C2C2C2;
        padding: 5px;
        box-shadow: unset;
        color: #000;
    }

    #T-DLY-login.register-page .form_content .form_note .read {
        color: #000;
    }

    /* #T-DLY-login.register-page .btn-cover .home-btn {
        color: #363636;
    } */

    #T-DLY-login.register-page .login-tab .go-register {
        display: none;
    }

    #T-DLY-login.register-page .login-tab .go-login {
        border-radius: 10px;
        font-size: 14px;
        padding: 8px 15px;
    }

    #T-DLY-login.register-page .login-tab .go-login:hover {
        background-color: #1342edd1;
    }

    /* #T-DLY-login .form_content .btn-cover .confirm-btn:hover {
        background: linear-gradient(to bottom, #52afff 22%, #5b3ec5);
        color: #fff !important;
    } */

    /* span#T-DLY-account>input:-internal-autofill-selected, span#T-DLY-password>input:-internal-autofill-selected {
        background-color: #00000052 !important;
        color: white !important;
    } */

    .message-wrapper .news-alert {
        width: 100%;
    }

    .tab-content-box .message-wrapper {
        width: 32%;
    }

    div[id*="membersecMenu"] .tab-content-box.promotion {
        display: flex;
        flex-wrap: wrap;
    }

    .multiply-area {
        display: none;
    }

    .multiply-area-pc li img {
        width: auto;
        min-height: 30px;
        height: 70px;
        margin: 40px auto 30px auto;
        filter: brightness(1.2) contrast(1.2);
    }

    .multiply-area-pc .T-DLY-subList ul li a::before {
        content: "";
        display: block;
        position: absolute;
        /* z-index: 3; */
        width: 130px;
        height: 130px;
        left: 0;
        top: 0;
        margin-left: 20px;
        margin-top: 5px;
        background-image: url(../img/multiply/bgback.gif);
        background-size: 100%;
        background-repeat: no-repeat;
        mix-blend-mode: plus-lighter;
    }

    .multiply-area-pc li img:hover {
        filter: brightness(1.3) contrast(1.2);
    }

    .history-popup {
        display: none;
    }

}


/* CLOSE LANGGUGE SELETION */
/*.T-DLY-mobileLanguageFamily {display:none}*/

/* ANIMATION SETTING */

.gamekv img {
    animation: float 6s ease-in-out infinite;
}

/* VIP AREA */
.active-bar {
    font-size: 12px;
}

.vip-detail-area {
    display: none;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes float2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-5px);
    }

    100% {
        transform: translatey(0px);
    }
}

/* .shine {
    position: relative;
    overflow: hidden;
}

.shine::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    -webkit-animation: shine 0.85s;
    animation: shine 2s infinite;
} */

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media screen and (max-width:1024px) {
    .shine::before {
        display: none;
    }
}

.qrcode-order img {
    max-width: 200px;
    border-radius: 15px;
}

.fileup-area {
    text-align: left;
}

div[id*="membersecMenu"] .tab-content-box .fileup {
    margin: 0;
    text-align-last: left;
}

.sweet-alert button,
.confirm {
    background-color: #610000 !important;
    border: 1px solid #610000 !important;
    color: #fff !important;
    transition: all .3s ease-in-out;
    border-radius: 10px !important;
}

.sweet-alert button:hover,
.confirm:hover,
.confirm:active {
    filter: brightness(1.3) !important;
}

/* RECORD RESULT COLOR */
.game-records p {
    margin: 0 0 0 5px;
}

.color-normal {
    /* color: red; */
}

.color-lose {
    color: red !important;
}

.color-win {
    color: green !important;
}

.oops2.hint-realname {
    width: 89%;
    margin: 0px auto;
    background-color: #5f81a9;
    color: white;
    padding: 7px 5px;
    text-align: center;
    border-radius: 0 0 8px 8px;
}

#withdraw_form .btn.transfer_back_all {
    text-align: center;
    padding: 4px 8px;
    min-width: unset;
    font-size: 14px;
    border: none;
    margin-left: 10px;
}