html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*----------------------------------------------
                   åŸºæœ¬æ¨£å¼
----------------------------------------------*/

body,
html {
    font-size: 12px;
    width: 100%;
}

body {
    background-color: #fafafa;
    color: #fff;
    font-family: Microsoft JhengHei UI, Microsoft JhengHei, PingFang TC, HeiTi TC, sans-serif;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    /*max-width: 620px;*/
    height: 100vh;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    /*background: url(../images/bg-big.jpg?91418b0d32f69ac10c416c8db0f5d4f2) no-repeat 0 0/100% 100%;*/
    background-color: #fafafa;
}

body.no-scroll {
    height: 100%;
    overflow: hidden;
}

.main-container {
    position: relative;
    width: 100vw;
    /*max-width: 620px;*/
    margin: 0 auto;
    height: 100%;
    /*background: #121315;*/
}

.new-news::after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fe292b;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: none;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: none;
    text-decoration: none;
}

/*----------------------------------------------
                   é é¢è®€å–
----------------------------------------------*/

.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box;
}

.half-circle-spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
    margin-bottom: 3px;
}

.half-circle-spinner .circle {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: calc(40px / 10) solid transparent;
}

.half-circle-spinner .circle.circle-1 {
    border-top-color: #e8c77a;
    -webkit-animation: half-circle-spinner-animation 1s infinite;
    animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
    border-bottom-color: #e8c77a;
    -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
    animation: half-circle-spinner-animation 1s infinite alternate;
}

.loading-icon .text_236 {
    color: #e8c77a;
}

@-webkit-keyframes half-circle-spinner-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes half-circle-spinner-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pages-loading-box, .pages-loading-game {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100vw;
    /*max-width: 620px;*/
    height: 100%;
    z-index: 101;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    transition: opacity .35s linear;
}

.home .loading-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pages-loading-box.home {
    /*background: #000 url(../images/loading_bg.jpg?91418b0d32f69ac10c416c8db0f5d4f2) no-repeat 0 0/100% 100%;*/
}

/*.pages-loading-game {
    background: #000 url(../images/loading_bg.jpg?91418b0d32f69ac10c416c8db0f5d4f2) no-repeat 0 0/100% 100%;
}*/

.pages-loading-box.ani {
    opacity: 0;
}

.pages-loading-game > .loading-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*----------------------------------------------
                   é¦–é è®€å–å¼•å°Žå»£å‘Š
----------------------------------------------*/

.pages-loading-box .pages-loading-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.123rem;
    opacity: 0;
    transition: opacity .3s;
}

.pages-loading-box .pages-loading-banner.active {
    opacity: 1;
}

.pages-loading-box2,
.pages-loading-box3,
.pages-loading-box4,
.pages-loading-box5 {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100vw;
    max-width: 620px;
    height: 100%;
    z-index: 100;
    background-color: #a1a1a1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    transition: opacity .35s linear;
}

.pages-loading-enter {
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 10px;
    /*background: rgba(0, 0, 0, 0.7);*/
    border-radius: 30px;
    padding: 7px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.23rem;
    transition: all .3s;
    min-width: 82px;
    background: url(../images/btn-bg.png) no-repeat;
    background-size: 100% 100%;
}

.pages-loading-enter span {
    color: #FFF;
}

.pages-loading-enter.off {
    opacity: 0;
}

.guide-swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.guide-photo-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.guide-swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
    opacity: .2;
}

.guide-swiper-container .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8vh;
}

.guide-swiper-container .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #FFF;
}

/*----------------------------------------------
                   é¦–é é ‚éƒ¨è·‘é¦¬ä¿¡æ¯
----------------------------------------------*/

.home-fix-top-box {
    position: relative;
    z-index: 7;
    width: 100%;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 15vmin;
    padding-left: 1%;
}

.home-fix-top-box .btn-news {
    width: 55px;
    height: 65%;
    display: inline-block;
    position: absolute;
    top: 4px;
}

.home-fix-top-box .btn-news .btn-news-icon {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
    margin: auto;
    background: url(../fonts/icon_mess.svg) center/90% auto no-repeat;
}

.home-fix-top-box .btn-news .btn-news-icon.new-news::after {
    right: 0;
    top: 13.543%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.home-fix-top-box .btn-freeplayout {
    height: 65%;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 4px;
}

.home-fix-top-box .btn-freeplayout .btn-freeplayout-icon {
    display: block;
    width: 23%;
    content: url(../images/i_goaway.png);
}

.home-marquee {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background-color: #000;*/
    border-bottom: 1px solid #e8e8e8;
}

.home-marquee p {
    color: #3b6080;
    white-space: nowrap;
    z-index: 100;
    margin: 0;
    font-size: 4vmin;
    font-weight: bold;
}

/*----------------------------------------------
            é¦–é è¼ªæ’­åœ– è²éŸ³é–‹é—œ èªžè¨€
----------------------------------------------*/

.home-swiper-wrapper {
    width: 100%;
    height: 41vmin;
    z-index: 6;

    /*position: relative;*/
    /*top: 6.5%;*/
   /* display: -webkit-box;
    display: -ms-flexbox;*/
    /*display: flex;*/
    /*flex-direction: column;*/
}

.home-swiper-wrapper .swiper-container {
    width: 100%;
    height: 80%;
}

.home-swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-swiper-wrapper .swiper-slide img {
    -o-object-fit: fill;
    object-fit: fill;
    height: 100%;
    width: 100%;
}

.home-swiper-wrapper .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5px;
}

.home-swiper-wrapper .swiper-pagination-bullet {
    background: #22231e;
    opacity: 1;
}

.home-swiper-wrapper .swiper-pagination-bullet-active {
    background: #e9cd7a;
}

.home-swiper-wrapper .btn-language,
.home-swiper-wrapper .btn-sound,
.home-swiper-wrapper .version {
    position: absolute;
    display: block;
    z-index: 6;
    box-sizing: border-box;
    border-radius: 50%;
    top: 10px;
    cursor: pointer;
}

.home-swiper-wrapper .btn-language {
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, .4);
    right: 10px;
    padding: 4px;
}

.home-swiper-wrapper .btn-language .language-flag-icon {
    display: block;
    width: 100%;
    height: 100%;
}

.home-swiper-wrapper .btn-sound {
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, .5);
    left: 10px;
}

.home-swiper-wrapper .btn-sound .sound-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 66% auto;
    background-position: center;
    background-image: url(../fonts/sound_off.svg);
}

.home-swiper-wrapper .btn-sound.on .sound-icon {
    background-image: url(../fonts/sound_on.svg);
}

.home-swiper-wrapper .version {
    top: 70px;
    text-align: center;
}
.home-swiper-wrapper .version .number {
    font-size: 10px;
    color: #FF9800;
}

.lang-item-list {
    width: 100%;
    padding: 15px 10px;
}

.lang-item-list .lang-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 50px;
    padding: 0 10px;
    border: 3px solid #FFF;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
}

.lang-item-list .lang-item.active,
.lang-item-list .lang-item:hover,
.lang-item-list .lang-item:active {
    border: 3px solid #d0ad4d;
}

.lang-item-list .lang-item.active::after {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../fonts/lan_select.svg) center/100% no-repeat;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
}

.lang-item-list .lang-item .flag-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.lang-item-list .lang-item span {
    color: #d0ad4d;
    font-size: 1.14rem;
}

.cn .flag-icon {
    background: url(../images/flag_cn.png) center/100% no-repeat;
}

.en .flag-icon {
    background: url(../images/flag_en.png) center/100% no-repeat;
}

/*----------------------------------------------
               é¦–é ä¸­é–“é¸é …
----------------------------------------------*/

.home-link-bar {
    width: 100%;
    height: 4.726vh;
    background: #1a1a1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-link-bar.fixed {
    position: fixed;
    max-width: 620px;
    top: 5.14vh;
    z-index: 7;
}

.home-link-bar .home-link-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #c6c6c6;
}

.home-link-bar .home-link-btn.about-wm {
    color: #ffd570;
}

.home-link-bar .home-link-btn.about-wm .wm-icon {
    width: 30%;
    height: 100%;
    background: url(../fonts/wm_logo.svg) center/auto 46% no-repeat;
}

/*----------------------------------------------
                 é¦–é éŠæˆ²æ¸…å–®
----------------------------------------------*/

