.bet-message-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(15%,rgba(0,0,0,.4)),color-stop(50%,rgba(0,0,0,.50196)),color-stop(85%,rgba(0,0,0,.4)),to(rgba(0,0,0,.50196)));
    background-image: linear-gradient(90deg,transparent,rgba(0,0,0,.4) 15%,rgba(0,0,0,.50196) 50%,rgba(0,0,0,.4) 85%,rgba(0,0,0,.50196))
}

.bet-message-area .success-icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 47px
}

.bet-message-area .success-icon:before {
    display: block;
    content: "";
    width: 100%;
    height: 112%;
    background: url(/fonts/Betsuccess.svg?ed2928e68bfa9bc3174e979602da16e8) 50%/44% auto no-repeat;
    position: absolute;
    bottom: 0
}

.bet-message-area .success-txt {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(20%,transparent),color-stop(30%,rgba(0,0,0,.10196)),color-stop(50%,rgba(0,0,0,.4)),color-stop(70%,rgba(0,0,0,.10196)),color-stop(80%,rgba(0,0,0,.4)));
    background-image: linear-gradient(90deg,transparent 20%,rgba(0,0,0,.10196) 30%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.10196) 70%,rgba(0,0,0,.4) 80%);
    font-size: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bet-message-area .success-txt p {
    width: 50%;
    margin: 5px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background: #2681ff;
    border-radius: 10px
}

.bet-message-area .success-txt span {
    padding: 2px 4px
}

[data-notify=system-message-area] {
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,.8);
    bottom: 0;
    z-index: 109;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[data-notify=system-message-area] .txt-box {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fdffb9
}

[data-notify=system-message-area] .txt-box.success:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/fonts/check-mark-green.svg?a34345d2b29373ae2e1b6a23127229f9) 50%/100% no-repeat;
    margin-right: 10px
}

[data-notify=system-message-area] .txt-box.info:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/fonts/info.svg?9f114fb86806da8aed34c7d6b1a06c48) 50%/100% no-repeat;
    margin-right: 10px
}

[data-notify=system-message-area] .txt-box.danger:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/fonts/danger.svg?2b55825e9631a78f1adb85a8a1f1281f) 50%/100% no-repeat;
    margin-right: 10px
}

[data-notify=system-message-area] .txt-box.warning:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/fonts/danger.svg?2b55825e9631a78f1adb85a8a1f1281f) 50%/100% no-repeat;
    margin-right: 10px
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,div,html,i,input,p,span {
    margin: 0;
    padding: 0
}

input:focus,textarea:focus {
    outline: none
}

body,html {
    width: 100%;
    height: 100%
}

/*body {
    background: #000 url(../images/bg_lx.jpg?89566b700501e6009f26ad38273ce9e9) 50% no-repeat;
    background-size: cover;
    font-size: 16px;
    font-family: Microsoft JhengHei UI,Microsoft JhengHei,PingFang TC,HeiTi TC,sans-serif
}*/

.pages-container .login-wrapper {
    background: #000 url(../images/bg_lx.jpg?89566b700501e6009f26ad38273ce9e9) 50% no-repeat;
    background-size: cover;
    background-size: 350px 650px;
}

.login-wrapper {
    position: absolute;
    top: 0px;
    /*background: url(../images/login_bg.jpg) no-repeat;
    background-size:  100% 100%;*/
    background-color: #000000f5;
    z-index: 10;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
}

@-webkit-keyframes scrollToUp {
    0% {top: 0}
    to {top: -200%}
}
@keyframes scrollToUp {
    0% {top: 0}
    to {top: -200%}
}

.login-wrapper .login-box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 100%;
}

.login-wrapper .login-close-box,
.registion-dialog .registion-close-box {
    width: 100%;
    height: 8%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 10px 0 0;
}

.login-wrapper .login-close,
.registion-dialog .registion-close {
    width: 10%;
    height: 100%;
    background: url(../images/btn-close.png) no-repeat;
    background-size: 82%;
    background-position: center;
}

.login-wrapper .login-box .login-icon,
.registion-dialog .registion-box .registion-icon {
    width: 100%;
    height: 27vmin;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 9vmin;
}

.login-wrapper .login-box .login_logo,
.registion-dialog .registion-box .registion_logo {
    background: url(../resource/images/logo.png) no-repeat 0 0/100% 100%;
    height: 100%;
    width: 60vmin;
}

.login-wrapper .login-box .login_logo_text{
    background: url(../resource/images/logo_text.svg) no-repeat 0 0/100% 100%;
    transform: translate(-50%,0);
    height: 5%;
    width: 50%;
    top: 45%;
    left: 50%;
    position: absolute;
}

