@charset "utf-8";
html {
    height: 100%;
    width: 100%
}

@media screen and (min-width: 751px) {
    html {
        font-size:5.20833vw!important;
        font-size: calc(100vw/(1920/var(--theme-rem-unit, 100)))
    }
}

@media screen and (min-width: 751px)and (min-width:1920px) {
    html {
        font-size:100px;
        font-size: calc(1920px/(1920/var(--theme-rem-unit, 100)))
    }
}

@media only screen and (min-width: 751px)and (min-width:1400px)and (max-width:1499px) {
    html {
        font-size:5.5208333333vw!important
    }
}

@media only screen and (min-width: 751px)and (min-width:1300px)and (max-width:1399px) {
    html {
        font-size:5.6770833333vw!important
    }
}

@media only screen and (min-width: 751px)and (min-width:1200px)and (max-width:1299px) {
    html {
        font-size:6.1458333333vw!important
    }
}

@media only screen and (min-width: 751px)and (min-width:1100px)and (max-width:1199px) {
    html {
        font-size:6.5625vw!important
    }
}

@media only screen and (min-width: 751px)and (min-width:1000px)and (max-width:1099px) {
    html {
        font-size:6.7708333333vw!important
    }
}

@media only screen and (min-width: 751px)and (min-width:900px)and (max-width:999px) {
    html {
        font-size:7.2916666667vw!important
    }
}

@media only screen and (min-width: 751px)and (min-width:750px)and (max-width:899px) {
    html {
        font-size:8.3333333333vw!important
    }
}

html {
    font-size: 5.20833vw;
    font-size: calc(100vw/(1920/var(--theme-rem-unit, 100)))
}

@media screen and (min-width: 1920px) {
    html {
        font-size:100px;
        font-size: calc(1920px/(1920/var(--theme-rem-unit, 100)))
    }
}

@media only screen and (min-width: 1400px)and (max-width:1499px) {
    html{
        font-size:5.5208333333vw!important
    }
}

@media only screen and (min-width: 1300px)and (max-width:1399px) {
    html {
        font-size:5.6770833333vw!important
    }
}

@media only screen and (min-width: 1200px)and (max-width:1299px) {
    html {
        font-size:6.1458333333vw!important
    }
}

@media only screen and (min-width: 1100px)and (max-width:1199px) {
    html {
        font-size:6.5625vw!important
    }
}

@media only screen and (min-width: 1000px)and (max-width:1099px) {
    html {
        font-size:6.7708333333vw!important
    }
}

@media only screen and (min-width: 900px)and (max-width:999px) {
    html {
        font-size:7.2916666667vw!important
    }
}

@media only screen and (min-width: 750px)and (max-width:899px) {
    html {
        font-size:8.3333333333vw!important
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size:13.33333vw!important;
        font-size: calc(100vw/(750/var(--theme-rem-unit, 100)))
    }
}
html body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    color: var(--theme-main-text-color);
    background: var(--theme-body-bg);
    background-attachment: fixed;
    background-size: cover;
    color: var(--common-font-color);
    font-size: .14rem;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