/*首頁 遊戲分類介紹*/
.home-game-introduce {
    width: 100%;
    height: auto;
}
.game-introduce-content {
    width: 100%;
    height: 100%;
    /*background: url(../images/login_bg.jpg) no-repeat;
    background-size: 100%;*/
    background: #ffffff;
}
.game-introduce-welcome {
    width: 100%;
    height: 24vmin;
    color: #000;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 7.5vmin;
    font-weight: bolder;
    padding-bottom: 4vmin;
    /*background: url(../images/introduce_welcome.png) no-repeat;
    background-size: 75%;
    background-position: bottom;*/
}
.game-introduce-box {
    width: 100%;
    height: 88vmin;
    /*padding: 0 6vmin;
    display: flex;*/
    /*margin-bottom: 5vmin;*/
}
.game-introduce-list {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.game-introduce-casino {
    width: 100%;
    height: 80%;
    background: url(../images/introduce_casino.png) no-repeat;
    background-size: 95%;
    background-position: bottom center;
}
.game-introduce-slot {
    width: 100%;
    height: 80%;
    background: url(../images/introduce_slot.png) no-repeat;
    background-size: 95%;
    background-position: bottom center;
}
.game-introduce-sport {
    width: 100%;
    height: 80%;
    background: url(../images/introduce_sport.png) no-repeat;
    background-size: 95%;
    background-position: bottom center;
}
.game-introduce-jackpot {
    width: 100%;
    height: 80%;
    background: url(../images/introduce_jackpot.png) no-repeat;
    background-size: 95%;
    background-position: bottom center;
}
.game-introduce-chess {
    width: 100%;
    height: 80%;
    background: url(../images/introduce_chess.png) no-repeat;
    background-size: 95%;
    background-position: bottom center;
}
.game-introduce-tournament {
    width: 100%;
    height: 80%;
    background: url(../images/introduce_tournament.png) no-repeat;
    background-size: 98.4%;
    background-position: bottom center;
}
.game-introduce-text {
    width: 80%;
    height: 20%;
    background: url(../images/btn-bg.png) no-repeat;
    background-size: 87% 70%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bolder;
    font-size: 4vmin;
}
.game-introduce-latestwinner {
    width: 100%;
    height: 20vmin;
    background: url(../images/introduce_latestwinner.png) no-repeat;
    background-size: 75%;
    background-position: center;
}

.enterprise-digital {
    width: 100%;
    height: 100%;
    background: url(../images/enterprise-digital.jpg) no-repeat;
    background-size: 100%;
}

.smart-city {
    width: 100%;
    height: 100%;
    background: url(../images/smart-city.jpg) no-repeat;
    background-size: 100%;
}

.fiveG-premium {
    width: 100%;
    height: 100%;
    background: url(../images/5G-premium.jpg) no-repeat;
    background-size: 100%;
}

.research {
    width: 100%;
    height: 100%;
    background: url(../images/research.jpg) no-repeat;
    background-size: 100%;
}

.recruiting {
    width: 100%;
    height: 100%;
    background: url(../images/recruiting.jpg) no-repeat;
    background-size: 100%;
}

.game-introduce-concept {
    width: 100%;
    height: 170vmin;
    background: url(../images/game-introduce-concept.png) no-repeat;
    background-size: cover;
}

.game-introduce-title {
    color: #FFF;
    font-weight: bold;
    padding: 30px 0 15px;
    font-size: 9vmin;
    border-bottom: 3px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 23%;
}

.down-arrow {
    position: absolute;
    right: 48%;
    border-width: 2.7vmin;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.service-plan-content {
    width: 100%;
    height: 77%;
}

.service-plan-box {
    width: 50%;
    height: 100%;
    padding: 18.7% 11% 0%;
}

.service-plan-box-bg {
    width: 100%;
    height: 60%;
    background-color: #FFF;
    opacity: .5;
    border-radius: 18vmin;
}

.service-plan-text {
    font-size: 5vmin;
    text-align: center;
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
}

.maintenance-management {
    width: 100%;
    height: 100%;
    background: url(../images/maintenance-management.png) no-repeat;
    background-size: 53%;
    background-position: center;
}

.O2O-marketing {
    width: 100%;
    height: 100%;
    background: url(../images/O2O-marketing.png) no-repeat;
    background-size: 53%;
    background-position: center;
}

.information-security {
    width: 100%;
    height: 100%;
    background: url(../images/information-security.png) no-repeat;
    background-size: 53%;
    background-position: center;
}

.smart-service {
    width: 100%;
    height: 100%;
    background: url(../images/smart-service.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
}

.introduce-video {
    width: 100%;
    height: auto;
    background: url(../images/game-introduce-concept.png) no-repeat;
    background-size: cover;
}

.introduce-video-box {
    width: 100%;
    height: 80vmin;
}

.introduce-video-title {
    height: 21%;
    font-size: 5vmin;
    padding-left: 5%;
    display: flex;
    align-items: center;
}

.news-trend {
    width: 100%;
    height: 100%;
    background: url(../images/news-trend.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
}

.combination-list {
    width: 100%;
    height: 100vmin;
    padding: 6%;
}

.combination-list-text {
    background: rgba(36, 27, 28, 0.9);
    height: 14%;
    width: 47%;
    text-align: center;
    padding: 2%;
    font-size: 3.5vmin;
}

.combination-list-textSmall {
    background-color: #0088cc;
    width: 35%;
    height: 7%;
    margin: -4% 0% 0% 3%;
    border-radius: 0.5vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vmin;
}


/*底部 說明介紹*/
.bottom-introduce {
    background-color: #000;
    width: 100%;
    height: auto;
    padding: 4% 4%;
    font-size: 3.8vmin;
    line-height: 3;
}
.bottom-pay-box {
    width: 100%;
    height: 10vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7vmin;
}
.bottom-pay-list {
    margin: 0 2% 0 0;
}
.pay-bank {
    background: url(../images/pay-bank.png) no-repeat;
    background-size: 70%;
    background-position: center;
    height: 100%;
    width: 20%;
}
.pay-BTC {
    background: url(../images/pay-BTC.png) no-repeat;
    background-size: 89%;
    background-position: center;
    height: 100%;
    width: 10%;
}
.pay-ethereum {
    background: url(../images/pay-ethereum.png) no-repeat;
    background-size: 100%;
    background-position: center;
    height: 100%;
    width: 10%;
}
.pay-usdtERC20 {
    background: url(../images/pay-usdtERC20.png) no-repeat;
    background-size: 100%;
    background-position: center;
    height: 100%;
    width: 25%;
}
.pay-usdtTRC {
    background: url(../images/pay-usdtTRC.png) no-repeat;
    background-size: 100%;
    background-position: center;
    height: 100%;
    width: 25%;
}
.bottom-game-box {
    width: 100%;
    height: 10vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vmin;
}
.bottom-game-list {
    margin: 0 2% 0 0;
}
.game-EVO{
    background: url(../images/game-EVO.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 18%;
    height: 100%;
}
.game-PT{
    background: url(../images/game-PT.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 18%;
    height: 100%;
}
.game-WM{
    background: url(../images/game-WM.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 18%;
    height: 100%;
}
.game-SEXY{
    background: url(../images/game-SEXY.png) no-repeat;
    background-size: 76%;
    background-position: center;
    width: 18%;
    height: 100%;
}
.game-CQ9{
    background: url(../images/game-CQ9.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 18%;
    height: 100%;
}
.game-PG{
    background: url(../images/game-PG.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 18%;
    height: 100%;
}
.game-SBO{
    background: url(../images/game-SBO.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 18%;
    height: 100%;
}
.game-BOLE{
    background: url(../images/game-BOLE.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 18%;
    height: 100%;
}
.bottom-help {
    width: 100%;
    height: 22vmin;
    display: flex;
    margin-top: 3vmin;
}
.bottom-help-left {
    width: 50%;
    height: 100%;
    text-align: center;
}
.bottom-help-right {
    width: 50%;
    height: 100%;
    text-align: center;
}
.bottom-text {
    color: #a4813e;
    text-align: center;
    font-size: 3.5vmin;
}

.bottom-pagcor {
    display: flex;
    margin-top: 2vmin;
    height: 14vmin;
    align-items: center;
    margin-bottom: 4vmin;
}

html[language='ja'] .bottom-pagcor {
    height: 19vmin;
}

html[language='en'] .bottom-pagcor {
    height: 25vmin;
}

.pagcor-img {
    background: url(../images/pagcor.png) no-repeat;
    background-position: center;
    background-size: 56%;
    width: 20%;
    height: 100%;
}




.home-content {
    /*position: relative;
    top: 70px;*/

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    background: url(../images/login_bg.jpg);
    background-position: center;
    background-size: 100%;
    /*height: 70%;*/
    /*position: fixed;
    top: 14%;
    transform: translate(-50%,0);
    left: 50%;*/
}

.gamelist-wrapper {
    display: block;
    width: 92%;
    height: 97%;
    position: initial;
    /*overflow-x: auto;*/
    /*overflow-y: hidden;*/
    position: relative;
}

.gamelist-content {
    width: 100%;
    display: grid;
    grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5% 16.5% 16.5% 16.5% 16.5%;
    grid-template-rows: 49.5% 49.5%;
    grid-gap: .2%;
    grid-template-areas:
        "btn_game btn_game btn_game btn_game btn_game btn_game btn_game btn_game btn_game"
        "btn_game btn_game btn_game btn_game btn_game btn_game btn_game btn_game btn_game";
    height: auto;
}

.gamelist-wrapper .gamelist-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    padding: 2px 10px;
    overflow: hidden;
}

.gamelist-wrapper .gamelist-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: 100%; */
    margin: 0 2px;
}

.gamelist-wrapper .gamelist-col .gamelist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
    background: rgba(255, 255, 255, 0.1);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.gamelist-wrapper .gamelist-row:last-child {
    padding: 2px 10px 5px;
}

.gamelist-wrapper .gamelist-col .gamelist-item:active {
    background: rgba(255, 255, 255, 0.2);
}

.gamelist-wrapper .gamelist-col .gamelist-item.hot::before,
.gamelist-wrapper .gamelist-col .gamelist-item.new::before {
    content: '';
    display: block;
    position: absolute;
    top: 0%;
    left: 0;
    width: 26.893%;
    height: 0%;
    min-width: 20px;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: left 50%;
}

.gamelist-wrapper .gamelist-col .gamelist-item.hot::before {
    background-image: url(../fonts/small_hot.svg);
}

.gamelist-wrapper .gamelist-col .gamelist-item.new::before {
    background-image: url(../fonts/small_new.svg);
}

.gamelist-wrapper .gamelist-col .gamelist-item.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gamelist-wrapper .gamelist-col:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.gamelist-wrapper .gamelist-col:last-child a:first-child {
    border-top-right-radius: 10px;
}

.gamelist-wrapper .gamelist-col:last-child a:last-child {
    border-bottom-right-radius: 10px;
}

.gamelist-wrapper .gamelist-col .gamelist-item .game-image {
    width: 40.983%;
    height: 56%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.gamelist-wrapper .gamelist-col .gamelist-item .game-image.h {
    background-size: 70% auto;
}

.gamelist-wrapper .gamelist-col .gamelist-item .game-image.svg {
    background-size: 50% auto;
}

.gamelist-wrapper .gamelist-col .gamelist-item.column .game-image {
    position: relative;
    width: 100%;
    height: 47%;
    background-size: contain;
}

.gamelist-wrapper .gamelist-col .gamelist-item .game-name {
    width: 61.017%;
    font-size: 0.75rem;
    color: #e8c77a;
}

.gamelist-wrapper .gamelist-col .gamelist-item.column .game-name {
    width: 100%;
    text-align: center;
}

.gameTpyeTitle {
    color: #dcb454;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vmin;
}

.gameTpyeTitleFrame {
    width: 35%;
    border-top: dotted;
    border-width: thin;
}

.gameTpyeTitleText {
    width: 30%;
    font-size: 4vmin;
}

/*----------------------------------------------
                 é¦–é ä¸‹æ–¹å›ºå®šæŒ‰éˆ•
----------------------------------------------*/

.home-fix-bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 9;
    bottom: 0;
    width: 100vw;
    left: 0;
    /*max-width: 620px;*/
    /*min-height: 50px;*/
    height: 13.4vmin;
    color: #977b58;
    font-size: 3.2vmin;
    /*background-image: -moz-linear-gradient( 0, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 100%);
    background-image: -webkit-linear-gradient( 0, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 100%);
    background-image: -ms-linear-gradient( 0, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 100%);
    background-image: linear-gradient( 0, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 100%);*/
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: content-box;
    line-height: 1;
    background-color: #000;
}

.home-fix-bottom-box a:not([href]):not([tabindex]):hover {
    color: #ecc87e;
}

.home-fix-bottom-box .fix-bottom-btn {
    width: 25%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: currentColor;
    position: relative;
    cursor: pointer;
}

.home-fix-bottom-box .fix-bottom-btn.active,
.home-fix-bottom-box .fix-bottom-btn:active {
    /*background-image: -moz-linear-gradient( 90deg, rgb(167, 134, 56) 0%, rgb(215, 173, 76) 45%, rgb(232, 199, 122) 84%, rgb(255, 229, 167) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(167, 134, 56) 0%, rgb(215, 173, 76) 45%, rgb(232, 199, 122) 84%, rgb(255, 229, 167) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(167, 134, 56) 0%, rgb(215, 173, 76) 45%, rgb(232, 199, 122) 84%, rgb(255, 229, 167) 100%);*/
    color: #ecc87e;
}

.home-fix-bottom-box .fix-bottom-btn .new-news::after {
    right: -3px;
    top: -3px;
}

.home-fix-bottom-box .fix-bottom-btn-icon {
    position: relative;
    width: 32%;
    height: 50%;
    display: block;
    margin-bottom: 2px;
}

.home-fix-bottom-box .btn-1 {
    background: url(../images/icon_home.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .btn-2 {
    background: url(../images/icon_info.png) no-repeat;
    background-size: 38%;
    width: 100%;
    height: 73%;
    background-position: center top;
}

.home-fix-bottom-box .btn-3 {
    background: url(../images/icon_app.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .btn-4 {
    background: url(../images/icon_event.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .btn-5 {
    background: url(../images/icon_service.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .btn-6 {
    background: url(../images/wm-sprite.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .btn-7 {
    background: url(../images/icon_offer.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .btn-8 {
    background: url(../images/icon_myAccount.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .active .btn-1 {
    background: url(../images/icon_home1.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .active .btn-2 {
    background: url(../images/icon_info1.png) no-repeat;
    background-size: 38%;
    width: 100%;
    height: 73%;
    background-position: center top;
}

.home-fix-bottom-box .active .btn-3 {
    background: url(../images/icon_app1.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .active .btn-4 {
    background: url(../images/icon_event1.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .active .btn-5 {
    background: url(../images/icon_service1.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .active .btn-7 {
    background: url(../images/icon_offer1.png) 50%/auto no-repeat;
    background-size: 100%;;
}

.home-fix-bottom-box .active .btn-8 {
    background: url(../images/icon_myAccount1.png) 50%/auto no-repeat;
    background-size: 100%;;
}

/*.appdownload {
    width: 25px;
    margin: 9px auto;
    color: #f7db5d;
    text-align: center;
}*/
/*----------------------------------------------
                   é é¢
----------------------------------------------*/

.context {
    width: 100%;
}

.home-context {
    padding-bottom: calc(20px + constant(safe-area-inset-bottom));
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

/*.home-context:after,
.pages-container::after {
    display: block;
    content: '';
    height: 6.29vh;
    min-height: 50px;
}*/

/*----------------------------------------------
                 é é¢æ´»å‹•å€å¡Šåœ–
----------------------------------------------*/

.home-content .event-row {
    padding: 2px 10px;
}
.gameTitle {
    position: absolute;
    top: 25.5%;
    width: 100%;
    font-weight: bold;
    text-align: center;
}
.home-content .event-row .event-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-content .event-row .event-col.col-100 {
    width: 100%;
}

.home-content .event-row .event-col img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

/*----------------------------------------------
                 è¦–çª—é¡žåž‹
----------------------------------------------*/

.modal-dialog {
    position: relative;
    width: 100%;
    /* height: 100%; */
    height: auto;
    margin: 0;
    background: #ede9e0;
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    width: 75.898%;
    max-width: 470px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    /* height: 74.449%; */
    /* max-height: 675px; */
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-overflow-scrolling: touch;
    outline: 0;
    /* border: 5px solid #ffdf5e; */
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    /*border: 3px solid #ffdf5e;*/
    border-radius: 10px;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal.after-close {
    overflow: visible;
    margin-top: -30px;
}

.modal.after-close::before {
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: 30px;
    /*background: #ffdf5e;*/
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.modal.after-close .btn-close {
    position: absolute;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background: #ffdf5e;
    bottom: -30px;
    left: 50%;
    background: url(../images/login_btn_cancel2.png) center/100% 100% no-repeat;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    cursor: pointer;
}

.ico2{
    display:inline-block;
    width: 50px;
    height: 40px;
    background: url(../fonts/mid_i305.svg) no-repeat left center;
}
.jjjjj{
    display: flex;
    justify-content: center;
    align-items: center;
}
.game-name{
    width: 61.017%;
    font-size: 0.75rem;
    color: #e8c77a;
    display:inline-block;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: 100%;
    /* height: 100%; */
    height: auto;
    margin: 0;
    background: #ede9e0;
}


.modal-content {
    position: relative;
    background: none;
    border: 0;
    border-radius: 0px 0px 10px 10px;
    background-clip: padding-box;
    outline: 0;
    height: calc(100% - 50px);
    max-height: 72.234vh;
    min-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    color: #555;
    background: rgba(152, 152, 152, .7);
}
.imgBox{
  background: url("../images/neekWkingm.png") center/100% no-repeat;
}

.modal-content.h100 {
    height: 100%;
}

.modal-backdrop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    /*max-width: 620px;*/
    top: 0;
    left: 50%;
    z-index: 99;
    background-color: rgba(0, 0, 0, .7);
    transform: translate(-50%, 0);
}

.modal-backdrop.fade {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity=70)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    background: linear-gradient( 0, #cd9314, #f0cc7e 80%);
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.fade.in {
    opacity: 1;
}

/*----------------------------------------------
                 å®¢æœ
----------------------------------------------*/

.service-dialog {
    width: 100%;
    max-width: 620px;
    height: 51%;
    background: #101010;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0;
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 576px) {
    .service-dialog .modal-dialog {
        max-width: 620px;
        margin: 0;
    }
}

.service-dialog.modal.fade .modal-dialog {
    border: none;
    border-radius: 0;
    height: 100%;
    background: none;
}

.service-dialog .modal-title {
    background-image: -moz-linear-gradient( 0, rgb(20, 20, 20) 0%, rgb(79, 79, 79) 100%);
    background-image: -webkit-linear-gradient( 0, rgb(20, 20, 20) 0%, rgb(79, 79, 79) 100%);
    background-image: -ms-linear-gradient( 0, rgb(20, 20, 20) 0%, rgb(79, 79, 79) 100%);
    background-image: linear-gradient( 0, rgb(20, 20, 20) 0%, rgb(79, 79, 79) 100%);
    width: 98%;
    margin: 3px auto 0;
    border-radius: 5px;
    color: #FFF;
}

.service-dialog .modal-content {
    height: calc(100% - 85px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: ltr;
}

.service-dialog .modal-footer {
    display: block;
    height: 45px;
    background: #000;
    z-index: 9;
    position: absolute;
    bottom: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
}

.service-dialog .modal-footer form {
    width: 100%;
    height: 100%;
}

.service-dialog .modal-footer .message-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 5px;
    width: 100%;
    height: 100%;
}

.service-dialog .modal-footer .message-input-wrapper input {
    border: none;
    border-radius: 5px;
}

.service-dialog .modal-footer .message-input-wrapper .message-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 5px;
    border: 1px solid #bc9e5c;
    padding: 0 5px;
    color: #000;
}

.service-dialog .modal-footer .message-input-wrapper .message-input::-webkit-input-placeholder {
    color: #bc9e5c;
}

.service-dialog .modal-footer .send-btn {
    width: 80px;
    background: #bc9e5c;
    color: #FFF;
}

.service-dialog .btn-close {
    width: 40px;
    height: 40px;
    background: url(../fonts/w_close02.svg) center/100% no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
}

.customer-chat {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
}

.customer-chat li {
    width: 100%;
    padding: 0.1rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: ltr;
}

.customer-chat li:last-child {
    margin-bottom: none;
}

.customer-chat .photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.customer-chat .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.customer-chat .message {
    margin: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.customer-chat .message .username {
    color: #e9c983;
    font-size: 12px;
    margin: 0 0 5px;
}

.customer-chat .message .username span {
    color: #FFF;
}

.customer-chat .message .chat_info {
    width: auto;
    max-width: 96%;
    background: #FFF;
    border-radius: 12px;
    margin: 0;
    display: inline-block;
    padding: 5px 10px;
    text-align: left;
}

.customer-chat .customer-box .message .chat_info {
    border-top-left-radius: 0px;
}

.customer-chat .user-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.customer-chat .user-box .message {
    text-align: right;
}

.customer-chat .user-box .message .chat_info {
    border-top-right-radius: 0px;
}

/*----------------------------------------------
                 é—œæ–¼è¦–çª—
----------------------------------------------*/

.about-wrap {
    background: #FFF;
}

.about-wrap .row {
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #cead5f;
}

.about-wrap .row:last-child {
    border: none;
}

.about-wrap .row img {
    width: 100%;
}

.about-wrap h1 {
    font-size: 0.85em;
    color: #b37b1b;
    margin: 12px 0 6px;
}

.about-wrap p {
    font-size: 0.85em;
    margin: 0;
}

.about-more-btn {
    background: #cead60;
    padding: 0px 9px;
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    -webkit-animation: opacitybg 1.2s infinite ease-out;
    animation: opacitybg 1.2s infinite ease-out
}

.about-more-btn span {
    color: #FFF;
}

@-webkit-keyframes opacitybg {
    0% {
        background: #cead60;
    }
    45% {
        background: #896000;
    }
    to {
        background: #cead60;
    }
}

@keyframes opacitybg {
    0% {
        background: #cead60;
    }
    45% {
        background: #896000;
    }
    to {
        background: #cead60;
    }
}

/*----------------------------------------------
                 æ´»å‹•è¦–çª—
----------------------------------------------*/

.event-item-list {
    width: 100%;
    padding: 15px 10px 0 10px;
}

.event-item-list .event-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background: #FFF;
    border-radius: 50px;
    padding: 0 0 0 30px;
    border: 3px solid #FFF;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
}
.event-item-list .event-item  img{
    width: 80%
}

.event-item-list .event-item-close {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background: #FFF;
    border-radius: 50px;
    padding: 0 0 0 30px;
    border: 3px solid #FFF;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
}

.event-item-list .event-item:active {
    background: #f8f2e3;
}

.event-item-list .event-item.hot::before,
.event-item-list .event-item::after {
    position: absolute;
    content: '';
    display: block;
}

/*.hot::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
    background: url(../fonts/pre_ihot.svg) top left/100% auto no-repeat;
}

.hot2::before {
    background: url(../fonts/pre_ihot2.svg) top left/100% auto no-repeat;
}*/

.event-item-list .event-item.hot::before {
    top: -3px;
    left: -3px;
}

.event-item-list .event-item::after {
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: url(../fonts/pre_arrR.svg) center/auto 98% no-repeat;
}

.event-item-list .event-item span {
    color: #d0ad4d;
}

.event-swiper-container {
    opacity: 0;
    width: 100%;
    max-width: 620px;
    max-height: 520px;
    height: 78vh;
    position: fixed;
    z-index: 99;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    overflow: visible;
}

@media screen and (max-width: 420px) {
    .event-swiper-container {
        max-height: 550px;
    }
}

.event-swiper-container.show {
    opacity: 1;
    z-index: 101;
    top: 50%;
}

.event-banner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    height: 100%;
    border-radius: 10px;
    padding: 0;
    background: #33353A;
    /* overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; */
}

.event-pagination {
    text-align: center;
}

.scroll-event-con {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 7;
}

.event-banner-box .event-photo {
    width: 100%;
}

.event-banner-box .event-photo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border: none;
}

.event-banner-box .swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #b2b2b2;
    opacity: 1;
}

.event-banner-box .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #e8c77a;
}

.event-banner-box .event-intro {
    color: #000;
    height: 78%;
    width: 100%;
}

.event-intro img {
    height: 100%;
    width: 100%;
}

/*.event-intro > div {
    width: 100%;
    height: 100%;
}*/
.event-banner-box .event-intro .event-title {
    font-weight: bold;
    font-size: 24px;
}

.event-banner-box .event-intro .event-sub-title {
    color: #000;
    font-weight: bold;
}

.event-intro p {
    font-size: 12px;
    margin-top: 10px;
    padding: 0 10px;
}

.event-banner-close-btn {
    position: absolute;
    width: 54px;
    height: 54px;
    background: url(../images/btn-close.png) center/90% 90% no-repeat;
    top: 0;
    right: 0;
    transform: translate(44%, -38%);
    cursor: pointer;
    z-index: 9;
}

/*----------------------------------------------
                 é‚€è«‹è¦–çª—
----------------------------------------------*/

.invite-dialog .modal-content,
.mobile-dialog .modal-content {
    background: #FFF;
    height: 100%;
}

.invite-wrap .invite-photo {
    width: 100%;
}

.invite-wrap .invite-photo img {
    width: 100%;
}

.invite-wrap .invite-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d9b060;
    font-size: 1.5rem;
}

.invite-wrap .invite-code p {
    margin-right: 2px;
}

.invite-wrap p {
    margin: 0;
    font-size: 1rem;
}

@media screen and (max-width: 320px) {
    .invite-wrap p {
        font-size: 12px;
    }
}

.invite-wrap .invite-content {
    padding: 0 15px;
    margin: 10px 0 15px;
}

.invite-wrap .mark-txt {
    color: #bd9857;
}

.invite-wrap .invite-code .invite-code-txt {
    width: 36px;
    height: 42px;
    background: #bd9857;
    color: #FFF;
    border-radius: 5px;
    margin: 0 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
}

.invite-wrap .invite-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.invite-wrap .invite-tip {
    margin: 10px 0 4px;
    text-align: center;
}

.invite-wrap .invite-tip p {
    width: 180px;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    background: #c9c1b2;
    display: inline-block;
    color: #FFF;
}

.invite-wrap .invite-tip::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #c9c1b2 transparent transparent transparent;
    margin: auto;
}

.invite-wrap .invite-link .invite-link-btn {
    display: block;
    height: 40px;
    width: 20%;
    max-width: 40px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    margin: 0 3px;
}

.invite-wrap .invite-link .invite-link-btn.link-btn-1 {
    background-image: url(../fonts/fri_i01.svg);
}

.invite-wrap .invite-link .invite-link-btn.link-btn-2 {
    background-image: url(../fonts/fri_i02.svg);
}

.invite-wrap .invite-link .invite-link-btn.link-btn-3 {
    background-image: url(../fonts/fri_i03.svg);
}

.invite-wrap .invite-link .invite-link-btn.link-btn-4 {
    background-image: url(../fonts/fri_i04.svg);
}

.invite-wrap .invite-link .invite-link-btn.link-btn-5 {
    background-image: url(../fonts/fri_i05.svg);
}

.invite-wrap .invite-records-btn:not([href]):not([tabindex]) {
    position: relative;
    color: #999999;
    text-align: right;
    width: 100%;
    display: block;
    padding: 0 20px;
    margin: 15px 0 10px;
}

/*----------------------------------------------
                 æ‰‹æ©Ÿä¸‹è¼‰è¦–çª—
----------------------------------------------*/

/* .mobile-download-wrap .go-stroe-btn:not([href]):not([tabindex]) {
    text-align: center;
    color: #d0ad4d;
    width: 90%;
    border-radius: 50px;
    border: 1px solid #d3b35a;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin: 10px auto;
} */

/* .mobile-download-title {
    color: #d0ad4d;
    text-align: center;
} */

.mobile-download-wrap{
    background: #ede9e0;
}

.mobile-download-wrap .wm-mobile-logos1 {
    width: 80px;
    height: 80px;
    background: url(../fonts/dow_logo.svg) center/100% auto no-repeat;
    margin: 8px auto;
}

.wm-mobile-logos-txt {
    color: #1180cc;
    text-align: center;
    margin: 0;
}

.mobile-download-wrap .mobile-download-list-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.mobile-download-list-btns .download-btn {
    background: #dcb454;
    width: 98%;
    margin: 4px auto;
    border-radius: 5px;
    padding: 10px 5px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-download-list-btns .download-btn .icon {
    width: 50px;
    height: 50px;
    /* background: #FFF; */
    margin: 0 5px 0 0;
    background-repeat: none;
    background-position: center;
}

.mobile-download-list-btns .download-btn.ios-btn .icon {
    background-image: url(../fonts/dow_i200.svg);
}

.mobile-download-list-btns .download-btn.android-btn .icon {
    background-image: url(../fonts/dow_i100.svg);
}

.mobile-download-list-btns .download-btn.web-btn .icon {
    background-image: url(../fonts/dow_i301.svg);
}

.mobile-download-list-btns .download-btn.coming {
    background: #8e8e8e;
    color: #bdbdbd;
}

.mobile-download-list-btns .download-btn p,
.mobile-download-list-btns .download-btn h6 {
    margin: 0;
}

.mobile-download-list-btns .download-btn h6 {
    color: #000;
}

.mobile-download-list-btns .download-btn.coming h6 {
    color: #bdbdbd;
}

.mobile-download-list-btns .download-btn .mobile-download-list-intro {
    width: 120px;
}

/*----------------------------------------------
                 å¸³è™Ÿç™»å…¥è¦–çª—
----------------------------------------------*/

.acc-other-wrap .acc-other-title {
    font-size: 1.2rem;
    text-align: center;
    color: #756d5b;
}

.acc-other-wrap .acc-other-icon {
    display: block;
    height: 40px;
    width: 20%;
    max-width: 40px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    margin: 0 3px;
}

.acc-other-wrap .acc-other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2.43rem 0;
}

.acc-other-wrap .acc-other-icon.icon1 {
    background-image: url(../fonts/fri_i05.svg);
}

.acc-other-wrap .acc-other-icon.icon2 {
    background-image: url(../fonts/fri_i03.svg);
}

.acc-other-wrap .acc-other-icon.icon3 {
    background-image: url(../fonts/log_i01.svg);
}

.acc-other-wrap .acc-other-icon.icon4 {
    background-image: url(../fonts/log_i02.svg);
}

.acc-other-wrap .acc-other-icon.icon5 {
    background-image: url(../fonts/log_i03.svg);
}

.acc-other-wrap h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acc-other-wrap h6::before,
.acc-other-wrap h6::after {
    display: block;
    content: '';
    height: 1px;
    background: #756d5b;
    margin: 0 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.acc-other-wrap h6 span {
    font-size: 1rem;
    color: #756d5b;
    text-align: center;
}

.acc-other-wrap .acc-other-forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acc-other-wrap .acc-other-forms input {
    border-radius: 5px;
    border: 1px solid #d5c9ad;
    width: 92%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 0 0 5px;
    margin-bottom: 6px;
}

.acc-other-wrap .acc-other-forms input::-webkit-input-placeholder {
    color: #d5c9ad;
    opacity: 1;
}

.acc-other-wrap .acc-other-forms input:-ms-input-placeholder {
    color: #d5c9ad;
    opacity: 1;
}

.acc-other-wrap .acc-other-forms input::placeholder {
    color: #d5c9ad;
    opacity: 1;
}

.acc-other-wrap .acc-other-forms .login-btn {
    background-image: -ms-linear-gradient(0, #ffc43c 0%, #ffe5a7 100%);
    background-image: linear-gradient(0, #ffc43c 0%, #ffe5a7 100%);
    border: 1px solid #ffd269;
    width: 92%;
    height: 40px;
    border-radius: 5px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.registered-forget-btn {
    float: left;
}

.registered-forget-btn span {
    color: #c11918;
}

.acc-other-wrap .registered-txt-btn {
    display: block;
    text-align: right;
}

.acc-other-wrap .registered-txt-btn span {
    color: #756d5b;
}

.acc-other-wrap .registered-footer {
    margin: 25px 4% 5px;
}

/*----------------------------------------------
                 å……å€¼è¦–çª—
----------------------------------------------*/

.recharge-wrap {
    position: relative;
    padding: 4px;
    background: #2b2e35;
}

.recharge-tab-btns {
    display: block;
    width: auto;
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.recharge-tab-btns .scroll-tip {
    position: fixed;
    top: 50px;
    right: -5px;
    width: 30px;
    height: 60px;
    background: url(../fonts/pre_arrR.svg) center/auto 80% no-repeat;
    z-index: 9;
    -webkit-animation: lrtip 800ms linear infinite alternate;
    animation: lrtip 800ms linear infinite alternate;
    z-index: 9;
}

@-webkit-keyframes lrtip {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    60% {
        -webkit-transform: translate( -30%, 0);
        transform: translate( -30%, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes lrtip {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    60% {
        -webkit-transform: translate( -30%, 0);
        transform: translate( -30%, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.recharge-tab-btns .recharge-item-btns {
    position: relative;
    height: 60px;
    /* flex: 1; */
    margin: 0 3px;
    display: block;
    /* background: #FFF; */
    border-radius: 5px;
    width: 32%;
    display: inline-block;
}

.recharge-tab-btns .recharge-item-btns::before,
.recharge-tab-btns .recharge-item-btns::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
}

.recharge-tab-btns .recharge-item-btns::before {
    border-radius: 5px;
}

.recharge-tab-btns .recharge-item-btns:first-child {
    margin-left: 0;
}

.recharge-tab-btns .recharge-item-btns:last-child {
    margin-right: 0;
}

.recharge-tab-btns .recharge-item-btns .circle {
    position: absolute;
    right: 26%;
    top: 22%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.recharge-tab-btns .recharge-item-btns.pay-1 .circle {
    background: #ff345c;
}

.recharge-tab-btns .recharge-item-btns.pay-2 .circle {
    background: #1ae790;
}

.recharge-tab-btns .recharge-item-btns.pay-3 .circle {
    background: #3181ff;
}

.recharge-tab-btns .recharge-item-btns.pay-4 .circle {
    background: #a200ff;
}

.recharge-tab-btns .recharge-item-btns.pay-5 .circle {
    background: #ffd034;
}

.recharge-tab-btns .recharge-item-btns.pay-6 .circle {
    background: #ff6bcf;
}

.recharge-tab-btns .recharge-item-btns.pay-7 .circle {
    background: #1fffdd;
}

.recharge-wrap .recharge-money-list .recharge-money-item {
    background: #FFF;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.85rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.recharge-wrap .recharge-money-list .recharge-money-item:last-child {
    margin-bottom: 0;
}

.recharge-wrap .recharge-money-list .recharge-money-item .col {
    flex: 1;
    padding: 0 5px;
}

.recharge-wrap .recharge-money-list .recharge-money-item .money-icon {
    background: url(../fonts/pinfo101.svg) center no-repeat;
}

.recharge-wrap .recharge-money-list .recharge-money-item .money-icon.new {}

.recharge-wrap .recharge-money-list .recharge-money-item .money-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.recharge-wrap .recharge-money-list .recharge-money-item .money-intro p {
    margin: 0;
    font-size: 12px;
}

.recharge-wrap .recharge-money-list .recharge-money-item .money-intro p:first-child {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
}

.recharge-wrap .recharge-money-list .recharge-money-item .money-intro p:last-child {
    color: #b1b1b1;
}

.recharge-wrap .recharge-money-list .recharge-money-item .money-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.recharge-wrap .recharge-money-list .recharge-money-item .money-num p {
    color: #dcb454;
    border: 1px solid #dcb454;
    text-align: center;
    height: 36px;
    border-radius: 50px;
    line-height: 36px;
    width: 80px;
    margin: 0;
    padding: 0 5px;
    font-size: 12px;
}

.recharge-wrap .recharge-forms {
    /*border-top: 1px solid #c7c0b0;*/
    padding: 10px 0 0;
    margin: 3px 0 0 0;
}

.recharge-wrap .recharge-forms.m0 {
    padding: 0;
}

.recharge-wrap .recharge-forms .recharge-custom-input-box {
    position: relative;
}

.recharge-wrap .recharge-forms .recharge-custom-input-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #adabac;
}

.recharge-wrap .recharge-forms .recharge-custom-input-box2 span {
    color: #deb853;
    display: block;
    width: 60px;
    text-align: center;
}

.recharge-wrap .recharge-forms .recharge-custom-input-box input {
    width: 100%;
    color: #FFF;
    border: none;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 5px;
    background: #2b2e35;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.recharge-wrap .recharge-forms .recharge-custom-input-box > div {
    width: 100%;
    color: #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    border: none;
    min-height: 50px;
    line-height: 50px;
    padding: 0 5px;
    background-color: #2b2e35;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.recharge-wrap .recharge-forms textarea {
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    border: none;
    margin: 5px 0;
    padding: 10px;
    box-sizing: border-box;
}

.recharge-wrap .recharge-forms .recharge-custom-input-box2 input {
    box-shadow: none;
}

/*.recharge-wrap .recharge-forms .recharge-custom-input-box input::placeholder {
    color: #000;
}*/

.recharge-wrap .recharge-forms .recharge-custom-input-box input::placeholder {
    color: #FFF;
}

.recharge-wrap .recharge-forms .recharge-custom-input-box .clear-btn {
    width: 20px;
    height: 20px;
    background: url(../images/log_delete.png) center/100% no-repeat;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
}

.recharge-wrap .recharge-forms .recharge-custom-input-box .recharge-custom-control {
    width: 250px;
    height: 20px;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    color: #000000;
}

.recharge-wrap .recharge-forms .recharge-submit,
.recharge-wrap .recharge-forms .recharge-cancel,
.recharge-wrap .recharge-forms .recharge-service {
    display: block;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    color: #000;
    margin: 8px 0px;
    font-weight: bolder;
}

.recharge-wrap .recharge-forms .recharge-submit{
    background: url(../images/btn-bg.png) center/auto 65% no-repeat;
}

/*html[language='in'] .recharge-wrap .recharge-forms .recharge-submit{
    background: url(../images/btn.png) center/auto 65% no-repeat;
}*/

.recharge-wrap .recharge-forms .recharge-cancel{
    background: url(../images/cancel.png) center/auto 65% no-repeat;
}

html[language='in'] .recharge-wrap .recharge-forms .recharge-cancel{
    background: url(../images/in/cancel.png) center/auto 65% no-repeat;
}

.recharge-wrap .recharge-forms .recharge-serives {
    background: url(../images/deposit.png) center/auto 65% no-repeat;
}

.person-acc-box .recharge-submit {
    background: url(../images/Confirm.png) center/auto 80% no-repeat;
}
.person-acc-box .recharge-cancel {
    background: url(../images/cancel.png) center/auto 80% no-repeat;
}
.recharge-wrap .recharge-forms .recharge-user-mony {
    color: #FFF;
    text-align: right;
    margin: 10px 0 0;
}

.recharge-wrap .recharge-forms .recharge-user-mony.mb {
    margin-bottom: 20px;
}

.recharge-wrap .recharge-forms .recharge-user-mony span {
    font-size: 0.9rem;
}

.recharge-wrap .recharge-forms .recharge-user-mony strong {
    font-size: 1.2rem;
}

.recharge-wrap .recharge-forms .recharge-custom-radio {
    margin-bottom: 10px;
}

.recharge-wrap .recharge-forms .recharge-custom-radio input[type="radio"] {
    display: none;
}

.recharge-wrap .recharge-forms .recharge-custom-radio .recharge-custom-radio-box {
    background: #FFF;
    height: 46px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px 0;
}

.recharge-wrap .recharge-forms .recharge-custom-radio input[type="radio"]+label {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background: url(../fonts/check_get201.svg) 20px center/20px 20px no-repeat;*/
}

.recharge-wrap .recharge-forms .recharge-custom-radio input[type="radio"]+label {
    /*background: url(../fonts/check_get202.svg) 20px center/20px 20px no-repeat;*/
    color: #000;
}

.recharge-wrap .recharge-forms .recharge-custom-radio input[type="radio"]:checked+label {
    /*background: url(../fonts/check_get202.svg) 20px center/20px 20px no-repeat;*/
    color: #000;
}

.recharge-service-dialog .recharge-wrap .recharge-forms {
    border: none;
}

.recharge-select-box label {
    width: 100%;
    height: 46px;
}

.recharge-select-box select {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #393d46;
    padding: 0 1px;
    color: #FFF;
    background: #393d46;
}

#recharge-dialog .modal-title, #withdraw-dialog .modal-title, #set-bouns-dialog-st .modal-title, #change-pwd-dialog .modal-content, #change-pwd-safe-dialog .modal-title, #change-pwd-safe-dialog .modal-content, #add-card-dialog .modal-content, #recharge-service-dialog .modal-title {
    background: #2b2e35;
}

#recharge-dialog .btn-close, #withdraw-dialog .btn-close, #invite-dialog .btn-close, #set-bouns-dialog-st .btn-close, #change-pwd-dialog .btn-close, #change-pwd-safe-dialog .btn-close, #recharge-service-dialog .btn-close {
    background: url(../images/btn-close.png) center/100% 100% no-repeat;
}
/*----------------------------------------------
                 æç¾è¦–çª—
----------------------------------------------*/

.withdraw-dialog .recharge-wrap .recharge-forms {
    border: none;
}

/*----------------------------------------------
                è¿”å›žé é¡žåž‹
----------------------------------------------*/

.pages-container {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    /*max-width: 620px;*/
    height: 100%;
    background: #000;
    /*background: url(../images/bg-big.jpg?91418b0â€¦) 50%/cover no-repeat;*/
    z-index: 8;
    overflow: hidden;
    /* overflow-y: auto;
    -webkit-overflow-scrolling: touch; */
}

.pages-container.show {
    display: block;
}

.pages-container .page-user-center-main {
    /*background-image: -moz-linear-gradient( 0, rgb(16, 15, 11) 0%, rgb(56, 54, 50) 70%, rgb(7, 7, 7) 100%);
    background-image: -webkit-linear-gradient( 0, rgb(16, 15, 11) 0%, rgb(56, 54, 50) 70%, rgb(7, 7, 7) 100%);
    background-image: -ms-linear-gradient( 0, rgb(16, 15, 11) 0%, rgb(56, 54, 50) 70%, rgb(7, 7, 7) 100%);
    background-image: linear-gradient( 0, rgb(16, 15, 11) 0%, rgb(56, 54, 50) 70%, rgb(7, 7, 7) 100%);*/
    background-image: #010101;
}

.pages-container .pages-main {
    display: none;
    width: 100%;
    /* min-height: calc(100% - 6.29vh); */
    height: calc(100% - 6.29vh);
    overflow: hidden;
}

/* .pages-container .pages-main.scroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
} */

.pages-container .pages-main.active {
    display: block;
}

@media screen and (max-height: 794px) {
    /*.pages-container .pages-main {
        height: calc(100% - 50px);
    }*/
}

.pages-container .pages-main .pages-content {
    opacity: 0;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 13.5vmin;
    height: calc(100% - 50px);
    background-color: #262526;
}

.pages-container .pages-main.ani .pages-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.pages-container .pages-main .pages-content.scroll {
    position: relative;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    /* -webkit-overflow-scrolling: touch; */
}

.pages-container .pages-main .pages-content.scroll::after {
    content: '';
    display: block;
    width: 100%;
    height: 6.29vh;
}

.pages-container .pages-header {
    position: fixed;
    width: 100%;
    height: 13.5vmin;
    background-image: -moz-linear-gradient( 90deg, rgb(21, 21, 19) 0%, rgb(51, 51, 51) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(21, 21, 19) 0%, rgb(51, 51, 51) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(21, 21, 19) 0%, rgb(51, 51, 51) 100%);
    background-image: linear-gradient( 0, rgb(21, 21, 19) 0%, rgb(51, 51, 51) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.pages-container .pages-header h1 {
    margin: 0;
    color: #e8c77a;
    font-size: 1.5rem;
}

.pages-container .close-btn {
    position: absolute;
    left: 5px;
    top: 7px;
    width: 36px;
    height: 36px;
    background: url(../fonts/back01.svg) center/100% no-repeat;
    z-index: 9;
}

/*----------------------------------------------
            è¿”å›žé é¡žåž‹: å€‹äººä¸­å¿ƒé é¢
----------------------------------------------*/

.member-wrapper {
    width: 100%;
    display: flex;
    padding: 10px;
    height: 88px;
    box-sizing: border-box;
}

.member-wrapper .member-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.member-wrapper .member-col p {
    margin: 0;
    font-size: 0.8rem;
}

.member-wrapper .member-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.member-wrapper .member-wallet {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.member-wrapper .member-wallet .mark-name {
    line-height: 30px;
}

.member-wrapper .member-wallet .mark-txt {
    color: #e3c378;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
}

.member-wrapper .member-wallet span,
.member-wrapper .member-wallet strong {
    display: block;
    margin-left: 5px;
}

.member-wrapper .member-btns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    padding: 5px 0;
    border-radius: 50px;
    font-size: 0.85rem;
}

.member-wrapper .member-btns a.ohter-member-btn {
    border: 1px solid #49463f;
    margin-bottom: 3px;
}

.member-wrapper .member-btns a.ohter-member-btn:active {
    background: rgba(73, 70, 63, .3);
}

.member-wrapper .member-btns a.member-logout-btn {
    background: #49463f;
}

.member-wrapper .member-btns a.member-logout-btn:active {
    background: #58554e;
}

.avatar {
    position: relative;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
}

.avatar.free::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/person-free-icon.png) top left/70% auto no-repeat;
}

.user-name {
    color: #fff;
    font-size: 1.1rem;
}

.user-center-wrapper {
    padding: 5px;
    height: calc(100vh - 100px - 88px);
}

.user-center-wrapper::after {
    display: block;
    content: '';
    height: 0;
    overflow: hidden;
    clear: both;
}

.user-center-wrapper .user-center-item {
    position: relative;
    background: #201f1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 2px);
    height: 16.266%;
    float: left;
    margin: 1px;
    box-sizing: border-box;
}

.user-center-wrapper .user-center-item:active {
    background: #31302f;
}

.user-center-wrapper .user-center-item .user-center-item-tip {
    position: absolute;
    top: 5px;
    right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4vh;
    height: 4vh;
    max-width: 26px;
    max-height: 26px;
    border-radius: 50%;
    background: #ff2f2f;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 0;
    margin: 0;
}

.user-center-wrapper .user-center-item span {
    color: #e8c77a;
    width: 60%;
    text-align: center;
}

.user-center-wrapper .user-center-item::before {
    display: inline-block;
    content: '';
    /* background: #000; */
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

@media screen and (orientation:landscape) {
    .user-center-wrapper .user-center-item::before {
        display: inline-block;
        content: '';
        /* background: #000; */
        width: 30%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
    }
}

.user-center-wrapper .user-center-item.item-11::before {
    background-image: url(../fonts/pinfo113_1.svg);
}

.user-center-wrapper .user-center-item.item-1::before {
    background-image: url(../fonts/pinfo101.svg);
}

.user-center-wrapper .user-center-item.item-2::before {
    background-image: url(../fonts/pinfo102.svg);
}

.user-center-wrapper .user-center-item.item-3::before {
    background-image: url(../fonts/pinfo103.svg);
}

.user-center-wrapper .user-center-item.item-4::before {
    background-image: url(../fonts/pinfo104.svg);
}

.user-center-wrapper .user-center-item.item-5::before {
    background-image: url(../fonts/pinfo105.svg);
}

.user-center-wrapper .user-center-item.item-6::before {
    background-image: url(../fonts/pinfo106.svg);
}

.user-center-wrapper .user-center-item.item-7::before {
    background-image: url(../fonts/pinfo107.svg);
}

.user-center-wrapper .user-center-item.item-8::before {
    background-image: url(../fonts/pinfo108.svg);
}

.user-center-wrapper .user-center-item.item-9::before {
    background-image: url(../fonts/pinfo109.svg);
}

.user-center-wrapper .user-center-item.item-10::before {
    background-image: url(../fonts/pinfo110.svg);
}

.user-center-wrapper .user-center-item.item-11::before {
    background-image: url(../fonts/pinfo111.svg);
}

.user-center-wrapper .user-center-item.item-12::before {
    background-image: url(../fonts/pinfo112.svg);
}

.user-center-wrapper .user-center-item.item-13::before {
    background-image: url(../fonts/pinfo113.svg);
}

/*----------------------------------------------
            è¿”å›žé é¡žåž‹: æ–°èžå…¬å‘Šé é¢
----------------------------------------------*/

.pages-content .news-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
}

.pages-content .news-wrapper .news-con {
    padding: 0 5px;
}

.pages-content .news-wrapper .news-con-main,
.pages-content .sub-con-main {
    /* height: calc(100vh - 6.29vh - 66px - 50px); */
    height: calc(100% - 66px);
    padding-bottom: calc(10px + constant(safe-area-inset-bottom));
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.pages-content .news-wrapper .news-article-box {
    margin-bottom: 20px;
}

.pages-content .news-wrapper .news-article-box .news-date {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    margin: 5px 0;
}

.pages-content .news-wrapper .news-article-box .news-article {
    background: #FFF;
    color: #000;
    padding: 2px;
    border-radius: 5px;
}

.pages-content .news-wrapper .news-article-box .news-article .title {
    /*height: 40px;*/
    line-height: 40px;
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 10px;
}

.pages-content .news-wrapper .news-article-box .news-article .content {
    color: #9d9d9d;
    padding: 0 10px;
    display: block;
    display: -webkit-box;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 1.5;
}

.pages-content .news-wrapper .news-article-box .news-article.hidden .content {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    height: 45px;
}

.pages-content .news-wrapper .news-article-box .news-article .switch-btn {
    display: block;
    text-align: center;
    border-top: 1px solid #979797;
    padding: 5px 0;
}

.pages-content .news-wrapper .news-article-box .news-article .switch-btn span {
    color: #000;
}

.pages-content .news-wrapper .news-article-box .news-article .switch-btn.active span {
    color: #fabf47;
}

/*----------------------------------------------
            è¿”å›žé é¡žåž‹: å®‰å…¨è¨­ç½®
----------------------------------------------*/

.pages-content .security-settings-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pages-content .security-settings-wrapper .wm-intro-box .logo {
    display: block;
    width: 43vw;
    height: 43vw;
    max-width: 160px;
    max-height: 160px;
    background: url(../fonts/safe_i100.svg) center/100% no-repeat;
    margin: 0 auto 5px;
}

.pages-content .security-settings-wrapper .wm-intro-box p {
    color: #e6c576;
    margin: 0;
}

.pages-content .security-settings-wrapper .security-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-top:0.5rem;
}

.pages-content .security-settings-wrapper .security-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 28%;
    height: auto;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    margin-left:1rem;
}

.pages-content .security-settings-wrapper .security-item:active {
    background: rgba(255, 255, 255, .3);
}

.pages-content .security-settings-wrapper .security-item::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0;
}

.pages-content .security-settings-wrapper .security-item span {
    font-size: 0.8rem;
}

.pages-content .security-settings-wrapper .security-item.password-login::before {
    background-image: url(../fonts/safe_i101.svg);
}

.pages-content .security-settings-wrapper .security-item.password-wallet::before {
    background-image: url(../fonts/safe_i102.svg);
}

.pages-content .security-settings-wrapper .security-item.password-getback::before {
    background-image: url(../fonts/safe_i103.svg);
}

/*----------------------------------------------
            è¿”å›žé é¡žåž‹: æç¾
----------------------------------------------*/

/* .pages-content .withdraw-wrapper {
    height: 100%;
}

.pages-content .withdraw-wrapper .cash-balance {
    background: #292825;
    height: 90px;
    display: flex;
    align-items: center;
}

.pages-content .withdraw-wrapper .cash-balance .col {
    display: flex;
}

.pages-content .withdraw-wrapper .cash-balance .col.balance-col {
    flex: 1;
    flex-direction: column;
}

.pages-content .withdraw-wrapper .cash-balance .col.balance-btn-col {
    justify-content: flex-end;
}

.pages-content .withdraw-wrapper .cash-balance .balance-num {
    color: #e8c77a;
    font-size: 1.5rem;
}

.pages-content .withdraw-wrapper .cash-balance .withdraw-btn {
    display: block;
    padding: 5px 8px;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 196, 60) 0%, rgb(255, 229, 167) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 196, 60) 0%, rgb(255, 229, 167) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 196, 60) 0%, rgb(255, 229, 167) 100%);
    color: #000;
}

.pages-content .withdraw-wrapper .withdraw-records-main {
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: calc(100% - 90px);
}

.pages-content .withdraw-wrapper .withdraw-records-btn {
    position: relative;
    display: inline-block;
    width: 96%;
    margin: 10px 2%;
    color: #e8c77a;
    border: 1px solid #ffd36b;
    padding: 8px;
    border-radius: 5px;
}

.pages-content .withdraw-wrapper .withdraw-records-btn span {
    color: #e8c77a;
}

.pages-content .withdraw-wrapper .withdraw-records-btn::after {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../fonts/wit_arrR01.svg) center right/100% auto no-repeat;
} */

/*----------------------------------------------
            è¿”å›žé é¡žåž‹: ä¿¡ç”¨å°ˆå€
----------------------------------------------*/

.pages-content .member-manager-wrapper {
    padding: 0 20px;
}

.pages-content .member-manager-wrapper .member-manager-list {
    width: 100%;
    padding: 10px 0;
}

.pages-content .member-manager-wrapper .member-manager-list .member-manager-item {
    width: 50%;
    height: 180px;
    padding: 3px;
    display: block;
    text-align: center;
    float: left;
}

html[language='vn'] .pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon1 {
    padding-bottom: 24px;
}

html[language='th'] .pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon5,
html[language='en'] .pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon5 {
    padding-bottom: 24px;
}

.pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon {
    width: 100%;
    height: 100%;
    /*background: rgba(255, 255, 255, 0.1);*/
    background: #202328;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon:active {
    background: rgba(255, 255, 255, .3);
}

.pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon::before {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
}

.pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon1::before {
    background-image: url(../images/cre_i2101.png);
    background-position: center;
    background-size: 60% 60%;
}

.pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon2::before {
    background-image: url(../fonts/cre_i2201.svg);
}

.pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon3::before {
    background-image: url(../images/cre_i2102.png);
    background-position: center;
    background-size: 60% 60%;
}

.pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon4::before {
    background-image: url(../fonts/cre_i2202.svg);
}

.pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon5::before {
    background-image: url(../images/cre_i2301.png);
    background-position: center;
    background-size: 60% 60%;
}

.pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon6::before {
    background-image: url(../images/cre_i2302.png);
    background-position: center;
    background-size: 60% 60%;
}

.pages-content .layer-member-wrapper .btn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 22px;
    background: url(../fonts/cre_i301.svg) center right/auto 100% no-repeat;
    margin: 0;
    cursor: pointer;
}

.layer-member-report-wrapper {
    width: 100%;
    height: 100%;
}

.layer-member-report-wrapper .data-con {
    padding: 10px;
}

.layer-member-report-wrapper .data-con h1 {
    font-size: 1.2em;
    font-weight: bold;
}

.layer-member-report-wrapper .list-title-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 5px;
}

.layer-member-report-wrapper .list-title-con p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-right: 7px;
}

.layer-member-report-wrapper .btn-more {
    width: 90px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

.layer-member-report-wrapper .member-box-con {
    margin-bottom: 8px;
}

/*----------------------------------------------
                 acc style
----------------------------------------------*/

.pages-content .tab-box {
    padding: 10px;
    display: flex;
    height: 9vh;
    align-items: center;
}

.pages-content .tab-box .tab-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 2px;
    height: 85%;
    border-radius: 6vmin;
    /*background: url(../images/btn2.png) center/auto 100% no-repeat;*/
    background: #55556b;
    background-size: contain;
    justify-content: center;
    align-items: center;
    font-size: 4vmin;
}

html[language='en'] .pages-content .tab-box .tab-btn {
    font-size: 3.8vmin;
}

.pages-content .tab-box .tab-btn.active {
    width: 100%;
    background: #d1a133;
    font-weight: bolder;
    /*background: url(../images/btn-bg.png) center/auto 100% no-repeat;
    background-size: contain;*/
}

.txt-green {
    color: #01b20c;
}

.txt-red {
    color: #db0102;
}

.acc-btn-1 {
    background: #f1bd43;
    color: #000;
    text-align: center;
    border: none;
}

.search-bar-con {
    padding: 5px;
}

.search-bar-con div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
}

.search-bar-con input,
.search-bar-con button {
    /*border-radius: 5px;
    color: #000;*/
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    padding-right: 10px;
    padding-left: 10px;
    /*border: 1px solid #4f4f4d;*/
    border: none;
    width: 25vmin;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: none;
    background: #1c1d22;
}
.search-bar-con .inquire {
    background: url(../images/btn-bg.png) center/auto no-repeat;
    background-size: contain;
    font-weight: bolder;
}
/*html[language='in'] .search-bar-con .inquire {
    background: url(../images/in/Inquire.png) center/auto no-repeat;
    background-size: contain;
}*/
.search-bar-con input.date {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search-bar-con select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: 0 2px;
    color: #FFF;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    background: #393d46;
    border: 1px solid #393d46;
}

.search-bar-con select.col-10 {
    width: 100%;
    max-width: 100%;
}

/*.data-table-con {
    padding: 7px;
}*/

.person-report, .accounting-records, .member-manager, .layer-member, .news-main {
    background: #36394a;
}

.member-manager span {
    color: #86898e;
    font-weight: bold;
}

.acc-table {
    font-size: 12px;
    margin-bottom: 10px;
}

.acc-table .acenter {
    text-align: center;
}

.acc-table .aright {
    text-align: right;
}

.acc-table .aleft {
    text-align: left;
}

.acc-table-1 {
    width: 100%;
    /* border-radius: 5px 5px 10px 10px; */
    overflow: hidden;
}

.acc-table-1 thead th,
.acc-table-1 tbody td {
    vertical-align: middle;
    padding: 3px 5px;
}

.acc-table-1 thead th {
    background: #393d46;
    color: #b6b7b8;
    text-align: center;
}

.acc-table-1 tbody td {
    border-bottom: 1px solid #282826;
    background: #393d46;
    color: #FFF;
}

.acc-table-1 p {
    display: inline-block;
    margin: 0;
}

.acc-table-2 {
    width: 100%;
}

.acc-table-2 thead th,
.acc-table-2 tbody td {
    vertical-align: center;
    padding: 3px 5px;
}

/*----------------------------------------------
            è¿”å›žé é¡žåž‹: å€‹äººå ±è¡¨
----------------------------------------------*/

/* .person-report-wrapper {} */

.person-report-wrapper::after,
.accounting-records-wrapper::after {
    content: '';
    display: block;
    width: 100%;
    height: 6.29vh;
}

.person-report .fix-data-con {
    position: fixed;
    z-index: 9;
    background: #1c1d22;
    bottom: 0;
    margin-bottom: 6.29vh;
    margin-bottom: calc(6.29vh + constant(safe-area-inset-bottom));
    margin-bottom: calc(6.29vh + env(safe-area-inset-bottom));
    width: 100vw;
    height: 50px;
    padding: 7px;
    /*max-width: 620px;*/
}

@media screen and (max-height: 794px) {
    /* .person-report .fix-data-con {
        bottom: 50px;
    } */
    .person-report-wrapper::after,
    .accounting-records-wrapper::after {
        height: 50px;
    }
}

.accounting-records .fix-data-con {
    position: fixed;
    z-index: 9;
    background: #1c1d22;
    bottom: 0;
    margin-bottom: 6.29vh;
    margin-bottom: calc(6.29vh + constant(safe-area-inset-bottom));
    margin-bottom: calc(6.29vh + env(safe-area-inset-bottom));
    width: 100vw;
    height: 50px;
    padding: 7px;
    /*max-width: 620px;*/
}

/*----------------------------------------------
            è¿”å›žé é¡žåž‹: å……å€¼ä¸­å¿ƒ
----------------------------------------------*/

.wallet-center-wrapper .wallet-center-list {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.wallet-center-wrapper .wallet-center-list .list-item {
    width: calc(40% - 6px);
    height: 100px;
    padding: 3px;
    display: inline-block;
    text-align: center;
}

.wallet-center-wrapper .wallet-center-list .icon {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wallet-center-wrapper .wallet-center-list .icon:active {
    background: rgba(255, 255, 255, .3);
}

.wallet-center-wrapper .wallet-center-list .icon::before {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
}

.wallet-center-wrapper .wallet-center-list .icon1::before {
    background-image: url(../fonts/pinfo101.svg);
}

.wallet-center-wrapper .wallet-center-list .icon2::before {
    background-image: url(../fonts/pinfo102.svg);
}

.wallet-center-wrapper .wallet-records-con {
    padding: 10px;
}

.wallet-center-wrapper .wallet-records-con h1 {
    font-size: 1.4em;
    font-weight: bold;
}

/*----------------------------------------------
            è¿”å›žé é¡žåž‹: æŽ¨å»£æŸ¥è©¢
----------------------------------------------*/

.invite-report-wrapper {
    width: 100%;
    height: 100%;
}

.invite-report .invite-data-con {
    padding: 0 10px 10px 10px;
}

.invite-report .invite-data-con p {
    margin: 0;
    font-size: 13px;
    padding: 3px;
}

/*----------------------------------------------
                   å³å°‡é–‹æ”¾
----------------------------------------------*/

.coming-window {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 620px;
    height: 100%;
    background: #000;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2000;
    opacity: 0;
    transition: all .3s;
}

.coming-window.on {
    opacity: 1;
}

.coming-window .close-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../fonts/w_close02.svg) center/100% no-repeat;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
}

.coming-window .game-photo {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.coming-window .game-photo.active {
    opacity: 1;
}

.coming-window .game-photo.roulette {
    background-image: url(../images/coming/come_ru.jpg);
}

.coming-window .game-photo.sibo {
    background-image: url(../images/coming/come_sic.jpg);
}

.coming-window .game-photo.niuniu {
    background-image: url(../images/coming/come_niu.jpg);
}

.coming-window .game-photo.ky {
    background-image: url(../images/coming/come_le.jpg);
}

.coming-window .game-photo.jdb {
    background-image: url(../images/coming/come_jdb.jpg);
}

.coming-window .game-photo.lixin-lottery {
    background-image: url(../images/coming/come_lixin_lottery.jpg);
}

.coming-window .game-photo.vr {
    background-image: url(../images/coming/come_vr.jpg);
}

.coming-window .game-photo.playngo {
    background-image: url(../images/coming/come_playnGo.jpg);
}

.coming-window .game-photo.sports-quiz {
    background-image: url(../images/coming/sports-quiz.jpg);
}

.coming-window .come-tip-box {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: #2c61d1;
    width: 100%;
    padding: 1.2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coming-window .come-tip-box .logo-icon {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 50px;
    height: 50px;
    margin: 0 1.3em 0 0;
}

.coming-window .come-tip-box .logo-icon.wm {
    background-image: url(../fonts/wmlogo_s1.svg);
}

.coming-window .come-tip-box .logo-icon.ky {
    background-image: url(../images/coming/come_le.png);
}

.coming-window .come-tip-box .logo-icon.jdb {
    background-image: url(../images/coming/jdb-logo.png);
}

.coming-window .come-tip-box .logo-icon.vr {
    background-image: url(../images/coming/vr-logo.png);
}

.coming-window .come-tip-box .logo-icon.playngo {
    background-image: url(../fonts/come_logo_playngo.svg);
    width: 80px;
}

.coming-window .come-tip-box h1 {
    font-size: 1.4em;
    margin: 0;
}

.coming-window .come-tip-box p {
    margin: 0;
    font-size: 1em;
}

/*----------------------------------------------
                   ç³»çµ±è¦–çª—
----------------------------------------------*/

.system-dialog {
    position: fixed;
    width: 90%;
    max-width: 500px;
    height: 180px;
    background: #252526;
    z-index: 99;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .6);
}

.system-dialog .header {
    background: #e0bd7a;
    height: 30px;
    line-height: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-weight: bold;
}

.system-dialog .content {
    height: 100px;
    padding: 5px;
    overflow: hidden;
    color: #000;
}

.system-dialog p {
    margin: 0;
}

.system-dialog .footer {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border-top: 1px solid #c5c5c5;*/
}

.system-dialog .system-btn {
    background: rgba(152, 152, 152, 1);
    width: 80px;
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}

.system-dialog .system-btn.cancel {
    background: rgba(152, 152, 152, .7);
    font-weight: bold;
}

.system-dialog .system-btn.confirm {
    background: #e0bd7a;
    font-weight: bold;
}

.dialog-btn-submit,
.dialog-btn-cancel {
    display: block;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    margin: 8px 5px;
}

.dialog-btn-submit span {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.dialog-btn-cancel span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.dialog-btn-submit {
    background: url(../images/btn-bg.png) center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100%;
    border-radius: 6vmin;
    width: 55%;
    margin: 0 auto;
}

.dialog-btn-cancel {
    /*background: url(../images/cancel.png) center/auto 65% no-repeat;*/
    background-color: #55556b;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100%;
    border-radius: 6vmin;
    width: 55%;
    margin: 0 auto;
}

html[language='in'] .dialog-btn-cancel {
    background: url(../images/in/cancel.png) center/auto 65% no-repeat;
}

/*----------------------------------------------
                   è¨­å®šè¿”æ°´è¦–çª—
----------------------------------------------*/

.bouns-table {
    border-radius: 0;
}

.bouns-table thead th {
    font-size: 12px;
}

.bouns-table tbody td {
    border-bottom: 1px solid #e6e6e6;
}

input.set-bouns-input {
    height: 32px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #a9a9a9;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .2);
    padding: 5px;
    box-sizing: border-box;
    max-width: 80px;
}

.bouns-num {
    color: #e34165 !important;
}
.bouns-con {
    background: #2b2e35;
}
/*----------------------------------------------
                   ç³»çµ±æç¤º bar
----------------------------------------------*/

.system-bar-box {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    max-width: 620px;
    z-index: 7;
    display: none;
}

.system-bar-box.active {
    display: block;
}

.system-bar {
    width: 100%;
    min-height: 5.14vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.system-bar.ani {
    animation: system-bar 3000ms linear infinite
}

.system-bar .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.system-bar p {
    margin: 0;
}

.system-bar.success {
    /*background: rgb(255, 253, 167);*/
    background: #795548;
}

.system-bar.success p {
    color: #fff;
}

.system-bar.success .icon {
    background-image: url(../fonts/check-mark-green.svg);
}

.system-bar.error {
    background: #795548;
}

.system-bar.error p {
    color: #FFF;
}

.system-bar.error .icon {
    background-image: url(../fonts/danger.svg);
}

.system-bar.general {
    background: rgba(0, 0, 0, .9);
}

.system-bar.general p {
    color: #2cffb2;
}

.system-bar.general .icon {
    background-image: url(../fonts/check_get.svg);
}

@keyframes system-bar {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        opacity: 1;
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        opacity: .8;
    }
}

/*----------------------------------------------
                   ç¶å®šè¦–çª—
----------------------------------------------*/

.wm-bind-wrap .person-box {
    padding: 10px 30px;
    width: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(21, 21, 19) 0%, rgb(51, 51, 51) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(21, 21, 19) 0%, rgb(51, 51, 51) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(21, 21, 19) 0%, rgb(51, 51, 51) 100%);
    background-image: linear-gradient( 0, rgb(21, 21, 19) 0%, rgb(51, 51, 51) 100%);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #6d6b6c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wm-bind-wrap .person-box .avatar {
    margin-right: 10px;
}

.wm-bind-wrap .person-box .person-intro p {
    margin: 0;
    color: #d7d7d7;
}

.wm-bind-wrap .person-box .person-intro p span {
    color: #d0ad4d;
}

.wm-bind-wrap .person-acc-box {
    padding: 2px 10px;
}

.wm-bind-wrap .person-acc-box .acc-data {
    background: #2b2e35;
    width: 100%;
    color: #FFF;
    border: none;
    height: 60px;
    line-height: 17px;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    box-sizing: border-box;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wm-bind-wrap .person-acc-box .acc-data.readonly {
    opacity: .5;
}

.wm-bind-wrap .person-acc-box .acc-data span {
    white-space: nowrap;
}

.wm-bind-wrap .person-acc-box .acc-data input {
    background: #2b2e35;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 5px;
    border: none;
    color: #DCDCDC;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
}

.wm-bind-wrap .person-acc-box .acc-data input:focus {
    outline: none
}

.wm-bind-wrap .person-acc-box .btn-acc-bind {
    background: url(../images/btn-bg.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 45px;
    /*line-height: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*text-align: center;*/
    color: #000;
    font-weight: bolder;
    margin: 10px 17px;
}

.wm-bind-wrap .acc-bind-tip-box {
    margin: 12px;
    color: #939393;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #763e87;
    border-radius: 5px;
}

.wm-bind-wrap .acc-bind-tip-box p {
    position: relative;
    margin: 5px;
    color: #ffd900;
    font-size: 14px;
}

.wm-bind-wrap .acc-bind-tip-box span {
    color: #FFF;
}

.jq-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,.3);
    z-index: 9999
}

.jq-alert .alert {
    background-color: #fff;
    width: 80%;
    height: 132px;
    border-radius: 4px;
    overflow: hidden
}

.jq-alert .alert .title {
    position: relative;
    margin: 0;
    font-size: .3rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-weight: 400;
    color: rgba(0,0,0,.8)
}

.jq-alert .alert .content {
    padding: 16px;
    font-size: 16px;
    color: rgba(0,0,0,.6)
}

.jq-alert .alert .content .prompt {
    width: 100%
}

.jq-alert .alert .content .prompt .prompt-content {
    font-size: .28rem;
    color: rgba(0,0,0,.54)
}

.jq-alert .alert .content .prompt .prompt-text {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    height: .6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: .2rem;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    text-indent: 5px
}

.jq-alert .alert .content .prompt .prompt-text:focus {
    border: 1px solid #2196f3;
    background-color: rgba(33,150,243,.08)
}

.jq-alert .alert .fd-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jq-alert .alert .fd-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f3f3f3
}

.jq-alert .alert .fd-btn a {
    width: 100%;
    height: 32px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(0,0,0,.8)
}

.jq-alert .alert .fd-btn a.cancel {
    position: relative;
    color: rgba(0,0,0,.5)
}

.jq-alert .alert .fd-btn a.cancel:after {
    content: "";
    position: absolute;
    top: .1rem;
    right: 0;
    width: 1px;
    height: .6rem;
    background-color: #f3f3f3
}

.jq-alert .alert .fd-btn a.confirm {
    color: #2196f3
}

.jq-alert .alert .fd-btn a.confirm:active {
    background-color: #2196f3;
    color: #fff
}

.jq-toast {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center
}

.jq-toast .toast {
    max-width: 80%;
    padding: .1rem .2rem;
    background-color: rgba(0,0,0,.48);
    color: #fff;
    border-radius: 4px;
    font-size: .28rem
}

.video-box-neek_sound{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0,0,0,.7);
}
.nekstayle_sound{
    display: block;
    height: 295px;
    box-sizing: border-box;
    transform: none;
    /*border: 3px solid #ffdf5e;*/
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #ede9e0;
    overflow: visible!important;
    width: 75.898%;
    max-width: 470px;
}
.neka_sound{
    height: 289px;
    background-color: #FFF;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
    /*border: 1px solid rgba(0,0,0,.2);*/
    border-radius: 6px;
}
.game-window-title{
    position: relative;
    width: 100%;
    height: 39px;
    background: #eb2949;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-close-video_sound{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../fonts/w_close.svg) 50%/100% no-repeat;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dbox{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 85%;
    padding-left: 30px;
    align-items: center;
    display: flex;
}
.pbox{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pbox span{
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 25px;
    position: relative;
    margin-bottom: 0;
}
.pbox span:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 1px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
}
.pbox span.active{
    background: #eb2949;
}
.pbox span.active:after {
    left: calc(100% - 5px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.switch-container_sound{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    font-weight: 700;
    color: #000;
}

.is-close {
    opacity: 0.5;
}
.th{
    background:#65625d;
    color:#fff;
    font-size:15px;
    padding:4px;
}
.showSanjiao{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    position:relative;
}
.icon-xiajiantou{
    border-color:#000 transparent transparent;
}
.icon-shangjiantou,.icon-xiajiantou{
    position:absolute;
    right:.4rem;
    width:0;
    height:0;
    border-width:7px;
    border-style:solid;
}
.icon-shangjiantou{
    border-color:transparent transparent #000;
    top:0px;
}
.haveread {
    background-image: url(../fonts/check_get202.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 3px;
    top: 10px;
}
.electroniclist .gamelist-item {
    width: calc(50% - 10px);
    height: 180px;
    padding: 5px;
    display: block;
    text-align: center;
    float: left;
    margin-left: 7px;
}
.electroniclist .gamelist-item .gamelist {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    border-radius: 5px;
    display: -webkit-box; 
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.electroniclist .gamelist-item .gamelist .game-image{
    width: 145px;
    height: 136px;
    margin: 0px auto;
}

.OfferFreeContent{
    vertical-align: middle;
    background: #444444;
    border-right: #8c7561 1px solid;
    border-top: #8c7561 1px solid;
    border-bottom: #8c7561 1px solid;
    border-left: #8c7561 1px solid;
    color: #fff;
}

.SportMImg {
    height: 60%;
    width: 100%;
    z-index: 102;
    position: relative;
    top: 16%;
}

.SportMask {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.XImg {
    background: url(../images/X.png) no-repeat;
    height: 8%;
    width: 100%;
    position: relative;
    background-position: center;
    top: 78%;
    background-size: contain;
}

.pages-content .person-report-wrapper .btn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 22px;
    background: url(../fonts/cre_i301.svg) center right/auto 100% no-repeat;
    margin: 0;
    cursor: pointer;
}

.acc-table-1 .td-note {
    background-color: rgb(218, 217, 218);
    font-size: 12px;
    padding: 8px;
    color: rgb(0, 0, 0);
    word-break: break-all;
}

.recharge-spancointypetext {
    background: #FFF;
    width: 100%;
    color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    display: flex;
    box-sizing: border-box;
}
#best-game {
    top: 75.5%;
    background: #121315;
}
.gameText {
    width: 50%;
    top: 13px;
    left: 50%;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    border-bottom: solid 1px;
}
.gameText3 {
    width: 35%;
    top: 2vh;
    left: 63%;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    text-align: center;
}
#withdraw-dialog .withdraw_typetitle {
    color: #efea62;
    box-shadow: none;
    border: none;
    min-height: 0;
    line-height: 23px;
    border-bottom: none;
}

@media screen and (orientation: portrait) 
{
    body:before {
        content: "";
        display: block;
        position: fixed;
        width: 100%;
        /*max-width: 620px;*/
        height: 100vh;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        /*background: url(../images/bg-straight.jpg?91418b0d32f69ac10c416c8db0f5d4f2) 50%/cover no-repeat;*/
        background-color: #fdfdfd;
    }

    .pages-loading-box, .pages-loading-game {
        position: fixed;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        z-index: 101;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 1;
        transition: opacity .35s linear;
        background-color: #000;
        /*opacity: 0.6;*/
    }
    .pages-loading-box.home {
        /*background: #000 url(../images/loading_bg.jpg?91418b0d32f69ac10c416c8db0f5d4f2) 50%/cover no-repeat;*/
    }
    .pages-loading-game {
        /*background: #000 url(../images/loading.png) 50%/cover no-repeat;*/
        opacity: 0.6;
    }
    .gamelist-wrapper {
        display: block;
        width: 98%;
        height: 100%;
        position: initial;
        /*overflow: auto;*/
    }
    /*.home-content {
        top: 50%;
    }*/
    /*.home-swiper-wrapper {
        top: 7%;
    }*/
    .gamelist-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        /*flex-wrap: wrap;*/
        /*overflow-y: auto;*/
        /*overflow-x: hidden;*/
        align-content: flex-start;
        /*justify-content: space-between;*/
        grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5% 16.5% 16.5% 16.5% 16.5%;
        grid-template-rows: 49.5% 49.5%;
        grid-gap: .2%;
        grid-template-areas:
            "btn_game btn_game btn_game btn_game btn_game btn_game btn_game btn_game btn_game"
            "btn_game btn_game btn_game btn_game btn_game btn_game btn_game btn_game btn_game";
        /*padding-bottom: 33vmin;*/
    }
    .home-fix-top-box .btn-freeplayout {
        top: 7px;
    }
    .banner {
        position: fixed;
        z-index: 6;
        top: 6%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 17%;
    }
    .banner .banner-img {
        content: url(../images/banner.png);
        width: 100%;
    }
    html[language='en'] .banner .banner-img {
        content: url(../images/en/banner.png);
        width: 100%;
    }
    .oldhomeview {
        /*height: 42%;*/
    }
    .newhomeview {
        height: 67%;
    }
}

/*登入頁面 語系按鈕*/
.login-wrapper .btn-language,
.login-wrapper .btn-sound 
{
    position: absolute;
    display: block;
    z-index: 6;
    box-sizing: border-box;
    border-radius: 50%;
    top: 10px;
    cursor: pointer;
}

.login-wrapper .btn-language {
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, .4);
    right: 10px;
    padding: 4px;
}

.login-wrapper .btn-language .language-flag-icon {
    display: block;
    width: 100%;
    height: 100%;
}

.login-wrapper .btn-sound {
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, .5);
    left: 10px;
}

.login-wrapper .btn-sound .sound-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 66% auto;
    background-position: center;
    background-image: url(../fonts/sound_off.svg);
}

.login-wrapper .btn-sound.on .sound-icon {
    background-image: url(../fonts/sound_on.svg);
}

.home-swiper-container .banner01 {
    content: url(../images/en/1.jpg?202208101647);
    width: 100%;
}
.home-swiper-container .banner02 {
    content: url(../images/en/2.jpg?202208101647);
    width: 100%;
}
.home-swiper-container .banner03 {
    content: url(../images/en/3.jpg?202208101647?1);
    width: 100%;
}
.home-swiper-container .banner04 {
    content: url(../images/en/WMB-1.mp4?202208101647);
    width: 100%;
}
.home-swiper-container .banner05 {
    content: url(../images/en/WMB-2.png);
    width: 65%;
    position: absolute;
    left: 0;
}
.home-swiper-container .banner06 {
    content: url(../images/en/WMB-3.png?202208101647);
    width: 65%;
    position: absolute;
    left: 0;
}
.home-swiper-container .banner07 {
    content: url(../images/en/7.jpg?202208101647);
    width: 100%;
}
.home-swiper-container .banner08 {
    content: url(../images/en/8.jpg?202208101647);
    width: 100%;
}
.home-swiper-container .banner09 {
    content: url(../images/en/9.jpg?202208101647);
    width: 100%;
}
.home-swiper-container .banner10 {
    content: url(../images/en/10.jpg?202208101647);
    width: 100%;
}
.home-swiper-container .banner11 {
    content: url(../images/en/11.jpg?202208101647);
    width: 100%;
}
.home-swiper-container .banner12 {
    content: url(../images/en/12.jpg?202208101647);
    width: 100%;
}
.home-swiper-container .banner13 {
    content: url(../images/en/13.jpg?202208101647);
    width: 100%;
}
.home-swiper-container .banner14 {
    content: url(../images/en/14.jpg?202208101647);
    width: 100%;
}
.home-swiper-container .banner15 {
    content: url(../images/en/15.jpg?202208101647);
    width: 100%;
}

html[language='en'] .event-botton {
  background-image: url(../images/en/Details.png);
  background-size: 100% 100%;
  position: absolute;
  width: 17%;
  height: 15%;
  /*left: 0;*/
  right: 0;
  bottom: 0;
  margin: auto;
}

html[language='in'] .home-swiper-container .banner01 {
    content: url(../images/in/1.jpg);
    width: 100%;
}
html[language='in'] .home-swiper-container .banner02 {
    content: url(../images/in/2.jpg);
    width: 100%;
}
html[language='in'] .home-swiper-container .banner03 {
    content: url(../images/in/3.jpg);
    width: 100%;
}
html[language='in'] .home-swiper-container .banner04 {
    content: url(../images/in/WMB-1.gif);
    width: 65%;
    position: absolute;
    left: 0;
}
html[language='in'] .home-swiper-container .banner05 {
    content: url(../images/in/WMB-2.png);
    width: 65%;
    position: absolute;
    left: 0;
}
html[language='in'] .home-swiper-container .banner06 {
    content: url(../images/in/WMB-3.png);
    width: 65%;
    position: absolute;
    left: 0;
}
html[language='in'] .home-swiper-container .banner07 {
    content: url(../images/in/7.jpg);
    width: 100%;
}
html[language='in'] .home-swiper-container .banner08 {
    content: url(../images/in/8.jpg);
    width: 100%;
}
html[language='in'] .home-swiper-container .banner09 {
    content: url(../images/in/9.jpg);
    width: 100%;
}
html[language='in'] .home-swiper-container .banner10 {
    content: url(../images/in/10.jpg);
    width: 100%;
}
html[language='in'] .home-swiper-container .banner11 {
    content: url(../images/in/11.jpg);
    width: 100%;
}
html[language='in'] .home-swiper-container .banner12 {
    content: url(../images/in/12.jpg);
    width: 100%;
}
html[language='in'] .home-swiper-container .banner13 {
    content: url(../images/in/13.jpg);
    width: 100%;
}
html[language='in'] .home-swiper-container .banner14 {
    content: url(../images/in/14.jpg);
    width: 100%;
}
html[language='in'] .home-swiper-container .banner15 {
    content: url(../images/in/15.jpg);
    width: 100%;
}

html[language='in'] .event-botton {
  background-image: url(../images/in/Details.png);
  background-size: 100% 100%;
  position: absolute;
  width: 17%;
  height: 15%;
  /*left: 0;*/
  right: 0;
  bottom: 0;
  margin: auto;
}

.gameText2 {
    width: 25%;
    margin-top: -7%;
    margin-left: 68%;
    font-size: 12px;
    font-weight: bold;
}

.guide-photo #loading {
    content: url(../images/loading/guide-1.gif);
    object-fit: fill;
}

.unread{
    /*position: relative;*/
    width: 5vmin;
    height: 5vmin;
    left: 70%;
    background-color: #A38346;
    border-radius: 50%;
    /*margin-bottom: -20px;*/
    text-align: center;
    line-height: 5vmin;
    margin-left: 2vmin;
    color: #fff !important;
}

.home-context .gamelist {
    z-index: 1;
    width: 100%;
    height: 15vmin;
    /*margin: 35px 0px 10px 0px;*/
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #666;
    /*position: fixed;
    top: 40.5%;*/
    overflow: scroll;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    /*overflow-x: auto;*/
}

.home-context .gamelist .title.active {
    display: flex;
    flex-direction: column;
    width: 25%;
    height: 100%;
    color: #000000;
    font-weight: 900;
    background: linear-gradient( 0, #cd9314, #f0cc7e 80%);
}

.home-context .gamelist .title {
    background: #1d1c1c;
    width: 25%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
}

.home-context .gamelist .text {
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vmin;
    line-height: 1;
}

.home-context .gamelist .all_list.active .icon {
    background-image: url(../images/tab/all_1.png);
    background-size: 25%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .hot_list.active .icon {
    background-image: url(../images/tab/hot_1.png);
    background-size: 29%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .update_list.active .icon {
    background-image: url(../images/tab/update_1.png);
    background-size: 35%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .sports_list.active .icon {
    background-image: url(../images/tab/sport_1.png);
    background-size: 25%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .live_list.active .icon {
    background-image: url(../images/tab/live_1.png);
    background-size: 31%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .liveshow_list.active .icon {
    background-image: url(../images/tab/liveshow_1.png);
    background-size: 35%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .espots_list.active .icon {
    background-image: url(../images/tab/espots_1.png);
    background-size: 32% 68%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .slot_list.active .icon {
    background-image: url(../images/tab/slot_1.png);
    background-size: 39%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .lottery_list.active .icon {
    background-image: url(../images/tab/lottery_1.png);
    background-size: 46% 83%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .chess_list.active .icon {
    background-image: url(../images/tab/chess_1.png);
    background-size: 42%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .all_list .icon {
    background-image: url(../images/tab/all_2.png);
    background-size: 34%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .hot_list .icon {
    background-image: url(../images/tab/hot_2.png);
    background-size: 29%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .update_list .icon {
    background-image: url(../images/tab/update_2.png);
    background-size: 34%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .sports_list .icon {
    background-image: url(../images/tab/sport_2.png);
    background-size: 25%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .live_list .icon {
    background-image: url(../images/tab/live_2.png);
    background-size: 29%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .liveshow_list .icon {
    background-image: url(../images/tab/liveshow_2.png);
    background-size: 34%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .espots_list .icon {
    background-image: url(../images/tab/espots_2.png);
    background-size: 32% 68%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .slot_list .icon {
    background-image: url(../images/tab/slot_2.png);
    background-size: 39%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .lottery_list .icon {
    background-image: url(../images/tab/lottery_2.png);
    background-size: 46% 83%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.home-context .gamelist .chess_list .icon {
    background-image: url(../images/tab/chess_2.png);
    background-size: 42%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
}

.guide-photo #nwRole {
    content: url(../images/loading/nwImage.jpg);
    width: 100%;
    height: 100%;
}

.guide-photo #cpImg1 {
    content: url(../images/loading/cpImg1.png);
    width: 100%;
    height: 100%;
}

.guide-photo #cpImg2 {
    content: url(../images/loading/cpImg2.png);
    width: 100%;
    height: 100%;
}

@media screen and (max-height: 480px), screen and (max-width: 320px) {
    .home-context .gamelist .active {
        height: 30px;
    }
}

.gamelist-wrapper .gamelist-type {
    z-index: 1;
    width: 100%;
    height: 35px;
    line-height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.gamelist-wrapper .gamelist-type .typegroup {
    width: 25%;
    margin: auto;
    border: solid 1px #dbb675;
}

.gamelist-wrapper .gamelist-type .typegroup.active {
    width: 25%;
    margin: auto;
    border: solid 1px #dbb675;
    background: #b18f54;
}

.menu-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.menu-contact {
    width: 70vw;
    height: 53.5vmin;
    background: url(../images/tab/contact_bg.png) no-repeat;
    display: flex;
    position: fixed;
    transition: all 0.5s ease 0s;
    font-size: 4.5vmin;
    overflow: hidden;
    top: 50%;
    right: -61%;
    background-size: 75% 100%;
}

.menu-contact.active {
    right: -28%;
}

.menu-contact .contactUs{
    background-image: url(../images/tab/contact_1.png);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
    width: 100%;
    height: 30vmin;
}

html[language='in'] .menu-contact .contactUs{
    background-image: url(../images/tab/contact_1_in.png);
}

.menu-contact .list{
    width: 100%;
    height: 33%;
    display: flex;
    margin-top: 1.5%;
}

.menu-contact .music{
    background-image: url(../images/tab/music_2.png);
    background-repeat: no-repeat;
    background-size: 62%;
    width: 20%;
    height: 100%;
    background-position: center;
}

.menu-contact .music.on.active{
    background-image: url(../images/tab/music_1.png);
}

.menu-contact .livechat{
    background-image: url(../images/tab/livechat_1.png);
    background-repeat: no-repeat;
    background-size: 62%;
    width: 20%;
    height: 100%;
    background-position: center;
}

.menu-contact .telegram,
.menu-contact .telegram2{
    background-image: url(../images/tab/telegram_1.png);
    background-repeat: no-repeat;
    background-size: 62%;
    width: 20%;
    height: 100%;
    background-position: center;
}

.menu-contact .whatsapp{
    background-image: url(../images/tab/whatsapp_1.png);
    background-repeat: no-repeat;
    background-size: 62%;
    width: 20%;
    height: 100%;
    background-position: center;
}

.menu-contact .tab_text{
    font-size: 3vmin;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 82%;
}

.home-fix-center-box {
    z-index: 7;
    width: 100vw;
    height: 13vmin;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #121315;
    bottom: 7.29vh;
    position: fixed;
}

.home-fix-center-box .appdownload-box {
    width: 100%;
    padding-right: 3%
    background: url(../images/appdownload_bg.png) center/100% no-repeat;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.home-fix-center-box .appdownload-box .appdownload-close {
    width: 11.6%;
    height: 83%;
    background: url(../images/appdownload_close.png) center/100% no-repeat;

    /*position: relative;
    display: inline-block;*/
    /*top: 0vmin;
    left: -3.5vmin;*/
}

.home-fix-center-box .appdownload-box .appdownload-content {
    width: 60%;
    /*display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 5px;*/
}

.home-fix-center-box .appdownload-box .appdownload-content .appdownload-text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    font-size: 3.5vmin;
    font-weight: 900;
    color: #b18f54;
    /*position: relative;
    left: -5vmin;*/
}

html[language='in'] .home-fix-center-box .appdownload-box .appdownload-content .appdownload-text {
    font-size: 12px;
}

.home-fix-center-box .appdownload-box .appdownload-btn {
    width: 28.4%;
    height: 83%;
    background: url(../images/appdownload_btn.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
}

html[language='in'] .home-fix-center-box .appdownload-box .appdownload-btn {
    background: url(../images/appdownload_btn_in.png) no-repeat;
    background-size: 100% 100%;
}

.item_list {
    width: 100%;
    height: 20vmin;
    /*position: fixed;
    top: 29.5%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vmin;
}

.Deposit_home {
    background: #dcb454;
    width: 35%;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    height: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.centerMoney {
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    font-size: 4.2vmin;
    /*margin: 1.5vmin auto;*/
}

.registion-box
{
    width: 100%;
    height: 100%;
    overflow: auto;
}

.registion-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000f5;
    z-index: 100;
    /*background: url(../images/login_bg.jpg) no-repeat;
    background-size: 100% 100%;*/
}

.registion-dialog .registion-title {
    position: relative;
    width: 100%;
    height: 6.4vmin;
    line-height: 6.4vmin;
    padding: 0 5.65vmin;
    margin: 8.54vmin 0 6.2vmin;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

/*.registion-dialog .registion-close {
    position: absolute;
    top: 0;
    left: 5.67vmin;
    width: 6.32vmin;
    height: 6.32vmin;
    background: url(../images/icon_close.png) no-repeat 50%;
    background-size: contain;
}*/

.registion-dialog .registion-image {
    margin: 0 auto 0;
    width: 40vmin;
    height: 10vmin;
    background: url(../images/registion-image.png) no-repeat 50%;
    background-size: contain;
}

html[language='in'] .registion-dialog .registion-image {
    margin: 0 auto 0;
    width: 40vmin;
    height: 10vmin;
    background: url(../images/in/registion-image.png) no-repeat 50%;
    background-size: contain;
}

.registion-dialog .registion-content {
    width: 100%;
    padding: 0px 20px;
    height: 90vh;
    /*padding: 0 17.61vmin;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 55vh;
    overflow: auto;*/
}

.registion-dialog .registion-content .input-box {
    border-radius: 1vmin;
    margin-top: 4vh;
}

.registion-dialog .registion-content .input-box input {
    font-size: 2vmin;
    width: 89%;
    height: 4vh;
    line-height: 4vh;
    border: none;
    display: block;
    text-indent: 1vmin;
    background-color: rgba(0,0,0,0);
    margin: -2vmin 3.3vmin;
    color: #000;
}

html[language='tw'] .registion-dialog .registion-content .input-box input {
    font-size: 6vmin;
}

.registion-dialog .registion-content .input-box {
    background-size: auto 7vmin;
    background-position: 2vmin;
    background-color: #FFF;
    background-repeat: no-repeat;
    width: 100%;
}
.phoneCodeBtn {
    background: url(../images/btn-bg.png) no-repeat 0 0/100% 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1vmin;
    color: #000;

    /*background-color: #dcb454;*/
}

/*webkit瀏覽器專用*/
.registion-dialog .registion-input-box input::-webkit-input-placeholder {color: #adadad;}
html[language='tw'] .registion-dialog .registion-input-box input::-webkit-input-placeholder {font-size: 16px;}
/*Firefox 4-18瀏覽器專用*/
.registion-dialog .registion-input-box input::-moz-placeholder {color: #adadad;}
html[language='tw'] .registion-dialog .registion-input-box input::-moz-placeholder {font-size: 16px;}
/*Firefox 19+瀏覽器專用*/
.registion-dialog .registion-input-box input::-moz-placeholder {color: #adadad;}
html[language='tw'] .registion-dialog .registion-input-box input::-moz-placeholder {font-size: 16px;}
/*IE10瀏覽器專用*/
.registion-dialog .registion-input-box input:-ms-input-placeholder {color: #adadad;}
html[language='tw'] .registion-dialog .registion-input-box input:-ms-input-placeholder {font-size: 16px;}

.registion-content .registion-btn{
    background: url(../images/btn-bg.png) no-repeat 0 0/100% 100%;
    width: 100%;
    height: 6.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bolder;
    margin-top: 4vh;
    font-size: 4.2vmin;
}
/*html[language='in'] .registion-content .registion-btn{
    background: url(../images/in/login_bg4.png) no-repeat 0 0/100% 100%;
    display: flex;
    position: absolute;
    top: 76%;
    left: 41%;
    width: 18vmin;
    height: 18vmin;
    filter: drop-shadow(0px 8px 3px rgba(0, 0, 0, 0.5));
}*/

.registion-content .registion-btn.active{
    opacity: 1;
    background: -webkit-gradient(linear,left top,right top,from(#dccab8),to(#d2b496));
    background: -webkit-linear-gradient(left,#dccab8,#d2b496);
    background: linear-gradient(90deg,#dccab8,#d2b496);
    color: #fff;
}

.registion-box .registion-gologin {
    width: 16vmin;
    height: 10vmin;
    top: 12%;
    left: 29%;
}



@media only screen and (min-width: 361px) and screen and (min-height: 547px) {
    .menu-contact {
        top: 53%;
    }
}

@media (min-width: 375px) and (orientation: portrait) {
    #best-game {
        top: 75.5%;
    }
    html[language='en'] .event-botton {
        top: 75%;
    }
}

@media only screen and (max-width: 360px) {
    html[language='en'] .event-botton {
        top: 85px;
    }
    #best-game {
        top: 75%;
    }
}

@media only screen and (max-width: 320px) {
    html[language='th'] .pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon5,
    html[language='en'] .pages-content .member-manager-wrapper .member-manager-list .member-manager-item .icon5 {
        padding-bottom: 50px;
    }
    #best-game {
        top: 72.5%;
    }
    .oldhomeview {
        height: 40%;
    }
    .newhomeview {
        height: 68%;
    }
    html[language='en'] .event-botton {
        top: 65px;
    }
}

.welcomeImg {
    background: url(../images/promotion/welcome.png);
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: center;
}

/*html[language='en'] .welcomeImg {
    background: url(../images/promotion/welcome_en.png);
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: center;
}*/


/*我的帳號*/
.myAccount-wrapper {
    width: 100%;
    height: 100%;
}
.myAccount-bar {
    width: 100%;
    height: 15vmin;
    display: flex;
}
.myAccount-bar a {
    background: url(../images/myAccount-bar-off.png) no-repeat;
    background-size: 100%;
    width: 20%;
    height: 100%;
}
.myAccount-bar a.active {
    background: url(../images/myAccount-bar-on.png) no-repeat;
    background-size: 100%;
}
.myAccount-bar .icon {
    width: 100%;
    height: 55%;
}
.myAccount-bar .myAccount-icon {
    background: url(../images/myAccount-off.png) no-repeat;
    background-size: 33%;
    background-position: bottom;

}
.myAccount-bar .active .myAccount-icon {
    background: url(../images/myAccount-on.png) no-repeat;
    background-size: 33%;
    background-position: bottom;

}
.myAccount-bar .recharge-icon {
    background: url(../images/myAccount-recharge-off.png) no-repeat;
    background-size: 33%;
    background-position: bottom;

}
.myAccount-bar .active .recharge-icon {
    background: url(../images/myAccount-recharge-on.png) no-repeat;
    background-size: 33%;
    background-position: bottom;
}
.myAccount-bar .withdraw-icon {
    background: url(../images/myAccount-withdraw-off.png) no-repeat;
    background-size: 33%;
    background-position: bottom;
}
.myAccount-bar .active .withdraw-icon {
    background: url(../images/myAccount-withdraw-on.png) no-repeat;
    background-size: 33%;
    background-position: bottom;
}
.myAccount-bar .person-report-icon {
    background: url(../images/myAccount-person-report-off.png) no-repeat;
    background-size: 33%;
    background-position: bottom;
}
.myAccount-bar .active .person-report-icon {
    background: url(../images/myAccount-person-report-on.png) no-repeat;
    background-size: 33%;
    background-position: bottom;
}
.myAccount-bar .account-authentication-icon {
    background: url(../images/myAccount-authentication-off.png) no-repeat;
    background-size: 33%;
    background-position: bottom;
}
.myAccount-bar .active .account-authentication-icon {
    background: url(../images/myAccount-authentication-on.png) no-repeat;
    background-size: 33%;
    background-position: bottom;
}
.myAccount-text {
    font-size: 3.5vmin;
    height: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
}
.myAccount-text {
    font-size: 3vmin;
}
.myAccount-bar a.active .myAccount-text {
    color: #000;
}

.myAccount-content {
    width: 100%;
    height: 70%;
    background: url(../images/login_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.member-profile-box {
    width: 70%;
    height: auto;
    color: #977b58;
    margin: 0 auto;
    padding-top: 6vmin;
    font-size: 4vmin;
}

.member-profile-title {
    width: 100%;
    height: 10vmin;
    background-color: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
}

.member-profile-content {
    width: 100%;
    height: 30vmin;
    background-color: #444444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    flex-direction: column;
}

.contract-wrapper {
    width: 100%;
    height: auto;
}


/*利用契約*/
.contract-img {
    width: 100%;
    height: 20vmin;
    background: url(../images/introduce_contract.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='en'] .contract-img {
    background: url(../images/en/introduce_contract.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='ja'] .contract-img {
    background: url(../images/ja/introduce_contract.png) no-repeat;
    background-size: 75%;
    background-position: center;
}

.introduce-content {
    padding: 0 7vmin 15vmin 7vmin;
}

.introduce-title {
    color: #a38142;
    font-size: 4.2vmin;
    font-weight: bolder;
}

.introduce-text {
    margin-bottom: 3vmin;
    font-size: 3.8vmin;
}


/*博彩責任*/
.bet-responsibility-img {
    width: 100%;
    height: 20vmin;
    background: url(../images/introduce_bet_responsibility.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='en'] .bet-responsibility-img {
    background: url(../images/en/introduce_bet_responsibility.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='ja'] .bet-responsibility-img {
    background: url(../images/ja/introduce_bet_responsibility.png) no-repeat;
    background-size: 75%;
    background-position: center;
}


/*隱私政策*/
.privacy-policy-img {
    width: 100%;
    height: 20vmin;
    background: url(../images/introduce_privacy_policy.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='en'] .privacy-policy-img {
    background: url(../images/en/introduce_privacy_policy.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='ja'] .privacy-policy-img {
    background: url(../images/ja/introduce_privacy_policy.png) no-repeat;
    background-size: 75%;
    background-position: center;
}


/*關於我們*/
.aboutUs-img {
    width: 100%;
    height: 20vmin;
    background: url(../images/introduce_aboutUs.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='en'] .aboutUs-img {
    background: url(../images/en/introduce_aboutUs.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='ja'] .aboutUs-img {
    background: url(../images/ja/introduce_aboutUs.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
.advantage {
    width: 100%;
    height: 55vmin;
}
.advantage-list {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-between;
    align-items: end;
} 
.advantage-box {
    background-color: #444444;
    width: 48%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 1vmin;
}
.introduce-big-title {
    background: -webkit-gradient(linear,left top,right bottom,from(#f8f9fa),to(#b68f4f));
    background: linear-gradient(to bottom,#f8f9fa,#b68f4f 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
    font-weight: bolder;
    width: 100%;
    font-size: 6vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
html[language='en'] .introduce-big-title {
    font-size: 4.5vmin;
    line-height: 1.2;
}
.advantage-title {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 3.7vmin;
    color: #a38142;
    font-weight: bolder;
}
.logo-notext {
    background: url(../images/logo-notext.png) no-repeat;
    background-size: 50%;
    background-position: center;
    width: 15%;
    height: 12vmin;  
}
.whychoose-img {
    width: 100%;
    height: 20vmin;
    background: url(../images/introduce_whychoose.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='en'] .whychoose-img {
    background: url(../images/en/introduce_whychoose.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='ja'] .whychoose-img {
    background: url(../images/ja/introduce_whychoose.png) no-repeat;
    background-size: 75%;
    background-position: center;
}

/*vip*/
.vip-banner {
    width: 100%;
    height: 41vmin;
    background: url(../images/vip-banner.png) no-repeat;
    background-size: 100%;
}
.memberstatus-img {
    width: 100%;
    height: 13vmin;
    background: url(../images/introduce_memberstatus.png) no-repeat;
    background-size: 75%;
    background-position: center bottom;
}
html[language='en'] .memberstatus-img {
    background: url(../images/en/introduce_memberstatus.png) no-repeat;
    background-size: 75%;
    background-position: center bottom;
}
html[language='ja'] .memberstatus-img {
    background: url(../images/ja/introduce_memberstatus.png) no-repeat;
    background-size: 75%;
    background-position: center bottom;
}
.memberstatus-box {
    width: 100%;
    height: 67vmin;
}
.memberCard {
    width: 100%;
    height: 100%;
    background: url(../images/memberCard.png) no-repeat; 
    background-size: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10vmin 0vmin;
}
.member-lvl-img {
    width: 33%;
    height: 70%;
}
.member-lvl1 {
    width: 100%;
    height: 100%;
    background: url(../images/member-lvl1.png) no-repeat; 
    background-size: 100%;
    background-position: center;
}
.member-lvl2 {
    width: 100%;
    height: 100%;
    background: url(../images/member-lvl2.png) no-repeat; 
    background-size: 100%;
    background-position: center;
}
.member-lvl3 {
    width: 100%;
    height: 100%;
    background: url(../images/member-lvl3.png) no-repeat; 
    background-size: 100%;
    background-position: center;
}
.member-lvl4 {
    width: 100%;
    height: 100%;
    background: url(../images/member-lvl4.png) no-repeat; 
    background-size: 100%;
    background-position: center;
}
.member-lvl5 {
    width: 100%;
    height: 100%;
    background: url(../images/member-lvl5.png) no-repeat; 
    background-size: 100%;
    background-position: center;
}
.member-lvl-text-bg {
    width: 40%;
    height: 25%;
    background: url(../images/memberlvltext.png) no-repeat; 
    background-size: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
html[language='en'] .member-lvl-text-bg,
html[language='ja'] .member-lvl-text-bg {
    width: 55%;
}
.member-lvl-text {
    color: #a38142;
    font-weight: bolder;
}

.vip-plan-img {
    width: 100%;
    height: 20vmin;
    background: url(../images/introduce_vip_plan.png) no-repeat;
    background-size: 75%;
    background-position: center;
}

.vip-wrapper table {
    width: 100%;
    height: auto;
}

.vip-wrapper table thead {
    background-color: #1c1c1c;
    color: #927749;
    font-size: 3.8vmin;
    text-align: center;
    font-weight: bolder;
    line-height: 1.2;
}

.vip-wrapper table thead tr {
    width: 100%;
    height: 15vmin;
}
.vip-wrapper table thead tr td {
    width: 20%;
    height: 100%;
}
html[language='en'] .vip-wrapper table thead tr td {
    font-size: 3.2vmin;
}
.light-bg {
    background-color: #4d4d4d;
}
.intermediate-bg {
    background-color: #3f3f3f;
}
.dark-bg {
    background-color: #1c1c1c;
}
.vip-wrapper table tbody tr {
    width: 100%;
    text-align: center;
    font-size: 3.5vmin;
}
.vip-wrapper table tbody tr td {
    width: 20%;
    height: 25vmin;
}
.member-level1 {
    background: url(../images/member-lvl1.png) no-repeat;
}
.member-level2 {
    background: url(../images/member-lvl2.png) no-repeat;
}
.member-level3 {
    background: url(../images/member-lvl3.png) no-repeat;
}
.member-level4 {
    background: url(../images/member-lvl4.png) no-repeat;
}
.member-level5 {
    background: url(../images/member-lvl5.png) no-repeat;
}
.member-plan-icon {
    width: 100%;
    height: 60%;
    background-size: 73%;
    background-position: bottom;
}
.member-level-text {
    width: 100%;
    height: 40%;
    color: #927749;
    font-weight: bolder;
}
html[language='en'] .member-level-text {
    line-height: 1.2;
    font-size: 3.2vmin;
}
html[language='ja'] .member-level-text {
    line-height: 1.2;
    font-size: 3.2vmin;
}

.whatvip-img {
    width: 100%;
    height: 20vmin;
    background: url(../images/introduce_whatvip.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='en'] .whatvip-img {
    background: url(../images/en/introduce_whatvip.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='ja'] .whatvip-img {
    background: url(../images/ja/introduce_whatvip.png) no-repeat;
    background-size: 75%;
    background-position: center;
}

.vip-title {
    color: #927749;
    text-align: center;
    font-weight: bolder;
    width: 100%;
    height: 9vmin;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip-content {
    color: #927749;
    font-size: 3.8vmin;
    padding: 1vmin 2vmin 1vmin 2vmin;
    font-weight: bolder;
}

.upgrade-conditions-img {
    width: 100%;
    height: 20vmin;
    background: url(../images/introduce_upgrade_conditions.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='en'] .upgrade-conditions-img {
    background: url(../images/en/introduce_upgrade_conditions.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='ja'] .upgrade-conditions-img {
    background: url(../images/ja/introduce_upgrade_conditions.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
.upgrade-conditions-box {
    width: 100%;
    /*height: 25vmin;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.upgrade-conditions-icon {
    width: 20%;
    height: 15vmin;
    background-size: 80%;
    background-position: bottom;
}
.upgrade-conditions-text {
    color: #927749;
    font-weight: bolder;
    font-size: 3.9vmin;
    text-align: center;
}

.entertain-img {
    width: 100%;
    height: 12%;
    background: url(../images/entertain.png) no-repeat;
    background-size: 35%;
    background-position: center;
}
html[language='en'] .entertain-img {
    background: url(../images/en/entertain.png) no-repeat;
    background-size: 35%;
    background-position: center;
}
html[language='ja'] .entertain-img {
    background: url(../images/ja/entertain.png) no-repeat;
    background-size: 35%;
    background-position: center;
}

.special-experience-img {
    width: 100%;
    height: 20vmin;
    background: url(../images/introduce_special_experience.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='en'] .special-experience-img {
    background: url(../images/en/introduce_special_experience.png) no-repeat;
    background-size: 75%;
    background-position: center;
}
html[language='ja'] .special-experience-img {
    background: url(../images/ja/introduce_special_experience.png) no-repeat;
    background-size: 75%;
    background-position: center;
}

.special-experience-text {
    color: #a38142;
    font-size: 4vmin;
    font-weight: bolder;
}

.logo-img {
    background: url(../images/logo-notext.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 30vmin;
}


/*帳號認證*/
.account-authentication-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4vmin;
    border-radius: 1vmin;
    font-weight: bolder;
}
.authentication-title {
    margin-bottom: 2vmin;
    /*font-size: 4.2vmin;*/
}
.authentication-title-text {
    color: #a38142;
    font-size: 4vmin;
    text-align: center;
}
.authentication-content {
    width: 100%;
    /*height: 90vmin;*/
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 4vmin 6vmin 6vmin 6vmin;
    margin-top: 3vmin;
}
.authentication-content-title {
    margin-bottom: 2vmin;
    font-size: 4.2vmin;
    color: #a38142;
}
.authentication-content-text {
    font-size: 4vmin;
    width: 100%;
    margin-bottom: 2vmin;
}
.upload-image {
    background: url(../images/upload-image.png) no-repeat;
    background-size: 75%;
    background-position: center;
    width: 30%;
    height: 16.5vmin;
}
.selectfile-btn {
    border: 2px solid #977b58;
    width: 100%;
    height: 12.5vmin;
    margin-bottom: 3vmin;
    border-radius: 1.2vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #977b58;
}
.uploadimage-btn {
    background: url(../images/btn-bg.png) center/auto no-repeat;
    background-size: 100%;
    width: 100%;
    height: 12.5vmin;
    border-radius: 1.2vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}



.recharge-wrap .recharge-forms .Ratiotruemoney input {
    width: 70%;
    margin-left: 14px;
}
.recharge-wrap .recharge-forms .Ratiotruemoney input[method=USDT] {
    width: 52%;
    margin-left: 7px;
}
html[language='en'] .recharge-wrap .recharge-forms .Ratiotruemoney input[method=USDT] {
    width: 85%;
    margin-left: 7px;
}
html[language='ja'] .recharge-wrap .recharge-forms .Ratiotruemoney input[method=USDT] {
    width: 41%;
    margin-left: 7px;
}