.login-wrapper .login-box input {
    background: none;
    color: #fff
}

.login-wrapper .login-box .login-content {
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-wrapper .login-box .login-content .input-box {
    /*border-radius: 5px;*/
    /*background-color: rgba(0,0,0,.302);*/
    /*-webkit-box-shadow: inset 0 3px 7px 0 rgba(0,0,0,.46);*/
    /*box-shadow: inset 0 3px 7px 0 rgba(0,0,0,.46);*/
    height: 44px;
    line-height: 44px;
    margin-bottom: 20px;
    /*border: 1px solid #382d1c;*/
    position: relative;
    /*padding-left: 40px*/
}

.login-wrapper .login-box .login-content .input-box.account {
    height: 12%;
    width: 72.5%;
    background: #000;
    border-radius: 8px;
}

.login-wrapper .login-box .login-content .input-box.pwd {
    height: 12%;
    width: 72.5%;
    /*padding-left: 9%;*/
    background: #000;
    border-radius: 8px;
}
.login-wrapper .login-box .login-content .account-icon{
    background: url(../images/login_icon_account.png) no-repeat 0 0/100% 100%;
    height: 23px;
    width: 23px;
}
.login-wrapper .login-box .login-content .password-icon{
    background: url(../images/login_icon_password.png) no-repeat 0 0/100% 100%;
    height: 23px;
    width: 23px;
}
.login-wrapper .login-box .login-content .input-box.captcha {
    background: url(../images/icon_code@2x.png?c98daf4f378e566ed65105209fd952c7) no-repeat;
    background-size: auto 26px;
    background-position: 8px
}

.login-wrapper .login-box .login-content .input-box:before {
    content: "";
    display: block;
    width: 40px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    left: 0
}

.login-wrapper .login-box .login-content .input-box input {
    border: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    font-size: small;
    padding: 0 0 0 10px;
}

.login-wrapper .login-box .login-content .input-box input::-webkit-input-placeholder {
    color: #adadad;
}

.login-wrapper .login-box .login-content .input-box input:-ms-input-placeholder,.login-wrapper .login-box .login-content .input-box input::-ms-input-placeholder {
    color: #adadad;
}

.login-wrapper .login-box .login-content .input-box input::placeholder {
    color: #adadad;
}

.login-wrapper .login-box .login-content .input-box img {
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    height: 41px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.login-wrapper .login-box .login-content .input-code {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    height: 44px;
    border-radius: 5px;
    background-color: rgba(0,0,0,.302);
    -webkit-box-shadow: inset 0 3px 7px 0 rgba(0,0,0,.46);
    box-shadow: inset 0 3px 7px 0 rgba(0,0,0,.46)
}

.login-wrapper .login-box .login-content .input-code input {
    width: 70%;
    height: 44px;
    line-height: 44px;
    float: left;
    text-indent: 5px;
    vertical-align: middle;
    border: none
}

.login-wrapper .login-box .login-content .input-code input::-webkit-input-placeholder {
    color: #adadad;
}

.login-wrapper .login-box .login-content .input-code input:-ms-input-placeholder,.login-wrapper .login-box .login-content .input-code input::-ms-input-placeholder {
    color: #adadad;
}

.login-wrapper .login-box .login-content .input-code input::placeholder {
    color: #adadad;
}

.login-wrapper .login-box .login-content .input-code img {
    width: 30%;
    float: right;
    height: 41px;
    border: none;
    margin-top: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.login-wrapper .login-box .login-content .remember_box {
    width: 100%;
    overflow: hidden;
    margin: 10px auto
}

.login-wrapper .login-box .login-content .remember_box .remember_pass {
    float: left;
    color: #fff;
    overflow: hidden
}

.login-wrapper .login-box .login-content .remember_box .remember_pass .btn_remember_active {
    background: #bf8603;
    -webkit-transition: background .07s;
    transition: background .07s
}

.login-wrapper .login-box .login-content .remember_box .remember_pass p {
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block
}

.login-wrapper .login-box .login-content .remember_box .remember_pass div {
    float: left;
    border-radius: 30px;
    background-color: rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 4px 6px 0 rgba(0,0,0,.61);
    box-shadow: inset 0 4px 6px 0 rgba(0,0,0,.61);
    width: 45px;
    height: 20px;
    padding: 1px;
    position: relative;
    margin-left: 10px
}

.login-wrapper .login-box .login-content .remember_box .remember_pass div i {
    display: block;
    border-radius: 50%;
    background-image: -webkit-gradient(linear,left top,right top,from(#d7aa3e),color-stop(21%,#aa8839),color-stop(66%,#d4b56f),color-stop(99%,#fde2a4));
    background-image: linear-gradient(90deg,#d7aa3e,#aa8839 21%,#d4b56f 66%,#fde2a4 99%);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    -webkit-transition: left .07s;
    transition: left .07s
}

.login-wrapper .login-box .login-content .remember_box .remember_pass div .btn_remember_i_active {
    left: 25px
}

.login-wrapper .login-box .login-content .btn-login {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#e3b855),color-stop(57%,#f1cf7e),color-stop(99%,#ffe5a6));
    background-image: linear-gradient(0deg,#e3b855,#f1cf7e 57%,#ffe5a6 99%);
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 44px
}

.login-wrapper .login-box .login-content footer {
    overflow: hidden;
    width: 100%;
    margin-top: 30px
}

.login-wrapper .login-box .login-content footer p {
    color: #fff;
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center
}

.login-wrapper .login-box .login-content footer p:before {
    content: "";
    width: 35%;
    height: 20px;
    display: block;
    float: left;
    background: url(/images/left.png?eadf06f0738bc3eee3bf0a2b8a7883f0) no-repeat 50%;
    background-size: auto 2px
}

.login-wrapper .login-box .login-content footer p:after {
    content: "";
    display: block;
    float: right;
    width: 35%;
    height: 20px;
    background: url(/images/right.png?4e45e04c888a1ff7869fe1e91e05d050) no-repeat 50%;
    background-size: auto 2px
}

.login-wrapper .login-box .login-content footer .other-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin: 0 auto
}

.login-wrapper .login-box .login-content footer .other-login i {
    height: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.login-wrapper .login-box .login-content footer .other-login i.login-wechat {
    background: url(/images/icon_wx@2x.png?a96a43c1556ab04626be1d82bcc2620d) no-repeat 50%;
    background-size: auto 40px
}

.login-wrapper .login-box .login-content footer .other-login i.login-qq {
    background: url(/images/icon_qq@2x.png?9e0c2f314f7770e79958cd5d0d950e2c) no-repeat 50%;
    background-size: auto 40px
}

.noallowed {
    /*background: #8e8e8e!important;*/
    pointer-events: none!important
}
.login-wrapper .login-box .login-content .btn-login {
    width: 49%;
    height: 44px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#e3b855),color-stop(57%,#f1cf7e),color-stop(99%,#ffe5a6));
    background-image: linear-gradient(0deg,#e3b855,#f1cf7e 57%,#ffe5a6 99%);
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 0px 20px;
    line-height: 44px;
    color: #251e0c;
    text-shadow: 0 2px 0 #faeac5;
    font-weight: bold;
    text-align: center;
}
.login_features {
    width: 100%;
    /* padding: 10px; */
}
.login-wrapper .login-box .login-content .login_features .btn-login.btn_service {
    color: #3b5f7f;
}
.login-wrapper .login-box .login-content .login_features .btn-login.btn_FreePlay {
    color: #7d2727;
}
.login-wrapper .login-box .login-content .btn-login.btn-registered{
    color: #277d32;
}

.login-btn-registion{
    background: url(../images/btn-bg.png) no-repeat 0 0/100% 100%;
    width: 44vmin;
    height: 11.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bolder;
    font-size: 4.2vmin;
}
/*.login-btn-login{
    background: url(../images/login_bg4.png) no-repeat 0 0/100% 100%;
    width: 76%;
    height: 9%;
}
html[language='in'] .login-btn-login{
    background: url(../images/in/login_bg4.png) no-repeat 0 0/100% 100%;
    width: 76%;
    height: 9%;
}*/

.login-btn-service{
    margin: 7% 0 8% 0;
    color: #8d754f;
    border-bottom: 1px solid #8d754f;
    font-size: 4.2vmin;
    /*background: url(../images/btn-service.png) no-repeat;
    position: absolute;
    width: 45%;
    height: 44px;
    text-align: center;
    padding: 8px 0px 0 16px;
    bottom: -18%;
    left: 5%;*/
}
.login-btn-FreePlay{
    background: url(../images/login_bg3.png) no-repeat 0 0/100% 100%;
    width: 37.5%;
    height: 10%;
    font-size: small;
}
html[language='in'] .login-btn-FreePlay{
    background: url(../images/in/login_bg3.png) no-repeat 0 0/100% 100%;
    width: 37.5%;
    height: 10%;
    font-size: small;
}

.login-btn-video{
    background: url(../images/login_bg2.png) no-repeat 0 0/100% 100%;
    position: absolute;
    display: flex;
    top: 80%;
    left: 4.5%;
    width: 24%;
    height: 10%;
    transition: all .5s;
    border-radius: .5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    font-size: small;
}

.login-btn-appdownload{
    background: url(../images/login_bg1.png) no-repeat 0 0/100% 100%;
    position: absolute;
    display: flex;
    top: 54%;
    left: 4%;
    width: 43.5%;
    height: 23.5%;
    padding: 0;
    justify-content: flex-start;
    flex-direction: row;
    border-radius: inherit;
}




@media screen and (orientation: portrait) 
{
    .login-content {
        height: 72%;
    }
    
    .login-wrapper .login-box .login_logo_text{
        background: url(../resource/images/logo_text.svg) no-repeat 0 0/100% 100%;
        transform: translate(-50%,0);
        height: 5%;
        width: 50%;
        top: 45%;
        left: 50%;
        position: absolute;
    }
    .login-wrapper .login-box .login-content .input-box.account {
        background: #FFF;
        height: 11.5%;
        width: 100%;
        /*padding-left: 5%;*/
        border-radius: 1vmin;
        font-weight: bold;
        display: flex;
        align-items: center;
    }
    .login-wrapper .login-box .login-content .input-box.pwd {
        background: #FFF;
        height: 11.5%;
        width: 100%;
        /*padding-left: 5%;*/
        border-radius: 1vmin;
        font-weight: bold;
        display: flex;
        align-items: center;
    }
    @media (min-width: 320px) {
        .login-wrapper .login-box .login-content .account-icon{
            height: 20px;
            width: 20px;
        }
        .login-wrapper .login-box .login-content .password-icon{
            height: 20px;
            width: 20px;
        }
    }
    @media (min-width: 375px) and (orientation: portrait) {
        .login-wrapper .login-box .login-content .account-icon{
            height: 100%;
            width: 13%;
        }
        .login-wrapper .login-box .login-content .password-icon{
             height: 100%;
             width: 13%;
        }
    }
    .login-wrapper .login-box .login-content .account-icon{
        background: url(../images/login_icon_account.png) no-repeat;
        background-size: 100%;
        background-position: center;
    }
    .login-wrapper .login-box .login-content .password-icon{
        background: url(../images/login_icon_password.png) no-repeat;
        background-size: 100%;
        background-position: center;
    }
    .login-wrapper .login-box .login-content .input-box input {
        border: none;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 9px;
        padding-left: 10px;
        font-size: 4.2vmin;
        color: #000;
    }
    
    .login-btn-login {
        background: url(../images/btn-bg.png) no-repeat 0 0/100% 100%;
        width: 44vmin;
        height: 11.5%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-weight: bolder;
        font-size: 4.2vmin;

        /*position: absolute;
        top: 76%;*/
        /*filter: drop-shadow(0px 8px 3px rgba(0, 0, 0, 0.5));*/
    }

    /*html[language='in'] .login-btn-login {
        background: url(../images/in/btn-bg.png) no-repeat 0 0/100% 100%;
        position: absolute;
        top: 76%;
        width: 18vmin;
        height: 18vmin;
        /*filter: drop-shadow(0px 8px 3px rgba(0, 0, 0, 0.5));*/
    }*/

    .login-btn-FreePlay{
        background: url(../images/login_bg3.png) no-repeat 0 0/100% 100%;
        width: 100%;
        height: 5.5%;
        margin-top: 15px;
    }

    html[language='in'] .login-btn-FreePlay{
        background: url(../images/in/login_bg3.png) no-repeat 0 0/100% 100%;
        width: 100%;
        height: 5.5%;
        margin-top: 15px;
    }

    /*.login-btn-registion{
        width: 50%;
        height: 100%;
    }*/

    /*html[language='in'] .login-btn-registion{
        background: url(../images/in/login_bg2.png) no-repeat 0 0/100% 100%;
        display: flex;
        position: absolute;
        top: 43%;
        left: 52.5%;
        width: 36%;
        height: 6%;
    }*/

    html[language=vn] .login-btn-login,
    html[language=vn] .login-btn-FreePlay
    {
        font-size: 14px;
    }

    .login-btn-video{
        background: url(../images/login_bg2.png) no-repeat 0 0/100% 100%;
        position: absolute;
        display: flex;
        top: 79%;
        left: 9.5%;
        width: 81%;
        height: 10%;
        transition: all .5s;
        border-radius: .5rem;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        padding-right: 0;
        font-size: initial;
    }
    .login-btn-appdownload{
        display: none;
    }
    .login-btn-login-image{
        background: url(../images/login-image.png) no-repeat;
        background-size: 100%;
        width: 50%;
        height: 16%;
        background-position: center;
        display: flex;
        justify-content: flex-end;
    }

    html[language='in'] .login-btn-login-image{
        background: url(../images/in/login-image.png) no-repeat;
        background-size: 100%;
        width: 50%;
        height: 16%;
        background-position: center;
        display: flex;
        justify-content: flex-end;
    }
}