body {
    font-size: 14px;
    margin: 0px;
    font-feature-settings: "tnum";
    min-width: 1000px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
ul, li, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color:var(--theme-aTag-default-color);
    cursor: pointer;
}
p {
    margin: 0px;
    padding: 0px;
}
.clear {
    clear: both;
    height: 0;
}
* {
    margin: 0;
    padding: 0;
    webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.body_container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.body_wrap {
    flex: 1;
    display: flex;
    overflow: hidden;
}
.body_wrap > main {
    flex-basis: 100%;
    overflow-x: hidden; 
    overflow-y: auto; 
}
/* header */
.header-flex {
    -ms-flex-direction: row;
    flex-direction: row;
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
    .headerContainer {
        max-width: 11.365rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px){
    .headerContainer {
        max-width: 11.865rem;
    }
}

.headerContainer {
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    max-width: calc(50vw + 4.14rem);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.headerContainer .head_wrap {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: var(--theme-header-height);
    justify-content: space-between;
}
.headerContainer .head_wrap .rightwrap {
    height: 100%;   
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.headerContainer .head_wrap .rightwrap .user_box .user_wrap {
    display: inline-flex;
    align-items: center;
}
.headerContainer .head_wrap .rightwrap .user_box .user_wrap .user_login,
.headerContainer .head_wrap .rightwrap .user_box .user_wrap .user_space,
.headerContainer .head_wrap .rightwrap .user_box .user_wrap .user_reg {
    margin-right: 3px;
}
.rightwrap .user_box .user_wrap .user_login button,
.rightwrap .user_box .user_wrap .user_reg button {
    font-size: .22rem;
    padding: 0;
    outline: 0;
    border-radius: 0.1rem;
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--header-topmenu-title);
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 32px;
    line-height: 1.499;
    position: relative;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.rightwrap .user_box .user_wrap .user_login button:hover, .rightwrap .user_box .user_wrap .user_reg button:hover{
    color: var(--header-userlogin-hover-color);
}
.rightwrap .user_box .user_wrap .user_space span{
    color: #999;
}
header{
    height: var(--theme-header-height);
    line-height: normal;
    padding: 0;
}
#header{
    align-items: center;
    display: flex;
    font-size: 0.16rem;
    height: 100%;
    max-width: 100%;
    padding: 0px 0.2rem 0px 0.12rem;
    position: relative;
    z-index: 997;
    background: var(--header-main-bg-color) !important;
    border-bottom: 0.01rem solid var(--header-border-line);

}
#header .header_logo {
    flex: 0 0 2.2rem;
    max-width: 2.2rem;
    min-width: 2.2rem;
    width: 2.2rem;
    margin-right: 0.05rem;
    height: 0.56rem;
}
#header .header_logo a {
    display: block;
    height: 100%;
}
#header .header_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#header .head_wrap{
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: var(--theme-header-height);
    justify-content: space-between;
    padding-left: 0.4rem;

}
#header .head_wrap .leftwrap {
    width: 5rem;
    display: flex;
}
#header .head_wrap .leftwrap .mtime{
    color: var(--header-mtime-text);
    display: inline-block;
    font-size: 0.12rem;
    line-height: 1.5;
    min-width: 0.9rem;
    text-align: center;
    margin-right: 0.2rem;
}
#switchLang {
    -ms-flex-align: center;
    align-items: center;
    border: 0.01rem solid var(--header-switchLang-border);
    background-color: var(--header-balance-bg);
    border-radius: 0.1rem;
    display: -ms-flexbox;
    display: flex;
    height: 0.4rem;
    margin-right: 0.2rem;
    padding: 0px 0.15rem;
    position: relative;
    cursor: pointer;
    min-width: 1.7rem;
}
#switchLang span {
    font-size: .2rem;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 0.8rem;*/
    padding-right: 0.2rem;
    color: var(--home-appDl-text);
}
#switchLang i.arrow {
  position: absolute;
  top: 45%;
  right:0.15rem;
}
#switchLang i.arrow, .member_info .member_selection i.arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--login-input-text);
    border-radius: 5px;
    display: block;
    transition: transform 0.3s;
}
#switchLang i.arrow.rotated, .member_info:hover .member_selection i.arrow {
    transform: rotate(180deg);
}
#langList {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 0;
    z-index: 1;
    border-radius: 5px;
    top: 40px;
    left: 0;
    background-color: var(--header-switchLang-selectBg);
    border: thin solid var(--header-switchLang-border);
    border-radius: 0.1rem;
    -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0,0,0,.1);
    box-shadow: 0 0.03rem 0.09rem 0 rgba(0,0,0,.1);
    max-width: 3.15rem;
    min-width: 1.7rem;
    padding-top: 0.05rem;
}
#langList.show {display: block;}
#langList .lang-item {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 0.55rem;
    margin: 0px;
    width: 100%;
    -webkit-transition: color .3s cubic-bezier(.645,.045,.355,1),border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1);
    transition: color .3s cubic-bezier(.645,.045,.355,1),border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1);
}
#langList .lang-item a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    line-height: 0.55rem;
}
#langList .lang-item span{
    color: var(--header-switchLang-dft-txt);
}
#langList .lang-item:hover {
    background: var(--header-switchLang-active-bg);
}
#langList .lang-item:hover span {
    color: var(--header-switchLang-active-txt);
}
/* login */
#static-right{
    height: 50px;
    line-height: 50px;
}
#static-right> form  {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: auto 0;
}
#static-right> form .login_box {
    position: relative;
}
#static-right> form .login_box input {
    width: 115px;
    height: 35px;
    color: #c4c4c4;
    padding-left: 25px;
    background: #553a7a;
    border: 0;
    outline: none;
    margin-right: 6px;
    font-size: 12px;
    border-radius: 20px;
    text-align: center;
}
#static-right> form .login_box .login-code{
    text-align: left;
}
#static-right> form .login_box input.login-user{
    background: url(/images_plus/header/common/acc-icon.png)#553a7a 15% 47% no-repeat;
    color: #c4c4c4;
}
#static-right> form .login_box input.login-pw{
    background: url(/images_plus/header/common/pwd-icon.png)#553a7a 15% 47% no-repeat;
    color: var(--placeholder-text);
}
#static-right> form .login_box input::-webkit-input-placeholder {
    color: var(--placeholder-text);
}
#static-right> form .login_box input::-moz-placeholder {
    color: var(--placeholder-text);
}
#static-right> form .login_box input:-ms-input-placeholder {
    color: var(--placeholder-text);
}
#static-right> form .login_box input:-moz-placeholder {
    color: var(--placeholder-text);
}
#static-right> form .fgt_btn a{
    color: #a790c6;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}
