/* basic */
body {
    background: var(--deep) url(../images/bg.svg) center center;
}

.avatar {
    border: 2px white solid;
}

/* color */
:root {
    --color: #ff3434;
    --yellow: #f1c40f;
    --deep: #171838;
    --block: #2c2e50;
    --txt: #8385ae;
    --txt-yellow: #f1c40f;
}

/* ico */
.ico-lang-ca,
.ico-lang-cambodia {
    background-image: url(../images/lang/cambodia.svg);
}

.ico-lang-krw-kh {
    background-image: url(../images/lang/cambodia.svg);
}

.ico-lang-cn,
.ico-lang-china {
    background-image: url(../images/lang/china.svg);
}

.ico-lang-en,
.ico-lang-english {
    background-image: url(../images/lang/english.svg);
}

.ico-lang-bn,
.ico-lang-bangladesh {
    background-image: url(../images/lang/bangladesh.svg);
}

.ico-lang-hi,
.ico-lang-india {
    background-image: url(../images/lang/india.svg);
}

.ico-lang-th,
.ico-lang-thailand {
    background-image: url(../images/lang/thailand.svg);
}

.ico-lang-fr,
.ico-lang-france {
    background-image: url(../images/lang/france.svg);
}

.ico-lang-ge,
.ico-lang-germany {
    background-image: url(../images/lang/germany.svg);
}

.ico-lang-hk,
.ico-lang-hongkong {
    background-image: url(../images/lang/hongkong.svg);
}

.ico-lang-tw,
.ico-lang-taiwan {
    background-image: url(../images/lang/taiwan.png);
}

.ico-lang-jp,
.ico-lang-japan {
    background-image: url(../images/lang/japan.svg);
}

.ico-lang-kr,
.ico-lang-korea {
    background-image: url(../images/lang/korea.svg);
}

.ico-lang-kr-en,
.ico-lang-kr-english {
    background-image: url(../images/lang/english.svg);
}

.ico-lang-ma,
.ico-lang-malaysia {
    background-image: url(../images/lang/malaysia.svg);
}

.ico-lang-ph,
.ico-lang-philippines {
    background-image: url(../images/lang/philippines.svg);
}

.ico-lang-ru,
.ico-lang-russia {
    background-image: url(../images/lang/russia.svg);
}

.ico-lang-spain {
    background-image: url(../images/lang/spain.svg);
}

.ico-lang-id,
.ico-lang-indo {
    background-image: url(../images/lang/indo.svg);
}

.ico-lang-vn,
.ico-lang-vietname {
    background-image: url(../images/lang/vietnam.svg);
}

.ico-lang-pk,
.ico-lang-pakistan {
    background-image: url(../images/lang/pakistan.png);
}

.ico-lang-vn,
.ico-lang-veitname {
    background-image: url(../images/lang/vietnam.svg);
}

.ico-lang-mm,
.ico-lang-myanmar {
    background-image: url(../images/lang/myanmar.svg);
}

.ico-lang-sg,
.ico-lang-singapore {
    background-image: url(../images/lang/singapore.svg);
}

.ico-lang-lo,
.ico-lang-laos {
    background-image: url(../images/lang/laos.svg);
}

.ico-lang-brazil {
    background-image: url(../images/lang/brazil.svg);
}

.ico-lang-australia {
    background-image: url(../images/lang/australia.svg);
}

.ico-lang-canada {
    background-image: url(../images/lang/canada.svg);
}

.ico-lang-tamil {
    background-image: url(../images/lang/india.svg);
}

.icon-lang-left {
    padding: .2rem;
    border-radius: 100px;
    position: absolute;
    right: .05rem;
}

/* pop */
pop {
    z-index: 9999 !important;
}

pop-main {
    border-radius: 10px;
}

pop-title {}

pop-title h3 {
    color: var(--color);
}

pop-title a {
    color: var(--color);
}

pop-cont {
    max-height: 80vh;
    overflow: auto;
}

pop-solve {}

pop[pop="register"] pop-title,
pop[pop="login"] pop-title {
    border: 0;
}

pop[pop="edit-pop"] pop-main,
pop[pop="register"] pop-main,
pop[pop="login"] pop-main {
    max-width: 900px;
}

/*language*/
.language {}

.language-cont {
    padding: 30px;
}

.language-cont .btn {
    margin: auto;
    display: flex;
}

.language-cont ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.language-cont ul::-webkit-scrollbar {
    height: 6px;
}

.language-cont ul::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.language-cont ul li {
    padding: 10px;
}

.language-cont ul li a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    position: relative;
    box-shadow: 2px 2px 10px 0px #bcb2b2;
}

.language-cont ul li a i {
    background-color: var(--color);
    color: white;
    border-radius: 100%;
    right: -5px;
    top: -5px;
    position: absolute;
    display: none;
}

.language-cont ul li a.active i {
    display: block;
}

.msgnum {
    color: #fff;
    font-weight: 600;
    position: absolute;
    background: var(--color);
    border-radius: 50%;
    display: flex;
    width: .2rem;
    height: .2rem;
    align-items: center;
    left: 1.9rem;
    top: .01rem;
    border: 1px solid #fff;
    justify-content: center;
    font-size: .12rem;
}

