* {
  box-sizing: border-box
}
html,body,section,div,h1,h2,h3,h4,h5,p,span{ margin: 0; padding: 0  }

.modal-backdrop{
  height: 100%
}

.home-context {
  /*overflow: hidden;*/
  height: 100%;
}

.home-link-bar {
  padding: 10px;
  height: 50px;
  justify-content: space-between
}

.home-link-bar .home-link-btn.about-wm {
  display: none
}

.home-link-btn.about-wm.btn-pop {
  display: none!important
}

.home-link-bar .header-nav {
  display: inline-block;
  width: 32%;
  text-align: center;
  color: #333!important;
  border-radius: 6px!important;
  text-align: center;
  height: 32px;
  line-height: 33px;
  flex: none!important
}

.home-link-bar .nav-recharge,
.home-link-bar .nav-agent,
.home-link-bar .nav-accountSet,
.home-link-bar .nav-accountNote {
  border-radius: 6px!important;
  text-align: center;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg,#bcbbbb 0,#cdc2c2 23%,#bcbbbb 64%,#fff 100%);
  background-image: -webkit-linear-gradient(90deg,#bcbbbb 0,#cdc2c2 23%,#bcbbbb 64%,#fff 100%);
  background-image: -ms-linear-gradient(90deg,#bcbbbb 0,#cdc2c2 23%,#bcbbbb 64%,#fff 100%)
}


.home-link-bar .nav-trial {
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg,#a78638 0,#d7ad4c 45%,#e8c77a 84%,#ffe5a7 100%);
  background-image: -webkit-linear-gradient(90deg,#a78638 0,#d7ad4c 45%,#e8c77a 84%,#ffe5a7 100%);
  background-image: -ms-linear-gradient(90deg,#a78638 0,#d7ad4c 45%,#e8c77a 84%,#ffe5a7 100%)
}

.pages-container .pages-header {
  /*background: #31302e!important;*/
  background: #4d4c4a54!important;
  /*border-bottom:1px solid #222;*/
}

.pages-container .pages-header h1 {
  margin: 0;
  color: #fff!important;
  font-size: 4vmin!important;
  margin-left: 10.7vmin;
  font-weight: bold;
}

.pages-container .close-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10.7vmin;
  height: 13.5vmin;
  background: url(../images/i_goaway.png) center/25% no-repeat;
  z-index: 9
}

.bg_golden {
  background: #e8c77a
}

.section {
  width: 100%;
  padding: 6vmin;
}

.profile {
  /*padding: 15px 0 0 10px;*/
  height: 170px;
}

.profile-avatar {
  width: 100%;
  /*height: 100px;*/
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
  background: url(../images/profile_bg.png) no-repeat;
}

.profile-avatar.free::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/person-free-icon.png) no-repeat;
    background-size: 70%;
    top: 0;
    left: 5px;
    z-index: 9;
}

.profile-avatar img {
  width: 60px;
  height: auto;
  border-radius: 50%;
  display: inline-block;
  object-fit: contain;
  margin: 5px;
  position: relative;
}

.profile-avatar p {
  color: #fff;
  margin: 0;
}

.profile-info {
  float: left;
  width: 100%;
  /*padding-left: 0;*/
  display: inline-block;
  color: #fff;
}

.profile-info p {
  margin-top: 0;
}

.profile-info a {
  text-decoration: none;
  margin-right: 10px
}
.profile-info a:last-child{
  margin-right: 0;
}

.profile-amount{
  height: 72px;
  padding-top: 10px
}

.btn {
  padding: 3px 3px 0px 4px;
  border: 1px solid #e8c77a;
  background: #e8c77a;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  border-radius: 2px
}

.btn-outline {
  border: 1px solid #e8c77a;
  background: transparent;
  color: #e8c77a!important
}

.btn:hover{
  color: #fff;
  text-decoration: none;
}

.notice {
  color: #fff
}

.profile-setting {
  /*margin-top: 10px;*/
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /*height: 100%;*/
}

.profile-setting .finance-box {
  width: 100%;
  height: 11vmin;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vmin;
}

.profile-setting .finance-btn {
  border: 2px solid #977b58;
  width: 48%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.profile-setting a {
  width: 100%;
  background: #3f3f3f;
  margin: 0 0 2vmin 0;
  text-align: center;
  height: 12vmin;
  display: flex;
  align-items: center;
  padding: 0 6%;
}

.profile-setting a:hover {
  text-decoration: none
}

.profile-setting span {
  color: #a38347;
  font-weight: bold;
  font-size: 4vmin;
}

.profile-setting .icon {
  width: 60%;
  height: 40px;
  display: block;
  margin: 0 auto 0 auto
}

.icon i {
  height: 100%;
  width: 80%;
  display: inline-block
}

.icon-1 i {
  background: url("../images/pinfo101.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.icon-2 i {
  background: url("../images/pinfo102.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.icon-3 i {
  background: url("../images/pinfo104.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.icon-4 i {
  background: url("../images/pinfo105.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.icon-5 i {
  background: url("../images/pinfo106.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.icon-6 i {
  background: url("../images/pinfo107.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.icon-7 i {
  background: url("../fonts/pinfo107.svg") no-repeat;
  background-position: center;
  background-size: 100%
}

.icon-8 i {
  background: url("../images/pinfo108.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.icon-9 i {
  background: url("../images/pinfo109.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.icon-pwd i{
  background: url(../images/icon_ca_password@2x.png) no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.icon-bank i{
  background: url(../images/icon_password@2x.png) no-repeat;
  background-position: center;
  background-size: 70%
}

.help_1 i {
  background: url("../fonts/help_1.svg") no-repeat;
  background-position: center;
  background-size: 47%
}
.help_2 i {
  background: url("../fonts/help_2.svg") no-repeat;
  background-position: center;
  background-size: 47%
}
.help_3 i {
  background: url("../fonts/help_3.svg") no-repeat;
  background-position: center;
  background-size: 47%
}
.help_4 i {
  background: url("../fonts/help_4.svg") no-repeat;
  background-position: center;
  background-size: 47%
}
.help_5 i {
  background: url("../fonts/help_5.svg") no-repeat;
  background-position: center;
  background-size: 47%
}
.help_6 i {
  background: url("../fonts/help_6.svg") no-repeat;
  background-position: center;
  background-size: 47%
}
.help_7 i {
  background: url("../fonts/help_7.svg") no-repeat;
  background-position: center;
  background-size: 47%
}
.help_8 i {
  background: url("../fonts/help_8.svg") no-repeat;
  background-position: center;
  background-size: 47%
}

.profile-qrcode {
  padding-top: 5px
}

.profile-qrcode a {
  width: 100%;
  display: inline-block;
  text-decoration: none
}

.profile-qrcode dl {
  background: #201f1e;
  padding: 5%;
  background: #201f1e;
  font-size: 14px;
  height: 120px;
  overflow: hidden;
  margin: 0
}

.profile-qrcode dt {
  width: 80px;
  height: 80px;
  background: url("../fonts/mid_i305.svg") no-repeat left center;
  background-size: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px
}

.profile-qrcode dd {
  /*width: calc(100% - 20px);*/
  width: 100%;
  color: #e8c77a;
  margin-bottom: 0
}

.profile-qrcode dd p {
  margin-bottom: 8px;
  font-size: .8rem
}

.profile-qrcode dd span {
  border: 1px solid #e8c77a;
  border-radius: 6px;
  display: inline-block;
  padding: 3px 20px
}

.ad img {
  width: 100%;
  height: auto;
  display: inline-block;
  object-fit: contain;
  border-radius: 10px
}

.flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap
}

.bottom-nav .title {
  color: #fff;
  clear: both;
  margin-bottom: 8px;
  height: 20px;
  position: relative;
  font-size: 14px
}

.bottom-nav .title span:first-child {
  width: 80px;
  background: transparent;
  display: inline-block;
  float: left
}

.bottom-nav .title span:last-child {
  width: 76%;
  border-bottom: 1px solid #fff;
  height: 1px;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  right: 4%;
  top: 10px
}

.bottom-nav .flex {
  height: 40px;
  color: #fff
}

.bottom-nav .flex a {
  width: 33%;
  height: 40px;
  line-height: 43px;
  display: inline-block;
  text-decoration: none;
  background: #201f1e;
  border-radius: 5px;
  padding: 0;
  margin: 0 5px;
  border: 0
}

.bottom-nav .flex a span {
  vertical-align: middle;
  color: #e8c77a;
  font-size: .75rem
}

.bottom-nav .flex .ico1 {
  width: 36px;
  height: 30px;
  display: inline-block;
  background: url("../images/svg/mid_i304.svg") no-repeat 50% 46%;
  background-size: 70%
}

.bottom-nav .flex .ico2 {
  width: 36px;
  height: 30px;
  display: inline-block;
  background: url("../images/svg/mid_i305.svg") no-repeat 50% 46%;
  background-size: 50%
}

.bottom-nav .flex .ico3 {
  width: 36px;
  height: 30px;
  display: inline-block;
  background: url("../images/apple.svg") no-repeat 50% 0;
  background-size: 70%
}

.system {
  width: 80%;
  text-align: center;
  margin: 0 auto
}

.wm-bind-wrap .person-acc-box .btn-acc-bind{
  border-radius: 5px
}
.system .inner {
  margin: 70% auto 30px auto;
  padding: 30px 0;
  width: 100%;
  height: 120px;
  border-radius: 10px;
  position: relative;
  background: #3f3e3b
}

.system .system-error {
  width: 100px;
  height: 100px;
  background: url("../images/error.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%)
}

.system .system-close {
  width: 100px;
  height: 100px;
  background: url("../images/setting.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%)
}

.system .system-download {
  width: 100px;
  height: 100px;
  background: url("../images/nodownload.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translateX(-50%)
}

.system h2 {
  color: #fbcf68;
  margin-bottom: 20px
}

.system p {
  color: #fff;
  line-height: 1.6
}

.goback {
  width: 50%;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
  background: #dcb454;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block
}

.icon-apple {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url("../images/apple.png") no-repeat center center;
  background-size: 84%;
  vertical-align: bottom
}

.btn.pages-loading-enter {
  padding: 5px;
  background: rgba(0,0,0,.4);
  width: 100px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  display: inline-block;
  border: 0
}

.btn.pages-loading-enter .cercle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-right: 5px
}

.min-setting {
  position: fixed;
  right: 1%;
  width: 54px;
  display: inline-block;
  top: 2px;
  z-index: 2;
}

.home-swiper-wrapper .btn-setting {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px
}

/*.home-context .btn-sound .sound-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../fonts/sound_off.svg);
  background-repeat: no-repeat;
  background-size: 88%;
  background-position: center
}*/

.home-context .btn-sound.on .sound-icon {
  display: block;
  /*width: 100%;
  height: 100%;*/
  /*background-image: url(../images/i_sound.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center*/

  content: url(../images/i_sound.png);
  width: 100%;
  position: absolute;
  top: 5px;
}

.home-context .btn-language .language-flag-icon {
  display: none;
  top: 37px;
  width: 100%;
  height: 100%;
  background: url(../images/i_flag.png) no-repeat;
  background-size: 80%;
  background-position: center;
}

.home-context .btn-language .language-flag-icon-vn {
  display: none;
  /*width: 100%;
  height: 100%;
  background: url(../images/i_flag_vn.png) no-repeat;
  background-size: 100%;
  background-position: center;*/

  content: url(../images/i_flag_vn.png);
  width: 55%;
  position: absolute;
  top: 37px;
}

.home-context .btn-language .language-flag-icon-th {
  display: none;
  /*width: 100%;
  height: 100%;
  background: url(../images/i_flag_th.png) no-repeat;
  background-size: 100%;
  background-position: center;*/

  content: url(../images/i_flag_th.png);
  width: 55%;
  position: absolute;
  top: 37px;
}

.home-context .btn-language .language-flag-icon-en {
  display: none;
  top: 37px;
  width: 100%;
  height: 100%;
  background: url(../images/i_flag_en.png) no-repeat;
  background-size: 80%;
  background-position: center;
}

.home-context .btn-language .language-flag-icon-in {
  display: none;
  top: 37px;
  width: 100%;
  height: 100%;
  background: url(../images/i_flag_in.png) no-repeat;
  background-size: 80%;
  background-position: center;
}

.home-context .btn-language .language-flag-icon-tw {
  display: none;
  top: 37px;
  width: 100%;
  height: 100%;
  background: url(../images/i_flag_tw.png) no-repeat;
  background-size: 80%;
  background-position: center;
}

.home-context .btn-language .language-flag-icon-ja {
  display: none;
  top: 37px;
  width: 100%;
  height: 100%;
  background: url(../images/i_flag_ja.png) no-repeat;
  background-size: 80%;
  background-position: center;
}

html[language=cn] .home-context .btn-language .language-flag-icon,
html[language=en] .home-context .btn-language .language-flag-icon-en,
html[language=vn] .home-context .btn-language .language-flag-icon-vn,
html[language=th] .home-context .btn-language .language-flag-icon-th,
html[language=in] .home-context .btn-language .language-flag-icon-in,
html[language=tw] .home-context .btn-language .language-flag-icon-tw,
html[language=ja] .home-context .btn-language .language-flag-icon-ja
{
  display: block;
}

.home-context .language-select {
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0px;
    background: #000;
    text-align: center;
    /*border-radius: 53px;*/
    z-index: 20;
    display: none;
}

.home-context .language-select.active {
    display: block;
}

.home-context .language-select .lang-cn {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/i_flag.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0px auto;
}
.home-context .language-select .lang-en {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/i_flag_en.png) no-repeat;
    background-size: 95%;
    background-position: center;
    margin: 0px auto;
}
.home-context .language-select .lang-vn {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/i_flag_vn.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0px auto;
}
.home-context .language-select .lang-th {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/i_flag_th.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0px auto;
}
.home-context .language-select .lang-in {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/i_flag_in.png) no-repeat;
    background-size: 95%;
    background-position: center;
    margin: 0px auto;
}
.home-context .language-select .lang-tw {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/i_flag_tw.png) no-repeat;
    background-size: 95%;
    background-position: center;
    margin: 0px auto;
}
.home-context .language-select .lang-ja {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/i_flag_ja.png) no-repeat;
    background-size: 95%;
    background-position: center;
    margin: 0px auto;
}

.home-context .version .number {
  position: absolute;
  top: 68px;
  font-size: xx-small;
  color: #fff000;
  word-break: break-all;
}

.home-fix-top-box .btn-setting .close-icon {
  display: block;
  /*width: 100%;
  height: 100%;*/
  /*background-image: url(../images/i_close.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center*/

  content: url(../images/i_close.png);
  width: 90%;
}

.home-fix-top-box .btn-setting .setting-icon {
  display: none;
 /* width: 100%;
  height: 100%;*/
  /*background: url(../images/i_setting.png) no-repeat;
  background-size: 93%;
  background-position: center;
  background-repeat: no-repeat;*/

  content: url(../images/i_setting.png);
  width: 100%;
}

#box-setting {
  height: 90px;
  width: 25px;
  position: fixed;
  top: 40px;
  right: 1%;
  z-index: 7;
}

.home-swiper-wrapper .btn-language {
  width: 38px;
  height: 38px;
  right: 0;
  padding: 4px;
  top: 40px;
  background: none!important;
  opacity: 1!important
}

.home-swiper-wrapper .btn-sound {
  width: 38px!important;
  height: 38px!important;
  left: 0!important;
  top: 0;
  background: none!important;
  opacity: 1!important
}

.home-swiper-wrapper .btn-setting {
  width: 38px;
  height: 38px;
  left: 0
}

.more-game {
  position: absolute;
  height: 43%;
  text-align: center;
  background: rgba(255,255,255,0.1);
  width: calc(65% - 12px);
  bottom: 8px;
  right: 12px;
  border-bottom-right-radius: 10px;
  color: #cdcdcd;
  font-size: 14px;
  /* padding-top: 18px; */
}

.mobile-download-wrap {
  background: #fff;
  padding-top:10px;padding-bottom:20px
}

.mobile-download-list-btns .download-btn {
  width: 80%;
  position: relative;
}

.mobile-download-list-btns .download-btn.iscoming {
  opacity: .5
}

.falseText{
   display: none;
}

.mobile-download-list-btns .download-btn .mobile-download-list-intro {
text-align: right
}


.mobile-download-list-btns .download-btn .copy-msg{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.mobile-download-list-btns .download-btn p {
color: #fff
}

.mobile-download-list-btns .download-btn h6 {
color: #a4853e;
margin-bottom: 4px
}

.system-dialog {
height: 190px!important
}

.system-dialog.trail-dialog {
height: auto
}

.system-dialog.trail-dialog .header {
height: 40px;
line-height: 40px
}

.system-dialog.trail-dialog .system-btn {
width: 50%;
height: 34px;
line-height: 34px
}

.system-dialog.trail-dialog .footer {
padding: 10px
}

.system-dialog.trail-dialog .content {
padding: 15px
}

.invite-content a {
width: 30%;
display: inline-block;
text-align: center
}

.invite-wrap .invite-code {
  padding-top: 20px;
font-size: 16px;
text-align: center
}

.invite-wrap {
  background: #2b2e35;
}
.invite-wrap .invite-content {
  padding: 0 15px 10px 15px!important;
  color: #fff;
  font-weight: bold;
}

.invite-wrap .invite-code span {
width: 180px!important;
top: 50%!important
}

/*.qq {
width: 80px;
height: 80px;
display: inline-block;
background: url(../images/qq.png) no-repeat center center;
background-size: 60%
}

.wechat {
width: 80px;
height: 80px;
display: inline-block;
background: url(../images/wechat.png) no-repeat center center;
background-size: 60%
}*/

.mymoment {
width: 80px;
height: 80px;
display: inline-block;
background: url(../images/mymoment.png) no-repeat center center;
background-size: 60%
}

/*.home-fix-bottom-box .btn-3 {
width: 70px!important;
height: 70px!important;
display: inline-block;
margin-top: -10px
}*/

.bouns-table thead th {
height: 26px;
font-size: 14px!important
}

input.set-bouns-input {
  background: #1c1f24;
  height: 26px!important;
  line-height: 26px;
  border-radius: 3px!important;
  border: 1px solid #a9a9a9;
  box-shadow: none!important;
  padding: 0 5px;
  box-sizing: border-box;
  max-width: 50px!important
}

.dialog-btn-submit,.dialog-btn-cancel {
  height: 30px!important;
  margin-bottom: 10px;
  /*line-height: 40px!important*/
}

.mobile-download-list-btns .download-btn.coming h6 {
color: #a4853e
}

.system-dialog .header {
height: 40px!important;
line-height: 40px!important
}

.system-dialog .footer {
padding: 5px 10px!important
}

.system-dialog .system-btn {
width: 50%!important;
height: 34px!important;
line-height: 36px!important;
display: inline-block!important;
text-align: center!important
}

.system-dialog .content {
padding: 15px!important
}

.red_envelope {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9;
  background: rgba(0,0,0,.5);
  text-align: center;
  transform: translateX(-50%);
  opacity: 0;
}

.red_envelope .envelope-inner {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  display: inline-block;
  transform: translateY(-50%)
}

.red_envelope img {
  width: 70%;
  max-width: 300px;
  height: auto;
  margin: 0 auto
}

.envelope-dialog .modal-content{
  padding: 20px;
  text-align: center;
  background: #fff;
}
.envelope-dialog .modal-content img.shareqr{
  margin-bottom: 20px
}
.envelope-dialog .modal-content p{
  color: #e8c77a
}

.mobile-download-list-btns .download-btn.ios-btn .icon {
  background-image: url(../images/apple.svg);
  background-size: 100%
}

.mobile-download-list-btns .download-btn.android-btn .icon {
  background-image: url(../images/android.svg);
  background-size: 100%
}

.mobile-download-list-btns .download-btn.web-btn .icon {
  background-image: url(../images/chrome.svg);
  background-size: 100%
}

.share-qr {
width: 100%
}

.shareqr {
padding: 20px
}

.share-tip {
text-align: center;
margin-top: 20px;
font-size: 18px
}

.wallet-center-wrapper .wallet-center-list .icon2::before {
background-image: url("../fonts/pinfo102.svg");
}

.gamelist-wrapper .gamelist-row {
position: relative;
height: 150px!important
}

.pages-container .pages-main .pages-content {
overflow-y: auto;
overflow-x: hidden;
}

.gamelist-wrapper .gamelist-col .gamelist-item {
text-decoration: none
}

.modal-conten div {
height: 100%
}

.invite-dialog .modal-content,.mobile-dialog .modal-content {
height: 90%!important;
background: transparent
}

.about-wrap {
height: 100%
}

.pages-loading-banner {
width: 100%;
height: 100%;
position: fixed;
z-index: 11
}
.notice-marquee{
  clear: both;
  overflow: hidden;
  font-size: 12px;
  color: #60ffea;
}
.notice-marque p{
  margin: 0;
  padding:0;
  color: #60ffea;
  font-size: 12px;
}

.wallet-center-wrapper .wallet-records-con h1{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}

.bind-platform-account-wrapper{
  display: inline-block;
  height: 100%;
}

.wm-bind-wrap .person-acc-box{
  padding: 15px;
}
.wm-bind-wrap .person-acc-box .acc-data{
  margin: 0 0 15px 0!important;
  padding: 0 10px!important;
}
.wm-bind-wrap .person-box .person-intro p span{
  margin-left: 5px;
}

.btn-bind-card{
  display: block;
  height: 50px;
  width: 100%;
  padding: 10px;
  background: url(../images/addbankcard.png) center/auto 65% no-repeat;
}

.bank-list{
    width: 100%;
    /* padding: 10px; */
    margin: 0;
    list-style: none;
    display: inline-block;
    -webkit-margin-after: 0;
    -webkit-border-before: 0;
    -webkit-padding-start: 0;
      border-radius: 10px;
}
.bank-list li{
    margin-bottom: 10px;
    background: #2b2e35;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    z-index: 99;
    color: #FFF;
}
/*.bank-list li div{
  width: 100%;
  padding: 10px;
  display: inline-block;
}
.bank-list li div.current,*/
.bank-list li.active{
  border: 3px solid #eb2949
}
.bank-list li h2{
  font-size: 18px;
  margin-bottom: 5px;
  clear: both;
}
.bank-list li h2 span{
  float: right;
  font-size: 14px;
}
.bank-list li span.btn-delete-card{
    float: right;
    font-size: 12px;
    border: 1px solid #dcb454;
    line-height: 20px;
    z-index: 999;
    padding: 1px 5px;
    border-radius: 2px;
}
.about-wkm{

}
.about-wkm:hover{
  text-decoration: none
}

.invite-wrap p{
  font-size: 14px!important
}
.invite-dialog.modal.after-close{
    margin-top: -50px!important;
}
.invite-wrap .copy{
  background: url(../images/btn-bg.png) center no-repeat;
  background-size: contain;
  height: 30px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0 auto;
  color: #000;
}

.recharge-cancel,
.recharge-submit {
  display: block;
  border: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  color: #FFF;
  margin: 8px 0px;

}
.recharge-cancel{
  background: #8e8e8e;
}
.recharge-submit{
  background: #dcb454;
}
 .modal.add-card-dialog.after-close::before{
  height:0!important;
 }
/*.btn-copy{
  width: 20%;
  padding: 10px;
  vertical-align: middle;
}*/
#copyMsg{
    background: transparent;
    border: 1px solid #e8c77a;
    padding: 5px;
    border-radius: 4px;
    margin-right: 10px;
    width: 100%;
    height: 28px;
    vertical-align: middle;
    opacity: 0;
    pointer-events: none;
 }

.mobile-download-list-btns .download-btn.web-btn{
  position: relative;
}
 .white{
  color: #fff!important
 }

 .mobile-dialog .btn-outline{
  border: 1px solid #fff!important;
  color: #fff!important
  /*color: #a4853e!important;*/
 }

 #copyUrl{
    background: transparent;
    border: 1px solid #e8c77a;
    padding: 5px;
    border-radius: 4px;
    margin-right: 10px;
    width: 100%;
    height: 28px;
    vertical-align: middle;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
 }

.gamelist-content .mouse_pointer{
  cursor: pointer;
}

.gamelist-content .coming-soon {
    background: url(../images/coming_soon.svg) no-repeat center center / contain;
    height: 14%;
    width: 100%;
    transform: translate(-50%,0);
    position: absolute;
    bottom: 3%;
    left: 50%;
  }

  html[language=en] .gamelist-content .coming-soon,
  html[language=vn] .gamelist-content .coming-soon,
  html[language=th] .gamelist-content .coming-soon {
    background: url(../images/coming_soon_en.svg) no-repeat center center / contain;
  }

.animation {
    animation: animation 1s steps(23) infinite;
}
@-webkit-keyframes animation {0%{background-position:0 0}100%{background-position:100% 0}}@keyframes animation{0%{background-position:0 0}100%{background-position:100% 0}}

.game-image01 {
    background: url(../resource/images/game_bg_01.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image01 {
    background: url(../resource/images/in/game_bg_01.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon01 {
    background: url(../resource/images/game_icon_01.png) no-repeat 0 0 / 2400% 100%;
    height: 100%;
}

.game-name01 {
    background: url(../resource/images/game_name_01.png) no-repeat 90% / contain;
    width: 100%;
    height: 26%;
    bottom: 18%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name01,
html[language='vn'] .game-name01{
    background: url(../resource/images/en/game_name_01.png) no-repeat 90% / contain;
    height: 22%;
}

html[language='th'] .game-name01 {
    background: url(../resource/images/th/game_name_01.png) no-repeat 90% / contain;
    height: 32%;
}

.game-image02 {
    background: url(../resource/images/game_bg_02.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image02 {
    background: url(../resource/images/in/game_bg_02.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon02 {
     background: url(../resource/images/game_icon_02.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name02 {
    background: url(../resource/images/game_name_02.png) no-repeat center / contain;
    width: 100%;
    height: 27%;
    bottom: 18%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}


html[language='en'] .game-name02,
html[language='vn'] .game-name02{
    background: url(../resource/images/en/game_name_02.png) no-repeat center / contain;
    height: 40%;
}

html[language='th'] .game-name02 {
    background: url(../resource/images/th/game_name_02.png) no-repeat center / contain;
    height: 25%;
}

.game-image03 {
    background: url(../resource/images/game_bg_03.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image03 {
    background: url(../resource/images/in/game_bg_03.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon03 {
     background: url(../resource/images/game_icon_01.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name03 {
    background: url(../resource/images/game_name_03.png) no-repeat center / contain;
    width: 100%;
    height: 25%;
    bottom: 19%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name03,
html[language='vn'] .game-name03{
    background: url(../resource/images/en/game_name_03.png) no-repeat center / contain;
    height: 22%;
    bottom: 21%;
}

html[language='th'] .game-name03 {
    background: url(../resource/images/th/game_name_03.png) no-repeat center / contain;
    height: 29%;
}

.game-image04 {
    background: url(../resource/images/game_bg_04.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image04 {
    background: url(../resource/images/in/game_bg_04.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon04 {
     background: url(../resource/images/game_icon_04.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name04 {
    background: url(../resource/images/game_name_04.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name04,
html[language='vn'] .game-name04{
    background: url(../resource/images/en/game_name_04.png) no-repeat center / contain;
    height: 23%;
}

html[language='th'] .game-name04 {
    background: url(../resource/images/th/game_name_04.png) no-repeat center / contain;
    height: 31%;
}

.game-image05 {
    background: url(../resource/images/game_bg_05.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image05 {
    background: url(../resource/images/in/game_bg_05.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon05 {
     background: url(../resource/images/game_icon_05.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name05 {
    background: url(../resource/images/game_name_05.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name05,
html[language='vn'] .game-name05{
    background: url(../resource/images/en/game_name_05.png) no-repeat center / contain;
    height: 23%;
}

html[language='th'] .game-name05 {
    background: url(../resource/images/th/game_name_05.png) no-repeat center / contain;
}

.game-image06 {
    background: url(../resource/images/game_bg_06.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image06 {
    background: url(../resource/images/in/game_bg_06.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon06 {
     background: url(../resource/images/game_icon_06.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name06 {
    background: url(../resource/images/game_name_06.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name06,
html[language='vn'] .game-name06 {
    background: url(../resource/images/en/game_name_06.png) no-repeat center / contain;
    height: 40%;
}

html[language='th'] .game-name06 {
    background: url(../resource/images/th/game_name_06.png) no-repeat center / contain;
    height: 30%;
}

.game-image07 {
    background: url(../resource/images/game_bg_07.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon07 {
     background: url(../resource/images/game_icon_07.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name07 {
    background: url(../resource/images/game_name_07.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name07,
html[language='vn'] .game-name07 {
    background: url(../resource/images/en/game_name_07.png) no-repeat center / contain;
    height: 21%;
}

html[language='th'] .game-name07 {
    background: url(../resource/images/th/game_name_07.png) no-repeat center / contain;
    height: 25%;
}

.game-image08 {
    background: url(../resource/images/game_bg_08.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image08 {
    background: url(../resource/images/in/game_bg_08.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon08 {
     background: url(../resource/images/game_icon_08.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name08 {
    background: url(../resource/images/game_name_08.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name08,
html[language='vn'] .game-name08 {
    background: url(../resource/images/en/game_name_08.png) no-repeat center / contain;
    height: 24%;
}

html[language='th'] .game-name08 {
    background: url(../resource/images/th/game_name_08.png) no-repeat center / contain;
}

.game-image09 {
    background: url(../resource/images/game_bg_09.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon09 {
     background: url(../resource/images/game_icon_09.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name09 {
    background: url(../resource/images/game_name_09.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name09,
html[language='vn'] .game-name09 {
    background: url(../resource/images/en/game_name_09.png) no-repeat center / contain;
    height: 34%;
}

html[language='th'] .game-name09 {
    background: url(../resource/images/th/game_name_09.png) no-repeat center / contain;
    height: 27%;
}

.game-image10 {
    background: url(../resource/images/game_bg_10.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image10 {
    background: url(../resource/images/in/game_bg_10.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon10 {
     background: url(../resource/images/game_icon_10.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name10 {
    background: url(../resource/images/game_name_10.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name10,
html[language='vn'] .game-name10 {
    background: url(../resource/images/en/game_name_10.png) no-repeat center / contain;
    height: 35%;
}

html[language='th'] .game-name10 {
    background: url(../resource/images/th/game_name_10.png) no-repeat center / contain;
}

.game-image11 {
    background: url(../resource/images/game_bg_11.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image11 {
    background: url(../resource/images/in/game_bg_11.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon11 {
     background: url(../resource/images/game_icon_11.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name11 {
    background: url(../resource/images/game_name_11.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name11,
html[language='vn'] .game-name11 {
    background: url(../resource/images/en/game_name_11.png) no-repeat center / contain;
    height: 35%;
}

html[language='th'] .game-name11 {
    background: url(../resource/images/th/game_name_11.png) no-repeat center / contain;
    height: 34%;
}

.game-image12 {
    background: url(../resource/images/game_bg_12.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image12 {
    background: url(../resource/images/in/game_bg_12.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon12 {
     background: url(../resource/images/game_icon_12.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name12 {
    background: url(../resource/images/game_name_12.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}


html[language='en'] .game-name12,
html[language='vn'] .game-name12 {
    background: url(../resource/images/en/game_name_12.png) no-repeat center / contain;
    height: 35%;
}

html[language='th'] .game-name12 {
    background: url(../resource/images/th/game_name_12.png) no-repeat center / contain;
    height: 34%;
}

.game-image13 {
    background: url(../resource/images/game_bg_13.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image13 {
    background: url(../resource/images/in/game_bg_13.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon13 {
     background: url(../resource/images/game_icon_13.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name13 {
    background: url(../resource/images/game_name_13.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name13,
html[language='vn'] .game-name13 {
    background: url(../resource/images/en/game_name_13.png) no-repeat center / contain;
    height: 35%;
}

html[language='th'] .game-name13 {
    background: url(../resource/images/th/game_name_13.png) no-repeat center / contain;
}

.game-image14 {
    background: url(../resource/images/game_bg_14.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image14 {
    background: url(../resource/images/in/game_bg_14.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon14 {
     background: url(../resource/images/game_icon_14.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name14 {
    background: url(../resource/images/game_name_14.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}


html[language='en'] .game-name14,
html[language='vn'] .game-name14 {
    background: url(../resource/images/en/game_name_14.png) no-repeat center / contain;
    height: 44%;
}

html[language='th'] .game-name14 {
    background: url(../resource/images/th/game_name_14.png) no-repeat center / contain;
    height: 44%;
}

.game-image15 {
    background: url(../resource/images/game_bg_15.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image15 {
    background: url(../resource/images/in/game_bg_15.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-icon15 {
     background: url(../resource/images/game_icon_15.png) no-repeat 0 0 / 2400% 100%;
     height: 100%;
}

.game-name15 {
    background: url(../resource/images/game_name_15.png) no-repeat center / contain;
    width: 100%;
    height: 29%;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
}

html[language='en'] .game-name15,
html[language='vn'] .game-name15 {
    background: url(../resource/images/en/game_name_15.png) no-repeat center / contain;
    height: 35%;
}

html[language='th'] .game-name15 {
    background: url(../resource/images/th/game_name_15.png) no-repeat center / contain;
    height: 34%;
}

.game-image16 {
    grid-area: 2 / span 1;
    background: url(../resource/images/game-image16.png) no-repeat left bottom / 100% 100%;
    /*width: 24%;*/
}

html[language='en'] .game-image16,
html[language='vn'] .game-image16,
html[language='th'] .game-image16 {
    grid-area: 2 / span 1;
    background: url(../resource/images/en/game-image16.png) no-repeat left bottom / 100% 100%;
    /*width: 24%;*/
}

.game-image17 {
    grid-area: auto;
    background: url(../resource/images/game-image17.png) no-repeat left bottom / 100% 100%;
    /*width: 24%;*/
}

html[language='en'] .game-image17,
html[language='vn'] .game-image17,
html[language='th'] .game-image17 {
    grid-area: 2 / span 1;
    background: url(../resource/images/en/game-image17.png) no-repeat left bottom / 100% 100%;
    /*width: 24%;*/
}

.game-image18 {
    background: url(../resource/images/game_bg_18.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image18 {
    background: url(../resource/images/in/game_bg_18.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image19 {
    background: url(../resource/images/game_bg_19.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image19 {
    background: url(../resource/images/in/game_bg_19.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image20 {
    background: url(../resource/images/game_bg_20.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image20 {
    background: url(../resource/images/in/game_bg_20.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image21 {
    background: url(../resource/images/game_bg_21.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image21 {
    background: url(../resource/images/in/game_bg_21.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image22 {
    background: url(../resource/images/game_bg_22.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image22 {
    background: url(../resource/images/in/game_bg_22.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image23 {
    background: url(../resource/images/game_bg_23.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image23 {
    background: url(../resource/images/in/game_bg_23.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image24 {
    background: url(../resource/images/game_bg_24.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image24 {
    background: url(../resource/images/in/game_bg_24.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image25 {
    background: url(../resource/images/game_bg_25.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image25 {
    background: url(../resource/images/in/game_bg_25.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image26 {
    background: url(../resource/images/game_bg_26.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image26 {
    background: url(../resource/images/in/game_bg_26.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image27 {
    background: url(../resource/images/game_bg_27.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image27 {
    background: url(../resource/images/in/game_bg_27.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image28 {
    background: url(../resource/images/game_bg_28.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image28 {
    background: url(../resource/images/in/game_bg_28.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image29 {
    background: url(../resource/images/game_bg_29.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image29 {
    background: url(../resource/images/in/game_bg_29.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image30 {
    background: url(../resource/images/game_bg_30.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image30 {
    background: url(../resource/images/in/game_bg_30.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image31 {
    background: url(../resource/images/game_bg_31.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image31 {
    background: url(../resource/images/in/game_bg_31.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image32 {
    background: url(../resource/images/game_bg_32.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image32 {
    background: url(../resource/images/in/game_bg_32.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image33 {
    background: url(../resource/images/game_bg_33.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image33 {
    background: url(../resource/images/in/game_bg_33.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image34 {
    background: url(../resource/images/game_bg_34.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image34 {
    background: url(../resource/images/in/game_bg_34.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image35 {
    background: url(../resource/images/game_bg_35.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image35 {
    background: url(../resource/images/in/game_bg_35.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image36 {
    background: url(../resource/images/game_bg_36.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image36 {
    background: url(../resource/images/in/game_bg_36.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image37 {
    background: url(../resource/images/game_bg_37.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-casino-WM {
    background: url(../resource/images/casino-WM.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-casino-EVO {
    background: url(../resource/images/casino-EVO.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-image40 {
    background: url(../resource/images/game_bg_40.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image41 {
    background: url(../resource/images/game_bg_41.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image42 {
    background: url(../resource/images/game_bg_42.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image43 {
    background: url(../resource/images/game_bg_43.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image44 {
    background: url(../resource/images/game_bg_44.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image45 {
    background: url(../resource/images/game_bg_45.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image46 {
    background: url(../resource/images/game_bg_46.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image47 {
    background: url(../resource/images/game_bg_47.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image48 {
    background: url(../resource/images/game_bg_48.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image49 {
    background: url(../resource/images/game_bg_49.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image50 {
    background: url(../resource/images/game_bg_50.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image51 {
    background: url(../resource/images/game_bg_51.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image52 {
    background: url(../resource/images/game_bg_52.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image53 {
    background: url(../resource/images/game_bg_53.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image54 {
    background: url(../resource/images/game_bg_54.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image55 {
    background: url(../resource/images/game_bg_55.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image56 {
    background: url(../resource/images/game_bg_56.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image57 {
    background: url(../resource/images/game_bg_57.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image58 {
    background: url(../resource/images/game_bg_58.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image59 {
    background: url(../resource/images/game_bg_59.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image60 {
    background: url(../resource/images/game_bg_60.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

html[language='in'] .game-image60 {
    background: url(../resource/images/in/game_bg_60.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image61 {
    background: url(../resource/images/game_bg_61.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

html[language='in'] .game-image61 {
    background: url(../resource/images/in/game_bg_61.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image62 {
    background: url(../resource/images/game_bg_62.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

html[language='in'] .game-image62 {
    background: url(../resource/images/in/game_bg_62.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image63 {
    background: url(../resource/images/game_bg_63.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

html[language='in'] .game-image63 {
    background: url(../resource/images/in/game_bg_63.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image64 {
    background: url(../resource/images/game_bg_64.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image65 {
    background: url(../resource/images/game_bg_65.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image66 {
    background: url(../resource/images/game_bg_66.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image67 {
    background: url(../resource/images/game_bg_67.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image68 {
    background: url(../resource/images/game_bg_68.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image69 {
    background: url(../resource/images/game_bg_69.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image70 {
    background: url(../resource/images/game_bg_70.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image71 {
    background: url(../resource/images/game_bg_71.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image72 {
    background: url(../resource/images/game_bg_72.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

html[language='in'] .game-image72 {
    background: url(../resource/images/in/game_bg_72.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image73 {
    background: url(../resource/images/game_bg_73.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image74 {
    background: url(../resource/images/game_bg_74.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image75 {
    background: url(../resource/images/game_bg_75.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image76 {
    background: url(../resource/images/game_bg_76.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image77 {
    background: url(../resource/images/game_bg_77.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image78 {
    background: url(../resource/images/game_bg_78.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image79 {
    background: url(../resource/images/game_bg_79.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image80 {
    background: url(../resource/images/game_bg_80.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image81 {
    background: url(../resource/images/game_bg_81.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image82 {
    background: url(../resource/images/game_bg_82.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image83 {
    background: url(../resource/images/game_bg_83.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image84 {
    background: url(../resource/images/game_bg_84.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image85 {
    background: url(../resource/images/game_bg_85.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image86 {
    background: url(../resource/images/game_bg_86.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image87 {
    background: url(../resource/images/game_bg_87.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 75%;
}

.game-image88 {
    background: url(../resource/images/game_bg_88.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-image89 {
    background: url(../resource/images/game_bg_89.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game-casino-PT {
    background: url(../resource/images/casino-PT.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-casino-SA {
    background: url(../resource/images/casino-SA.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-casino-SEXYLIVE {
    background: url(../resource/images/casino-SEXYLIVE.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-sport-SBO {
    background: url(../resource/images/sport-SBO.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-chess-BOLE {
    background: url(../resource/images/chess-BOLE.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-CQ9 {
    background: url(../resource/images/slot-CQ9.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-PGSLOT {
    background: url(../resource/images/slot-PGSLOT.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-PT {
    background: url(../resource/images/slot-PT.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-EVOSLOT {
    background: url(../resource/images/slot-EVOSLOT.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-REDTIGER {
    background: url(../resource/images/slot-REDTIGER.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-BIGTIMEGAMING {
    background: url(../resource/images/slot-BIGTIMEGAMING.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-GOLDENHERO {
    background: url(../resource/images/slot-GOLDENHERO.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-NETENT {
    background: url(../resource/images/slot-NETENT.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-PLAYNGO {
    background: url(../resource/images/slot-PLAYNGO.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-THUNDERKICK {
    background: url(../resource/images/slot-THUNDERKICK.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-PRAGMATICPLAY {
    background: url(../resource/images/slot-PRAGMATICPLAY.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-SEXYLIVE {
    background: url(../resource/images/slot-SEXYLIVE.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-FUNKY {
    background: url(../resource/images/slot-FUNKY.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-slot-JILI {
    background: url(../resource/images/slot-JILI.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.game-fish-CQ9 {
    background: url(../resource/images/fish-CQ9.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.game-slot-MG {
    background: url(../resource/images/slot-MG.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.game-box-big {
    width: 100%;
    height: 82.3vmin;
}

.game-box {
    width: 50%;
    height: 40vmin;
}

.left_btn, .right_btn {
  position: fixed;
  animation: btn_animation 1s infinite;
  transform: translate(0,-50%);
  z-index: 2;
  top: 50%; 
  height: 31%;
  width: 9%;
}

.gamelist-wrapper .left_btn {
  left: 0;
  background: url(../images/i_leftbtn.png) no-repeat center / contain;
  display: none;
}

.gamelist-wrapper .right_btn {
  right: 0;
  background: url(../images/i_rightbtn.png) no-repeat center / contain;
  display: none;
}


.cq9-image01 {
  background-image: url(../images/game/CQ9/25.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
}
.cq9-image02 {
  background-image: url(../images/game/CQ9/64.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
}
.cq9-image03 {
  background-image: url(../images/game/CQ9/26.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
}
.cq9-image04 {
  background-image: url(../images/game/CQ9/6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
}
.cq9-image05 {
  background-image: url(../images/game/CQ9/7.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
}
.cq9-image06 {
  background-image: url(../images/game/CQ9/80.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
}
.cq9-image07 {
  background-image: url(../images/game/CQ9/118.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
}

html[language=en] .cq9-image01 {
  background-image: url(../images/en/game/CQ9/25.jpg);
}
html[language=en] .cq9-image02 {
  background-image: url(../images/en/game/CQ9/64.jpg);
}
html[language=en] .cq9-image03 {
  background-image: url(../images/en/game/CQ9/26.jpg);
}
html[language=en] .cq9-image04 {
  background-image: url(../images/en/game/CQ9/6.jpg);
}
html[language=en] .cq9-image05 {
  background-image: url(../images/en/game/CQ9/7.jpg);
}
html[language=en] .cq9-image06 {
  background-image: url(../images/en/game/CQ9/80.jpg);
}
html[language=en] .cq9-image07 {
  background-image: url(../images/en/game/CQ9/118.jpg);
}

.lixinlive_moreGame {
  background: url(../resource/images/lixinlive_moreGame.png)no-repeat center / 100% 100%;
  width: 100%;
  height: 100%
}
/*.cq9_moreGame {
  background: url(../resource/images/cq9_moreGame.png)no-repeat center / 100% 100%;
  width: 100%;
  height: 100%
}*/
html[language=en] .lixinlive_moreGame {
  background: url(../resource/images/en/lixinlive_moreGame.png)no-repeat center / 100% 100%;
}
/*html[language=en] .cq9_moreGame {
  background: url(../resource/images/en/cq9_moreGame.png)no-repeat center / 100% 100%;
}*/

.game-image007 {
  background: url(../resource/images/game_bg_07.png) no-repeat left bottom / 100% 100%;
  margin: 5px;
}
.game-icon007 {
  background: url(../resource/images/game_icon_07.png) no-repeat 0 0 / 2400% 100%;
  animation: animation 1s steps(23) infinite;
}
.game_name_007 {
  background: url(../resource/images/game_name_07.png) no-repeat center / contain;
  width: 80%;
  height: 45%;
  bottom: 7%;
  position: relative;
}
.game-image005 {
  background: url(../resource/images/game_bg_05.png) no-repeat left bottom / 100% 100%;
  margin: 5px;
}
.game-icon005 {
  background: url(../resource/images/game_icon_05.png) no-repeat 0 0 / 2400% 100%;
  animation: animation 1s steps(23) infinite;
}
.game_name_005 {
  background: url(../resource/images/game_name_05.png) no-repeat center / contain;
  width: 80%;
  height: 45%;
  bottom: 7%;
  position: relative;
}
.game-image009 {
  background: url(../resource/images/game_bg_09.png) no-repeat left bottom / 100% 100%;
  margin: 5px;
}
.game-icon009 {
  background: url(../resource/images/game_icon_09.png) no-repeat 0 0 / 2400% 139%;
  animation: animation 1s steps(23) infinite;
}
.game_name_009 {
  background: url(../resource/images/game_name_09.png) no-repeat center / contain;
  width: 80%;
  height: 45%;
  bottom: 7%;
  position: relative;
}
.game-image012 {
  background: url(../resource/images/game_bg_12.png) no-repeat left bottom / 100% 100%;
  margin: 5px;
}
.game-icon012 {
  background: url(../resource/images/game_icon_12.png) no-repeat 0 0 / 2400% 139%;
  animation: animation 1s steps(23) infinite;
}
.game_name_012 {
  background: url(../resource/images/game_name_12.png) no-repeat center / contain;
  width: 80%;
  height: 45%;
  bottom: 7%;
  position: relative;
}
html[language=en] .game_name_007 {
  background: url(../resource/images/en/game_name_07.png) no-repeat center / contain;
  width: 70%;
  height: 22%;
  bottom: 10%;
}
html[language=en] .game_name_005 {
  background: url(../resource/images/en/game_name_05.png) no-repeat center / contain;
  width: 70%;
  height: 22%;
  bottom: 10%;
}
html[language=en] .game_name_009 {
  background: url(../resource/images/en/game_name_09.png) no-repeat center / contain;
}
html[language=en] .game_name_012 {
  background: url(../resource/images/en/game_name_12.png) no-repeat center / contain;
}

.playBtn {
    background: url(../resource/images/playBtn1.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-position: center;
}

html[language=in] .playBtn {
    background: url(../resource/images/playBtn1_in.png) no-repeat;
    background-size: 80%;
    width: 100%;
    height: 100%;
    background-position: center;
}

.playBtn2 {
    background: url(../resource/images/hot.gif) no-repeat center / 25% 50%;
    position: absolute;
    width: 50%;
    height: 50%;
    top: 48%;
    left: 55%;
}

.playBtn3 {
    background: url(../resource/images/playBtn2.png) no-repeat;
    background-size: 80%;
    width: 100%;
    height: 100%;
    background-position: center;
}

html[language=in] .playBtn3 {
    background: url(../resource/images/playBtn2_in.png) no-repeat;
    background-size: 80%;
    width: 100%;
    height: 100%;
    background-position: center;
}

@media screen and (orientation: portrait) 
{
  /*.profile-setting {
    height: 50%;
  }*/
  /*.profile-setting a {
    height: 45%;
  }*/
  /*.icon {
    height: 50%;
  }*/
  .min-setting {
    position: fixed;
    right: 1%;
    width: 25px;
    display: inline-block;
    top: 7px;
    z-index: 2;
  }
  /*.gamelist-content .btn-game{
    height: 21%;
    height: 15%;
  }*/
  .oldgameview {
    width: 84%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 2% auto;
      /*height: 24.5vmin;*/
  }
  .newgameview {
      height: 15%;
  }

  .gamelist-wrapper .left_btn, .gamelist-wrapper .right_btn {
    display: none;
  }

  .gamelist-content .coming-soon {
    background: url(../images/coming_soon.svg) no-repeat center center / contain;
    height: 14%;
    width: 100%;
    transform: translate(-50%,0);
    left: 50%;
    bottom: 3%;
    /*position: relative;*/
  }

  html[language=en] .gamelist-content .coming-soon,
  html[language=vn] .gamelist-content .coming-soon,
  html[language=th] .gamelist-content .coming-soon {
    background: url(../images/coming_soon_en.svg) no-repeat center center / contain;
  }

  /*html[language=en] .content-help-item,
  html[language=vn] .content-help-item {
    height: 61%;
  }*/

  /*html[language=en] .content-help-item .icon,
  html[language=vn] .content-help-item .icon {
    height: 29%;
  }*/
  .lixinlive_moreGame {
    background: url(../resource/images/lixinlive_moreGame.png)no-repeat center / 100% 100%;
    width: 24%;
    height: 21%
  }
  /*.cq9_moreGame {
    background: url(../resource/images/cq9_moreGame.png)no-repeat center / 100% 100%;
    width: 24%;
    height: 21%
  }*/
  html[language=en] .lixinlive_moreGame {
    background: url(../resource/images/en/lixinlive_moreGame.png)no-repeat center / 100% 100%;
  }
  /*html[language=en] .cq9_moreGame {
    background: url(../resource/images/en/cq9_moreGame.png)no-repeat center / 100% 100%;
  }*/

  .game-image007 {
    background: url(../resource/images/game_bg_07.png) no-repeat left bottom / 100% 100%;
    margin: 5px;
  }
  .game-icon007 {
    background: url(../resource/images/game_icon_07.png) no-repeat 0 0 / 2400% 100%;
    animation: animation 1s steps(23) infinite;
  }
  .game_name_007 {
    background: url(../resource/images/game_name_07.png) no-repeat center / contain;
    width: 80%;
    height: 45%;
    bottom: 7%;
    position: relative;
  }
  .game-image005 {
    background: url(../resource/images/game_bg_05.png) no-repeat left bottom / 100% 100%;
    margin: 5px;
  }
  .game-icon005 {
    background: url(../resource/images/game_icon_05.png) no-repeat 0 0 / 2400% 100%;
    animation: animation 1s steps(23) infinite;
  }
  .game_name_005 {
    background: url(../resource/images/game_name_05.png) no-repeat center / contain;
    width: 80%;
    height: 45%;
    bottom: 7%;
    position: relative;
  }
  .game-image009 {
    background: url(../resource/images/game_bg_09.png) no-repeat left bottom / 100% 100%;
    margin: 5px;
  }
  .game-icon009 {
    background: url(../resource/images/game_icon_09.png) no-repeat 0 0 / 2400% 139%;
    animation: animation 1s steps(23) infinite;
  }
  .game_name_009 {
    background: url(../resource/images/game_name_09.png) no-repeat center / contain;
    width: 80%;
    height: 45%;
    bottom: 7%;
    position: relative;
  }
  .game-image012 {
    background: url(../resource/images/game_bg_12.png) no-repeat left bottom / 100% 100%;
    margin: 5px;
  }
  .game-icon012 {
    background: url(../resource/images/game_icon_12.png) no-repeat 0 0 / 2400% 139%;
    animation: animation 1s steps(23) infinite;
  }
  .game_name_012 {
    background: url(../resource/images/game_name_12.png) no-repeat center / contain;
    width: 80%;
    height: 45%;
    bottom: 7%;
    position: relative;
  }
  html[language=en] .game_name_007 {
    background: url(../resource/images/en/game_name_07.png) no-repeat center / contain;
    width: 70%;
    height: 22%;
    bottom: 10%;
  }
  html[language=en] .game_name_005 {
    background: url(../resource/images/en/game_name_05.png) no-repeat center / contain;
    width: 70%;
    height: 22%;
    bottom: 10%;
  }
  html[language=en] .game_name_009 {
    background: url(../resource/images/en/game_name_09.png) no-repeat center / contain;
  }
  html[language=en] .game_name_012 {
    background: url(../resource/images/en/game_name_12.png) no-repeat center / contain;
  }

  .cq9-image01 {
    background-image: url(../images/game/CQ9/25.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 24%;
  }
  .cq9-image02 {
    background-image: url(../images/game/CQ9/64.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 24%;
  }
  .cq9-image03 {
    background-image: url(../images/game/CQ9/26.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 24%;
  }
  .cq9-image04 {
    background-image: url(../images/game/CQ9/6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 24%;
  }
  .cq9-image05 {
    background-image: url(../images/game/CQ9/7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 24%;
  }
  .cq9-image06 {
    background-image: url(../images/game/CQ9/80.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 24%;
  }
  .cq9-image07 {
    background-image: url(../images/game/CQ9/118.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 24%;
  }
}


/*登入頁面 語系按鈕*/
.min-setting2 {
    position: absolute;
    right: 5%;
    width: 20px;
    height: 120px;
    display: inline-block;
    top: 60px;
    z-index: 2;
}

.login-wrapper .btn-setting {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px
}

.login-wrapper .btn-sound .sound-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../fonts/sound_off.svg);
  background-repeat: no-repeat;
  background-size: 88%;
  background-position: center
}

.login-wrapper .btn-sound.on .sound-icon {
  display: block;
  width: 70%;
  height: 70%;
  background-image: url(../images/i_sound.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}

.login-wrapper .btn-setting .close-icon {
  display: block;
  width: 70%;
  height: 70%;
  background-image: url(../images/i_close.png);
  background-repeat: no-repeat;
  background-size: 82%;
  background-position: center
}

.login-wrapper .btn-setting .setting-icon {
  display: none;
  width: 90%;
  height: 90%;
  background: url(../images/i_setting.png) no-repeat;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat
}

.login-wrapper .btn-language .language-flag-icon {
  display: none;
  width: 100%;
  height: 100%;
  background: url(../images/i_flag.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.login-wrapper .btn-language .language-flag-icon-th {
  display: none;
  width: 100%;
  height: 100%;
  background: url(../images/i_flag_th.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.login-wrapper .btn-language .language-flag-icon-en {
  display: none;
  width: 100%;
  height: 100%;
  background: url(../images/i_flag_en.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.login-wrapper .btn-language .language-flag-icon-vn {
  display: none;
  width: 100%;
  height: 100%;
  background: url(../images/i_flag_vn.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

html[language=cn] .login-wrapper .btn-language .language-flag-icon,
html[language=en] .login-wrapper .btn-language .language-flag-icon-en,
html[language=th] .login-wrapper .btn-language .language-flag-icon-th,
html[language=vn] .login-wrapper .btn-language .language-flag-icon-vn
{
  display: block;
}

.login-wrapper .btn-language {
  width: 38px;
  height: 38px;
  right: 0;
  padding: 4px;
  top: 70px;
  background: none!important;
  opacity: 1!important
}

.login-wrapper .language-select {
    position: absolute;
    width: 38px;
    top: 105px;
    right: 0px;
    background: #ffd643;
    text-align: center;
    border-radius: 53px;
    z-index: 20;
    display: none;
}

.login-wrapper .language-select.active {
    display: block;
}

.login-wrapper .language-select .lang-cn {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/i_flag.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 6px auto;
}
.login-wrapper .language-select .lang-en {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/i_flag_en.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 6px auto;
}
.login-wrapper .language-select .lang-th {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/i_flag_th.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 6px auto;
}
.login-wrapper .language-select .lang-vn {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/i_flag_vn.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 6px auto;
}

.login-wrapper .btn-sound {
  width: 38px!important;
  height: 38px!important;
  left: 0!important;
  top: 35px;
  background: none!important;
  opacity: 1!important
}

.login-wrapper .btn-setting {
  width: 38px;
  height: 30px;
  left: 0
}

.lobby-icon {
  /*background-image: url(../images/logo.png?202208101621);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;*/
  width: 65%;
  height: 100%;
  font-weight: bolder;
  font-size: 7vmin;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

html[language='in'] .lobby-icon {
  background-image: url(../images/in/logo.png);
}

.register-icon {
    background: url(../images/register.png) no-repeat 100% 100%;
    background-size: contain;
    position: fixed;
    right: 89%;
    width: 25%;
    height: 5%;
    top: 1%;
    display: none;
}

.person-report .pages-header, .accounting-records .pages-header, .change-pwd-safe-dialog{
    background: #2b2e37!important;
}

.member-manager .pages-header, .layer-member .pages-header, .news-main .pages-header {
    background: #36394a!important;
}

.profile-info #logout {
  background: url(../images/btn-bg.png) center no-repeat;
  background-size: 75%;
  width: 35%;
  height: 78%;
  border: none;
  padding: 0;
  font-weight: bolder;
  color: #000;
}
html[language='in'] .profile-info #logout {
  background: url(../images/in/signout.png) no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 320px) {
    /*.profile-info #logout {
        margin-top: 15px;
    }*/
    .playBtn2 {
      top: 55%;
    }
    .oldgameview {
      height: 21.5vmin;
    }
}

.orientation-tip span {
  display: inline-block;
  font-size: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
}
.orientation-tip.show {
  display: block;
}
@media screen and ( min-aspect-ratio: 13 / 8) {
  .orientation-tip {
    display: block;
  }
}

.home-register {
    position: relative;
    right: -16%;
    width: 25%;
    align-items: center;
    display: none;
}

html[language='in'] .home-register {
    right: -8%;
    width: 35%;
}

.home-register .icon {
    width: 29%;
    height: 100%;
    background: url(../images/register_icon.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin-right: 4px; 
}

html[language='in'] .home-register .icon {
    width: 23%;
}

.home-login {
    position: relative;
    right: -45%;
    width: 17%;
    height: 100%;
    align-items: center;
    display: none;
}
html[language='in'] .home-login {
    right: -3%;
    width: 31%;
}
html[language='en'] .home-login {
    right: -43%;
    width: 20%;
}
html[language='ja'] .home-login {
    right: -39%;
    width: 25%;
}

.home-login .icon {
    width: 50%;
    height: 100%;
    background: url(../images/login_icon.png) no-repeat;
    background-size: 96%;
    background-position: center;
    margin-right: 4px;
}

html[language='in'] .home-login .icon {
    width: 26%;
}
html[language='en'] .home-login .icon {
    width: 42%;
}
html[language='ja'] .home-login .icon {
    width: 34%;
}

.home-logout {
    position: relative;
    right: -39%;
    width: 27%;
    align-items: center;
    display: none;
}

.home-logout .icon {
    width: 31%;
    height: 100%;
    background: url(../images/logout_icon.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin-right: 4px;
}

.home-text {
    font-size: 3.5vmin;
    color: #8d754f;
    font-weight: bolder;
}

.home-centerMoney {
    display: none;
    width: 62%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.home-centerMoney-box {
    background-color: #272425;
    border: 2px solid #977b58;
    height: 50%;
    min-width: 17%;
    border-radius: 5vmin;
    align-items: center;
    color: #977b58;
    padding: 0 10px;
    display: flex;
}

@media only screen and (max-width: 320px) {
    .home-logout, .home-logout .icon, .home-register, .home-register .icon, .home-login, .home-login .icon {
      top: 0.5%;
    }
    html[language='in'] .home-register {
      right: 38%;
    }
}

.language-box {
    position: absolute;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1% 0 1%;
    right: 0;
}

.language-setting {
    width: 100%;
    height: 100%;
}

/*.language-flag-icon-in {
    background: url(../images/i_flag_in.png) no-repeat 100% 100%;
    background-size: contain;
    position: fixed;
    width: 8%;
    height: 8%;
    top: -2.5%;
    right: 0;
}*/

.gamelist-content .btn-game{
  /*grid-template-areas: "btn_game";
  position: relative;
  margin-bottom: 1%;
  margin-right: 1%;
  margin-left: 1.5%;*/

  width: 100%;
  height: 100%;
  display: flex;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
  /*margin: 0.5% 1.5% 0.5% 1.5%;*/
  /*float: left;*/
}

.gamelist-content .game-right {
  width: 49%;
  height: 40vmin;
  display: flex;
  align-items: center;
}

.gamelist-content .game-left {
  width: 49%;
  height: 40vmin;
}

.gamelist-content .game-center {
  height: 82.3vmin;
}

.game-right2 {
  width: 150%;
  height: 100%;
  display: flex;
  align-items: center;
}

html[language=tw] .gameName,
html[language=cn] .gameName
 {
  height: 50%;
  width: 100%;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.gameName {
  height: 50%;
  width: 100%;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 2.5vmin;
  font-weight: bold;
  border-bottom: solid 1px;
  line-height: 1.3;
}

.gamePlayBtn {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.laba {
    background-image: url(../images/laba.png);
    background-size: 66%;
    background-position: center;
    background-repeat: no-repeat;
    width: 10%;
    height: 100%;
    /*position: fixed;
    left: 0%;
    top: 24.2%;*/
    z-index: 1;
    background-color: #000;
}