#static-right> form .login_box img#vPic{
    width: 59px;
    height: 34px;
    position: absolute;
    right: 6px;
    top: 8px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#static-right> form .login_btns {
    display: flex;
    justify-content: center;
    align-items: center;
}
#static-right> form .login_btns> input,#static-right> form .login_btns{
    margin-right: 6px;
}
#static-right> form .login_btns> input,#static-right> form .login_btns a.reg_btn {
    cursor: pointer;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    padding:0 20px;
    height: 35px;
    align-items: center;
    display: flex;
    outline: none;
    justify-content: center;
    transition: background-color .3s;
    text-shadow: 0 3px 6px rgba(0,0,0,.16);
    font-weight: 500;
}
#static-right> form .login_btns> input{
    background-image: linear-gradient(180deg,#910000,#d10000);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    font-size: 14px;
    /*text-transform: uppercase;*/
}
#static-right> form .login_btns a.reg_btn{
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    background-image: linear-gradient(180deg,#3e3178,#5543a5);
    line-height: 25px;
    font-size: 14px;
    /*text-transform: uppercase;*/
}
#static-right> form .login_btns a.reg_btn span{
    width: 100%;
    background: #fff -webkit-gradient(linear,100% 0,0 0,from(#fff),color-stop(.5,grey),to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,.5));
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,.5));
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#static-right> form .login_btns input[type=submit]:hover,#static-right> form .login_btns a.reg_btn:hover{
    opacity: .8;
}
.mem_info {
    display: flex;
    justify-content: flex-end;
}
.mem_info>ul {
    display: flex;
}
.mem_info>ul>li {
    display: flex;
    align-items: center;
    padding: 0 2px;
    color: #fff;
}
.mem_info>ul>li a{
	color: #fff;
}
.mem_info>ul>li>span{
    white-space: nowrap;
    width: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 30px;
    height: 30px;
}
.mem_info>ul>li.memBtn{
    font-size: 12px;
}
.mem_info>ul>li.memBtn:after {
    content: '|';
    padding: 0 2px;
}
/* login - end */
/*#headbar .head_wrap .header_logo {
    width: 250px;
    display: flex;
}*/
/*.head_wrap .header_logo img {
    width: 100%;
}
.head_wrap .nav_menu{
    width:75%;
}*/
#header .nav_menu{
    height: 55px;
}
.nav_menu ul.main_manual {
    display: flex;
    align-items: center;
    float: right;
}
ul.main_manual>li {
    position: relative;
    background: linear-gradient(180deg,#2a1113,#3a2750 50%,#513973);
    border: 2px solid #513973;
    box-shadow: 0 20px 30px rgba(0,0,0,.5);
    color: #a790c6;
    height: 50px;
    margin-left: 7px;
    border-radius: 20px;
}
ul.main_manual>li:hover, ul.main_manual>li.current {
    border: 2px solid #fdeda9;
    box-shadow: 0 3px 20px 0 rgba(255,255,147,.5);
    background-image: linear-gradient(180deg,#ffde88,#fcebba 50%,#dbb15d);
    border-radius: 20px;
}
ul.main_manual>li>a {
    color: #a790c6;
    padding: 0 5px;
    line-height: 50px;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    transition: all .4s ease;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.7);
    display: flex;
}
ul.main_manual>li.current>a,ul.main_manual>li:hover a{
    color: #1f1836;
}
ul.main_manual>li i{
    background: url('/images_plus/header/common/navIcon.png')no-repeat;
    display: block;
    width: 45px;
    height: 50px;
}
ul.main_manual>li.home i{
    background-position: 3px -34px;
}
ul.main_manual>li.home.current i,ul.main_manual>li.home:hover i{
    background-position: 3px 7px;
}
ul.main_manual>li.egame i{
    background-position: -273px -34px;
}
ul.main_manual>li.egame.current i,ul.main_manual>li.egame:hover i{
    background-position: -273px 9px;
}
ul.main_manual>li.casino i{
    background-position: -42px -33px;
}
ul.main_manual>li.casino.current i,ul.main_manual>li.casino:hover i{
    background-position: -42px 7px;
}
ul.main_manual>li.cockfight i{
    background-position: -84px -34px;
}
ul.main_manual>li.cockfight.current i,ul.main_manual>li.cockfight:hover i{
    background-position: -87px 10px;
}
ul.main_manual>li.fish i{
    background-position: -128px -33px;
    width: 47px;
}
ul.main_manual>li.fish.current i,ul.main_manual>li.fish:hover i{
    background-position: -129px 9px;
}
ul.main_manual>li.poker i{
    background-position: -177px -32px;
}
ul.main_manual>li.poker.current i,ul.main_manual>li.poker:hover i{
    background-position: -180px 9px;
}
ul.main_manual>li.sport i{
    background-position: -223px -34px;
}
ul.main_manual>li.sport.current i,ul.main_manual>li.sport:hover i{
    background-position: -224px 9px;
}
ul.main_manual>li.promo i{
    background-position: -315px -34px;
}
ul.main_manual>li.promo.current i,ul.main_manual>li.promo:hover i{
    background-position: -315px 9px;
}
ul.main_manual>li.mobile i{
    background-position: -355px -34px;
}
ul.main_manual>li.mobile.current i,ul.main_manual>li.mobile:hover i{
    background-position: -357px 11px;
}
ul.main_manual>li>a span{
    padding-right: 7px;
}
/*.nav_menu ul.main_manual>li> i.nav-hot{
    background:url('/images_plus/header/common/hot.png') 0 0 no-repeat;
    width:40px;
    height:25px;
    position: absolute;
    top: 20px;
    right: -17px; 
}*/
/* footer */
#footer-wrap {
    min-width: 1200px;
    background: var(--footer-bg);
    position: relative;
    font-size: 14px;
    text-align: center;
    color: var(--footer-title-color);
    padding: 20px 0;
}
#footer-wrap .partnership{
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid var(--footer-border-top-color);
    width: 1200px;
    margin: 0 auto;
}
#footer-wrap .partnership>div{
    width: calc(100% / 12);
}
#footer-wrap .partnership img{
    width: 60%;
}
#footer-wrap .footer-desc{
    width: 820px;
    margin: 0 auto;
}
#footer-wrap .footer-desc p{
    margin: 18px 0 13px 0;
    font-size: 13px;
}
#footer-wrap .footer-logo{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-box-align: end;
    align-items: center;
    margin: 0 auto;
    max-height: 68px;
    width: 1200px;
}
#footer-wrap .footer-logo .logo{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    margin-right: 30px;
}
#footer-wrap .footer-logo .logoimg{
    height: 40px;
    padding-bottom: 5px;