/* btn */
.btn {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

.btn-yellow {
    background-color: var(--yellow);
    color: var(--333);
}

.btn-white {
    background-color: white;
    color: var(--333);
}

.btn-empty {
    border-width: 2px;
}

.btn-submit {
    width: 200px;
    margin: 30px 0;
}

/* head */
.head {
    background-color: var(--deep);
    z-index: 2;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.head u {
    flex: 1;
}

.head-top {
    border-bottom: 1px var(--fff-1) solid;
    position: relative;
    z-index: 1;
}

.head-top .main {
    display: flex;
}

.head-sns {
    display: flex;
}

.head-sns a {
    width: 40px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    color: var(--txt);
    text-align: center;
}

.head-sns a:hover {
    background-color: var(--block);
    color: white;
}

.head-other {
    display: flex;
    padding: 10px 0;
}

.head-other .btn {
    margin-right: 10px;
    height: 30px;
    font-weight: normal;
}

.head-cont {
    display: flex;
}

.head-cont a {
    /* width: 20%; */
}

.head-color hop-cont {
    top: 40px;
    /* height: calc(280px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; */
}

/* .head-color hop-cont a {
    display: flex;
    align-items: center;
} */

.head-color hop-cont a:hover {
    background-color: var(--eee);
}

/* .head-color hop-cont i {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
} */
hop[right] hop-cont {
    right: 1 !important;
}

hop-cont a {
    padding: 0 5px;
}

.state {
    line-height: 30px;
    color: var(--txt);
    text-transform: capitalize;
    display: flex;
}

.state b {
    color: var(--yellow);
    padding: 0 10px;
}

.hidden {
    display: none;
}

.state-login .btn-logout,
.state-login .btn-withdraw,
.state-login .btn-deposit {
    color: #fff;
}

.state-login.bonus-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.state-login.bonus-details a {
    width: 25%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .3s, -webkit-transform .3s;
    flex: calc(100% / 4);
    display: block;
    box-sizing: border-box;
    border: 1px #ffbe6b solid;
    border-radius: 0.15rem;
    text-align: center;
    align-items: center;
    height: 50px;
    color: #fff;
    line-height: 24px;
}

/* .state-login a {
    color: var(--color);
} */

.color {
    background-image: conic-gradient(at 50% 50%, var(--red) 0%, var(--orange) 25%, var(--green) 50%, var(--blue) 75%, var(--purple) 100%);
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.color:hover {
    transform: rotate(180deg);
}

.logo {
    height: 100%;
    width: 2rem;
}

/* menu */

menu-cont li {
    padding: 0 10px;
}

menu-cont li a {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
}

menu-cont li a:hover,
menu-cont li a.active {
    border-bottom-color: var(--color);
}

menu-cont li a:hover,
menu-cont li a {
    border-bottom: none !important;
    border-bottom-color: unset !important;
    margin: 0 !important;
}

/* light */
.light {
    max-width: 1920px;
    margin: auto;
    position: relative;
}

.light cite1 {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-image: url(../images/banner.svg);
    background-size: cover;
    background-position: center top;
}

.light .swiper-slide {
    height: 660px;
}

.light .swiper-button-next,
.light .swiper-button-prev {
    margin: 0 20px;
    color: white;
    border-radius: 5px;
    width: .5rem;
    height: .5rem
}

.light .swiper-button-next:hover,
.light .swiper-button-prev:hover {
    background-color: var(--color)
}

.light .swiper-button-next::before {
    content: '\e766';
}

.light .swiper-button-prev::before {
    content: '\e754';
}

.light-cont {
    height: 400px;
    background-size: cover;
}

/* recommend */
.recommend {
    overflow: hidden;
    margin-bottom: 50px;
}

.recommend a.app {
    width: 400px;
    height: 420px;
    float: left;
    margin: 10px;
    position: relative;
    overflow: hidden;
    display: block;
    background-size: cover;
    border-radius: 10px;
}

.slot-cont .list li .slot-list span a {
    display: block;
    margin: .1rem 0
}

.recommend .list li {
    width: 33.33%;
    float: left;
    padding: 10px;
    border: 0;
    transition-duration: 0s;
}

/*list*/
.list {}

/* .recommend .list li, */
.game-lobby .list li,
.tab-aspect .list li,
.slot-cont .list li {
    width: 25%;
    float: left;
    padding: 10px;
    border: 0;
    transition-duration: 0s;
}

.game-lobby .list li a,
.slot-cont .list li .slot-list,
.tab-aspect .list li a,
.recommend .list li a {
    height: 200px;
    position: relative;
    overflow: hidden;
    display: block;
    background-size: cover;
    border-radius: 15px;
}

.game-lobby .list li a span,
.slot-cont .list li .slot-list span,
.tab-aspect .list li a span,
.recommend .list li a span {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    border-radius: 15px;
    opacity: .95;
    transition-duration: .3s;
}

/* .slot-list span {
    z-index: 99 !important;
} */

.game-lobby .list li a span em,
.slot-cont .list li .slot-list span em,
.tab-aspect .list li a span em,
.recommend .list li a span em {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--yellow);
    display: inline-block;
}

.game-lobby .list li a span h5,
.slot-cont .list li .slot-list span h5,
.tab-aspect .list li a span h5,
.recommend .list li a span h5 {
    color: white;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.recommend.hidden-3g .list li a:hover span,
.game-lobby .list li a:hover span,
.slot-cont .list li .slot-list:hover span,
.tab-aspect .list li a:hover span {
    top: 0 !important;
}

.slot-cont .list li .slot-list cite,
.tab-aspect .list li a cite,
.recommend .list li a cite {
    background-image: url(../images/box.png);
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*corner*/
.corner {
    position: absolute;
    /* top: 0; */
    /* right: -2px; */
    /* border-radius: 0 0 0 50px; */
    background-color: var(--000-8);
    /* width: 50px; */
    /* height: 50px; */
    text-align: center;
    /* padding: 8px; */
    left: -31px;
}

.hot-corner {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 50px;
    background-color: var(--color);
    width: 50px;
    height: 50px;
    text-align: right;
    padding: 8px;
}

.hot-corner i,
.corner i {
    color: white;
}

/*fish*/
.fish {}

.fish-cont {
    overflow: hidden;
}

.fish-cont li {
    width: 25%;
    float: left;
    padding: 10px;
    transition-duration: 0s;
}

.fish-cont li a {
    display: block;
    position: relative;
}

.fish-cont li a em {
    width: 100%;
    height: 300px;
    display: block;
    transition-duration: .3s;
}

.fish-cont li a span {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: var(--block);
    border-radius: 10px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    opacity: .95;
    transition-duration: .3s;
}

.fish-cont li a:hover em {
    transform: translateY(-10px);
}

.fish-cont li a:hover span {
    background-color: var(--color);
}

/*casino*/
.casino {}

.casino .list li:first-child {
    width: 50%;
}

.cock .list li:nth-child(2) {
    width: 50%;
}

.cock .list li:nth-child(2) a {
    height: 420px;
}

.casino .list li:first-child a {
    height: 420px;
}

/*promosyon*/
.promosyon {}

.promosyon-cont {}

.promosyon-cont li {
    margin: 20px 0;
}

.promosyon-title {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.promosyon-title i {
    color: var(--color);
    font-size: 48px;
    margin: inherit;
}

.promosyon-title h5 {
    color: white;
    font-size: 20px;
    flex: 1;
    transition-duration: .3s;
}

.promosyon-title span {
    color: var(--txt);
}

.promosyon-txt {
    background-size: cover;
    display: flex;
    align-items: center;
    height: 200px;
    border-radius: 10px;
    padding: 0 50px;
}

.promosyon-txt h5 {
    color: var(--yellow);
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.promosyon-cont li a:hover .promosyon-title h5 {
    color: var(--color);
}

/* page */
page {
    padding: 50px 0;
}

page a,
page button,
page input {
    background-color: var(--block);
    color: white;
    border: 0;
}

page span {
    color: white;
}

/* notice */
.notice {
    background-color: var(--block);
    display: flex;
    border-radius: 5px;
    height: 50px;
    align-items: center;
    overflow: hidden;
    margin: 20px 0 50px;
}

.notice i {
    background-color: var(--color);
    height: 50px;
    line-height: 50px;
    color: white;
    width: 70px;
    border-radius: 0 25px 25px 0;
    margin-right: 20px;
}

.notice marquee,
.notice marquee a {
    color: white;
}

.notice a.more {
    color: var(--txt);
    font-size: 32px;
    width: 60px;
}

.notice a.more:hover {
    color: white;
}

/* foot */
.foot {
    background-image: url(../images/foot.png);
    background-size: cover;
    border-top: 1px var(--fff-1) solid;
    margin-top: 100px;
}

.foot-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px var(--fff-1) solid;
    flex-wrap: wrap;
}

.foot-link li {
    width: 8%;
    margin: 0.02rem .02rem;
    background: #ffffff0a;
    border-radius: .1rem;
}

.foot-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    flex-wrap: wrap;
}

.foot-link li a img {
    max-width: 90%;
    max-height: 90%;
}

.foot-link li a:hover {
    opacity: 1;
}

.foot-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px var(--fff-1) solid;
    padding: 40px 0;
    white-space: nowrap;
}

.foot-cont .affirm {
    color: #fff;
}
.depositfr.withdraw .err_div {
    margin-left: 198px !important;
}
@media (max-width: 640px) {
    [data-pages=""] {
        #wheel-panel,
        #rtp-panel-0 {
            display: block !important;
        }
    }
    body .depositfr.withdraw .err_div {
        margin-top: 2rem;
        margin-left: 0rem !important;
    }
    .center-tab a{
        white-space: nowrap;
    }
    .popup_maintenan_content{
        width: 98% !important;
    }
    .game-lobby .list li a span em {
        display: none !important;
    }

    .foot-link li {
        width: 18.99%;
        margin: 0.01rem .03rem;
    }

    .foot-link {
        gap: .05rem 0;
    }
}

.foot-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px var(--fff-1) solid;
    padding: 40px 0;
}

.foot-cont u {
    flex: 1;
}

.foot-cont h5 {
    text-transform: uppercase;
    color: white;
    margin-right: 20px;
}

.foot-cont span {
    color: white;
    background-color: var(--color);
    line-height: 40px;
    border-radius: 100px;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0 10px;
}

.foot-cont span i {
    margin-right: 10px;
}

.foot-cont .social-media {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--block);
    margin: 10px;
    border-radius: 10px;
    color: white;
    font-size: 30px;
    text-align: center;
    align-items: center;
}

.foot-cont .social-media:hover {
    background-color: var(--color);
}

.foot-cont .contact-more {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: .1rem;
}

.foot-copy {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.foot-copy p {
    color: var(--txt);
    flex: 1;
    text-transform: uppercase;
}

.foot-copy a {
    color: var(--txt);
}

.foot-copy a:hover {
    color: white;
}

.foot-logo {
    width: 160px;
    height: 60px;
    margin-right: 100px;
}

.foot-nav {
    color: white;
}

.foot-nav a {
    color: white;
    text-transform: uppercase;
    padding: 0 10px;
}

.foot-nav a:hover {
    color: var(--color);
}

/*aspect*/
.aspect {
    display: flex;
    margin-bottom: 50px;
}

.aspect .list {
    margin: 0 10px;
}

.aspect-marquee {
    width: 220px;
    height: 440px;
    background-color: var(--color);
    border-radius: 10px;
    padding: 10px;
}

.aspect-marquee marquee {
    height: 100%;
}

.aspect-marquee li {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.aspect-marquee li span {
    display: flex;
    text-transform: uppercase;
    align-items: center;
    margin: 5px 0;
}

.aspect-marquee li span h6 {
    font-weight: normal;
    text-transform: uppercase;
    flex: 1;
}

.aspect-marquee li span b {
    color: var(--tomato);
    font-weight: normal;
    flex: 1;
}

.aspect-marquee li span em {
    color: var(--ccc);
}

.aspect-marquee li span a {
    padding: 3px 10px;
    background-color: var(--color);
    color: white;
    border-radius: 3px;
}

/* tab */
tab {}

.tab-aspect {
    display: flex;
    flex: 1;
}

.tab-aspect tab-list {
    background-color: var(--color);
    width: 100px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
}

.tab-aspect tab-list li {
    width: 100%;
}

.tab-aspect tab-list li a {
    color: white;
    border-radius: 5px;
    padding: 10px 5px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-aspect tab-list li.active a {
    background-color: var(--yellow);
    color: var(--333);
}

.tab-aspect tab-list .more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    height: 60px;
    border-radius: 50px 50px 0 0;
    text-align: center;
    line-height: 70px;
    text-transform: uppercase;
    color: var(--color);
    font-weight: bold;
}

.tab-aspect tab-cont {
    flex: 1;
}

/*support*/
.support {
    background-color: var(--block);
    border-radius: 10px;
    display: flex;
    padding: 20px;
}

.support li {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
}

.support li em {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 3px var(--color) solid;
    color: var(--color);
    font-size: 48px;
    line-height: 84px;
}

.support li div {
    flex: 1;
    margin-left: 20px;
}

.support li h5 {
    color: white;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.support li p {
    color: var(--txt-yellow);
}

.support li:hover em {
    transform: rotate(360deg);
}

/*im*/
.im {
    position: fixed;
    right: 0;
    z-index: 3;
    padding: 0 10px;
    top: 50%;
    transform: translate(0%, -50%);
}

/* body[data-dir="855test"] {
    .im {
        top: 10%;
    }
} */

.im li {}

.fa-brands,
.fa-solid,
.fa {
    font-size: 20px;
}

.im li a {
    width: 50px;
    height: 50px;
    background-color: var(--color);
    display: flex;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.im li a i {
    color: white;
}

.im .top.btn {
    position: inherit;
    margin: 10px 0;
    padding: 0;
    opacity: 1 !important;
    background-color: var(--yellow);
    color: var(--333);
}

.im li a:hover {
    border-radius: 100%;
}

/*pot*/
.pot {
    background-color: var(--block);
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.pot em {
    background-color: var(--yellow);
    width: 80px;
    height: 100px;
    border-radius: 10px 50px 50px 10px;
    display: flex;
}

.pot h3 {
    color: var(--deep);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.pot h3 span {
    color: var(--yellow);
    font-size: 30px;
    margin-left: 20px;
}

.pot h4 {
    width: 780px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 40px;
    color: var(--color);
    background-image: url(../images/pot.svg);
}

.pot-cont {
    background-color: var(--yellow);
    padding: 11px 11px 11px 50px;
    border-radius: 50px 10px 10px 50px;
}

/*slot*/
.slot {
    display: flex;
    align-items: flex-start;
}

.slot-sider {
    width: 100px;
    background-color: var(--color);
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 10px 0 0;
}

.slot-sider h5 {
    width: 100%;
    height: 60px;
    line-height: 50px;
    border-radius: 0 0 50px 50px;
    background-color: white;
    color: var(--color);
    text-transform: uppercase;
}

.slot-sider ul {
    padding: 10px;
}

.slot-sider li {
    margin: 5px 0;
}

.slot-sider li a {
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    display: block;
    border-radius: 5px;
    font-weight: bold;
}

.slot-sider li a:hover,
.slot-sider li a.active {
    background-color: var(--yellow);
    color: var(--333);
}

.slot-cont {
    flex: 1;
}

.slot-cont .list li {
    width: 20%;
}

/*article*/
.article {}

.article-title {
    padding: 20px 0;
}

.article-title h3 {
    font-size: 20px;
    text-align: center;
    border-bottom-width: 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.article-title span {
    text-align: center;
    display: block;
}

article {}

article p {
    padding: 10px 0;
}

/* frame */
.main .center,
.subject {
    display: flex;
    /* align-items: flex-start; */

}

.contant {
    flex: 1;
    min-width: 0;
}

.item {}

/*sider*/
.sider {
    background-color: var(--block);
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.sider h3 {
    width: 100%;
    height: 60px;
    border-radius: 0 0 50px 50px;
    background-color: var(--yellow);
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
}

.sider-list {
    padding: 20px;
}

.sider-list li {
    margin: 5px 0;
}

.sider-list li a {
    color: white;
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 16px;
}

@media (max-width: 640px) {

    .banner.banner-lott,
    .banner.banner-kenolist {
        margin: 1rem 0;
        overflow: auto !important;
    }

    .main .center {
        margin-top: 0px;
    }

    table thead tr {
        background: #0a79fb;
        line-height: 30px !important;
        text-align: center;
    }

    .msgbox tbody tr {
        height: 35px;
        vertical-align: middle;
        line-height: 15px !important;
    }

    .table-overflow {
        overflow-x: auto !important;
        width: 100% !important;
    }

}

.sider-list li a i {
    margin: 0 10px 0 0;
}

.sider-list li a:hover,
.sider-list li a.active {
    background-color: var(--color);
}

/*info*/
.info {}

.info u {
    flex: 1;
}

.info-cont {
    display: flex;
    align-items: center;
    background-color: var(--color);
    border-radius: 10px;
    padding: 20px;
}

.info-cont em {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    border-width: 3px;
}

.info-cont h5 {
    color: white;
    text-transform: inherit;
    font-size: 20px;
}

.info-cont p {
    color: white;
}

.info-identification {
    margin: 0 20px;
}

.info-identification a {
    color: var(--yellow);
    background-color: var(--000-2);
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    margin: 5px;
}

.info-identification a:hover {
    transform: rotate(360deg);
}

.info-col {}

.info-col a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--color);
    background-color: white;
    border-radius: 10px;
    margin: 2px;
    position: relative;
}

.info-col a:last-child {
    background-color: var(--333);
    color: white;
}

.info-col a cite {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--yellow);
}

.info-col a:hover {
    border-radius: 100%;
}

.info-bet {
    background-color: var(--yellow);
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
}

.info-bet span {
    font-weight: bold;
    white-space: nowrap;
    padding: 0 20px;
}

.info-bet input {
    text-align: right;
    padding-right: 50px;
    color: var(--red);
    font-weight: bold;
    font-size: 20px;
}

.info-bet o {
    color: var(--333);
}

/* title */
.title {
    text-align: left;
    margin: 10px 0;
}

.center-title h3,
.title h3 {
    color: white;
    font-size: 24px;
}

.title h5 {
    color: white;
}

/*simple*/
.simple {
    color: white;
}

.simple u {
    flex: 1;
}

.simple li {
    display: flex;
    align-items: center;
    border-bottom: 1px var(--fff-1) solid;
    padding: 10px 0;
    font-size: 16px;
}

.simple li span {
    color: var(--txt-yellow);
    text-transform: capitalize;
}

.simple li {
    color: var(--txt-yellow);
}

.simple li .avatar {
    width: 60px;
    height: 60px;
}

.simple li b {
    color: var(--yellow);
}

/*sns*/
.sns {
    display: flex;
    justify-content: space-between;
}

/* .sns li {
    flex: 1;
    padding: 10px;
} */

.sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: .2rem;
    border-radius: 10px;
}

.sns li a i {
    margin: 0 10px 0 0;
    font-size: 40px;
}

.sns li a h6 {
    font-size: 16px;
}

.sns li a:hover i {
    transform: rotate(360deg);
}

/* form */
.form {}

.form li {
    color: var(--txt);
    font-size: 16px;
}

.form li .input,
.form li select,
.form li input {
    background-color: var(--block);
    border-radius: 5px;
    color: white;
}

.form li span:first-child {
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form li select {}

.form li .code {}

.form li button {}

.colent {
    width: 100%;
    padding: 10px 0;
}

.colent a {
    margin: 0 5px;
    transition-duration: 0s;
}

/*tip*/
.tip {
    background-color: var(--txt);
    border-radius: 10px;
    padding: 20px;
    color: var(--txt-yellow);
    line-height: 180%;
    margin: 40px 0;
}

.tip h6 {
    padding: 10px 0;
    color: white;
}

/* table */
.center-table table,
.table table {
    background-color: transparent;
}

.center-table table th,
.center-table table td,
.center-table table tbody tr:nth-child(2n) th,
.center-table table tbody tr:nth-child(2n) td,
.table table th,
.table table td,
.table table tbody tr:nth-child(2n) th,
.table table tbody tr:nth-child(2n) td {
    color: white;
    background-color: transparent;
}

.center-table table tbody tr:nth-child(2n),
.table table tbody tr:nth-child(2n) {
    background-color: var(--txt);
}

.center-table table thead th,
.center-table table thead td,
.table table thead th,
.table table thead td {
    background-color: var(--color) !important;
    border: 0;
}

.center-table table tbody tr:hover,
.table table tbody tr:hover {
    background-color: var(--txt);
}

/*empty*/
empty {}

empty em {
    width: 200px;
    display: block;
    margin: 20px auto;
}

empty h3 {
    color: var(--block);
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}

/*login*/
.login {}

.login-cont {
    display: flex;
    align-items: center;
    padding: 0 20px 20px;
}

.login-form {
    flex: 1;
    margin-right: 50px;
}

.login-form h3 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 26px;
    color: var(--color);
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.login-form h3 b {
    padding: 0 5px;
}

.login-form h3 i {
    font-size: 40px;
    margin: inherit;
}

.login-form li {
    display: flex;
    align-items: center;
    position: relative;
}

.login-form li i {
    margin: inherit;
    position: absolute;
    left: 0;
    margin: 0 20px;
    color: var(--txt);
}

.err_div {
    color: var(--color);
}

.regi-code {
    position: absolute;
    font-size: .2rem;
    font-weight: 600;
    color: #fff;
}

.login-form li select,
.login-form li input {
    border-width: 1px;
    background-color: transparent;
    padding-left: 50px;
    color: var(--333);
}

.login-form li select:focus,
.login-form li input:focus,
.login-form li select:hover,
.login-form li input:hover {
    border-color: var(--color)
}

.login-form li .input {
    background-color: transparent;
}

.login-form .btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-form .code img {
    border-radius: 5px;
}

.login-form a.forgot:hover {
    color: var(--color);
}

.login-tip {
    text-align: center;
    padding: 50px;
}

.login-tip em {
    width: 180px;
    display: block;
    margin: auto;
}

.login-tip b {
    font-size: 16px;
    color: var(--txt);
    display: block;
    padding: 10px 0 30px;
}

.login-tip a {
    display: inline-block;
}

/*factor*/
.factor {
    overflow: hidden;
}

.factor li {
    padding: 10px;
    float: left;
    width: 16.66%;
}

.factor li a {
    background-color: var(--block);
    border-radius: 5px;
    display: block;
    line-height: 50px;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.factor li a:hover,
.factor li a.active {
    background-color: var(--color);
}

/*referral*/
.referral {
    background-color: var(--color);
    border-radius: 10px;
    padding: 20px;
    display: flex;
}

.referral-cont {
    flex: 1;
    margin: 0 10px;
}

.referral-cont h6 {
    color: white;
    margin-bottom: 10px;
}

.referral-address {
    display: flex;
}

.referral-address input {
    background-color: white;
    flex: 1;
    border-radius: 5px;
    font-size: 18px;
}

.referral-address a {
    margin-left: 20px;
}

.referral-address a i {}

/*fold*/
fold {}

fold-title {
    border-color: var(--fff-1);
    border-radius: 10px 10px 0 0;
}

fold-title {}

fold-title i {
    color: var(--color);
}

fold-title h3,
fold-title h5 {
    color: white;
}

fold-title span {
    color: var(--txt);
    padding: 0 20px;
}

fold-title s {
    color: white;
}

fold-group.active fold-title {
    background-color: var(--color);
}

fold-group.active fold-title i,
fold-group.active fold-title span {
    color: white;
}

fold-cont {
    color: var(--txt);
    background-color: var(--block);
    border-radius: 0 0 10px 10px;
}

/*vip*/
.vip {}

.vip-cont {
    padding: 50px 0;
}

.vip-rade {}

.vip-rade em {
    display: block;
    text-align: center;
    color: white;
}

.vip-rade h3 {
    text-align: center;
    padding: 20px 0;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--yellow);
    text-shadow: 5px 5px 10px var(--yellow);
}

.vip-rade progress {
    width: 100%;
}

.vip-lv {
    position: relative;
    height: 100px;
}

.vip-lv li {
    position: absolute;
    top: 10px;
    box-shadow: 0 5px 10px var(--000-1);
    background-color: var(--block);
    border-radius: 10px;
    padding: 10px;
    color: white;
}

.vip-lv li corner {
    border-width: 0 10px 10px 10px;
    border-bottom-color: var(--block);
    top: -10px;
}

.vip-lv li h5 {
    text-transform: uppercase;
    color: var(--color);
}

.vip-lv li.lv1 {
    left: 0%;
}

.vip-lv li.lv2 {
    left: 20%;
}

.vip-lv li.lv3 {
    left: 40%;
}

.vip-lv li.lv4 {
    left: 60%;
}

.vip-lv li.lv5 {
    left: 80%;
}

.vip-upgrade {
    display: flex;
}

.vip-card {}

.vip-buy {
    flex: 1;
}

.vip-buy li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.vip-buy li span {
    text-transform: capitalize;
    color: white;
}

.vip-buy u {
    flex: 1;
}

.vip-buy b {
    padding: 10px 20px;
    border: 2px solid;
    color: var(--yellow);
    text-transform: uppercase;
}

.vip-list {}

.vip-list h4 {
    text-align: center;
    padding: 30px 0;
    font-size: 26px;
    text-transform: uppercase;
    color: var(--yellow);
}

.vip-list td {
    width: 15%;
}

.vip-info {
    padding: 30px 0;
}

/*sign*/
.sign {}

.sign-bet {
    display: flex;
    margin: 20px 0;
}

.sign-bet li {
    display: flex;
    align-items: center;
    flex: 1;
    background-color: var(--block);
    padding: 40px 20px;
    border-radius: 10px;
}

.sign-bet li h6 {
    flex: 1;
    color: white;
}

.sign-bet li b {
    color: white;
    font-size: 24px;
}

.sign-bet li:first-child {
    margin-right: 20px;
    background-color: var(--color);
}

.sign-bet li:first-child b {
    color: var(--yellow);
}

.sign-list {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.sign-list li {
    flex: 1;
    background-color: var(--block);
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
}

.sign-list li:not(:last-child) {
    margin-right: 20px;
}

.sign-list h6 {
    color: white;
    text-transform: uppercase;
}

.sign-list i {
    width: 100%;
    height: 70px;
    display: block;
    margin: 10px 0;
}

.sign-list li:nth-child(1) i {
    background-image: url(../images/sign/1.png);
}

.sign-list li:nth-child(2) i {
    background-image: url(../images/sign/2.png);
}

.sign-list li:nth-child(3) i {
    background-image: url(../images/sign/3.png);
}

.sign-list li:nth-child(4) i {
    background-image: url(../images/sign/4.png);
}

.sign-list li:nth-child(5) i {
    background-image: url(../images/sign/5.png);
}

.sign-list li:nth-child(6) i {
    background-image: url(../images/sign/6.png);
}

.sign-list li:nth-child(7) i {
    background-image: url(../images/sign/7.png);
}

.sign-list a {
    height: 40px;
    padding: 0 10px;
    font-weight: normal;
}

.sign-list a.timeout,
.sign-list a.done {
    background-color: var(--deep);
    color: var(--txt);
}

.sign-list a.wait {
    background-color: var(--txt);
    color: var(--deep);
}

/*prize*/
.prize {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.prize li:first-child {
    grid-column: span 2;
}

.prize li a {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 10px;
    background-size: cover;
    background-position: right center;
}

.prize li a i {
    margin: auto 20px;
    color: white;
    font-size: 36px;
}

.prize li a h5 {
    color: white;
    font-size: 24px;
}

space {
    display: none;
}

/* red */
.red {
    --color: #FF0000;
}

/* green */
.green {
    --color: #008000;
}

/* blue */
.blue {
    --color: #0000FF;
}

/* sapphire */
.sapphire {
    --color: #0F52BA;
}

/* orange */
.orange {
    --color: #FFA500;
}

/* cyan */
.cyan {
    --color: #00FFFF;
}

/* deep */
.deep {
    --color: #003366;
}

/* yellow */
.yellow {
    --color: #FFFF00;
}

/* violet */
.violet {
    --color: #8F00FF;
}

/* black */
.black {
    --color: #000000;
}

/* sharp-blue */
.sharp-blue {
    --color: #0051FF;
}

/* oragegradien */
.oragegradien {
    --color: #FF8C00;
}

/* sharpcyan */
.sharpcyan {
    --color: #00E5EE;
}

/* sharpred */
.sharpred {
    --color: #FF2400;
}

/* sharpgreen */
.sharpgreen {
    --color: #00A550;
}

/* sharpblack */
.sharpblack {
    --color: #222222;
}

.recommend .app {
    position: relative;
}

.recommend .ios_qr_app {
    position: absolute;
    bottom: 190px;
    right: 40px;
}

.recommend .ios_qr_app #ios_qr_app canvas {
    width: 155px !important;
}

.recommend .android_qr_app {
    position: absolute;
    bottom: 10px;
    right: 40px;
}

.recommend .app .ios_qr_app img,
.recommend .app .android_qr_app img {
    width: 110px;
    border-radius: 5px;
}

.list-container.list-2v2 {
    width: 220px;
    height: 440px;
    background-color: var(--color);
    border-radius: 10px;
    padding: 10px;
}

.list-2v2 .win-list {
    height: 86px;
}

.list-2v2 li {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0;
    width: 200px;
    height: 79px;
}

.list-2v2 li span {
    display: flex;
    text-transform: uppercase;
    align-items: center;
    margin: 5px 0;
}

.list-2v2 .win-list li span h6 {
    font-weight: normal;
    text-transform: uppercase;
    flex: 1;
}

.list-2v2 .win-list li span b {
    color: var(--tomato);
    font-weight: normal;
    flex: 1;
}

.list-2v2 .win-list li span a {
    padding: 3px 10px;
    background-color: var(--color);
    color: white;
    border-radius: 3px;
}

.navigation-logout {
    margin: .1rem;
    display: none;
}

.message-box {
    display: none;
    padding-top: 20px;
}

.message-box span {
    display: none;
}

.badge-message {
    display: none;
}

.responsive-hidden {
    display: none;
}

.hidden-pc {
    display: none;
}

.hidden-3g {
    display: block;
}

.rewards {
    width: 100% !important;
    max-width: 1400px !important;
}

@media(max-width:640px) {
    .responsive-hidden {
        display: block;
    }

    menu-cont li a:hover,
    menu-cont li a.active {
        background: var(--color);
    }

    .login-form li select,
    .login-form li input {
        padding-left: .55rem;
    }

    .game-list {
        display: none !important;
    }

    .game-3g-hidden {
        display: none;
    }

    .light {
        margin-top: .8rem;
        max-width: 1920px;
        position: relative;
    }

    .sticky-header {
        background-color: var(--deep);
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    }

    .hidden-pc {
        display: block;
    }

    .hidden-3g x.ico {
        display: none;
    }

    .recommend.hidden-3g {
        display: none;
    }

    .recommendmob {
        display: none;
    }

    /* basic */
    .avatar {
        border: .02rem white solid;
    }

    .fa,
    .fa-solid,
    .fa-brands {
        font-size: .36rem;
    }

    /* pop */
    pop-main {
        border-radius: .1rem;
    }

    /*language*/
    .language-cont {
        padding: .2rem;
    }

    .language-cont .btn {
        width: 100%;
    }

    .language-cont ul {
        display: block;
        margin-bottom: .3rem;
        text-align: center;
        white-space: unset;

    }

    .language-cont ul li {
        /* padding: .2rem; */
        display: inline-block;
        width: 60px;
        box-shadow: 0 0px 10px var(--color), 0 0px 6px var(--color);
        height: 60px;
        margin: .1rem;
        border-radius: 10px;
    }

    .banner.banner-register {
        padding: 0.1rem;
    }

    .banner.banner-register .register.affiliate .register-main {
        width: 100% !important;
    }

    .banner.banner-register .register.affiliate {
        overflow: auto !important;
    }

    .language-cont ul li a {
        width: .6rem;
        height: .6rem;
    }

    .language-cont ul li a i {
        right: -.05rem;
        top: -.05rem;
    }

    /* btn */
    .btn {
        border-radius: .1rem;
    }

    .btn-submit {
        width: 100%;
        margin: .3rem 0;
    }

    /* head */
    .head-sns {
        display: none;
    }

    .head-other {
        display: none;
        padding: .1rem 0;
    }

    .head-other a.btn {
        margin: 0 .05rem;
        height: .4rem;
        /* padding-right: .2rem; */
        font-size: .16rem;
    }

    .head-other a.btn .ico {
        margin: 0 .1rem 0 0;
    }

    .head-cont {
        display: flex;
    }

    .head-color hop-cont {
        top: .5rem;
    }

    .head-color hop-cont i {
        width: .5rem;
        height: .5rem;
    }

    .state {
        line-height: .4rem;
    }

    .state b {
        padding: 0 .1rem;
    }

    .color {
        width: .4rem;
        height: .4rem;
        min-width: .4rem;
    }

    .logo {
        height: .8rem;
        /* width: 1.4rem; */
        margin: 0 .1rem;
    }

    /* menu */
    menu x {
        color: var(--color);
    }

    menu-cont li {
        padding: 0;
    }

    menu-cont li a {
        /* line-height: .8rem; */
        font-size: .22rem;
    }

    /* light */
    .light cite1 {
        height: .5rem;
    }

    .light .swiper-slide {
        height: 2.5rem;
    }

    .light .swiper-button-next,
    .light .swiper-button-prev {
        display: none;
    }

    .light-cont {
        height: 1.7rem;
    }

    .popup_banner .popup_content {
        width: 90%;
    }

    /* recommend */
    .recommend {
        margin-bottom: .5rem;
    }

    .recommend a.app {
        width: 100%;
        height: 6.6rem;
        float: none;
        margin: 0;
        border-radius: .1rem;
        display: none;
    }

    .game-lobby .list li,
    .recommend .list li {
        width: 100%;
        margin-bottom: .55rem;
    }

    .game-lobby .list li a,
    .recommend .list li a {
        height: 1.5rem !important;
        position: unset !important;
    }

    .game-lobby .list li a span,
    .recommend .list li a span {
        top: 1.55rem !important;
        border-radius: .1rem !important;
    }

    /*list*/
    .list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: .1rem;
    }

    .slot-cont .list {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .list li {
        width: 100% !important;
        padding: 0 !important;
    }

    .game-lobby .list li a,
    .slot-cont .list li .slot-list,
    .tab-aspect .list li a,
    .recommend .list li a {
        height: 2.2rem;
        border-radius: .15rem;
    }

    .game-lobby .list li a span,
    .slot-cont .list li .slot-list span,
    .tab-aspect .list li a span,
    .recommend .list li a span {
        /* top: 0; */
        bottom: 0;
        height: 0.5rem;
        border-radius: .15rem .15rem 0 0;
        opacity: .9;
    }

    .game-lobby .list li a span h5,
    .slot-cont .list li .slot-list span h5,
    .tab-aspect .list li a span h5,
    .recommend .list li a span h5 {
        padding: 0;
        font-size: .18rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .list li a:hover {
        top: 0 !important;
    }

    /*corner*/
    .hot-corner {
        border-radius: 0 0 0 .5rem;
        width: .6rem;
        height: .6rem;
        padding: .06rem;
    }

    /*fish*/
    .fish-cont li {
        width: 50%;
        padding: .05rem;
    }

    .fish-cont li a em {
        height: 3rem;
    }

    .fish-cont li a span {
        border-radius: .1rem;
        font-size: .18rem;
        padding: .1rem;
    }

    .fish-cont li a:hover em {
        transform: translateY(0);
    }

    /*casino*/
    .casino .list li:first-child {
        width: 100%;
    }

    .casino .list li:first-child a {
        height: 2.2rem;
    }

    .cock .list li:nth-child(2) {
        width: 100%;
    }

    .cock .list li:nth-child(2) a {
        height: 2.2rem;
    }

    /*promosyon*/
    .promosyon-cont li {
        margin: .2rem 0;
    }

    .promosyon-title {
        padding: .1rem 0;
    }

    .promosyon-title i {
        font-size: .5rem;
    }

    .promosyon-title h5 {
        font-size: .2rem;
    }

    .promosyon-txt {
        height: 1.4rem;
        border-radius: .1rem;
        padding: 0 1rem 0 .2rem;
    }

    .promosyon-txt h5 {
        font-size: .22rem;
        white-space: inherit;
    }

    /* page */
    page {
        padding: .5rem 0;
    }

    /* notice */
    .notice {
        border-radius: .05rem;
        height: .6rem;
        margin: 0 0 .3rem;
    }

    .notice i {
        height: .6rem;
        line-height: .6rem;
        width: .7rem;
        border-radius: 0 .3rem .3rem 0;
        margin-right: .2rem;
    }

    .notice a.more {
        font-size: .3rem;
        width: .7rem;
    }

    /* foot */
    .foot {
        margin-top: 0rem;
    }

    .foot-link {
        padding: .3rem 0;
    }

    .foot-link li a {
        height: .7rem;
    }

    .foot-cont {
        display: block;
        padding: .4rem 0;
    }

    .foot-cont h5 {
        margin: .2rem 0;
    }

    .foot-cont span {
        line-height: .5rem;
        border-radius: 1rem;
        padding: 0 .2rem;
        margin: .1rem;
        display: block;
    }

    .foot-cont span i {
        margin-right: .1rem;
    }

    .foot-cont .social-media {
        width: .6rem;
        height: .6rem;
        line-height: .6rem;
        margin: .05rem;
        border-radius: .1rem;
        font-size: .4rem;
    }

    .foot-copy {
        padding: .2rem 0;
        display: block;
    }

    .foot-logo {
        width: 1.6rem;
        height: .5rem;
        margin-right: 1rem;
    }

    .foot-nav {
        margin-top: .2rem;
    }

    .foot-nav a {
        padding: 0 .1rem;
        line-height: .5rem;
    }

    /*aspect*/
    .aspect {
        display: block;
        margin-bottom: .2rem;
        display: none;
    }

    .aspect .list {
        margin: 0 0 0 .1rem;
    }

    .aspect-marquee {
        width: 100%;
        height: 4rem;
        border-radius: .1rem;
        padding: .1rem;
        margin: .2rem 0;
    }

    .aspect-marquee li {
        border-radius: .1rem;
        padding: .1rem;
        margin: .1rem 0;
    }

    .aspect-marquee li span {
        margin: .05rem 0;
    }

    .aspect-marquee li span a {
        padding: .05rem .1rem;
        border-radius: .1rem;
    }

    .list-container.list-2v2 {
        width: 100%;
        margin: .1rem 0;
    }

    .list-2v2 li {
        width: 100%;
    }

    /* tab */
    .tab-aspect tab-list {
        width: 1rem;
        border-radius: .1rem;
        padding: .1rem;
        margin: 0;
    }

    .tab-aspect tab-list li a {
        border-radius: .05rem;
        padding: .1rem .05rem;
    }

    .tab-aspect tab-list .more {
        height: .6rem;
        border-radius: .5rem .5rem 0 0;
        line-height: .7rem;
    }

    /*support*/
    .support {
        border-radius: .1rem;
        padding: 0;
    }

    .support li {
        padding: .2rem;
        display: block;
        text-align: center;
        min-width: 0;
    }

    .support li em {
        width: 0.5rem;
        height: 0.5rem;
        font-size: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .support li div {
        margin: 0;
    }

    .support li h5 {
        font-size: 9px;
        padding: 0.1rem 0;
        word-break: break-all;
    }

    /*im*/
    .im {
        padding: 0 .1rem;
    }

    .im li a {
        width: .7rem;
        height: .7rem;
        margin: .1rem 0;
        border-radius: .05rem;
    }

    .im .top.btn {
        margin: .1rem 0;
    }

    /*pot*/
    .pot {
        padding: .1rem 0;
        border-radius: .1rem;
        margin-bottom: .3rem;
    }

    .pot em {
        width: .6rem;
        height: 1rem;
        border-radius: .1rem .5rem .5rem .1rem;
    }

    .pot h3 {
        display: block;
        text-align: center;
        padding: 0 .2rem;
        flex: none
    }

    .pot h3 span {
        font-size: .3rem;
        margin: 0;
        display: block;
    }

    .pot h4 {
        width: 100%;
        height: .8rem;
        line-height: .8rem;
        font-size: .36rem;
        background-size: cover;
        border-radius: .1rem;
    }

    .pot-cont {
        padding: .1rem .1rem .1rem .5rem;
        border-radius: .5rem .1rem .1rem .5rem;
        flex: 1;
    }

    /*slot*/
    .slot-sider {
        width: 1rem;
        border-radius: .1rem;
        margin: 0 .1rem 0 0;
    }

    .slot-sider h5 {
        height: .6rem;
        line-height: .5rem;
        border-radius: 0 0 .5rem .5rem;
        font-size: .2rem;
    }

    .slot-sider ul {
        padding: .1rem;
    }

    .slot-sider li {
        margin: .05rem 0;
    }

    .slot-sider li a {
        padding: .1rem;
        border-radius: .05rem;
    }

    .slot-cont .list li {
        width: 100%;
    }

    /*article*/
    .article-title {
        padding: .1rem 0;
    }

    .article-title h3 {
        font-size: .24rem;
        padding-bottom: .2rem;
        margin-bottom: .2rem;
    }

    article p {
        padding: .1rem 0;
    }

    /*sider*/
    .sider {
        display: none;
        width: 100%;
    }

    .main .center,
    .subject {
        display: block;
    }

    .sider.only-mob {
        display: block;
        width: 100%;
        margin: .2rem 0 0;
    }

    .sider-list {
        padding: 0 .1rem
    }

    .sider-list li {
        padding: .1rem 0;
    }

    .sider-list li:not(:last-child) {
        border-bottom: 1px var(--fff-1) solid;
    }

    /*info*/
    .info-cont {
        border-radius: .1rem;
        padding: .2rem;
    }

    .info-cont em {
        width: 1rem;
        height: 1rem;
        margin-right: .1rem;
    }

    .info-cont h5 {
        font-size: .24rem;
    }

    .info-identification {
        margin: 0 .1rem;
    }

    .info-identification a {
        width: .5rem;
        height: .5rem;
        line-height: .5rem;
        margin: .05rem;
    }

    .info-col {
        width: 1.4rem;
    }

    .info-col a {
        width: .6rem;
        height: .6rem;
        line-height: .6rem;
        border-radius: .1rem;
        margin: .02rem;
    }

    .info-col a cite {
        width: .2rem;
        height: .2rem;
        top: -.05rem;
        right: -.05rem;
    }

    .info-bet {
        border-radius: 0 0 .1rem .1rem;
        width: 95%;
    }

    .info-bet span {
        padding: 0 .2rem;
    }

    .info-bet input {
        padding-right: .5rem;
        font-size: .2rem;
    }

    /* title */
    .title {
        margin: .3rem 0;
    }

    .center-title h3,
    .title h3 {
        font-size: .24rem;
    }

    /*simple*/
    .simple li {
        padding: .15rem 0;
        font-size: .2rem;
    }

    .simple li .avatar {
        width: .7rem;
        height: .7rem;
    }

    /*sns*/
    .sns {
        display: block;
        overflow: hidden;
    }

    .sns li {
        padding: .05rem;
        width: 50%;
        float: left;
    }

    .sns li a {
        padding: .2rem;
        border-radius: .1rem;
    }

    .sns li a i {
        margin: 0 .1rem 0 0;
        font-size: .4rem;
    }

    .sns li a h6 {
        font-size: .2rem;
    }

    /* form */
    .form {}

    .form li {
        font-size: .18rem;
        border-bottom: 0;
    }

    .form li .input,
    .form li select,
    .form li input {
        border-radius: .05rem;
    }

    .form li span:first-child {
        width: 2rem;
    }

    .colent {
        padding: .1rem 0;
    }

    .colent a {
        margin: 0 .05rem;
        padding: 0 .05rem;
        line-height: 100%;
    }

    /*tip*/
    .tip {
        border-radius: .1rem;
        padding: .2rem;
        margin: .3rem 0;
    }

    .tip h6 {
        padding: .1rem 0;
    }



    /*empty*/
    empty em {
        width: 2rem;
        margin: .2rem auto;
    }

    empty h3 {
        font-size: .3rem;
    }

    /*login*/
    .login-cont {
        padding: 0 .1rem .1rem;
    }

    .login-form {
        margin: 0;
    }

    .login-form h3 {
        font-size: .3rem;
        padding-bottom: .3rem;
    }

    .login-form h3 b {
        padding: 0 .1rem;
    }

    .login-form h3 i {
        font-size: .48rem;
    }

    .login-form li i {
        margin: 0 .1rem;
    }

    .login-form li input {
        padding-left: .55rem;
    }

    .login-form .btn {
        margin: .2rem 0;
    }

    .login-form .code {
        margin-left: .2rem;
    }

    .login-form .code img {
        border-radius: .1rem;
    }

    .login-tip {
        display: none;
    }

    /*factor*/
    .factor li {
        padding: .05rem;
        width: 20%;
    }

    .factor li a {
        border-radius: .1rem;
        line-height: .6rem;
        font-size: .2rem;
    }

    /*referral*/
    .referral {
        border-radius: .1rem;
        padding: .2rem;
        display: block;
    }

    .referral-cont {
        margin: .1rem 0;
    }

    .referral-cont h6 {
        margin-bottom: .1rem;
    }

    .referral-address input {
        border-radius: .1rem;
        font-size: .2rem;
    }

    .referral-address a {
        margin-left: .1rem;
        height: .7rem;
    }

    /*fold*/
    fold-title {
        border-radius: .1rem .1rem 0 0;
    }

    fold-title h5 {
        font-size: .18rem;
    }

    fold-title span {
        padding: 0 .1rem;
        white-space: nowrap;
    }

    fold-cont {
        border-radius: 0 0 .1rem .1rem;
    }

    /*vip*/
    .vip-cont {
        padding: .3rem 0;
    }

    .vip-rade h3 {
        padding: .2rem 0;
        font-size: .4rem;
        text-shadow: .05rem .05rem .1rem var(--yellow);
    }

    .vip-lv {
        display: none;
    }

    .vip-buy li {
        margin: .2rem 0;
    }

    .vip-buy b {
        padding: .1rem .2rem;
    }

    .vip-list h4 {
        padding: .3rem 0;
        font-size: .3rem;
    }

    .vip-info {
        padding: .3rem 0;
    }

    /*sign*/
    .sign-bet {
        margin: .2rem 0;
    }

    .sign-bet li {
        padding: .4rem .2rem;
        border-radius: .1rem;
    }

    .sign-bet li b {
        font-size: .3rem;
    }

    .sign-bet li:first-child {
        margin-right: .1rem;
    }

    .sign-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: .1rem;
        margin: .2rem 0;
    }

    .sign-list li {
        border-radius: .1rem;
        padding: .2rem .1rem;
    }

    .sign-list li:last-child {
        grid-column: span 3;
    }

    .sign-list li:not(:last-child) {
        margin-right: 0;
    }

    .sign-list i {
        height: .7rem;
        margin: .1rem 0;
    }

    .sign-list a {
        height: .5rem;
        padding: 0 .1rem;
    }

    /*prize*/
    .prize {
        grid-gap: .1rem;
    }

    .prize li a {
        height: 1.5rem;
        padding: 0 .1rem;
        border-radius: .1rem;
    }

    .prize li a i {
        margin: auto .2rem;
        font-size: .36rem;
    }

    .prize li a h5 {
        font-size: .24rem;
    }

    /* nav */
    nav li {
        background-size: cover;
        position: relative;
    }

    nav li cite {
        background-image: url(../images/bar.svg);
        width: 1.7rem;
        height: .78rem;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: none;
    }

    nav li.active {
        width: 1.7rem;
        flex: none;
    }

    nav li.active cite {
        display: block;
    }

    nav li.active a {
        background-color: var(--color);
        width: 1rem;
        margin: .1rem auto;
        border-radius: 1rem;
        color: white;
    }

    nav li.active a span {
        display: none;
    }

    space {
        display: block;
    }

    /*recommendmob*/
    /* .recommend{
        display: none;
    } */
    .recommendmob {
        overflow: hidden;
    }

    .recommendmob li {
        width: 50%;
        float: left;
        padding: 0 .05rem;
        margin-bottom: .1rem;
    }

    .recommendmob li:first-child,
    .recommendmob li:last-child {
        width: 100%;
    }

    .recommendmob li a {
        border-radius: .1rem;
        overflow: hidden;
        display: block;
    }

    header .header-wrapper .logo-wrapper {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    menu x.ico {
        color: white;
        position: absolute;
        left: 0;
        top: 0;
    }
}

.navigation-logout {
    margin: .1rem;
    display: block;
}

.btn .ico:last-child {
    margin-right: 0 !important;
}

.message-box {
    display: block;
    padding-top: 20px;
}

.header-right-msg-box {
    position: absolute;
    top: .2rem;
    right: .15rem;
}

.msg-box-container i {
    color: #fff;
}

.badge-message {
    display: flex;
    position: absolute;
    top: -.1rem;
    left: .2rem;
    color: #fff;
    background-color: #dc3545;
    padding: .5em;
    height: .3rem;
    width: .3rem;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    justify-content: center;
    align-items: center;
}

/* Tab Wrappper */
.tab-container {
    background-color: #010022;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 5px;
    height: 67px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: .1rem;
}

.tab-container .tab {
    display: inline-block;
    color: #ffff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.tab.active .ht-casino {
    /* // background-color: #007BFF; */
    background-image: url(../images/home/casino-active.png);
}

.tab.active .ht-sport {
    /* // background-color: #007BFF; */
    background-image: url(../images/home/sports-active.png);
}

.tab.active .ht-slot {
    background-image: url(../images/home/slots-active.png);
}

.tab.active .ht-arcade {
    background-image: url(../images/home/arcade-active.png);
}

.tab.active .ht-crash {
    background-image: url(../images/home/crash-active.png);
}

.tab.active .ht-cockfight {
    background-image: url(../images/home/cockfight-active.png);
}

.tab.active .ht-lottery {
    background-image: url(../images/home/lottery-active.png);
}

.tab.active .ht-number {
    background-image: url(../images/home/number-active.png);
}

.tab.active .ht-poker {
    background-image: url(../images/home/poker-active.png);
}

.tab.active span {
    color: gold
}

;

.content {
    padding: 20px;
    z-index: 0 !important;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-container li div {
    display: flex;
    flex-direction: column;

}

.tab-container div i {
    margin-bottom: 7px;
    height: .4rem;
}

.ht-casino {
    background-image: url(../images/home/casino.png);
}

.ht-sport {
    background-image: url(../images/home/sports.png);
}

.ht-slot {
    background-image: url(../images/home/slots.png);
}

.ht-arcade {
    background-image: url(../images/home/arcade.png);
}

.ht-crash {
    background-image: url(../images/home/crash.png);
}

.ht-cockfight {
    background-image: url(../images/home/cockfight.png);
}

.ht-lottery {
    background-image: url(../images/home/lottery.png);
}

.ht-number {
    background-image: url(../images/home/number.png);
}

.ht-poker {
    background-image: url(../images/home/poker.png);
}

.content {
    z-index: 0 !important;
}

.slot-cont .slots-nav .slot-nav-title {
    width: 100%;
    height: 60px;
    background: none;
}

.slot-cont .slots-nav .slot-nav-title a {
    padding: 0 5px;
    line-height: 40px;
    display: block;
    float: left;
    margin: 10px 5px 0 0;
    font-weight: bold;
    color: #fff;
}

.slot-cont .slots-nav .slot-nav-title a:hover,
.slot-cont .slots-nav .slot-nav-title a.active {
    color: var(--txt-yellow);
}

.slot-cont .slot_search_box {
    position: absolute;
    top: .1rem;
    right: 0;
}

.slot-cont .slot_search_box .search_input {
    height: .4rem;
    width: 2.5rem;
    background: var(-ccc);
    border: 1px solid var(--txt-yellow);
    color: #fff;
    border-radius: 50px;
}

.slot-cont .slot_search_box .search_btn {
    background: url('../../images/search_btn.png') no-repeat;
    background-size: contain;
    width: .3rem;
    height: .2rem;
    position: absolute;
    right: -.05rem;
    top: .1rem;
}


.footer-fafabets-text {
    margin-bottom: .3rem;
    text-align: center;
    font-weight: bold;
}

.footer-fafabets-text a {
    color: white;
}

.footer-faq-wrapper {
    margin-bottom: .5rem;
}

.footer-dir {
    display: none;
}

.support-top {
    display: none;
}

.img-fluid {
    display: none;
}

.footer-seo-btn-gaming div a img {
    display: none;
}

.footer-provider-title {
    display: flex;
    width: 100%;
    margin-top: .1rem;
    margin-bottom: .1rem;
    display: none;
}

.footer-provider-title span {
    padding: .1rem .1rem;
    background-color: var(--color);
    border-radius: 1rem;
    display: flex;
    font-size: .2rem;
    color: white;
    display: none;
}

.game-3g-show {
    display: none;
}

.icon-is3g {
    display: none !important;
}

@media(max-width: 640px) {

    .slot-cont .slot_search_box .search_input,
    .slot-cont .slot_search_box {
        float: unset;
        top: unset;
        margin: .1rem 0 -.1rem
    }

    .slot-cont .slot_search_box .search_input:hover,
    .slot-cont .slot_search_box .search_input:focus {
        background: var(--color)
    }

    .slot-cont .slots-nav .slot-nav-title a:hover,
    .slot-cont .slots-nav .slot-nav-title a.active {
        background: var(--txt-yellow);
        color: var(--fff);
    }

    .slot-cont .slot_search_box .search_input {
        width: 100%;
        height: .6rem;
        padding: 0 .3rem;
    }

    .slot-cont .slot_search_box .search_btn {
        position: relative;
        left: 4.5rem;
        top: -.46rem;
        width: .5rem;
        height: .5rem;
    }

    .slot-cont .slot_search_box {
        position: unset;
    }

    .slot-cont .slots-nav .slot-nav-title {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        align-items: center;
        height: unset;
    }

    .slot-cont .slots-nav .slot-nav-title a {
        width: 1.6rem;
        background: var(--color);
        color: #fff;
        margin: 0 .05rem .1rem .05rem;
        border-radius: .1rem;
    }

    .footer-fafabets-text {
        margin-top: .3rem;
        margin-bottom: .3rem;
        text-align: center;
        font-weight: bold;
    }

    .footer-fafabets-text a {
        color: white;
    }

    .footer-faq-wrapper {
        margin-bottom: .3rem;
    }

    .footer-dir {
        display: unset;
    }

    .support li p {
        font-size: 10px;
        text-align: center;
    }

    .support-bottom {
        display: none;
    }

    .support-top {
        display: flex;
    }

    menu-cont li [data-icon] {
        display: none;
    }

    menu-cont li [data-icon] {
        display: none !important;
    }

    .icon-is3g {
        display: block !important;
        margin-right: .1rem;
        font-size: .38rem;
    }

    .side-navigation {
        overflow: scroll;
        /* top: auto; */
        width: 55%;
        background-color: #171838;
        height: 100vh;
        position: absolute;
        right: 0;
        top: 0;
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 1rem;
    }

    .pop-navigation .navigation-name {
        padding: 3.25rem 0;
    }

    .navigation-name {
        background-image: url(/content/design2v2/images/background/login.jpg);
        background-size: cover;
        padding: .7rem 0;
        position: relative;
    }

    .img-fluid {
        width: 60%;
        display: block;
        margin: 0px 0px 0px 54px;
    }

    menu-cont li {
        width: 3.32rem !important;
        height: auto;
        display: block;
        overflow: hidden;
    }

    menu-cont li,
    menu-cont li a,
    menu-cont li:not(:last-child) {
        background-color: #2c2e50;
        margin: .1rem .1rem .1rem .1rem;
        /* width: 3rem; */
        border-radius: 5px;
    }

    .head-cont a {
        display: flex;
        align-items: center;
    }

    menu-cont li [data-icon] {
        margin: 6px 10px 6px 0px !important;
    }

    .game-3g-show {
        display: block;
    }

    menu-cont li .ico {
        margin: 6px 10px 6px 0px !important;
    }

    .foot {
        margin-top: 0rem !important;
        background-image: none;
        background-size: cover;
        border-top: none;
        margin-top: 100px;
    }

    .foot-cont,
    .foot-copy {
        display: none;
    }

    .footer-seo-btn-gaming div a img {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        display: block;
    }

    .ico-gaming {
        width: 51%;
    }

    .foot-link {
        border-bottom: 0;
    }

    .footer-provider-title {
        display: flex;
        width: 100%;
        margin-top: .1rem;
        margin-bottom: .1rem;
    }

    .footer-provider-title span {
        padding: .1rem .2rem;
        background-color: var(--color);
        border-radius: 1rem;
        display: flex;
        font-size: .2rem;
        color: white;
    }

    .im {
        display: none;
    }

    .im-list-all {
        display: none;
    }

}

#balance_info {
    color: var(--color);
    font-weight: 800;
}

.reflink-url {
    color: var(--color);
    min-width: 2.5rem;
    backdrop-filter: blur(10px);
    background: #fff;
    width: auto;
    height: .3rem;
    padding: .05rem;
}

.contant .ico {
    transition: .2s ease-in-out
}

.contant .ico:hover {
    color: var(--color);
}

@media(max-width: 640px) {
    .reflink-url {
        padding: .1rem .2rem;
        min-width: 3rem;
        height: .4rem;
    }

    .foot-cont .contact-more {
        grid-template-columns: repeat(8, 1fr);
    }
}

.fr-otp {
    background: var(--color);
    width: 1.5rem;
    border-radius: 5px;
    text-align: center;
    margin-left: .1rem !important;
}

.intl-tel-input {
    width: 100%;
}

/* start main cashier  */
.main-cashier .swiper-container {
    width: 100%;
    padding: 0 0 .2rem 0;
    overflow: hidden;
}

.main-cashier .swiper-slide {
    display: flex;
    justify-content: center;
}

.main-cashier .btn-cashier span,
.main-cashier .btn-cashier i {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-cashier .btn-cashier {
    margin-right: 0.05rem;
    display: block;
    align-items: center;
    /* width: 120px; */
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 .55rem;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    ;
}

.main-left-info-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: unset;
    color: var(--fff);
}

.main-right-info-wrapper {
    display: flex;
}

.main-right-info-wrapper a {
    text-transform: uppercase;
    white-space: nowrap;
}

.main-right-info-wrapper a {
    font-size: 10px;
}

.main-right-info-wrapper i {
    color: red;
}

.tooltip-teach {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #2c2e50;
    border-radius: 0.1rem;
    margin-left: .1rem;
    padding: .1rem;
    color: white;
}

@media (max-width: 768px) {
    .announcement-box {
        padding: .1rem;
    }
}

/* end main cashier  */

.icon-is3g.icons::before {
    font-family: "Font Awesome 6 Free";
    font-size: .3rem;
    margin: .1rem .01rem .1rem .05rem;
}

.ico-faq::before {
    content: "\f059";
}

.ico-aboutus::before {
    content: "\f2c2";
}

.ico-general::before {
    content: "\f0ac";
}

.ico-terms::before {
    content: "\f15c";
}

/* contact 3g pop up  */
.contact-panel {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1e1e2f;
    z-index: 1000;
    display: none;
    overflow-y: auto;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
}

.contact-panel .panel-header {
    background: #2b2b3c;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-panel .panel-content {
    overflow-x: auto;
    height: 80vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.contact-panel .close-contact {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.contact-panel .contact-bg {
    margin: 10px 15px;
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.contact-panel .contact-bg span {
    text-transform: capitalize;
}

.contact-panel .contact-bg a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border-radius: 10px;
}

.contact-panel .contact-bg img {
    width: .5rem;
    height: .5rem;
}

.contact-panel .contact-bg a.whatsapp-img {
    background-color: #25D366;
}

.contact-panel .contact-bg a.zalo-img {
    background-color: #0088FF;
}

.contact-panel .contact-bg a.line-img {
    background-color: #00C300;
}

.contact-panel .contact-bg a.facebook-img {
    background-color: #1877F2;
}

.contact-panel .contact-bg a.wechat-img {
    background-color: #09B83E;
}

.contact-panel .contact-bg a.youtube-img {
    background-color: #FF0000;
}

.contact-panel .contact-bg a.telegram-img {
    background-color: #229ED9;
}

.contact-panel .contact-bg a.messenger-img {
    background-color: #0078FF;
}

.contact-panel .contact-bg a.email-img {
    background-color: #EA4335;
}

.contact-panel .contact-bg a.twitter-img {
    background-color: #1DA1F2;
}

.contact-panel .contact-bg a.skype-img {
    background-color: #00AFF0;
}

.contact-panel .contact-bg a.instagram-img {
    background-color: #C13584;
}

.contact-panel .contact-bg a.viber-img {
    background-color: #665CAC;
}

.contact-panel .contact-bg a.phone-img {
    background-color: #555555;
}

.contact-bg:hover {
    transform: scale(1.02);
}

/* user footer  */

.footer-user {
    background: var(--block);
    bottom: .8rem;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    z-index: 9;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    top: 0;
}

.footer-user li:not(:last-child) {
    border-bottom: 1px var(--fff-1) solid;
}

.footer-user li {
    flex: 0 1 24%;
    list-style: none;
    margin: 5px;
}

.footer-user a {
    display: block;
    padding: 10px;
    color: white;
    /* background: #333; */
    border-radius: 5px;
    font-weight: 600;
}

.footer-user li a i {
    color: var(--fff);
}

.footer-user a.active {
    background: var(--color);
    color: #fff;
    margin: 0 0 .07rem 0;
}

.footer-user li .ico {
    margin: 0 .1rem;
}

.footer-user .header {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: var(--block);
    color: #fff;
    padding: .2rem;
}

.footer-user .header .go-return {
    position: absolute;
    left: 0;
    font-weight: 600;
}

.footer-user .header .go-return:focus {
    color: var(--orange);
}

.footer-user .welcome-box .ico-volume,
.footer-user .welcome-box marquee {
    color: #fff;
}

.footer-user .welcome-box {
    background-color: var(--block);
    border-radius: 8px;
    margin-bottom: .1rem;
    border-radius: 0.15rem 0 0.15rem 0;
    margin: .1rem;
}

.footer-user .welcome-box i {
    margin-right: 10px;
}

.profile-card {
    margin: .1rem;
    color: white;
    text-align: center;
}

.profile-card .profile-header {
    background: url(../images/background/center.jpg);
    padding: 30px 10px 20px;
    position: relative;
    border-radius: 15px;
}

.profile-card .profile-img {
    width: 80px;
    height: 80px;
    border: 2px solid white;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
    background: white;
}

.profile-card .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-card .username {
    font-size: 16px;
    margin: 5px 0 2px;
    text-align: center;
}

.profile-card .userid {
    font-size: 14px;
    color: #ffffffaa;
    margin: 0;
    text-align: center;
}

.profile-card .wallet-box {
    background: yellow;
    color: black;
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin: 10px auto;
    width: 90%;
}

.profile-card .wallet-box .balance {
    color: red;
}

.profile-card .actions {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.profile-card .action span {
    display: block;
    text-align: center;
}

.profile-card .action {
    background: #29214a;
    width: 100px;
    border-radius: 10px;
    font-size: 12px;
    color: white;
    margin: .1rem;
    padding: .2rem 0;
}

.footer-user .profile-info {
    flex-grow: 1;
    margin: 0 .3rem;
}

.footer-user .username {
    color: #ffcc00;
    font-weight: bold;
    font-size: 16px;
}

.footer-user .tel {
    font-size: 14px;
    color: #cccccc;
}

.footer-user .vip-icon {
    width: 40px !important;
    height: 40px !important;
}

.user-footer-link {
    background-color: var(--block);
    border-radius: 0.2rem 0 0.2rem 0;
    margin: .1rem;
    padding: .02rem 0;
}

.anime-fade-in {
    animation: anime-fade-in 0.3s ease forwards;
}

.anime-fade-out {
    animation: anime-fade-out 0.3s ease forwards;
}

.data-container #buttonNav {
    display: unset;
}

.sub-date img {
    max-width: 100%;
    height: 100%;
    width: 3% !important;
    vertical-align: middle;
}

.ico-chip::before {
    content: "\e7e0";
    margin-left: -4px !important;
}

.table table thead th {
    background-color: #0b7cff !important;
}

.bot table {
    background: white !important;
}

.head-sns hop>a {
    width: 30px;
    height: 30px;
}

.head-color {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 9999;
    margin-top: 10px;
}

/* hop */
hop {
    position: relative;
}

hop x {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

hop a {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    user-select: none;
}

hop>a {
    box-sizing: content-box;
}

hop-cont {
    position: absolute;
    right: -12px;
    width: 50px;
    box-shadow: 0 5px 10px var(--000-1);
    border-radius: 5px;
    display: none;
}

hop-cont corner {
    border-width: 0 10px 10px 10px;
    border-bottom-color: white;
    top: -10px;
    right: 17px !important;
}

hop-cont a {
    background-color: white;
    border-bottom-width: 1px;
    text-transform: capitalize;
    width: 50px !important;
}

hop-cont a:first-child {
    border-radius: 5px 5px 0 0;
}

hop-cont a:last-child {
    border-radius: 0 0 5px 5px;
    border: 0;
}

hop-cont a:hover {
    background-color: var(--color);
    color: white;
}

@media(max-width:640px) {
    hop a {
        height: .7rem;
        line-height: .7rem;
        min-width: .7rem;
    }

    hop-cont {
        width: 3rem;
        box-shadow: 0 .05rem .1rem var(--000-1);
        border-radius: .05rem;
    }

    hop-cont a:first-child {
        border-radius: .1rem .1rem 0 0;
    }

    hop-cont a:last-child {
        border-radius: 0 0 .1rem .1rem;
    }
}

hop a i {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 10px;
}

hop-cont {
    position: absolute;
    right: -12px;
    width: 43px;
    box-shadow: 0 5px 10px var(--000-1);
    border-radius: 5px;
    display: none;
}

body[data-dir="855test"] #embedgameIframe {
    min-height: 0px !important;
}

.center-data legend {
    color: #fff !important;
}