/*    filter: var(--footer-icon-filter);*/
}
#footer-wrap .footer-logo>.mga .logoimg{
    background: url(/web_template2/images_plus/footer/footer_logo1_h.png?v2) no-repeat;
    width: 157px;
}
#footer-wrap .footer-logo>.bvi .logoimg{
    background: url(/web_template2/images_plus/footer/footer_logo2.png?v1) no-repeat;
    width: 177px;
}
#footer-wrap .footer-logo>.cg .logoimg{
    background: url(/web_template2/images_plus/footer/footer_logo4.png) no-repeat;
    width: 100px;
}
#footer-wrap .footer-logo>.curacao .logoimg{
    background: url(/web_template2/images_plus/footer/footer_logo5_h.png?v2) no-repeat;
    width: 171px;
    background-size: contain;
}
#footer-wrap .footer-logo>.mga {
    margin-right: 55px;
}
#footer-wrap .footer-nav{
    height: 18px;
    margin: 33px auto 18px;
}
#footer-wrap .footer-nav .navlist{
    display: flex;
    justify-content: center;
}
#footer-wrap .footer-nav .navlist> a{
    color:var(--footer-dd-color);
    transition: color .3s ease;
    cursor: pointer;
    line-height: 18px;
    margin: 0 22px;
    text-decoration: none;
}
#footer-wrap .footer-nav .navlist> a:hover{
    color: var(--footer-dd-hover-color);
}
/* right-backtotop */
#right_bcktotop {
	width:82px;
	overflow:hidden;
	position:fixed;
	bottom:50px;
	z-index:99;
    border-radius: 0.1rem;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
    margin-bottom: 0.12rem;
    padding: 0.1rem 0;
    text-align: center;
    align-items: center;
    background-color: var(--theme-main-bg-color);
    border: 0.01rem solid var(--header-border-line);
    -webkit-box-shadow: 0.02rem 0 0.06rem 0 rgba(0,0,0,.1);
    box-shadow: 0.02rem 0 0.06rem 0 rgba(0,0,0,.1);
    
}
#right_bcktotop ul {
	position:relative;
	overflow:hidden;
}
#right_bcktotop.hide,
#right_bcktotop ul.hide {
	display: none;
}
#right_bcktotop ul li {
	cursor:pointer;
	/* margin-bottom: 20px; */
}
#right_bcktotop ul li a, #right_bcktotop .goTop{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#right_bcktotop ul li img{
	width: 40px;
}
#right_bcktotop ul li span {
    color: #676c78;
    font-size: 14px;
}

#right_bcktotop .rotate{
	-webkit-animation: rotate 8s linear infinite;
    animation: rotate 8s linear infinite;
}

@keyframes x-shimmer{
    0% {
        background-position: -200px top;
    }

    100% {
        background-position: 200px top;
    }
}
/* scrollbar */
html ::-webkit-scrollbar {
    width: 0.06rem;
    z-index: 11;
}
html ::-webkit-scrollbar-corner, html ::-webkit-scrollbar-track {
    background: 0 0;
    background-color: var(--primary-color);
}
html ::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
    background:var(--secondary-color)!important;
    border-radius: 0.06rem;
    width: 0.06rem;
}
html ::-webkit-scrollbar-track-piece {
    background: 0 0;
    width: 0.06rem;
}
i.fa-facebook-square {
    background: url("/images_plus/register/fb.png") no-repeat;
    background-size: 100% 100%;
}
i.fa-google-plus-square {
    background: url("/images_plus/register/google.png") no-repeat;
    background-size: 100% 100%;
}
.to_bootstrap .modal-content {
    border-radius: 0.16rem;
}
input::placeholder{
    color: var(--placeholder-text);
}