body {
    background-color: #fff;
}

.bg_headerLogin {
    text-align: left;
    padding: 0 4%;
    box-sizing: border-box;
}

    .bg_headerLogin h1 {
        display: inline-block;
        margin: 0;
    }

.header_R {
    float: right;
    white-space: nowrap;
    margin-top: -1px;
}

    .header_R a:not(.btn_homeVIP) {
        color: #fff;
        background-color: transparent;
        border-radius: 5px;
        border: 1px solid #fff;
        font-size: 0.75em;
        padding: 4px 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        line-height: 1.3em;
        min-width: 52px;
        box-sizing: border-box;
        text-align: center;
    }

    .header_R a + a {
        margin-left: 3px;
    }

.btn_homeVIP {
    color: #fff;
    font-size: 0.75em;
    font-weight: bold;
    background: #cfaa75 url(images/vi-vn/icon_download.svg) no-repeat 12px center;
    background-size: auto 80%;
    padding: 6px 17px 5px 40px;
    line-height: 1em;
    border-radius: 100px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.35);
    cursor: pointer;
    text-decoration: none;
}

    .btn_homeVIP:active {
        background-color: #ddbb8a;
    }
.banner-slide img
{
  width: 100% !important;
  text-align: center;
  height: 100%;
  margin-top : 1px;
}
/*firefox*/
@-moz-document url-prefix() {
    .btn_homeVIP {
        background-size: auto 75%;
    }
}

.btn_chat {
    width: 35px;
    height: 45px;
    background: url(images/btn_chat.svg) no-repeat center;
    background-size: 85% auto;
    min-width: inherit !important;
    border: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
    position: relative;
}

    .btn_chat span {
        background-color: #ffac01;
        position: absolute;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        right: -2px;
        top: 7px;
    }

    .btn_chat.off span {
        display: none;
    }

    .btn_chat.off:after {
        content: '';
        position: absolute;
        background: rgba(0,0,0,.5) url(images/icon_maintain_w.svg) no-repeat center;
        background-size: auto 60%;
        width: 30px;
        height: 30px;
        right: 0;
        top: 0;
        left: 0;
        bottom: 4px;
        margin: auto;
        border-radius: 50%;
    }

.chatMaintain {
    position: fixed;
    top: 45px;
    right: 4%;
    background-color: #ff9900;
    color: #fff;
    padding: 6px 10px 5px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-size: 0.95em;
    line-height: 1.2em;
    display: none;
}

    .chatMaintain:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 0 9px 9px;
        border-color: transparent transparent #ff9900 transparent;
        height: 0;
        width: 0;
        right: 17px;
        top: -8px;
    }

.container_main {
    padding-left: 2%;
    padding-right: 2%;
    display: block;
    background-color: #fff;
}

    .container_main:after {
        content: '';
        width: 100%;
        height: 1px;
        display: table;
    }

@media (min-width: 350px) {
    .header_R a:not(.btn_homeVIP) {
        min-width: 60px;
        padding: 4px 10px;
    }

    .header_R a + a {
        margin-left: 5px;
    }
}

@media (min-width: 375px) {
    .btn_homeVIP {
        padding: 6px 18px 6px 43px;
    }
}

@media (min-width: 400px) {
    .header_R a:not(.btn_homeVIP) {
        min-width: 70px;
        padding: 5px 12px;
    }

    .btn_homeVIP {
        background-position-x: 18px;
        padding: 7px 25px 7px 52px;
    }

    .btn_chat {
        width: 45px;
        height: 55px;
    }

        .btn_chat span {
            width: 11px;
            height: 11px;
            top: 8px;
        }

        .btn_chat.off:after {
            width: 40px;
            height: 40px;
        }

    .chatMaintain:before {
        right: 22px;
    }

    .chatMaintain {
        line-height: 1.35em;
        top: 55px;
    }
}

@media (min-width: 530px) {
    .header_R a:not(.btn_homeVIP) {
        min-width: 75px;
        padding: 6px 15px;
    }

    .header_R a + a {
        margin-left: 8px;
    }
}

@media (min-width: 600px) {
    .header_R a:not(.btn_homeVIP) {
        font-size: 0.8em;
        min-width: 80px;
    }

    .header_R a + a {
        margin-left: 10px;
    }

    .chatMaintain {
        font-size: 1.1em;
    }
}

@media (min-width: 768px) {
    .header_R a:not(.btn_homeVIP) {
        min-width: 85px;
        padding: 7px 15px;
    }

    .header_R a + a {
        margin-left: 12px;
    }
}

/*选择模式*/
.SelMode_logo {
    text-align: center;
    margin: 15% 0;
}

    .SelMode_logo img {
        width: 83px;
        height: auto;
    }

.SelMode {
    color: #008aff;
    font-size: 0.95em;
    text-align: center;
}

    .SelMode a {
        width: 120px;
        height: 120px;
        display: inline-block;
        border-radius: 8px;
        background-color: #f5f5f5;
        border: 1px solid #e5e5e5;
        text-decoration: none;
        text-align: center;
        color: #008aff;
        margin: 0 7px;
        box-sizing: border-box;
        padding-top: 22px;
        cursor: pointer;
        vertical-align: middle;
    }

        .SelMode a:last-child {
            width: 258px;
            height: 60px;
            padding: 0;
            display: block;
            margin: 18px auto 0;
        }

            .SelMode a:last-child div {
                width: 120px;
                height: 60px;
                position: relative;
                float: left;
            }

                .SelMode a:last-child div img {
                    position: absolute;
                    margin: auto;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    left: 0;
                }

            .SelMode a:last-child span {
                text-align: left;
                width: 136px;
                float: right;
                line-height: 60px;
            }

        .SelMode a:active, .SelMode a:hover {
            background-color: #eee;
        }

    .SelMode img {
        width: 40%;
        height: auto;
        display: block;
        margin: 0 auto 5px;
    }

.SelMode_text {
    text-align: center;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    color: #999;
    font-size: 0.8em;
}
/*螢幕直式*/
@media screen and (orientation: portrait) and (min-width: 400px) {
    .SelMode_logo {
        margin: 20% 0;
    }

        .SelMode_logo img {
            width: 105px;
        }

    .SelMode a {
        width: 140px;
        height: 140px;
        margin: 0 8px;
        padding-top: 25px;
        border-radius: 10px;
    }

        .SelMode a:last-child {
            width: 302px;
            height: 70px;
            margin-top: 22px;
        }

            .SelMode a:last-child div {
                width: 140px;
                height: 70px;
            }

            .SelMode a:last-child span {
                width: 160px;
                line-height: 70px;
            }

    .SelMode img {
        width: 45%;
    }
}

@media screen and (orientation: portrait) and (min-width: 768px) {
    .SelMode_logo {
        margin: 17% 0;
    }

        .SelMode_logo img {
            width: 120px;
        }

    .SelMode {
        font-size: 1.1em;
    }

        .SelMode a {
            width: 200px;
            height: 200px;
            margin: 0 10px;
            padding-top: 40px;
            border-radius: 12px;
        }

            .SelMode a:last-child {
                width: 426px;
                height: 100px;
                margin-top: 26px;
            }

                .SelMode a:last-child div {
                    width: 200px;
                    height: 100px;
                }

                .SelMode a:last-child span {
                    width: 224px;
                    line-height: 100px;
                }

        .SelMode img {
            width: 40%;
            margin-bottom: 15px;
        }

    .SelMode_text {
        font-size: 0.95em;
    }
}
/*螢幕橫式*/
@media screen and (orientation:landscape) {
    .SelMode_logo {
        margin: 0.5% 0;
    }

        .SelMode_logo img {
            width: 75px;
        }

    .SelMode {
        font-size: 0.75em;
    }

        .SelMode a:last-child {
            width: 120px;
            height: 120px;
            padding-top: 22px;
            display: inline-block;
            margin: 0 7px;
            vertical-align: top;
        }

            .SelMode a:last-child div {
                width: 100%;
                height: auto;
            }

                .SelMode a:last-child div img {
                    position: inherit;
                    margin-bottom: 10px;
                }

            .SelMode a:last-child span {
                width: 100%;
                line-height: initial;
                text-align: center;
            }

    .SelMode_text {
        margin: 5% 0;
        position: inherit;
    }
}

@media screen and (orientation:landscape) and (min-height: 415px) {
    .SelMode_logo, .SelMode_text {
        margin: 6.5% 0;
    }

        .SelMode_logo img {
            width: 125px;
        }

    .SelMode {
        font-size: 1.1em;
    }

        .SelMode a {
            width: 200px !important;
            height: 200px !important;
            margin: 0 10px !important;
            padding-top: 40px !important;
        }

        .SelMode img {
            margin-bottom: 23px !important;
        }
}


.btn_GameList {
    border: 1px solid #e2e1ef;
    width: calc(50% - 4px);
    float: left;
    box-sizing: border-box;
    margin-bottom: 8px;
    cursor: pointer;
    height: 44px;
    position: relative;
    border-radius: 5px;
}

    .btn_GameList:nth-child(odd) {
        margin-right: 8px;
    }

    .btn_GameList.maintain {
        border: 0;
    }

        .btn_GameList.maintain img {
            opacity: 0.5;
        }

        .btn_GameList.maintain h3 {
            color: #888;
        }

        .btn_GameList.maintain .gameMainTain_text {
            display: flex;
        }

        .btn_GameList.maintain:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(0,0,0,0.7);
            border-radius: 5px;
            box-sizing: border-box;
        }

.GameList_Img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9%;
    margin: auto;
    height: 100%;
    width: auto;
}

.GameList_txt {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62%;
    height: 100%;
}

    .GameList_txt h3 {
        padding: 0;
        margin: 0;
        font-size: 0.8em;
        color: #264663;
        text-align: center;
        letter-spacing: -0.5px;
        word-spacing: -0.5px;
    }

    .GameList_txt img {
        width: 50px;
        height: auto;
        margin-bottom: -5px;
    }

.btn_GameList[class*="btn_KU"] {
    border: 0;
    border-radius: 0;
    height: 92px;
}

    .btn_GameList[class*="btn_KU"] .GameList_txt {
        flex-direction: column;
    }

    .btn_GameList[class*="btn_KU"] .GameList_Img {
        left: 4%;
        top: auto;
    }

    .btn_GameList[class*="btn_KU"].maintain:after {
        border: 1px solid #e2e1ef;
    }

.btn_KUsport {
    background: url(images/vi-vn/icon_home_KUsportBG.webp) no-repeat bottom left;
    background-size: 100% 90%;
}

.btn_KUlive {
    background: url(images/vi-vn/icon_home_KUliveBG.webp) no-repeat bottom left;
    background-size: 100% 90%;
}

.btn_KUloto {
    background: url(images/vi-vn/icon_home_KUlotoBG.webp) no-repeat bottom left;
    background-size: 100% 90%;
}

.btn_sport {
    background: url(images/vi-vn/icon_home_sportBG.webp) no-repeat top left;
    background-size: cover;
}

.btn_people {
    background: url(images/vi-vn/icon_home_peopleBG.webp) no-repeat top left;
    background-size: cover;
}

.btn_esports {
    background: url(images/vi-vn/icon_home_esportsBG.webp) no-repeat top left;
    background-size: cover;
}

.btn_ball {
    background: url(images/vi-vn/icon_home_ballBG.webp) no-repeat top left;
    background-size: cover;
}

.btn_chess {
    background: url(images/vi-vn/icon_home_chessBG.webp) no-repeat top left;
    background-size: cover;
}

.btn_game {
    background: url(images/vi-vn/icon_home_gameBG.webp) no-repeat top left;
    background-size: cover;
}

.btn_studio {
    background: url(images/vi-vn/icon_home_studioBG.webp) no-repeat top left;
    background-size: cover;
    margin-bottom: 0 !important;
}

.btn_live {
    background: url(images/vi-vn/icon_home_liveBG.webp) no-repeat top left;
    background-size: cover;
    margin-bottom: 0 !important;
}

    .btn_studio .gameMainTain_in, .btn_live .gameMainTain_in {
        bottom: 75%;
        top: auto;
    }

        .btn_studio .gameMainTain_in:before, .btn_live .gameMainTain_in:before {
            bottom: -8px;
            top: auto;
            border-width: 9px 9px 0 0;
            border-color: #ff9900 transparent transparent transparent;
        }

.gameMainTain_text {
    font-size: 1em;
    color: #ffdb00;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
}

.gameMainTain_in {
    position: absolute;
    top: 75%;
    left: 0;
    background-color: #ff9900;
    color: #fff;
    padding: 6px 10px 5px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-size: 0.7em;
    line-height: 1.2em;
    z-index: 2;
    display: none;
}

    .gameMainTain_in:before {
        content: '';
        position: absolute;
        top: -8px;
        left: 10px;
        border-style: solid;
        border-width: 0 0 9px 9px;
        border-color: transparent transparent #ff9900 transparent;
    }

.btn_GameList[class*="btn_KU"] .gameMainTain_in {
    top: 86%;
}

.container_login .owl-carousel {
    margin-top: 2%;
}

.container_login .btn_GameList {
    height: 49px;
}

    .container_login .btn_GameList[class*="btn_KU"] {
        height: 105px;
    }

.container_login .GameList_Img {
    left: 8%;
}

.container_login .btn_GameList[class*="btn_KU"] .GameList_Img {
    left: 0;
    height: 95%;
}

@media (min-width: 360px) {
    .GameList_txt img {
        width: 65px;
        margin-bottom: -8px;
    }
}

@media (min-width: 400px) {
    .btn_GameList {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

        .btn_GameList:nth-child(odd) {
            margin-right: 10px;
        }

    .GameList_txt img {
        width: 72px;
    }

    .gameMainTain_in:before {
        left: 12px;
    }

    .btn_studio .gameMainTain_in:before, .btn_live .gameMainTain_in:before {
        bottom: -8px;
    }
}

@media (min-width: 530px) {
    .GameList_txt h3 {
        font-size: 0.95em;
        letter-spacing: 0;
        word-spacing: 0;
    }

    .gameMainTain_in {
        top: 81%;
    }

    .btn_studio .gameMainTain_in, .btn_live .gameMainTain_in {
        bottom: 81%;
    }

    .btn_GameList[class*="btn_KU"] .gameMainTain_in {
        top: 90%;
    }

    .GameList_Img {
        left: 15%;
    }

    .btn_GameList[class*="btn_KU"] .GameList_Img {
        left: 12%;
    }

    .container_login .GameList_Img {
        left: 15.5%;
    }

    .container_login .btn_GameList[class*="btn_KU"] .GameList_Img {
        left: 8.5%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .btn_GameList {
        margin-bottom: 15px;
        width: calc(50% - 8px);
        border-width: 2px;
        border-radius: 8px;
    }

        .btn_GameList:nth-child(odd) {
            margin-right: 16px;
        }

        .btn_GameList.maintain:after {
            border-radius: 8px;
        }

    .GameList_txt img {
        width: 95px;
        margin-bottom: -10px;
    }

    .GameList_txt h3 {
        font-size: 1.25em;
    }

    .gameMainTain_text {
        font-size: 1.5em;
    }

    .gameMainTain_in {
        font-size: 0.9em;
    }

        .gameMainTain_in:before {
            top: -12px;
            left: 14px;
            border-width: 0 0 13px 14px;
        }

    .btn_studio .gameMainTain_in:before, .btn_live .gameMainTain_in:before {
        bottom: -12px;
        border-width: 13px 14px 0 0;
    }
}

@media (min-width: 1024px) {
    .GameList_Img {
        left: 17%;
    }
}

@media (min-height: 568px) {
    .btn_GameList {
        height: 47px;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 98px;
        }

    .container_login .btn_GameList {
        height: 53px;
    }

        .container_login .btn_GameList[class*="btn_KU"] {
            height: 109px;
        }
}


@media (min-width: 360px) and (min-height: 616px) {
    .btn_GameList {
        height: 53px;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 109px;
        }

    .container_login .btn_GameList {
        height: 58px;
    }

        .container_login .btn_GameList[class*="btn_KU"] {
            height: 122px;
        }
}


@media (min-width: 375px) and (min-height: 647px) {
    .btn_GameList {
        height: 56px;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 118px;
        }

    .container_login .btn_GameList {
        height: 61px;
    }

        .container_login .btn_GameList[class*="btn_KU"] {
            height: 131px;
        }
}


@media (min-width: 375px) and (min-height: 734px) {
    .btn_GameList {
        height: 70px;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 149px;
        }

    .container_login .btn_GameList {
        height: 76px;
    }

        .container_login .btn_GameList[class*="btn_KU"] {
            height: 158px;
        }
}

@media (min-width: 375px) and (max-width: 399px) and (min-height: 734px) {
    .GameList_txt {
        width: 55%;
    }

    .GameList_Img {
        left: 6%;
    }

    .btn_GameList[class*="btn_KU"] .GameList_Img {
        left: 0;
        height: 92%;
    }

    .container_login .GameList_Img {
        left: 4.5%;
    }

    .container_login .btn_GameList[class*="btn_KU"] .GameList_Img {
        height: 85%;
    }
}

@media (min-width: 400px) and (max-width: 533px) and (min-height: 818px) {
    .GameList_txt {
        width: 55%;
    }

    .GameList_Img {
        left: 6%;
    }

    .btn_GameList[class*="btn_KU"] .GameList_Img {
        left: 0;
        height: 92%;
    }

    .container_login .GameList_Img {
        left: 4.5%;
    }

    .container_login .btn_GameList[class*="btn_KU"] .GameList_Img {
        height: 85%;
    }
}


@media (min-width: 400px) and (min-height: 716px) {
    .btn_GameList {
        height: 59px;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 124px;
        }

    .container_login .btn_GameList {
        height: 66px;
    }

        .container_login .btn_GameList[class*="btn_KU"] {
            height: 138px;
        }
}


@media (min-width: 400px) and (min-height: 818px) {
    .btn_GameList {
        height: 76px;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 158px;
        }

    .container_login .btn_GameList {
        height: 83px;
    }

        .container_login .btn_GameList[class*="btn_KU"] {
            height: 172px;
        }
}


@media (min-width: 768px) and (min-height: 1004px) {
    .btn_GameList {
        height: 79px;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 166px;
        }

    .container_login .btn_GameList {
        height: 84px;
    }

        .container_login .btn_GameList[class*="btn_KU"] {
            height: 181px;
        }
}


@media (min-width: 800px) and (min-height: 1060px) {
    .btn_GameList {
        height: 85px;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 184px;
        }

    .container_login .btn_GameList {
        height: 91px;
    }

        .container_login .btn_GameList[class*="btn_KU"] {
            height: 194px;
        }
}


@media (min-width: 834px) and (min-height: 1092px) {
    .btn_GameList {
        height: 90px;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 189px;
        }

    .container_login .btn_GameList {
        height: 95px;
    }

        .container_login .btn_GameList[class*="btn_KU"] {
            height: 203px;
        }
}


@media (min-width: 800px) and (min-height: 1174px) {
    .btn_GameList {
        height: 103px;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 219px;
        }

    .container_login .btn_GameList {
        height: 109px;
    }

        .container_login .btn_GameList[class*="btn_KU"] {
            height: 229px;
        }
}


@media (min-width: 1024px) and (min-height: 1346px) {
    .btn_GameList {
        height: 119px;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 264px;
        }

    .container_login .btn_GameList {
        height: 125px;
    }

        .container_login .btn_GameList[class*="btn_KU"] {
            height: 269px;
        }
}


@media (min-width: 560px) and (orientation: landscape) {
    .btn_GameList {
        height: 59px !important;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 124px !important;
        }
}

@media (min-width: 620px) and (orientation: landscape) {
    .btn_GameList {
        height: 76px !important;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 158px !important;
        }
}

@media (min-width: 720px) and (orientation: landscape) {
    .btn_GameList {
        height: 79px !important;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 166px !important;
        }
}

@media (min-width: 900px) and (orientation: landscape) {
    .btn_GameList {
        height: 103px !important;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 219px !important;
        }
}

@media (min-width: 1350px) and (orientation: landscape) {
    .btn_GameList {
        height: 119px !important;
    }

        .btn_GameList[class*="btn_KU"] {
            height: 264px !important;
        }
}


.GameList_small {
    border-radius: 3px;
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
    display: table;
}

.btn_GameList_s {
    float: left;
    width: 20%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
}

    .btn_GameList_s img {
        background-color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 20%;
        padding: 10px;
    }

    .btn_GameList_s h4 {
        font-size: 0.75em;
        color: #7a7a7a;
        padding: 0;
        margin: 0;
        line-height: 1em;
        font-weight: normal;
    }

@media (min-width: 350px) {
    .btn_GameList_s img {
        width: 35px;
        height: 35px;
    }
}

@media (min-width: 400px) {
    .btn_GameList_s img {
        width: 40px;
        height: 40px;
        padding: 12px;
    }
}

@media (min-width: 768px) {
    .GameList_small {
        font-size: 1.5em;
    }

    .btn_GameList_s {
        margin-bottom: 20px;
    }

        .btn_GameList_s img {
            width: 70px;
            height: 70px;
            padding: 22px;
        }

        .btn_GameList_s h4 {
            line-height: 1.5em;
        }
}

.worldCup {
    width: 93%;
    margin: 12px auto 0;
}

    .worldCup input {
        width: 50%;
        cursor: pointer;
        float: left;
        margin-bottom: 10px;
        height: auto;
        border-radius: 0;
    }

@media (min-width: 400px) {
    .worldCup {
        margin-top: 14px;
    }
}

@media (min-width: 768px) {
    .worldCup {
        margin-top: 25px;
    }

        .worldCup input {
            margin-bottom: 20px;
        }
}



@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

body.swal2-toast-shown .swal2-container {
    position: fixed;
    background-color: transparent;
}

    body.swal2-toast-shown .swal2-container.swal2-shown {
        background-color: transparent;
    }

    body.swal2-toast-shown .swal2-container.swal2-top {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
    }

    body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
    }

    body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-center {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
    }

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch;
}

    body.swal2-toast-column .swal2-toast .swal2-actions {
        flex: 1;
        align-self: stretch;
        height: 2.2em;
        margin-top: .3125em;
    }

    body.swal2-toast-column .swal2-toast .swal2-loading {
        justify-content: center;
    }

    body.swal2-toast-column .swal2-toast .swal2-input {
        height: 2em;
        margin: .3125em auto;
        font-size: 1em;
    }

    body.swal2-toast-column .swal2-toast .swal2-validation-message {
        font-size: 1em;
    }

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    box-shadow: 0 0 0.625em #d9d9d9;
    overflow-y: hidden;
}

    .swal2-popup.swal2-toast .swal2-header {
        flex-direction: row;
    }

    .swal2-popup.swal2-toast .swal2-title {
        flex-grow: 1;
        justify-content: flex-start;
        margin: 0 .6em;
        font-size: 1em;
    }

    .swal2-popup.swal2-toast .swal2-footer {
        margin: 0.5em 0 0;
        padding: 0.5em 0 0;
        font-size: 0.8em;
    }

    .swal2-popup.swal2-toast .swal2-close {
        position: initial;
        width: 0.8em;
        height: 0.8em;
        line-height: 0.8;
    }

    .swal2-popup.swal2-toast .swal2-content {
        justify-content: flex-start;
        font-size: 1em;
    }

    .swal2-popup.swal2-toast .swal2-icon {
        width: 2em;
        min-width: 2em;
        height: 2em;
        margin: 0;
    }

    .swal2-popup.swal2-toast .swal2-icon-text {
        font-size: 2em;
        font-weight: bold;
        line-height: 1em;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em;
    }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
            left: .3125em;
        }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
            right: .3125em;
        }

    .swal2-popup.swal2-toast .swal2-actions {
        height: auto;
        margin: 0 .3125em;
    }

    .swal2-popup.swal2-toast .swal2-styled {
        margin: 0 .3125em;
        padding: .3125em .625em;
        font-size: 1em;
    }

        .swal2-popup.swal2-toast .swal2-styled:focus {
            box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
        }

    .swal2-popup.swal2-toast .swal2-success {
        border-color: #a5dc86;
    }

        .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
            position: absolute;
            width: 2em;
            height: 2.8125em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 50%;
        }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
                top: -.25em;
                left: -.9375em;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 2em 2em;
                transform-origin: 2em 2em;
                border-radius: 4em 0 0 4em;
            }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
                top: -.25em;
                left: .9375em;
                -webkit-transform-origin: 0 2em;
                transform-origin: 0 2em;
                border-radius: 0 4em 4em 0;
            }

        .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
            width: 2em;
            height: 2em;
        }

        .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
            top: 0;
            left: .4375em;
            width: .4375em;
            height: 2.6875em;
        }

        .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
            height: .3125em;
        }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
                top: 1.125em;
                left: .1875em;
                width: .75em;
            }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
                top: .9375em;
                right: .1875em;
                width: 1.375em;
            }

    .swal2-popup.swal2-toast.swal2-show {
        -webkit-animation: showSweetToast .5s;
        animation: showSweetToast .5s;
    }

    .swal2-popup.swal2-toast.swal2-hide {
        -webkit-animation: hideSweetToast .2s forwards;
        animation: hideSweetToast .2s forwards;
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
        -webkit-animation: animate-toast-success-tip .75s;
        animation: animate-toast-success-tip .75s;
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
        -webkit-animation: animate-toast-success-long .75s;
        animation: animate-toast-success-long .75s;
    }

@-webkit-keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-0.625em) rotateZ(2deg);
        transform: translateY(-0.625em) rotateZ(2deg);
        opacity: 0;
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5;
    }

    66% {
        -webkit-transform: translateY(0.3125em) rotateZ(2deg);
        transform: translateY(0.3125em) rotateZ(2deg);
        opacity: .7;
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1;
    }
}

@keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-0.625em) rotateZ(2deg);
        transform: translateY(-0.625em) rotateZ(2deg);
        opacity: 0;
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5;
    }

    66% {
        -webkit-transform: translateY(0.3125em) rotateZ(2deg);
        transform: translateY(0.3125em) rotateZ(2deg);
        opacity: .7;
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes hideSweetToast {
    0% {
        opacity: 1;
    }

    33% {
        opacity: .5;
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1;
    }

    33% {
        opacity: .5;
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@-webkit-keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0;
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em;
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em;
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0;
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em;
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em;
    }
}

@-webkit-keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0;
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em;
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0;
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em;
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: hidden;
}

body.swal2-height-auto {
    height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: transparent;
}

    body.swal2-no-backdrop .swal2-shown > .swal2-modal {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
        top: 0;
        left: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
        top: 0;
        right: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
        bottom: 0;
        left: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
        right: 0;
        bottom: 0;
    }

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 9999;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

    .swal2-container.swal2-top {
        align-items: flex-start;
    }

    .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
        align-items: flex-start;
        justify-content: flex-end;
    }

    .swal2-container.swal2-center {
        align-items: center;
    }

    .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
        align-items: center;
        justify-content: flex-start;
    }

    .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
        align-items: center;
        justify-content: flex-end;
    }

    .swal2-container.swal2-bottom {
        align-items: flex-end;
    }

    .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
        align-items: flex-end;
        justify-content: flex-start;
    }

    .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
        align-items: flex-end;
        justify-content: flex-end;
    }

    .swal2-container.swal2-grow-fullscreen > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-self: stretch;
        justify-content: center;
    }

    .swal2-container.swal2-grow-row > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center;
    }

    .swal2-container.swal2-grow-column {
        flex: 1;
        flex-direction: column;
    }

        .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
            align-items: center;
        }

        .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
            align-items: flex-start;
        }

        .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
            align-items: flex-end;
        }

        .swal2-container.swal2-grow-column > .swal2-modal {
            display: flex !important;
            flex: 1;
            align-content: center;
            justify-content: center;
        }

    .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
        margin: auto;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important;
    }
}

.swal2-container.swal2-fade {
    transition: background-color .1s;
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 25em;
    max-width: 100%;
    padding: 1em;
    border-radius: 0.3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

    .swal2-popup:focus {
        outline: none;
    }

    .swal2-popup.swal2-loading {
        overflow-y: hidden;
    }

    .swal2-popup .swal2-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .swal2-popup .swal2-title {
        display: block;
        position: relative;
        max-width: 100%;
        margin: 0 0 0.4em;
        padding: 0;
        color: #595959;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        text-transform: none;
        word-wrap: break-word;
    }

    .swal2-popup .swal2-actions {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0.5em auto 0;
        z-index: 1;
    }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
            opacity: .4;
        }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
            background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
        }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
            background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
        }

        .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
            width: 2.5em;
            height: 2.5em;
            margin: .46875em;
            padding: 0;
            border: .25em solid transparent;
            border-radius: 100%;
            border-color: transparent;
            background-color: transparent !important;
            color: transparent;
            cursor: default;
            box-sizing: border-box;
            -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
            margin-right: 30px;
            margin-left: 30px;
        }

        .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-left: 5px;
            border: 3px solid #999999;
            border-radius: 50%;
            border-right-color: transparent;
            box-shadow: 1px 1px 1px #fff;
            content: '';
            -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
        }

    .swal2-popup .swal2-styled {
        margin: .3125em;
        padding: .625em 2em;
        font-weight: 500;
        box-shadow: none;
    }

        .swal2-popup .swal2-styled:not([disabled]) {
            cursor: pointer;
        }

        .swal2-popup .swal2-styled.swal2-confirm {
            border: 0;
            border-radius: 0.25em;
            background: initial;
            background-color: #3085d6;
            color: #fff;
            font-size: 1.0625em;
        }

        .swal2-popup .swal2-styled.swal2-cancel {
            border: 0;
            border-radius: 0.25em;
            background: initial;
            background-color: #aaa;
            color: #fff;
            font-size: 1.0625em;
        }

        .swal2-popup .swal2-styled:focus {
            outline: none;
            /*box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);*/
        }

        .swal2-popup .swal2-styled::-moz-focus-inner {
            border: 0;
        }

    .swal2-popup .swal2-footer {
        justify-content: center;
        margin: 1.25em 0 0;
        padding: 1em 0 0;
        border-top: 1px solid #eee;
        color: #545454;
        font-size: 1em;
    }

    .swal2-popup .swal2-image {
        max-width: 100%;
        margin: 1.25em auto;
    }

    .swal2-popup .swal2-close {
        position: absolute;
        top: 0;
        right: 0;
        justify-content: center;
        width: 1.2em;
        height: 1.2em;
        padding: 0;
        transition: color 0.1s ease-out;
        border: none;
        border-radius: 0;
        background: transparent;
        color: #cccccc;
        font-family: serif;
        font-size: 2.5em;
        line-height: 1.2;
        cursor: pointer;
        overflow: hidden;
    }

        .swal2-popup .swal2-close:hover {
            -webkit-transform: none;
            transform: none;
            color: #f27474;
        }

    .swal2-popup > .swal2-input,
    .swal2-popup > .swal2-file,
    .swal2-popup > .swal2-textarea,
    .swal2-popup > .swal2-select,
    .swal2-popup > .swal2-radio,
    .swal2-popup > .swal2-checkbox {
        display: none;
    }

    .swal2-popup .swal2-content {
        justify-content: center;
        margin: 0;
        padding: 0;
        color: #545454;
        font-size: 1.125em;
        font-weight: 300;
        line-height: normal;
        z-index: 1;
        word-wrap: break-word;
    }

    .swal2-popup #swal2-content {
        text-align: center;
    }

    .swal2-popup .swal2-input,
    .swal2-popup .swal2-file,
    .swal2-popup .swal2-textarea,
    .swal2-popup .swal2-select,
    .swal2-popup .swal2-radio,
    .swal2-popup .swal2-checkbox {
        margin: 1em auto;
    }

    .swal2-popup .swal2-input,
    .swal2-popup .swal2-file,
    .swal2-popup .swal2-textarea {
        width: 100%;
        transition: border-color .3s, box-shadow .3s;
        border: 1px solid #d9d9d9;
        border-radius: 0.1875em;
        font-size: 1.125em;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
        box-sizing: border-box;
    }

        .swal2-popup .swal2-input.swal2-inputerror,
        .swal2-popup .swal2-file.swal2-inputerror,
        .swal2-popup .swal2-textarea.swal2-inputerror {
            border-color: #f27474 !important;
            box-shadow: 0 0 2px #f27474 !important;
        }

        .swal2-popup .swal2-input:focus,
        .swal2-popup .swal2-file:focus,
        .swal2-popup .swal2-textarea:focus {
            border: 1px solid #b4dbed;
            outline: none;
            box-shadow: 0 0 3px #c4e6f5;
        }

        .swal2-popup .swal2-input::-webkit-input-placeholder,
        .swal2-popup .swal2-file::-webkit-input-placeholder,
        .swal2-popup .swal2-textarea::-webkit-input-placeholder {
            color: #cccccc;
        }

        .swal2-popup .swal2-input:-ms-input-placeholder,
        .swal2-popup .swal2-file:-ms-input-placeholder,
        .swal2-popup .swal2-textarea:-ms-input-placeholder {
            color: #cccccc;
        }

        .swal2-popup .swal2-input::-ms-input-placeholder,
        .swal2-popup .swal2-file::-ms-input-placeholder,
        .swal2-popup .swal2-textarea::-ms-input-placeholder {
            color: #cccccc;
        }

        .swal2-popup .swal2-input::placeholder,
        .swal2-popup .swal2-file::placeholder,
        .swal2-popup .swal2-textarea::placeholder {
            color: #cccccc;
        }

    .swal2-popup .swal2-range input {
        width: 80%;
    }

    .swal2-popup .swal2-range output {
        width: 20%;
        font-weight: 600;
        text-align: center;
    }

    .swal2-popup .swal2-range input,
    .swal2-popup .swal2-range output {
        height: 2.625em;
        margin: 1em auto;
        padding: 0;
        font-size: 1.125em;
        line-height: 2.625em;
    }

    .swal2-popup .swal2-input {
        height: 2.625em;
        padding: 0 0.75em;
    }

        .swal2-popup .swal2-input[type='number'] {
            max-width: 10em;
        }

    .swal2-popup .swal2-file {
        font-size: 1.125em;
    }

    .swal2-popup .swal2-textarea {
        height: 6.75em;
        padding: 0.75em;
    }

    .swal2-popup .swal2-select {
        min-width: 50%;
        max-width: 100%;
        padding: .375em .625em;
        color: #545454;
        font-size: 1.125em;
    }

    .swal2-popup .swal2-radio,
    .swal2-popup .swal2-checkbox {
        align-items: center;
        justify-content: center;
    }

        .swal2-popup .swal2-radio label,
        .swal2-popup .swal2-checkbox label {
            margin: 0 .6em;
            font-size: 1.125em;
        }

        .swal2-popup .swal2-radio input,
        .swal2-popup .swal2-checkbox input {
            margin: 0 .4em;
        }

    .swal2-popup .swal2-validation-message {
        display: none;
        align-items: center;
        justify-content: center;
        padding: 0.625em;
        background: #f0f0f0;
        color: #666666;
        font-size: 1em;
        font-weight: 300;
        overflow: hidden;
    }

        .swal2-popup .swal2-validation-message::before {
            display: inline-block;
            width: 1.5em;
            min-width: 1.5em;
            height: 1.5em;
            margin: 0 .625em;
            border-radius: 50%;
            background-color: #f27474;
            color: #fff;
            font-weight: 600;
            line-height: 1.5em;
            text-align: center;
            content: '!';
            zoom: normal;
        }

@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, 0.4);
    }
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal;
}

.swal2-icon-text {
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
}

    .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1;
    }

    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474;
    }

        .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
            left: 1.0625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
            right: 1em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
}

    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 50%;
    }

        .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
            top: -.4375em;
            left: -2.0635em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 3.75em 3.75em;
            transform-origin: 3.75em 3.75em;
            border-radius: 7.5em 0 0 7.5em;
        }

        .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
            top: -.6875em;
            left: 1.875em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 3.75em;
            transform-origin: 0 3.75em;
            border-radius: 0 7.5em 7.5em 0;
        }

    .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        top: -.25em;
        left: -.25em;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%;
        z-index: 2;
        box-sizing: content-box;
    }

    .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1;
    }

    .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86;
        z-index: 2;
    }

        .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
            top: 2.875em;
            left: .875em;
            width: 1.5625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
            top: 2.375em;
            right: .5em;
            width: 2.9375em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.swal2-progresssteps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    font-weight: 600;
}

    .swal2-progresssteps li {
        display: inline-block;
        position: relative;
    }

    .swal2-progresssteps .swal2-progresscircle {
        width: 2em;
        height: 2em;
        border-radius: 2em;
        background: #3085d6;
        color: #fff;
        line-height: 2em;
        text-align: center;
        z-index: 20;
    }

        .swal2-progresssteps .swal2-progresscircle:first-child {
            margin-left: 0;
        }

        .swal2-progresssteps .swal2-progresscircle:last-child {
            margin-right: 0;
        }

        .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
            background: #3085d6;
        }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
                background: #add8e6;
            }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
                background: #add8e6;
            }

    .swal2-progresssteps .swal2-progressline {
        width: 2.5em;
        height: .4em;
        margin: 0 -1px;
        background: #3085d6;
        z-index: 10;
    }

[class^='swal2'] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    -webkit-animation: swal2-show 0.3s;
    animation: swal2-show 0.3s;
}

    .swal2-show.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

.swal2-hide {
    -webkit-animation: swal2-hide 0.15s forwards;
    animation: swal2-hide 0.15s forwards;
}

    .swal2-hide.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

[dir='rtl'] .swal2-close {
    right: auto;
    left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip 0.75s;
    animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long 0.75s;
    animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon 0.5s;
    animation: swal2-animate-error-icon 0.5s;
}

    .swal2-animate-error-icon .swal2-x-mark {
        -webkit-animation: swal2-animate-error-x-mark 0.5s;
        animation: swal2-animate-error-x-mark 0.5s;
    }

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important;
    }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
            display: none;
        }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
            position: initial !important;
        }
}

/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #f3f3f3;
	border-radius: 4px;
    box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: #000;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #f3f3f3;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #f3f3f3;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #f3f3f3;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #f3f3f3;
	left: 0px;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #f3f3f3;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #f3f3f3;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #f3f3f3;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #f3f3f3;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../Content/Images/Graph/icon_close.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px; /*The size of the normal image, half the size of the hi-res image*/
    margin-top: 8px;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(../Content/Images/fancybox/fancybox_loading.gif) center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../Content/Images/fancybox/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../Content/Images/fancybox/fancybox_overlay.webp);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    z-index: 1000;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../Content/Images/Graph/icon_close.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url(../Content/Images/Graph/icon_close.webp);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 20px 20px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.date-picker-date-time {
    z-index: 8900;
    position: absolute;
}

.date-range .date-picker-date-time {
    z-index: 8900;
    position: inherit;
}

[date-picker-wrapper] {
    position: absolute;
    min-width: 220px;
    z-index: 10;
    display: block;
}

@media (max-width: 767px) {
    [date-picker-wrapper] {
        width: 98.3%;
        left: 0;
        font-size: 16px;
    }
}

[date-time-append] [date-picker-wrapper] [date-picker] {
    margin-top: -30px;
}

[date-time-append] [date-picker] {
    position: relative;
    margin-right: -1000px;
    margin-bottom: -1000px;
}

[date-range] [date-picker] .after.before {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #499dcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f6ab4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f6ab4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f6ab4', GradientType=0);
    border-color: #2f6ab4 #2f6ab4 #1f4677;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f6ab4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    [date-range] [date-picker] .after.before:hover, [date-range] [date-picker] .after.before:active, [date-range] [date-picker] .after.before.active, [date-range] [date-picker] .after.before.disabled, [date-range] [date-picker] .after.before[disabled] {
        color: #ffffff;
        background-color: #2f6ab4;
        *background-color: #2a5ea0;
    }

    [date-range] [date-picker] .after.before:active, [date-range] [date-picker] .after.before.active {
        background-color: #24528c \9;
    }

[date-picker].hidden {
    display: none;
}

[date-picker] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    /* GENERAL */
    padding: 4px;
    /* SPECIFIC */
    border: 2px solid #E1E1E1;
}

@media (max-width: 767px) {
    [date-picker] {
        display: inline-table !important;
        width: 100%;
        font-size: 18px;
        box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);
    }
}

[date-picker] table {
    font-family: Arial;
    margin: 0;
}

@media (max-width: 767px) {
    [date-picker] table {
        margin: 0 auto;
    }
}

[date-picker] td, [date-picker] th {
    padding: 4px 5px;
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

[date-picker] th {
    font-weight: bold;
    color: #333333;
    font-size: 1.1em;
}

@media (max-width: 350px) {
    [date-picker] th {
        font-size: 0.86em;
    }

    [date-picker] td, [date-picker] th {
        width: 35px;
        height: 20px;
    }
}

[date-picker] .switch {
    width: 145px;
    font-weight: bold;
    color: #333333;
    font-size: 1.3em;
}

[date-picker] span {
    display: block;
    width: 23%;
    height: 26px;
    line-height: 25px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    [date-picker] span:hover {
        background: #eeeeee;
    }

    [date-picker] span.disabled, [date-picker] span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

[date-picker] .active, [date-picker] .now {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    [date-picker] .active:hover, [date-picker] .now:hover, [date-picker] .active:active, [date-picker] .now:active, [date-picker] .active.active, [date-picker] .now.active, [date-picker] .active.disabled, [date-picker] .now.disabled, [date-picker] .active[disabled], [date-picker] .now[disabled] {
        color: #ffffff;
        background-color: #0044cc;
        *background-color: #003bb3;
    }

    [date-picker] .active:active, [date-picker] .now:active, [date-picker] .active.active, [date-picker] .now.active {
        background-color: #003399 \9;
    }

[date-picker] .now {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ee735b;
    background-image: -moz-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee905b));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: -o-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: linear-gradient(to bottom, #ee5f5b, #ee905b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffee905b', GradientType=0);
    border-color: #ee905b #ee905b #e56218;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ee905b;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    [date-picker] .now:hover, [date-picker] .now:active, [date-picker] .now.active, [date-picker] .now.disabled, [date-picker] .now[disabled] {
        color: #ffffff;
        background-color: #ee905b;
        *background-color: #ec8044;
    }

    [date-picker] .now:active, [date-picker] .now.active {
        background-color: #e9712d \9;
    }

[date-picker] .disabled {
    background: none;
    color: #999999 !important;
    cursor: default;
}

[date-picker] [ng-switch-when="year"] span, [date-picker] [ng-switch-when="month"] span, [date-picker] [ng-switch-when="minutes"] span {
    height: 54px;
    line-height: 54px;
}

[date-picker] [ng-switch-when="date"] td {
    padding: 0;
}

[date-picker] [ng-switch-when="date"] span {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 1em;
}

@media (max-width: 767px) {
    [date-picker] [ng-switch-when="date"] td {
        width: 1%;
    }

    [date-picker] [ng-switch-when="date"] span {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 1.5em;
    }
}

@media (max-width: 500px) {
    [date-picker] [ng-switch-when="date"] span {
        font-size: 1.0em;
    }
}

[date-picker] th:hover, [date-picker] [ng-switch-when="date"] td span:hover {
    background: #eeeeee;
    cursor: pointer;
}

/*!
   angular-block-ui v0.2.1
   (c) 2015 (null) McNull https://github.com/McNull/angular-block-ui
   License: MIT
*/

.block-ui {
    position: relative;
}

body.block-ui {
    /* IE8 doesn't support .block-ui:not(body) */
    position: static;
}

    body.block-ui > .block-ui-container,
    .block-ui-main > .block-ui-container {
        position: fixed;
    }

.block-ui-container {
    position: absolute;
    z-index: 8000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=00);
}

.block-ui-active > .block-ui-container {
    height: 100%;
    cursor: wait;
}

.block-ui-active .block-ui-active > .block-ui-container {
    height: 0;
}

.block-ui-visible > .block-ui-container {
    opacity: 1;
    filter: alpha(opacity=100);
}

.block-ui-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: white;
}

.block-ui-message-container {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    height: 0;
    text-align: center;
    z-index: 10001;
}

.block-ui-message {
    display: inline-block;
    text-align: left;
    /*background-color: #333;*/
    color: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    /* needed for IE */
    filter: alpha(opacity=100);
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-ui-anim-fade > .block-ui-container {
    transition: height 0s linear 200ms, opacity 200ms ease 0s;
    display: none;
}

.block-ui-anim-fade.block-ui-active > .block-ui-container {
    /*this resets the initial delay of the height */
    /*and sizes the block to full height at once at the start of the block. */
    transition-delay: 0s;
    display: block;
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.slidercaptcha .block {
    position: absolute;
    left: 0;
    top: 0;
}

.slidercaptcha .sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border-radius: 2px;
}

.slidercaptcha {
    height: 200px;
}

    .slidercaptcha .sliderbg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-color: #f7f9fa;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #e6e8eb;
    }

    .slidercaptcha .arrow {
        width: 30px;
        height: 30px;
        background-image: url(../Content/Images/Graph/icon_arrow-point-to-right.svg);
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slidercaptcha .sliderContainer_active .slider {
        top: -1px;
        border: 1px solid #1991FA;
    }

    .slidercaptcha .sliderContainer_active .sliderMask {
        border-width: 1px 0 1px 1px;
    }

    .slidercaptcha .sliderContainer_success .slider {
        top: -1px;
        border: 1px solid #52CCBA;
        background-color: #52CCBA !important;
    }

    .slidercaptcha .sliderContainer_success .sliderMask {
        border: 1px solid #52CCBA;
        border-width: 1px 0 1px 1px;
        background-color: #D2F4EF;
    }

    .slidercaptcha .sliderContainer_success .arrow {
        /*content: "\f00c";*/
        width: 30px;
        height: 30px;
        background-image: url(../Content/Images/Graph/icon_checked.svg);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slidercaptcha .sliderContainer_fail .slider {
        top: -1px;
        border: 1px solid #f57a7a;
        background-color: #f57a7a !important;
    }

    .slidercaptcha .sliderContainer_fail .sliderMask {
        border: 1px solid #f57a7a;
        background-color: #fce1e1;
        border-width: 1px 0 1px 1px;
    }

    .slidercaptcha .sliderContainer_fail .arrow {
        /*content: "\f00d";*/
        width: 30px;
        height: 30px;
        background-image: url(../Content/Images/Graph/icon_cancel.svg);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slidercaptcha .sliderContainer_active .sliderText, .slidercaptcha .sliderContainer_success .sliderText, .slidercaptcha .sliderContainer_fail .sliderText {
        display: none;
    }

    .slidercaptcha .sliderMask {
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        border: 0 solid #1991FA;
        background: #D1E9FE;
        border-radius: 2px;
    }

    .slidercaptcha .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: background .2s linear;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .slidercaptcha .slider:hover {
            background: #1991FA;
        }

            .slidercaptcha .slider:hover .sliderIcon {
                background-position: 0 -13px;
            }

    .slidercaptcha .sliderText {
        position: relative;
    }

    /*.slidercaptcha .sliderIcon {
}*/

    .slidercaptcha .refreshIcon {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        margin: 6px;
        color: rgba(0,0,0,.25);
        font-size: 1rem;
        z-index: 5;
        transition: color .3s linear;
    }

        .slidercaptcha .refreshIcon:hover {
            color: #6c757d;
        }

@media (min-width: 320px) and (max-width: 360px) {
    #mask_SliderCaptcha #sliderCaptcha, .sliderCaptcha-area {
        transform: scale(0.9);
    }

    #mask_SliderCaptcha .popup_In {
        padding: 0px
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial,Microsoft JhengHei;
    -webkit-overflow-scrolling: touch;
    background-color: #f0eff5;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
    border: 0;
    /*取消a標籤的虛線*/
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
}

img {
    border: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

input, select, textarea {
    font-family: Arial,Microsoft JhengHei;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    outline: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 0.85em;
}

    select::-ms-expand {
        display: none; /*IE*/
    }

input, select {
    height: 48px;
    box-sizing: border-box;
}

select {
    color: #000;
    background: url(images/vi-vn/icon_select.svg) no-repeat right;
    background-size: auto 20%;
    cursor: pointer;
}

    select.gray {
        color: #888;
    }

textarea {
    border: 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    font-size: 0.9em;
    color: #fff;
    border: 0;
    background-color: #45b5d9;
    cursor: pointer;
    padding: 0;
    border-radius: 2px;
    height: 40px;
}

input[disabled="disabled"] {
    cursor: auto !important;
    opacity: 1;
}

select[disabled="disabled"] {
    cursor: auto;
    color: #999;
    opacity: 1;
}

input[type="text"][disabled="disabled"] {
    color: #000;
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"][class~="off"] {
    background-color: #aaa !important;
    color: #fff !important;
    opacity: 1;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #888;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #888;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #888 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #888;
    opacity: 1;
}

.error ::-webkit-input-placeholder {
    color: #8f8f8f;
}

.error ::-moz-placeholder {
    color: #8f8f8f;
    opacity: 1;
}

.error :-ms-input-placeholder {
    color: #8f8f8f;
}

.error :-moz-placeholder {
    color: #8f8f8f;
    opacity: 1;
}

.w100 {
    width: 100%;
}

.w50L {
    width: 49%;
    float: left;
}

.w50R {
    width: 49%;
    float: right;
}

.w33L, .w33C, .w33R {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.w33R {
    margin-right: 0;
}

.w40L {
    width: 40%;
    float: left;
}

.w60R {
    width: 58%;
    margin-left: 2%;
    float: left;
}

.w60L {
    width: 60%;
    float: left;
}

.w40R {
    width: 38%;
    margin-left: 2%;
    float: left;
}

.t_black {
    color: #000 !important;
}

.t_blue {
    color: #2782d7 !important;
}

.t_red {
    color: #ff3b30 !important;
}

.t_orange {
    color: #ff7800 !important;
}

.t_gray {
    color: #888 !important;
}

.t_spacing {
    letter-spacing: -1px;
}

.t_spacing5 {
    letter-spacing: 5px;
}

.t_spacing8 {
    letter-spacing: 8px;
}

.t_pink {
    color: #ff7c80 !important;
}

.t_purple {
    color: rgb(203, 131, 255) !important;
}

.t_yellow {
    color: yellow !important;
}

.t_green {
    color: #00bb00;
}

.t_tangerline {
    color: #ffba00 !important;
}

.bg_colorGreen {
    background-color: #8fc31f !important;
}

.bg_colorBlueGreen {
    background-color: #00b2b9 !important;
}

.bg_colorDB {
    background-color: #2782d7 !important;
}

.bg_colorGray {
    background-color: #a0a0a0 !important;
}

.bg_colorO {
    background-color: #ff9c00 !important;
}

.bg_colorW {
    background-color: #fff !important;
}

.bg_colorR {
    background-color: #bf5758 !important;
}

.blueT {
    color: #5aaaf3 !important;
}

.letterS {
    letter-spacing: -0.5px;
}

@media (min-width: 350px) {
    body {
        font-size: 1.1em;
    }

    .btn_codeSecond.letterS {
        letter-spacing: 0;
    }
}

@media (min-width: 400px) {
    body {
        font-size: 1.2em;
    }

    input, select {
        height: 60px;
    }

        input[type="button"], input[type="submit"], input[type="reset"] {
            border-radius: 3px;
            height: 52px;
        }

    .bg_colorBlueGreen.letterS {
        letter-spacing: 0;
    }
}

/*共用項目-抬頭*/
.bg_header {
    background: #0f548b url(images/vi-vn/bg_header.jpg) repeat-y;
    background-size: 100% auto;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.bg_header_name {
    font-size: 1.05em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    height: 100%;
}

    .bg_header_name img {
        width: auto;
        height: 105%;
        margin-top: -2.5%;
    }

.btn_back, .btn_topPClose {
    opacity: 0.6;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 40px;
    display: block;
}

    .btn_back:active, .btn_topPClose:active {
        opacity: 1;
    }

.btn_back {
    background: url(images/vi-vn/btn_back.svg) no-repeat center;
    background-size: auto 50%;
    left: 0;
}

.btn_topPClose {
    background: url(images/vi-vn/btn_closeFT.svg) no-repeat center;
    background-size: auto 50%;
    left: 0;
}

@media (min-width: 400px) {
    .bg_header {
        height: 55px;
        line-height: 55px;
    }

    .btn_back {
        width: 55px;
    }

    .btn_topPClose {
        width: 45px;
    }
}

/*会员中心*/
.member {
    width: 100%;
    height: 90px;
    display: table;
}

    .member li {
        display: table-cell;
        vertical-align: middle;
    }

        .member li:first-child {
            text-align: center;
            width: 40%;
            padding: 5px;
        }

        .member li:last-child {
            width: 60%;
            font-size: 0.95em;
        }

    .member .memberFace {
        width: 55px;
        height: auto;
    }

    .member .memberName {
        line-height: 1.5em;
        font-size: 0.75em;
    }

    .member .memberID {
        background-position: left center;
        background-size: auto 22px;
        margin-bottom: 5px;
        padding-left: 30px;
        line-height: 22px;
    }

    .member .memberMoney {
        color: #2782d7;
        background: url(images/vi-vn/icon_inforMoney.svg) no-repeat left center;
        background-size: auto 22px;
        padding-left: 30px;
        line-height: 22px;
    }

.memberBank {
    width: 100%;
    height: 55px;
    display: table;
    font-size: 0.75em;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #f0eff5;
    margin-bottom: 10px;
    line-height: 1em;
}

    .memberBank li {
        width: 33.33%;
        width: calc(100%/3);
        background-color: #fff;
        display: table-cell;
        vertical-align: middle;
        box-sizing: border-box;
        position: relative;
        height: 100%;
        padding: 5px 0;
    }

        .memberBank li:not(:last-child):after {
            content: '';
            border-right: 1px solid #f0eff5;
            height: 80%;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .memberBank li.off {
            color: #ccc;
        }

        .memberBank li:not(.off ):active {
            background-color: #e8e8e8;
        }

        .memberBank li.off .img_maintain {
            display: inline;
        }

        .memberBank li.off .img_memberBank {
            display: none;
        }

    .memberBank img {
        width: auto;
        height: 28px;
        margin: auto;
    }

    .memberBank .img_maintain {
        display: none;
        width: 25px;
    }

.memberForm {
    width: 100%;
    font-size: 0.85em;
}

    .memberForm li {
        background-color: #fff;
        height: 40px;
        position: relative;
    }

        .memberForm li:not(.marginBottom):not(:last-child):before {
            content: '';
            position: absolute;
            border-bottom: 1px solid #f0eff5;
            width: 83%;
            right: 0;
            bottom: 0;
        }

        .memberForm li:not(:last-child):after {
            content: '';
            position: absolute;
            background: url(images/vi-vn/icon_arrowR.svg) no-repeat center;
            background-size: auto 26%;
            height: 100%;
            width: 10px;
            right: 5.5%;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .memberForm li:last-child {
            text-align: center;
            line-height: 40px;
        }

        .memberForm li:not(.off ):active {
            background-color: #e8e8e8;
        }

        .memberForm li.off img:not(.img_maintain) {
            opacity: 0.3;
        }

        .memberForm li.off div {
            color: #ccc;
        }

        .memberForm .img_maintain, .memberForm li.off:after {
            display: none;
        }

        .memberForm li.off .img_maintain {
            display: block;
            position: absolute;
            right: 5.5%;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .memberForm img {
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5.5%;
    }

    .memberForm div {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
    }

    .memberForm .marginBottom {
        margin-bottom: 10px;
    }

@media (min-width: 350px) {
    .member {
        height: 100px;
    }

        .member .memberFace {
            width: 60px;
        }

    .memberBank {
        height: 60px;
    }

        .memberBank img {
            height: 32px;
        }

        .memberBank .img_maintain {
            width: 28px;
        }

    .memberForm li {
        height: 45px;
    }

        .memberForm li:last-child, .memberForm div {
            line-height: 45px;
        }

    .memberForm img {
        height: 25px;
        width: 25px;
    }
}

@media (min-width: 400px) {
    .member {
        height: 120px;
    }

        .member li:first-child {
            padding: 10px;
            width: 45%;
        }

        .member li:last-child {
            width: 55%;
        }

        .member .memberFace {
            width: 70px;
        }

        .member .memberID, .member .memberMoney {
            background-size: auto 25px;
            padding-left: 35px;
            line-height: 25px;
        }

        .member .memberID {
            margin-bottom: 10px;
        }

    .memberBank {
        height: 70px;
    }

        .memberBank li {
            padding: 8px 0;
        }

        .memberBank img {
            height: 36px;
        }

        .memberBank .img_maintain {
            width: 32px;
        }

    .memberForm li {
        height: 50px;
    }

        .memberForm li:last-child, .memberForm div {
            line-height: 50px;
        }

    .memberForm img {
        height: 27px;
        width: 27px;
    }
}

@media (min-width: 414px) {
    .member .memberID, .member .memberMoney {
        background-size: auto 27px;
        padding-left: 37px;
        line-height: 27px;
    }
}

@media (min-width: 530px) {
    .member li {
        width: 50% !important;
    }

    .member .memberID, .member .memberMoney {
        padding-left: 42px;
    }

    .memberForm .img_maintain {
        right: 4.5%;
    }

    .memberForm li:not(.marginBottom):not(:last-child):before {
        width: 84%;
    }
}

@media (min-width: 600px) {
    .memberForm li:not(.marginBottom):not(:last-child):before {
        width: 84.5%;
    }
}

@media (min-width: 768px) {
    .memberForm li:not(.marginBottom):not(:last-child):before {
        width: 85.5%;
    }
}

@media (min-width: 768px) {
    .memberForm li:not(.marginBottom):not(:last-child):before {
        width: 86.5%;
    }
}

@media (min-width: 1366px) {
    .memberForm li:not(.marginBottom):not(:last-child):before {
        width: 87.5%;
    }
}

/*共用項目-個入資訊*/
.infor {
    position: fixed;
    display: table;
    width: 100%;
    top: 45px;
    height: 40px;
    font-size: 0.95em;
    background-color: #fff;
    z-index: 98;
}

.icon_inforID, .icon_inforMoney, .btn_inforMail {
    height: 40px;
    display: flex;
    float: left;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    width: calc(50% - 20px);
    box-sizing: border-box;
}

    .icon_inforID.on {
        background: none;
        width: calc(50% + 20px);
    }

        .icon_inforID.on .infor_ID {
            padding: 0 !important;
        }

.level1 {
    background: url(images/vi-vn/icon_level1.svg) no-repeat 10px 50%;
    background-size: auto 60%;
}

.level2 {
    background: url(images/vi-vn/icon_level2.svg) no-repeat 10px 50%;
    background-size: auto 60%;
}

.level3 {
    background: url(images/vi-vn/icon_level3.svg) no-repeat 10px 50%;
    background-size: auto 60%;
}

.level4 {
    background: url(images/vi-vn/icon_level4.svg) no-repeat 10px 50%;
    background-size: auto 60%;
}

.level5 {
    background: url(images/vi-vn/icon_level5.svg) no-repeat 10px 50%;
    background-size: auto 60%;
}

.infor_ID {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
    padding-left: 45px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.btn_inforMail {
    position: relative;
    cursor: pointer;
    background: url(images/vi-vn/btn_inforMail.svg) no-repeat center;
    background-size: auto 46%;
    width: 40px;
}

.NewMail {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ff3b30;
    top: 7px;
    right: 0;
    border-radius: 50%;
    display: block;
    border: 2px solid #fff;
}

.icon_inforMoney {
    color: #ff5700;
    position: relative;
    cursor: pointer;
    padding-right: 22px;
}

    .icon_inforMoney:after {
        content: "";
        background: url(images/vi-vn/icon_arrow.svg) no-repeat top;
        background-size: 100% auto;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        width: 12px;
        height: 7px;
        margin: auto;
    }

    .icon_inforMoney.on:after {
        background-position-y: bottom;
    }

.inforMDropOUT {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    display: none;
    -webkit-overflow-scrolling: initial;
}

    .inforMDropOUT:after {
        content: "";
        border-style: solid;
        border-width: 0 7px 7px 7px;
        border-color: transparent transparent #49484b transparent;
        position: fixed;
        right: 9px;
        top: 80px;
    }

.inforMDrop {
    display: none;
    position: fixed;
    overflow: hidden;
    height: 260px;
    background-color: #49484b;
    width: 66%;
    border-radius: 5px;
    right: 2%;
    top: 85px;
    font-size: 0.8em;
    line-height: normal;
    z-index: 1;
    padding-top: 10px;
    -webkit-overflow-scrolling: touch;
}

    .inforMDrop:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        padding-left: 1px;
        top: 0;
        right: 0;
        left: 0;
    }

.inforMDropT {
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: -1;
}

    .inforMDropT:after {
        content: '';
        width: 100%;
        height: 111px;
        display: table;
    }

    .inforMDropT li, .inforMDropB li {
        margin: auto;
        display: table;
        width: 90%;
        height: 35px;
        position: relative;
    }

        .inforMDropT li:after, .inforMDropB li:after {
            content: '';
            position: absolute;
            border-bottom: 1px solid #59585b;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .inforMDropT li:first-child {
            height: 25px;
        }

            .inforMDropT li:first-child div {
                padding-bottom: 10px;
            }

        .inforMDropT li:last-child:after, .inforMDropB li:last-child:after, .inforMDropB li:first-child:after {
            display: none;
        }

        .inforMDropT li img, .inforMDropB li img {
            vertical-align: sub;
            width: 16px;
        }

    .inforMDropT div, .inforMDropB div {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }

        .inforMDropT div:first-child, .inforMDropB div:first-child {
            color: #fff;
            width: 68%;
        }

        .inforMDropT div:last-child, .inforMDropB div:last-child {
            text-align: right;
            color: #ffde00;
            width: 32%;
        }

.inforMDropB {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #272727;
    border-radius: 0 0 5px 5px;
}

    .inforMDropB li:after {
        bottom: auto;
        top: 0;
    }

    .inforMDropB div.t_yellow:last-child {
        font-weight: bold;
    }

    .inforMDropB .btn_backAll {
        color: #fff;
        width: 92%;
        background-color: #30a8b6;
        border-radius: 2.5em;
        line-height: 2.5em;
        height: auto !important;
        margin-bottom: 10px;
        cursor: pointer;
        text-align: center;
    }

        .inforMDropB .btn_backAll:not(.off):active {
            background-color: #36c8d8;
        }

        .inforMDropB .btn_backAll.off {
            cursor: not-allowed;
        }

    .inforMDropB div.t_backAll_off {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        padding: 0 5px 0 28px;
        line-height: 1.8em;
        background: rgba(0,0,0,0.6) url(images/vi-vn/icon_maintain.svg) no-repeat 5px 48%;
        background-size: auto 70%;
        border-radius: 5px;
        white-space: nowrap;
        color: #fff;
        font-size: 1.1em;
        width: auto;
    }

@media (min-width: 360px) {
    .inforMDropT:after {
        height: 123px;
    }

    .inforMDropT li, .inforMDropB li {
        height: 40px;
    }

        .inforMDropT li:first-child {
            height: 30px;
        }

    .inforMDropB div.t_backAll_off {
        padding-left: 29px;
    }
}

@media (min-width: 375px) {
    .inforMDrop {
        width: 63%;
    }
}

@media (min-width: 400px) {
    .infor {
        top: 55px;
        height: 50px;
    }

    .icon_inforID, .icon_inforMoney, .btn_inforMail {
        width: calc(50% - 25px);
        height: 50px;
    }

        .icon_inforID.on {
            width: calc(50% + 25px);
        }

    .infor_ID {
        padding-left: 50px;
    }

    .btn_inforMail {
        width: 50px;
    }

    .NewMail {
        top: 7px;
        right: 4px;
        width: 11px;
        height: 11px;
    }

    .icon_inforMoney {
        padding-right: 25px;
    }

        .icon_inforMoney:after {
            width: 16px;
            height: 9px;
        }

    .inforMDrop {
        border-radius: 8px;
        top: 105px;
    }

    .inforMDropOUT:after {
        border-width: 0 9px 10px 9px;
        top: 99px;
    }

    .inforMDropT:after {
        height: 137px;
    }

    .inforMDropT li, .inforMDropB li {
        height: 45px;
    }

        .inforMDropT li:first-child {
            height: 35px;
        }

        .inforMDropT li img, .inforMDropB li img {
            width: 18px;
        }

    .inforMDropB {
        border-radius: 0 0 8px 8px;
    }

        .inforMDropB div.t_backAll_off {
            padding-left: 34px;
        }
}

@media (min-width:530px) {
    .icon_inforID {
        background-position-x: 15px;
    }

    .infor_ID {
        padding-left: 55px;
    }

    .icon_inforMoney {
        padding-right: 31px;
    }

        .icon_inforMoney:after {
            right: 15px;
        }

    .inforMDrop {
        width: 48%;
        right: 2%;
    }

    .inforMDropOUT:after {
        right: 14px;
    }
}

@media (min-width:600px) {
    .icon_inforID {
        background-position-x: 20px;
    }

    .infor_ID {
        padding-left: 60px;
    }

    .icon_inforMoney {
        padding-right: 36px;
    }

        .icon_inforMoney:after {
            right: 20px;
        }

    .inforMDropOUT:after {
        right: 19px;
    }
}

@media (min-width: 768px) {
    .NewMail {
        right: 3px;
        width: 12px;
        height: 12px;
    }

    .inforMDrop {
        padding-top: 15px;
    }

    .inforMDropT:after {
        height: 152px;
    }

    .inforMDropT li, .inforMDropB li {
        width: 80%;
    }

        .inforMDropT li:first-child {
            height: 30px;
        }

    .inforMDropB .btn_backAll {
        margin-bottom: 15px;
        line-height: 3em;
        width: 90%;
    }
}

@media (min-width: 1024px) {
    .icon_inforID {
        background-position-x: 30px;
    }

    .infor_ID {
        padding-left: 70px;
    }

    .icon_inforMoney {
        padding-right: 46px;
    }

        .icon_inforMoney:after {
            right: 30px;
        }

    .inforMDropOUT:after {
        right: 29px;
    }
}

@media (min-height: 460px) {
    .inforMDrop {
        height: 295px;
    }
}

@media (min-height: 495px) {
    .inforMDrop {
        height: 330px;
    }
}

@media (min-height: 530px) {
    .inforMDrop {
        height: 365px;
    }
}

@media (min-height: 565px) {
    .inforMDrop {
        height: 400px;
    }
}

@media (min-height: 450px) and (min-width: 360px) {
    .inforMDrop {
        height: 292px;
    }
}

@media (min-height: 495px) and (min-width: 360px) {
    .inforMDrop {
        height: 332px;
    }
}

@media (min-height: 535px) and (min-width: 360px) {
    .inforMDrop {
        height: 372px;
    }
}

@media (min-height: 575px) and (min-width: 360px) {
    .inforMDrop {
        height: 412px;
    }
}

@media (min-height: 615px) and (min-width: 360px) {
    .inforMDrop {
        height: 452px;
    }
}

@media (min-height: 655px) and (min-width: 360px) {
    .inforMDrop {
        height: 492px;
    }
}

@media (min-height: 695px) and (min-width: 360px) {
    .inforMDrop {
        height: 532px;
    }
}

@media (min-height: 735px) and (min-width: 360px) {
    .inforMDrop {
        height: 572px;
    }
}

@media (min-height: 775px) and (min-width: 360px) {
    .inforMDrop {
        height: 612px;
    }
}

@media (min-height: 565px) and (min-width: 400px) {
    .inforMDrop {
        height: 375px;
    }
}

@media (min-height: 610px) and (min-width: 400px) {
    .inforMDrop {
        height: 420px;
    }
}

@media (min-height: 655px) and (min-width: 400px) {
    .inforMDrop {
        height: 465px;
    }
}

@media (min-height: 700px) and (min-width: 400px) {
    .inforMDrop {
        height: 510px;
    }
}

@media (min-height: 736px) and (min-width: 400px) and (max-width: 530px) {
    .inforMDrop {
        height: 554px;
    }
}

@media (min-height: 745px) and (min-width: 600px) {
    .inforMDrop {
        height: 550px;
    }
}

@media (min-height: 790px) and (min-width: 600px) {
    .inforMDrop {
        height: 595px;
    }
}

@media (min-height: 835px) and (min-width: 600px) {
    .inforMDrop {
        height: 645px;
    }
}

@media (min-height: 880px) and (min-width: 600px) {
    .inforMDrop {
        height: 690px;
    }
}

@media (min-height: 925px) and (min-width: 600px) {
    .inforMDrop {
        height: 735px;
    }
}

@media (min-height: 970px) and (min-width: 600px) {
    .inforMDrop {
        height: 780px;
    }
}

@media (min-height: 1015px) and (min-width: 600px) {
    .inforMDrop {
        height: 825px;
    }
}

@media (min-height: 860px) and (min-width: 768px) {
    .inforMDrop {
        height: 655px;
    }
}

@media (min-height: 905px) and (min-width: 768px) {
    .inforMDrop {
        height: 700px;
    }
}

@media (min-height: 950px) and (min-width: 768px) {
    .inforMDrop {
        height: 745px;
    }
}

@media (min-height: 995px) and (min-width: 768px) {
    .inforMDrop {
        height: 790px;
    }
}

/*共用項目-頁腳*/
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e1e1e2;
    height: 42px;
    z-index: 3;
}

.footer_list {
    float: left;
    text-decoration: none;
    width: 20%;
    height: 100%;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

    .footer_list:before {
        content: "";
        display: block;
        margin: 0 auto;
        width: 20px;
        height: 20px;
        margin-bottom: 3px;
    }

    .footer_list.btn_footer_menu {
        float: right;
    }

    .footer_list.active h5 {
        color: #0c5d91;
    }

    .footer_list.active:before {
        background-position-y: bottom;
    }

.btn_footer_tradeRec:before {
    background: url(images/icon_footer_tradeRec.svg) no-repeat top;
    background-size: 100% auto;
}

.btn_footer_fast:before {
    background: url(images/vi-vn/icon_footer_transfer.svg) no-repeat top;
    background-size: 100% auto;
}

.btn_footer_gift:before {
    background: url(images/vi-vn/icon_footer_gift.svg) no-repeat top;
    background-size: 100% auto;
}

.btn_footer_gift.on:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: 35%;
    left: calc(50% + 4px);
    top: 7px;
    background-color: #f00;
    border-radius: 50%;
}

.btn_footer_DW:before {
    background: url(images/vi-vn/icon_footer_DW.svg) no-repeat top;
    background-size: 100% auto;
}

.btn_footer_serv:before {
    background: url(images/vi-vn/icon_footer_service.svg) no-repeat top;
    background-size: 100% auto;
}

.btn_footer_menu:before {
    background: url(images/vi-vn/icon_footer_member.svg) no-repeat top;
    background-size: 100% auto;
}

.btn_footer_home:before {
    background: url(images/vi-vn/icon_footer_home.svg) no-repeat top;
    background-size: 100% auto;
}

.footer_list h5 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 0.65em;
    line-height: 1em;
    font-weight: normal;
}

.footer:not(.login) .footer_list.off:before {
    background: url(images/vi-vn/icon_maintain.svg) no-repeat 50% !important;
    background-size: 90% auto !important;
}

.footer_DW_open .off:before {
    background: url(images/vi-vn/icon_maintain.svg) no-repeat 50% !important;
    background-size: 85% auto !important;
}

.footer:not(.login) .footer_list.off h5, .footer_DW_open .off {
    color: #aaa;
}

.footer_DW_open {
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all .2s;
    transition: all .2s;
    left: 0;
    right: 0;
    bottom: 43px;
    opacity: 0;
}

    .footer_DW_open.on {
        top: 0;
        opacity: 1;
    }

        .footer_DW_open.on a {
            bottom: -1px;
            pointer-events: initial;
        }

    .footer_DW_open a {
        position: absolute;
        width: 33.1%;
        background-color: #fff;
        color: #000;
        height: 52px;
        bottom: -200px;
        font-size: 0.65em;
        line-height: 1em;
        cursor: pointer;
        -webkit-transition: all .2s;
        transition: all .2s;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #e1e1e2;
        pointer-events: none;
    }

        .footer_DW_open a:before {
            content: "";
            display: block;
            margin: 9px auto 3px;
            width: 22px;
            height: 22px;
        }

.btn_footer_deposit {
    left: 0;
}

    .btn_footer_deposit:before {
        background: url(images/vi-vn/icon_footer_deposit.svg) no-repeat top;
        background-size: 100% auto;
    }

    .btn_footer_deposit:after {
        position: absolute;
        content: '';
        width: 1px;
        top: 21%;
        bottom: 21%;
        right: 0;
        background-color: #e1e1e2;
        z-index: 1;
    }

.btn_footer_withdrawal {
    right: 0;
}

    .btn_footer_withdrawal:before {
        background: url(images/vi-vn/icon_footer_withdrawal.svg) no-repeat top;
        background-size: 100% auto;
    }

.btn_footer_transfer {
    left: 33%;
    width: 34% !important;
}

    .btn_footer_transfer:before {
        background: url(images/vi-vn/icon_transfer.svg) no-repeat top;
        background-size: 100% auto;
    }

    .btn_footer_transfer:after {
        position: absolute;
        content: '';
        width: 1px;
        top: 21%;
        bottom: 21%;
        right: 0;
        background-color: #e1e1e2;
        z-index: 1;
    }

/*頁腳維護中提示氣泡*/
.footer_maintain {
    position: absolute;
    top: -8px;
    display: none;
    z-index: 1;
    left: 0;
    right: -100%;
    max-width: 200%;
}

    .footer_maintain:before {
        content: '';
        position: absolute;
        bottom: -3px;
        border-style: solid;
        border-width: 9px 9px 0 0;
        border-color: #ff9900 transparent transparent transparent;
        height: 0;
        width: 0;
        left: 24.5%;
        z-index: 1;
    }

.footer_maintainTxt {
    position: absolute;
    box-sizing: border-box;
    background-color: #ff9900;
    color: #fff;
    padding: 6px 10px 5px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-size: 0.75em;
    line-height: 1.3em;
    text-align: left;
    bottom: 3px;
}

.footer_list:last-child .footer_maintain,
.footer_list:nth-last-child(2) .footer_maintain {
    left: -100%;
    right: 0;
}

    .footer_list:last-child .footer_maintain:before,
    .footer_list:nth-last-child(2) .footer_maintain:before {
        left: 74.5%;
    }

.footer_list:last-child .footer_maintainTxt {
    right: 10%;
}

.footer_list:nth-last-child(2) .footer_maintainTxt {
    right: 0;
}

.footer_DW_open .footer_maintain {
    font-size: 1.3em;
}

.btn_footer_deposit .footer_maintain {
    left: 7%;
    right: -50%;
}

    .btn_footer_deposit .footer_maintain:before {
        left: 30%;
    }

.btn_footer_transfer .footer_maintain {
    right: -19.5%;
    left: -19.5%;
}

    .btn_footer_transfer .footer_maintain:before {
        left: 50%;
    }

.btn_footer_withdrawal .footer_maintain {
    right: 7%;
    left: -50%;
}

    .btn_footer_withdrawal .footer_maintain:before {
        left: 70%;
    }

.login .footer_maintain {
    white-space: nowrap;
}

@media (min-width: 350px) {
    .footer {
        height: 48px;
    }

    .footer_list {
        padding-top: 6px;
    }

        .footer_list:before {
            width: 22px;
            height: 22px;
        }

    .btn_footer_gift.on:after {
        width: 9px;
        height: 9px;
        left: calc(50% + 5px);
        top: 8px;
    }

    .footer_DW_open {
        bottom: 49px;
    }

        .footer_DW_open a {
            height: 58px;
        }

            .footer_DW_open a:before {
                margin-top: 10px;
                width: 24px;
                height: 24px;
            }
}

@media (min-width: 400px) {
    .footer {
        height: 55px;
    }

    .footer_list {
        padding-top: 8px;
    }

        .footer_list:before {
            width: 25px;
            height: 25px;
            margin-bottom: 4px;
        }

    .footer_maintainTxt {
        bottom: 5px;
    }

    .btn_footer_gift.on:after {
        width: 10px;
        height: 10px;
        top: 9px;
    }

    .footer_DW_open {
        bottom: 56px;
    }

        .footer_DW_open a {
            height: 66px;
        }

            .footer_DW_open a:before {
                margin: 11px auto 4px;
                width: 27px;
                height: 27px;
            }
}

@media (min-width: 768px) {
    .footer {
        height: 75px;
    }

    .footer_list {
        padding-top: 10px;
    }

        .footer_list h5, .footer_maintainTxt {
            font-size: 0.85em;
        }

        .footer_list:before {
            width: 35px;
            height: 35px;
        }

    .btn_footer_gift.on:after {
        width: 13px;
        height: 13px;
        left: calc(50% + 7px);
        top: 13px;
    }

    .footer_DW_open {
        bottom: 76px;
    }

        .footer_DW_open a {
            height: 102px;
            font-size: 0.85em;
        }

            .footer_DW_open a:before {
                margin-top: 22px;
                width: 37px;
                height: 37px;
            }

        .footer_DW_open .footer_maintain {
            font-size: 1.1em;
        }
}

/*頁面內容-容器*/
.container_main {
    width: 100%;
    margin: 0 auto;
    padding: 85px 0 63px;
    display: table;
    box-sizing: border-box;
    background-color: #f0eff5;
}

.container_login, .container_bonus {
    padding-top: 45px;
}

    .container_login .gameMainTain_in {
        white-space: nowrap;
    }

.noID {
    padding-top: 45px;
    padding-bottom: 20px;
}

.noBottom {
    padding-bottom: 0 !important;
}

.marginTop {
    margin-top: 13px;
}

.marginBottom {
    margin-bottom: 13px;
}

.marginBottom30 {
    margin-bottom: 30px !important;
}

.marginBottom_modify {
    margin-bottom: 25px !important;
}

@media (min-width: 350px) {
    .container_main {
        padding-bottom: 69px;
    }

    .container_login, .container_bonus {
        padding-top: 45px;
    }

    .noID {
        padding-top: 45px;
        padding-bottom: 20px;
    }
}

@media (min-width: 400px) {
    .container_main {
        padding: 105px 0 85px;
    }

    .container_login, .container_bonus {
        padding-top: 55px;
    }

    .noID {
        padding-top: 55px;
        padding-bottom: 30px;
    }

    .marginTop {
        margin-top: 17px;
    }

    .marginBottom {
        margin-bottom: 17px;
    }

    .marginBottom_modify {
        margin-bottom: 29px !important;
    }
}

@media (min-width: 768px) {
    .container_main {
        padding-bottom: 105px;
    }
}

/*表單-抬頭說明*/
.fromDESC {
    display: table;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.fromDESC_img {
    display: table-cell;
    vertical-align: middle;
    width: 28%;
    padding-right: 15px;
}

    .fromDESC_img img {
        width: 100%;
        height: auto;
        max-width: 70px;
        vertical-align: middle;
    }

.fromDESC_text {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.85em;
    color: #888;
}

@media (min-width: 768px) {
    .fromDESC_img {
        width: 90px;
    }

        .fromDESC_img img {
            max-width: 90px;
        }
}
/*表單-格式*/
.form {
    display: table;
    width: 100%;
}

    .form ul {
    }

    .form li {
        display: table;
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
        background-color: #fff;
        border-top: 1px solid #ddd;
        height: 48px;
        position: relative;
        -webkit-touch-callout: none; /*系统默认菜单被禁用*/
        -webkit-user-select: none; /*webkit浏览器*/
        -khtml-user-select: none; /*早期浏览器*/
        -moz-user-select: none; /*火狐*/
        -ms-user-select: none; /*IE10*/
        user-select: none;
    }

        .form li:nth-last-child(1),
        .form li[class*="marginBottom"] {
            border-bottom: 1px solid #ddd;
        }

    .form.joinAdd01 {
        margin-top: 20px;
    }

    .form_T, .form_Tshort, .form_T_VN, .form_T_VN02, .form_T_VN03,
    .form_T_VN04, .form_T_VN05, .form_T_VN09, .form_T_VN06, .form_T_VN07,
    .form_T_VN08, .form_T_VN10, .form_T_VN11,
    .form .netbank_listT {
        color: #000;
        font-size: 0.85em;
        display: table-cell;
        padding-right: 8px;
        vertical-align: middle;
    }

.form_T, .form_T_VN06, .form_T_VN07 {
    width: 88px;
}

.form_T_VN {
    width: 115px;
}

.form_T_VN02 {
    width: 152px;
}

.form_T_VN03 {
    width: 130px;
}

.form_T_VN04 {
    width: 60px;
}

    .form_T_VN04 + .form_In .curtail::-webkit-input-placeholder {
        letter-spacing: -0.4px;
    }

    .form_T_VN04 + .form_In .curtail:-ms-input-placeholder {
        letter-spacing: -0.4px;
    }

    .form_T_VN04 + .form_In .curtail:-moz-placeholder {
        letter-spacing: -0.4px;
    }

    .form_T_VN04 + .form_In .curtail::-moz-placeholder {
        letter-spacing: -0.4px;
    }

.form_T_VN05 {
    width: 105px;
}

.form_Tshort {
    width: 35px;
}

.form_T_VN08 {
    width: 50px;
}

.form_T_VN09 {
    width: 71px;
}

.form_T_VN10 {
    width: 85px;
}

.form_T_VN11 {
    width: 50%;
}

.form_In {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    color: #888;
    z-index: 1;
}

.form_R {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    font-size: 0.75em;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}

.form_w100 {
    padding: 0 13px;
    box-sizing: border-box;
}

.form_w50 {
}

    .form_w50:after {
        content: "";
        width: 1px;
        height: 70%;
        background-color: #ddd;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.form_w50L {
    width: 46%;
    float: left;
    position: relative;
}

.form_w50R {
    width: 46%;
    float: right;
}

.noform_T {
    background-color: transparent !important;
    border-top: none !important;
    height: auto !important;
    line-height: 2em;
    font-size: 0.9em;
}

.form_w33:before, .form_w33:after {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.form_w33:before {
    left: 33.5%;
}

.form_w33:after {
    right: 33.5%;
}

.form_w33L, .form_w33C, .form_w33R {
    width: 30%;
}

.form_w33L, .form_w33C {
    margin-right: 5%;
}

.form_button, .form_button2, .form_buttonTop13, .form_buttonTop35, .form_buttonTop45 {
    margin: 0 auto;
    display: table;
    width: 92%;
}

.form_button {
    padding: 21px 0;
}

.form_button2 {
    margin-bottom: 21px;
}

    .form_button2 input {
        margin-top: 21px;
    }

.form_buttonTop13 {
    padding: 13px 0;
}

.form_buttonTop35 {
    padding: 35px 0;
}

.form_buttonTop45 {
    padding: 45px 0;
}

.form_textarea {
    height: 100px;
    color: #000;
    font-size: 0.8em;
    box-sizing: border-box;
    padding: 2% 0;
    resize: none;
    line-height: 1.3em;
}

.form li[class*="error"] {
    border-bottom: 1px solid #ff3b30 !important;
    margin-bottom: 21px;
    border-color: #ff3b30;
    background-color: #ffd5d5;
}

    .form li[class*="error"] input[disabled="disabled"] {
        background-color: #ffd5d5;
    }

.form li.blue_form {
    margin-bottom: 21px;
    border-bottom: 1px solid #ddd;
}

.form .error input {
    color: #ff3b30;
}

.error .btn_code, .error .btn_codeSecond.bg_colorDB {
    color: #fff !important;
}

.error_t {
    position: absolute;
    color: #ff3b30;
    font-size: 0.75em;
    top: 51px;
    line-height: 1em;
    left: 4%;
    margin-right: 4%;
}

    .error_t.center_t {
        text-align: center;
        right: 0;
    }

content.error_t {
    position: relative;
    top: auto;
    line-height: 21px;
}

    content.error_t + .keySetting .numInputArea {
        margin-top: 0;
    }

.form_Code, .form_CodeSecond {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    text-align: right;
    width: 1px;
}

.btn_code {
    height: 30px !important;
    padding: 0 10px !important;
    font-size: 0.8em !important;
}

a.btn_codeSecond {
    line-height: 30px;
}

    a.btn_codeSecond.darkGrey {
        line-height: 28px;
    }

.btn_codeSecond {
    background-color: #00b2b9;
    color: #fff;
    height: 30px !important;
    line-height: 30px !important;
    width: 88px;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.8em !important;
    white-space: nowrap;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
}

    .btn_codeSecond:before {
        content: '';
        width: 1px;
        height: 108%;
        display: inline-block;
        margin-left: -1px;
        vertical-align: middle;
    }

    .btn_codeSecond .second {
        color: #f00;
        margin: 0 2px;
    }

    .btn_codeSecond.off {
        background-color: #bbb;
        color: #fff;
    }

    .btn_codeSecond.again {
        background-color: #149300;
        color: #fff;
    }

    .btn_codeSecond.blue {
        background-color: #1589ff;
        color: #fff;
    }

    .btn_codeSecond.darkGrey {
        color: #000;
        background-color: #e5e5e5;
        border: 1px solid #cacaca;
        line-height: 28px !important;
    }

        .btn_codeSecond.darkGrey span {
            color: #f00;
        }

.verified_OK {
    color: #019000;
    white-space: nowrap;
    font-size: 0.9em;
}

    .verified_OK:before {
        content: '';
        background: url(images/vi-vn/icon_loadingOK.svg) no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

.formPopup_prompt {
    position: absolute;
    border-radius: 3px;
    color: #aaa;
    font-size: 0.75em;
    line-height: 1.5em;
    background-color: #f9f9fb;
    padding: 8px;
    z-index: 1;
    max-width: 110%;
    min-width: 200px;
    top: 43px;
    left: 0px;
    display: none;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 10px;
    box-sizing: border-box;
}

    .formPopup_prompt:before, .formPopup_prompt:after {
        content: "";
        border-style: solid;
        border-width: 0 8px 8px 8px;
        position: absolute;
        left: 15px;
    }

    .formPopup_prompt:before {
        border-color: transparent transparent #bbb transparent;
        top: -9px;
    }

    .formPopup_prompt:after {
        border-color: transparent transparent #f9f9fb transparent;
        top: -8px;
    }

    .formPopup_prompt a {
        text-decoration: underline;
        color: #519ce4;
        font-size: 1.3em;
        display: table;
        line-height: 1.8em;
    }

.form_vertical {
    display: table;
    width: 100%;
}

    .form_vertical ul li {
        display: table;
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
        height: 48px;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .form_vertical .form_T {
        width: 100%;
        display: block;
        box-sizing: border-box;
        line-height: 2em;
    }

    .form_vertical .form_In {
        width: 100%;
        display: table;
    }

        .form_vertical .form_In input,
        .form_vertical .form_In select {
            background-color: #fff;
            padding: 0 10px;
            border-radius: 2px;
            height: 40px;
            border: 1px solid transparent;
        }

        .form_vertical .form_In select {
            background-position-x: 98%;
            background-position-x: calc(100% - 10px);
            padding-right: 35px;
        }

        .form_vertical .form_In .keyboard {
            background-color: #fff;
            padding: 0 10px;
            padding-right: 40px;
            border-radius: 2px;
            height: 40px;
            line-height: 40px;
            border: 1px solid transparent;
            box-sizing: border-box;
        }

    .form_vertical .error .form_In input[type="text"],
    .form_vertical .error .form_In input[type="password"],
    .form_vertical .error .form_In .keyboard,
    .form_vertical .error .form_In select {
        border-color: #ff3b30;
        background-color: #ffd5d5;
    }

    .form_vertical .error_t {
        top: auto;
        bottom: -1.3em;
    }

    .form_vertical .pwON .icon_pw {
        height: 40px;
    }

.form_Reality {
    height: 32px !important;
}

    .form_Reality [class*="form_T"] {
        color: #f00;
    }

    .form_Reality .form_In {
        height: 30px;
        color: #f00;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.9em;
    }

        .form_Reality .form_In > div:first-child {
            font-weight: bold;
        }

@media (min-width: 350px) {
    .form_T, .form_T_VN06, .form_T_VN07 {
        width: 98px;
    }

    .form_T_VN {
        width: 126px;
    }

    .form_T_VN02 {
        width: 168px;
    }

    .form_T_VN03 {
        width: 145px;
    }

    .form_T_VN04 {
        width: 75px;
    }

    .form_T_VN05 {
        width: 120px;
    }

    .form_T_VN08 {
        width: 60px;
    }

    .form_T_VN10 {
        width: 97px;
    }

    .btn_codeSecond {
        width: 104px;
    }
}

@media (min-width: 375px) {
    .form_T_VN04 + .form_In .curtail::-webkit-input-placeholder {
        letter-spacing: 0;
    }

    .form_T_VN04 + .form_In .curtail:-ms-input-placeholder {
        letter-spacing: 0;
    }

    .form_T_VN04 + .form_In .curtail:-moz-placeholder {
        letter-spacing: 0;
    }

    .form_T_VN04 + .form_In .curtail::-moz-placeholder {
        letter-spacing: 0;
    }
}

@media (min-width: 400px) {
    .form_T, .form_Tshort, .form_T_VN, .form_T_VN02, .form_T_VN03,
    .form_T_VN04, .form_T_VN09, .form_T_VN06, .form_T_VN07,
    .form_T_VN08, .form_T_VN10, .form_T_VN11, .form .netbank_listT {
        padding-right: 15px;
    }

    .form_T, .form_T_VN06, .form_T_VN07 {
        width: 105px;
    }

    .form_T_VN {
        width: 130px;
    }

    .form_T_VN02 {
        width: 171px;
    }

    .form_T_VN03 {
        width: 155px;
    }

    .form_T_VN04 {
        width: 80px;
    }

    .form_T_VN05 {
        width: 125px;
    }

    .form_T_VN09 {
        width: 75px;
    }

    .form_T_VN10 {
        width: 100px;
    }

    .form li {
        height: 60px;
    }

    .form_R {
        padding-left: 20px;
    }

    .form_w100 {
        padding: 0 18px;
    }

    .form_button {
        padding: 27px 0;
    }

    .form_button2 {
        margin-bottom: 27px;
    }

        .form_button2 input {
            margin-top: 27px;
        }

    .form_buttonTop13 {
        padding: 17px 0;
    }

    .form_buttonTop35 {
        padding: 45px 0;
    }

    .form_buttonTop45 {
        padding: 55px 0;
    }

    .form_textarea {
        height: 130px;
    }

    .form li[class*="error"], .form li.blue_form {
        margin-bottom: 27px;
    }

    .error_t {
        top: 63px;
    }

    content.error_t {
        line-height: 27px;
    }

    .btn_code {
        height: 40px !important;
        min-width: 105px;
    }

    .btn_codeSecond {
        border-radius: 3px;
        line-height: 40px !important;
        height: 40px !important;
        width: 120px;
    }

        .btn_codeSecond.darkGrey {
            line-height: 38px !important;
        }

    a.btn_codeSecond {
        line-height: 40px;
    }

        a.btn_codeSecond.darkGrey {
            line-height: 38px;
        }

    .verified_OK {
        font-size: 0.8em;
    }

        .verified_OK:before {
            width: 23px;
            height: 23px;
        }

    .formPopup_prompt {
        top: 52px;
        min-width: 235px;
    }

        .formPopup_prompt:before {
            border-width: 0 10px 10px 10px;
            top: -11px;
        }

        .formPopup_prompt:after {
            border-width: 0 10px 10px 10px;
            top: -10px;
        }

    .form_vertical .form_In input,
    .form_vertical .form_In select {
        border-radius: 3px;
        height: 52px;
    }

    .form_vertical .form_In .keyboard {
        border-radius: 3px;
        height: 52px;
        line-height: 52px;
        padding-right: 44px;
    }

    .form_vertical .pwON .icon_pw {
        height: 52px;
    }

    .form_Reality {
        height: 40px !important;
    }

        .form_Reality .form_In {
            height: 38px;
        }
}

@media (min-width: 530px) {
    .form_T_VN04 {
        width: 110px;
    }

    .form_T_VN06 {
        width: 130px;
    }

    .form_T_VN07 {
        width: 171px;
    }

    .form_T_VN08 {
        width: 100px;
    }
}

@media (min-width: 768px) {
    .formPopup_prompt {
        max-width: 100%;
        left: 0px;
    }

        .formPopup_prompt:before, .formPopup_prompt:after {
            left: 12px;
        }
}

/* 遮罩 */
.mask, .mask_join, .mask_all {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    position: fixed;
    z-index: 100;
    overflow: auto;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
}

.mask {
    top: 85px;
    bottom: 0;
    padding-bottom: 43px;
    z-index: 2;
}

.mask_noBottom {
    bottom: 0 !important;
}

.mask_join {
    top: 45px;
    bottom: 0;
    z-index: 98;
}

.mask_all {
    top: 0;
    bottom: 0;
}

@media (min-width: 350px) {
    .mask {
        padding-bottom: 49px;
    }
}

@media (min-width: 400px) {
    .mask {
        top: 105px;
        padding-bottom: 56px;
    }

    .mask_join {
        top: 55px;
        bottom: 0;
    }
}

@media (min-width: 768px) {
    .mask {
        padding-bottom: 76px;
    }
}

@media (max-height: 450px) {
    .mask {
        padding-bottom: 0;
    }

    .footer {
        display: none;
    }

    .win_warning {
        bottom: 4% !important;
    }
}

/*Loading遮罩*/
.mask_Loading {
    width: 100%;
    background: rgba(255, 255, 255, 0.46) url(images/vi-vn/loading.gif) no-repeat center;
    background-size: 15%;
    position: fixed;
    z-index: 200;
    top: 0;
    bottom: 0;
}

@media (min-width: 400px) {
    .mask_Loading {
        background-size: 60px 60px;
    }
}

@media (min-width: 768px) {
    .mask_Loading {
        background-size: 80px 80px;
    }
}

/*彈跳視窗*/
.popup_container {
    display: table;
    width: 100%;
    height: 100%;
}

.popup_bg {
    display: table-cell;
    vertical-align: middle;
}

.popup {
    width: 88%;
    max-width: 600px;
    margin: auto;
    background-color: #fff;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}

    .popup [class*="btn_popupW"] {
        color: #2782d7;
        text-align: center;
        background-color: transparent !important;
        box-sizing: border-box;
        border-top: 1px solid #ddd !important;
        font-weight: bold;
        border-radius: 0 !important;
        height: 50px !important;
    }

        .popup [class*="btn_popupW"].gray_T {
            color: #a4a4a4;
        }

    .popup .btn_popupW100 {
        width: 100%;
    }

    .popup .btn_popupW50L {
        width: 50%;
        float: left;
        border-right: 1px solid #ddd !important;
        color: #ff7500;
    }

    .popup .btn_popupW50R {
        width: 50%;
        float: right;
    }

    .popup input[type="button"] {
        font-size: 0.95em;
    }

    .popup .form_button2 input {
        margin-top: 10px;
    }

.btn_popupW50L, .btn_popupW50L2 {
    width: 50%;
    float: left;
    border-right: 1px solid #ddd !important;
    color: #ff7500 !important;
}

.btn_popupW50L2 {
    color: #a4a4a4 !important;
}

.btn_close {
    position: absolute;
    background: url(images/vi-vn/btn_close.svg) no-repeat center;
    background-size: 40% auto;
    width: 38px;
    height: 38px;
    right: 0;
    cursor: pointer;
}

.popup_T {
    background-color: #eee;
    color: #000;
    border-radius: 13px 13px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 0.95em;
    line-height: 38px;
}

.popup_In {
    padding: 18px 12px 0;
    clear: both;
}

.popup_In2 {
    padding: 5px 12px 0;
    clear: both;
}

.popup_button {
    width: 100%;
}

.popVerify {
    line-height: 0;
    margin-bottom: 10px;
}

    .popVerify.error_login {
        margin-bottom: 8px;
    }

    .popVerify .error_login_t {
        top: auto;
        bottom: -20px;
    }

.popupFast {
    border-radius: 5px !important;
    max-width: 365px;
}

    .popupFast .btn_close {
        background-image: url(images/vi-vn/btn_close_gray.svg);
        background-size: 38% auto;
        background-position-x: calc(100% - 12px);
        width: 35px;
        height: 35px;
    }

    .popupFast .popup_T {
        margin: 0 12px;
        background-color: transparent;
        color: #3783c1;
        line-height: 35px;
        height: 35px;
        box-sizing: border-box;
        border-bottom: 1px solid #3783c1;
    }

    .popupFast .popup_In {
        padding-top: 12px;
    }

@media (min-width: 350px) {
    .popupFast .btn_close {
        width: 38px;
        height: 38px;
    }

    .popupFast .popup_T {
        height: 38px;
        line-height: 38px;
    }
}

@media (min-width: 400px) {
    .popup {
        border-radius: 18px;
    }

        .popup [class*="btn_popupW"] {
            height: 60px !important;
        }

    .btn_close {
        width: 48px;
        height: 48px;
    }

    .popup_T {
        border-radius: 18px 18px 0 0;
        line-height: 48px;
    }

    .popup_In {
        padding: 25px 15px 0;
    }

    .popup_In2 {
        padding: 10px 15px 0;
    }

    .btn_popupW100, .btn_popupW50L, .btn_popupW50R, .btn_popupW50L2, .btn_popupW50R2 {
        height: 60px !important;
    }

    .popVerify.error_login {
        margin-bottom: 5px;
    }

    .popupFast .btn_close {
        width: 40px;
        height: 40px;
        background-position-x: calc(100% - 15px);
    }

    .popupFast .popup_T {
        height: 40px;
        line-height: 40px;
        margin: 0 15px;
    }

    .popupFast .popup_In {
        padding-top: 15px;
    }
}

@media (min-width: 768px) {
    .popup {
        width: 70%;
    }
}

/*彈跳視窗-表格(快速轉帳)*/
.formPopup li {
    padding-bottom: 20px;
    position: relative;
    display: table;
    width: 100%;
    -webkit-touch-callout: none; /*系统默认菜单被禁用*/
    -webkit-user-select: none; /*webkit浏览器*/
    -khtml-user-select: none; /*早期浏览器*/
    -moz-user-select: none; /*火狐*/
    -ms-user-select: none; /*IE10*/
    user-select: none;
}

.formPopup_sum {
    padding-bottom: 10px !important;
}

    .formPopup_sum > div {
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

    .formPopup_sum .formPopup_T {
        float: left;
        height: auto;
        width: 100%;
        margin-bottom: 0;
        padding-left: 8px;
        box-sizing: border-box;
        font-weight: bold;
    }

    .formPopup_sum .PopupMoney {
        float: left;
        width: 100%;
        color: #00ae08;
        font-size: 1.1em;
        padding-left: 8px;
        box-sizing: border-box;
        font-weight: bold;
    }

        .formPopup_sum .PopupMoney ~ .formPopup_T {
            margin-top: 5px;
            color: #3783c1;
        }

    .formPopup_sum > div:not(.formPopup_btn) {
        width: 62%;
    }

    .formPopup_sum.formPopup_error {
        padding-bottom: 30px !important;
    }

    .formPopup_sum .formPopup_error_t {
        top: 38px;
        line-height: 20px;
    }

.formPopup_btn {
    padding-left: 4%;
    width: 38%;
    box-sizing: border-box;
}

    .formPopup_btn > input {
        width: 100%;
        height: 38px !important;
    }

        .formPopup_btn > input:active {
            opacity: 0.8;
        }

.btn_transfer {
    background-color: #ff9c00 !important;
}

.formPopup_T {
    font-size: 0.9em;
    line-height: 1.3em;
    margin-bottom: 3px;
}

.formPopup_In {
    display: table;
    width: 100%;
    position: relative;
}

    .formPopup_In .w60L {
        width: 55%;
        position: relative;
    }

    .formPopup_In .w40R {
        width: 43%;
    }

    .formPopup_In .btn_codeSecond {
        height: 38px !important;
        line-height: 38px !important;
        width: 100%;
    }

        .formPopup_In .btn_codeSecond.darkGrey {
            line-height: 36px !important;
        }

.formPopup input[type="text"], .formPopup input[type="password"] {
    background-color: #f6f6f7;
    border-radius: 2px;
    color: #333;
    border: 1px solid #ddd;
    height: 38px;
    padding: 0 8px;
}

    .formPopup input[type="text"].noborder {
        border: 0px;
    }

.formPopup_error, .formPopup_error02 {
    padding-bottom: 30px !important;
}

    .formPopup_error input[type="text"], .formPopup_error input[type="password"], .formPopup_error select, .formPopup_error textarea {
        border: 1px solid #ff3737 !important;
        background-color: #ffd5d5 !important;
        box-sizing: border-box;
    }

.formPopup_error_t {
    position: absolute;
    left: 0;
    top: calc(1.3em + 45px);
    color: #ff3737;
    font-size: 0.75em;
}

.btn_PopupCode {
    color: #fff;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 0.8em !important;
}

.formPopup_hint_t {
    background-color: #f6f6f7;
    border-radius: 25px;
    text-align: center;
    line-height: 26px;
    height: 25px;
    font-size: 0.8em;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 30px !important;
    color: #d75b5c;
    margin-bottom: 10px;
}

    .formPopup_hint_t:before {
        content: '';
        width: 1px;
        height: 110%;
        display: inline-block;
        margin-left: -1px;
        vertical-align: middle;
    }

    .formPopup_hint_t img {
        vertical-align: sub;
        width: 16px;
    }

.btn_free {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    background: url(images/vi-vn/icon_question_pink.svg) no-repeat center;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.freeHint {
    position: absolute;
    top: 31px;
    right: 0;
    background-color: #f54b6f;
    color: #fff;
    padding: 6px 10px 5px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 1.2em;
    z-index: 2;
    text-align: left;
    margin: 0 -1px;
    display: none;
}

    .freeHint:before {
        content: '';
        position: absolute;
        top: -8px;
        right: 16px;
        border-style: solid;
        border-width: 0 0 9px 9px;
        border-color: transparent transparent #f54b6f transparent;
    }

.form_Input {
    display: table;
    width: 100%;
}

    .form_Input input {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .form_Input span {
        display: table-cell;
        padding: 0 5px;
        vertical-align: middle;
        white-space: nowrap;
        font-size: 0.9em;
    }

@media (min-width: 400px) {
    .formPopup li {
        padding-bottom: 25px;
    }

    .formPopup input[type="text"],
    .formPopup input[type="password"] {
        border-radius: 3px;
        height: 50px;
    }

    .formPopup_sum {
        padding-bottom: 15px !important;
    }

        .formPopup_sum.formPopup_error {
            padding-bottom: 35px !important;
        }

        .formPopup_sum .formPopup_error_t {
            top: 50px;
            line-height: 25px;
        }

    .formPopup_btn > input {
        height: 50px !important;
    }

    .formPopup_error, .formPopup_error02 {
        padding-bottom: 35px !important;
    }

    .formPopup_error_t {
        top: 79px;
        top: calc(1.3em + 60px);
    }

    .formPopup_In .btn_codeSecond, .btn_PopupCode {
        height: 50px !important;
        line-height: 50px !important;
    }

        .formPopup_In .btn_codeSecond.darkGrey {
            line-height: 48px !important;
        }

    .formPopup_hint_t {
        border-radius: 30px;
        line-height: 31px;
        height: 30px;
        margin-bottom: 15px;
        padding: 0 35px !important;
    }

        .formPopup_hint_t img {
            width: 18px;
        }

    .btn_free {
        right: 6px;
        width: 23px;
        height: 23px;
    }

    .freeHint {
        top: 35px;
    }

        .freeHint:before {
            right: 18px;
        }

    .form_Input span {
        padding: 0 8px;
        font-size: 0.85em;
    }
}

@media (min-width: 534px) {
    .formPopup_In .w60L {
        width: 60%;
    }

    .formPopup_In .w40R {
        width: 38%;
    }
}

/*彈跳視窗-提款專區(人民银行支付系统维护公告)*/
.popup_withdraw {
    padding-bottom: 18px;
    font-size: 0.9em;
    line-height: 25px;
}

@media (min-width: 350px) {
    .popup_withdraw {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
}

@media (min-width: 400px) {
    .popup_withdraw {
        padding-bottom: 25px;
    }
}

/*彈跳視窗-分享APP*/
.popShare {
}

    .popShare .popup_In {
        background: url(images/vi-vn/bg_shareApp.webp) center no-repeat;
        position: relative;
        background-size: cover;
        padding-left: 0;
        padding-right: 0;
    }

    .popShare .popup_button {
        position: absolute;
    }

.img_shareApp {
    display: table;
    width: 200px;
    height: auto;
    margin: auto;
}

.img_qrApp {
    display: table;
    width: 115px;
    height: 115px;
    border: 6px solid #fff;
    background-color: #fff;
    border-radius: 10px;
    margin: 18px auto;
    box-shadow: 0 5px 20px #041300;
}

.popShare_btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 42px;
    padding-bottom: 18px;
}

    .popShare_btn > div {
        width: 33%;
        color: #fff;
        font-weight: bold;
        font-size: 0.85em;
        text-align: center;
        line-height: 1em;
        position: relative;
    }

        .popShare_btn > div:active {
            color: rgba(255,255,255,.6);
        }

            .popShare_btn > div:active:before {
                opacity: .6;
            }

        .popShare_btn > div:before {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            margin: 0 auto 5px;
        }

        .popShare_btn > div + div:after {
            content: '';
            background-color: rgba(255,255,255,.3);
            position: absolute;
            width: 1px;
            height: 18px;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
        }

.btn_shareCopy:before {
    background: url(images/vi-vn/btn_shareCopy.svg) center no-repeat;
    background-size: 100% auto;
}

.btn_shareSafe:before {
    background: url(images/vi-vn/btn_shareSafe.svg) center no-repeat;
    background-size: 100% auto;
}

.btn_shareApp:before {
    background: url(images/vi-vn/btn_shareApp.svg) center no-repeat;
    background-size: 100% auto;
}

.txt_share {
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 5px 20px rgba(0,0,0,.7);
    border-radius: 5px;
    padding: 12px;
    width: 82%;
    color: #0079e0;
    font-weight: bold;
    font-size: 0.85em;
    text-align: center;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    display: none;
}

    .txt_share span {
        display: inline-block;
    }

.shareBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
}

.shareBox_T {
    color: #333;
    text-align: center;
    padding: 10px 10px 15px;
}

    .shareBox_T > div {
        font-size: 0.85em;
        font-weight: bold;
    }

    .shareBox_T > * + * {
        margin-top: 15px;
    }

    .shareBox_T ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .shareBox_T li {
        font-size: 0.8em;
        width: 25%;
        cursor: pointer;
    }

        .shareBox_T li:active {
            opacity: .6;
        }

    .shareBox_T img {
        width: auto;
        height: 45px;
        display: block;
        margin: 0 auto 5px;
    }

.btn_closeShare {
    width: 100%;
    line-height: 39px;
    font-size: 0.8em;
    font-weight: bold;
    border-top: 1px solid #b2b2b2;
    text-align: center;
}

    .btn_closeShare:active {
        background-color: #e8e8e8;
    }

@media (min-width: 360px) {
    .img_shareApp {
        width: 225px;
    }

    .img_qrApp {
        width: 130px;
        height: 130px;
    }

    .popShare_btn {
        height: 45px;
    }

        .popShare_btn > div:before {
            width: 20px;
            height: 20px;
        }

        .popShare_btn > div + div:after {
            height: 20px;
        }
}

@media (min-width: 400px) {
    .popShare {
        max-width: 365px;
    }

    .img_shareApp {
        width: 260px;
    }

    .img_qrApp {
        width: 150px;
        height: 150px;
        border-width: 8px;
        margin: 25px auto;
    }

    .popShare_btn {
        height: 55px;
        padding-bottom: 25px;
    }

        .popShare_btn > div:before {
            width: 23px;
            height: 23px;
        }

        .popShare_btn > div + div:after {
            height: 25px;
        }

    .shareBox_T {
        padding: 15px 15px 20px;
    }

        .shareBox_T > * + * {
            margin-top: 20px;
        }

        .shareBox_T img {
            height: 55px;
        }

    .btn_closeShare {
        line-height: 44px;
    }
}

@media (min-width: 768px) {
    .popShare {
        max-width: 440px;
    }

    .img_shareApp {
        margin-top: 15px;
        width: 318px;
    }

    .img_qrApp {
        width: 180px;
        height: 180px;
        border-width: 10px;
        margin: 30px auto;
    }

    .popShare_btn {
        padding-bottom: 35px;
    }

        .popShare_btn > div:before {
            width: 28px;
            height: 28px;
            margin-bottom: 10px;
        }

        .popShare_btn > div + div:after {
            height: 30px;
        }
}

/*內容標題*/
.container_T {
    position: fixed;
    width: 100%;
    background-color: #f0eff5;
    /*遊戲選單需要 z-index為2*/
    z-index: 2;
    top: 0;
    padding: 85px 4% 8px;
    box-sizing: border-box;
    display: table;
}

    .container_T > div {
        display: table;
        width: 100%;
    }

    .container_T h3 {
        color: #888;
        text-align: center;
        font-size: 0.8em;
        border-bottom: 3px solid #a0a0a0;
        cursor: pointer;
        height: 37px;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 3px 2% 0;
        position: relative;
        float: none;
    }

        .container_T h3:not(:first-child):before, .container_T h3:not(:last-child):not(.w100):after {
            content: '';
            position: absolute;
            top: 0;
            bottom: -5px;
            left: 0;
            margin: auto;
            width: 4%;
            background-color: #f0eff5;
        }

        .container_T h3:not(:last-child):not(.w100):after {
            left: auto;
            right: 0;
        }

        .container_T h3.on {
            color: #2782d7;
            border-color: #2782d7;
        }

            .container_T h3.on.t_orange {
                border-color: #ff7800;
            }

    .container_T .w24L, .container_T .w24C, .container_T .w24R {
        width: 25%;
    }

    .container_T .w40L {
        width: 44.5%;
    }

    .container_T h3[class*="L"] {
        padding-left: 0.5%;
    }

    .container_T h3[class*="R"] {
        padding-right: 0.5%;
    }

    .container_T .btn_setting {
        width: 11%;
        height: 43px;
        display: table-cell;
        cursor: pointer;
        background: url(images/vi-vn/icon_setting.svg) no-repeat 80% 70%;
        background-size: auto 58%;
    }

    /*此樣式需避免誤刪 - 攸關手機板會員資料、公告、個人訊息不被上面覆蓋*/
    .container_T + div {
        margin-top: 51px;
    }

    /*T32391 9/12評論*/
    .container_T ~ div.liveGame {
        margin-top: 51px;
    }

    .container_T .w50 {
        width: 48%;
    }

.noID .container_T, .container_login .container_T {
    padding-top: 45px;
}

@media (min-width: 400px) {
    .container_T {
        padding-top: 105px;
        padding-bottom: 10px;
    }

        .container_T h3 {
            height: 49px;
            border-bottom-width: 4px;
            padding-top: 4px;
        }

        .container_T + div {
            margin-top: 67px;
        }

        /*T32391 9/12評論*/
        .container_T ~ div.liveGame {
            margin-top: 67px;
        }

    .noID .container_T, .container_login .container_T {
        padding-top: 55px;
    }
}

@media (min-width: 768px) {
    .container_T {
        padding-bottom: 15px;
    }

        .container_T h3 {
            font-size: 0.95em;
        }

        .container_T + div {
            margin-top: 72px;
        }

        /*T32391 9/12評論*/
        .container_T ~ div.liveGame {
            margin-top: 72px;
        }
}

/*注意事項*/
.precautions {
    background-color: #fff;
    border-radius: 3px;
    font-size: 0.8em;
    margin-bottom: 13px;
}

    .precautions:last-child {
        margin-bottom: 0 !important;
    }

.precautions_tab {
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    margin-bottom: 20px;
}

    .precautions_tab img {
        width: 18px;
        height: auto;
        margin-right: 8px;
        vertical-align: sub;
    }

.precautions_msg {
    padding: 0 12px 20px 12px;
}

.precautions_list {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.precautions_list2 {
    margin-bottom: 5px;
}

.precautions_list:nth-last-child(1) {
    margin-bottom: 0;
}

.precautions_listL {
    display: table-cell;
    padding-right: 3px;
    white-space: nowrap;
    min-width: 21px;
    width: 1px;
}

.precautions_listR {
    display: table-cell;
    width: 100%;
}

@media (min-width: 375px) {
    .precautions {
        font-size: 0.85em;
    }

    .precautions_list2 {
        font-size: 1.1em;
    }

    .precautions_listL {
        min-width: 23px;
    }
}

@media (min-width: 400px) {
    .precautions_tab {
        height: 50px;
        line-height: 50px;
        margin-bottom: 25px;
    }

        .precautions_tab img {
            width: 20px;
            margin-right: 10px;
        }

    .precautions_msg {
        padding: 0 20px 25px 20px;
    }

    .precautions_listL {
        min-width: 25px;
    }
}

/*倒數*/
.reciprocal {
    border-radius: 2px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 0.8em;
    background-color: #ddd;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2em;
}

    .reciprocal:before {
        content: '';
        width: 1px;
        height: 110%;
        display: inline-block;
        margin-left: -1px;
        vertical-align: middle;
    }

@media (min-width: 400px) {
    .reciprocal {
        height: 50px;
        line-height: 50px;
        border-radius: 3px;
    }
}

/*彈跳視窗內容-維護提醒*/
.index_submit_text {
    margin-bottom: 30px;
    text-align: center;
    color: #888;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.8em;
}

.index_submit_icon {
    display: table;
    margin: 10px auto;
    width: 15%;
}

@media (min-width: 400px) {
    .index_submit_text {
        margin-bottom: 35px;
        font-size: 0.9em;
    }

    .index_submit_icon {
        width: auto;
    }
}

/*--------keyType---------*/
.keySetting {
    background-color: transparent !important;
    border: 0 !important;
    height: auto !important;
    padding: 0 !important;
}

    .keySetting .numInputArea, .form + .numInputArea {
        margin-bottom: 21px;
    }

.marginBottom + .keySetting .numInputArea {
    margin-top: 8px;
}

.marginBottom_modify + .keySetting .numInputArea {
    margin-top: -4px;
}

.blue_form + .keySetting .numInputArea, .error + .keySetting .numInputArea {
    margin-top: 0 !important;
}

.popup .numInputArea {
    margin: 0 auto 20px;
    height: 80px;
    width: 100%;
}

    .popup .numInputArea.near {
        margin: 0 auto 10px;
    }

.form_vertical .keyboard + .numInputArea {
    margin-bottom: 21px;
}

.numInputArea {
    width: 92%;
    height: 94px;
    margin: 21px auto 0;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

    .numInputArea.on {
        display: table;
    }

    .numInputArea tr:first-child td:first-child {
        border-radius: 5px 0 0 0;
    }

    .numInputArea tr:first-child td:last-child {
        border-radius: 0 5px 0 0;
    }

    .numInputArea tr:last-child td:first-child {
        border-radius: 0 0 0 5px;
    }

    .numInputArea tr:last-child td:last-child {
        border-radius: 0 0 5px 0;
    }

    .numInputArea tr:last-child td {
        border-bottom: 1px solid #2682d5;
    }

    .numInputArea td:last-child {
        border-right: 1px solid #2682d5;
    }

    .numInputArea td {
        height: 50%;
        border-left: 1px solid #2682d5;
        border-top: 1px solid #2682d5;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -o-user-select: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .numInputArea:not(.lock) td:active {
        background-color: #d8f9ff;
    }

.number1 {
    background: url(images/vi-vn/btn_number1.svg) no-repeat center;
    background-size: auto 110%;
}

.number2 {
    background: url(images/vi-vn/btn_number2.svg) no-repeat center;
    background-size: auto 110%;
}

.number3 {
    background: url(images/vi-vn/btn_number3.svg) no-repeat center;
    background-size: auto 110%;
}

.number4 {
    background: url(images/vi-vn/btn_number4.svg) no-repeat center;
    background-size: auto 110%;
}

.number5 {
    background: url(images/vi-vn/btn_number5.svg) no-repeat center;
    background-size: auto 110%;
}

.number6 {
    background: url(images/vi-vn/btn_number6.svg) no-repeat center;
    background-size: auto 110%;
}

.number7 {
    background: url(images/vi-vn/btn_number7.svg) no-repeat center;
    background-size: auto 110%;
}

.number8 {
    background: url(images/vi-vn/btn_number8.svg) no-repeat center;
    background-size: auto 110%;
}

.number9 {
    background: url(images/vi-vn/btn_number9.svg) no-repeat center;
    background-size: auto 110%;
}

.number0 {
    background: url(images/vi-vn/btn_number0.svg) no-repeat center;
    background-size: auto 110%;
}

.numClear {
    background: url(images/vi-vn/btn_arrowCRB.svg) no-repeat center;
    background-size: auto 50%;
}

.numPoint {
    background: url(images/btn_point.svg) no-repeat center;
    background-size: auto 110%;
}

@media (min-width:350px) {
    .numInputArea {
        height: 104px;
    }

    .popup .numInputArea {
        height: 88px;
    }
}

@media (min-width:400px) {
    .keySetting .numInputArea, .form + .numInputArea {
        margin-bottom: 27px;
    }

    .marginBottom + .keySetting .numInputArea {
        margin-top: 10px;
    }

    .marginBottom_modify + .keySetting .numInputArea {
        margin-top: -2px;
    }

    .popup .numInputArea {
        height: 100px;
        margin-bottom: 25px;
    }

        .popup .numInputArea.near {
            margin-bottom: 15px;
        }

    .form_vertical .keyboard + .numInputArea {
        margin-bottom: 27px;
    }

    .numInputArea {
        height: 120px;
        margin-top: 27px;
    }
}

@media (min-width:530px) {
    .numInputArea {
        width: 68%;
    }
}

@media (min-width:768px) {
    .popup .numInputArea {
        height: 146px;
        width: 86%;
    }

    .numInputArea {
        height: 172px;
    }
}

/*密碼可視/不可視icon(眼睛)*/
.pwON, .pwON02 {
    position: relative;
}

    .pwON .icon_pw, .pwON02 .icon_pw {
        background: url(images/vi-vn/icon_pwON.svg) no-repeat center;
        background-size: auto 55%;
        position: absolute;
        width: 18%;
        height: 48px;
        right: 0;
        top: 0;
    }

    .pwON02 .icon_pw {
        width: 24%;
    }

    .pwON.off .icon_pw, .pwON02.off .icon_pw {
        background-image: url(images/vi-vn/icon_pwOFF.svg);
        background-size: auto 55%;
    }

    .pwON input {
        padding-right: 18% !important;
    }

    .pwON02 input {
        padding-right: 24% !important;
    }

.formPopup .pwON .icon_pw {
    height: 38px;
    background-size: auto 65%;
    top: inherit;
}

@media (min-width: 400px) {
    .pwON .icon_pw, .pwON02 .icon_pw {
        height: 60px;
    }

    .formPopup .pwON .icon_pw {
        height: 50px;
    }
}

@media (min-width: 768px) {
    .pwON .icon_pw, .pwON02 .icon_pw {
        width: 10%;
    }

    .formPopup .pwON .icon_pw {
        width: 12%;
    }
}

/*查詢支持銀行*/
.checkBank {
    float: right;
    color: #009cff;
    font-size: 0.8em;
    text-decoration: underline;
    position: relative;
}

    .checkBank:before {
        position: absolute;
        left: -20px;
        top: 0px;
        bottom: 0;
        margin: auto;
        content: '';
        background: url(images/vi-vn/icon_prompt.svg) no-repeat top center;
        background-size: 100%;
        width: 15px;
        height: 15px;
    }

.info_newIn .checkBank {
    display: table;
    margin: 0 auto;
    font-size: 1em;
    margin-top: 10px;
    float: none;
    position: relative;
}

    .info_newIn .checkBank:before {
        position: absolute;
        top: 0px;
        bottom: 0;
        margin: auto;
        content: '';
        background: url(images/vi-vn/icon_prompt.svg) no-repeat top center;
        background-size: 100%;
        width: 15px;
        height: 15px;
    }

.Chk_T {
    color: #ff9600;
    font-size: 0.8em;
    display: block;
    text-align: center;
}

.Chk_bankList {
    margin: 15px auto 8.5%;
    background-color: #bbbbbb;
    table-layout: fixed;
    width: 90%;
    font-size: 0.85em;
}

    .Chk_bankList td {
        height: 35px;
        text-align: center;
        background-color: #fbfbfb;
    }

@media (min-width: 400px) {
    .Chk_bankList {
        margin-top: 20px;
    }

        .Chk_bankList td {
            height: 40px;
        }

    .checkBank:before {
        bottom: -7%;
    }
}

@media (min-width: 768px) {
    .Chk_bankList {
        font-size: 1em;
    }

        .Chk_bankList td {
            height: 50px;
        }
}

/*金額文字加大 */
.keyboard {
    height: 48px;
    line-height: 48px;
    font-size: 0.85em;
    color: #888;
    overflow: hidden;
    position: relative;
}

.formPopup .keyboard {
    background-color: #fff;
    border-radius: 2px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 8px;
    position: relative;
}

.formPopup_error .keyboard {
    border: 1px solid #ff3737;
    background-color: #ffd5d5;
}

.keyboard.keyIn {
    color: #000;
}

.error .keyboard.keyIn {
    color: #ff3b30;
}

.formPopup .keyIn.on:empty:after {
    height: 60%;
    left: 8px;
}

.formPopup .keyIn.on:after {
    height: 60%;
}

.textMoney.keyIn:not(:empty) {
    font-size: 1.35em !important;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.keyboard.disabled {
    background-color: #e5e5e5 !important;
    cursor: not-allowed;
    color: #f00;
}

.formPopup .keyboard,
.login_list .keyboard {
    padding-right: 38px;
}

.form_In .keyboard {
    padding-right: 25px;
    box-sizing: border-box;
}

.btn_closeKB {
    display: none;
    background: url(images/vi-vn/icon_closeBank.svg) no-repeat center;
    background-size: auto 50%;
    position: absolute;
    height: 100%;
    width: 38px;
    right: 0;
    top: 0;
}

    .btn_closeKB:active {
        opacity: .8;
    }

.keyIn ~ .btn_closeKB {
    display: block;
}

.form_In .btn_closeKB {
    background-size: auto 20px;
    width: 20px;
}

.form_vertical .btn_closeKB {
    right: 10px;
}

@media (min-width: 400px) {
    .keyboard {
        height: 60px;
        line-height: 60px;
        font-size: 0.85em;
    }

    .formPopup .keyboard {
        border-radius: 3px;
        line-height: 50px;
        height: 50px;
    }

    .formPopup .keyboard,
    .login_list .keyboard {
        padding-right: 50px;
    }

    .form_In .keyboard {
        padding-right: 35px;
    }

    .btn_closeKB {
        width: 50px;
    }

    .form_In .btn_closeKB {
        background-size: auto 25px;
        width: 25px;
    }
}

/*警告視窗*/
.win_warning {
    position: fixed;
    width: 96%;
    padding: 4.5% 5%;
    font-size: 0.85em;
    border-radius: 5px;
    background-color: #414141;
    bottom: 51px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    color: #ffe300;
    box-sizing: border-box;
    z-index: 2;
}

.btn_close_black {
    position: absolute;
    background-image: url(images/vi-vn/btn_close_white.svg);
    background-repeat: no-repeat;
    background-size: 35% auto;
    background-position: center;
    width: 38px;
    height: 38px;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

@media (min-width: 350px) {
    .win_warning {
        bottom: 57px;
    }
}

@media (min-width: 375px) {
    .btn_close_black {
        background-size: 40% auto;
    }

    .btn_close_black {
        top: 0;
        right: 0;
    }
}

@media (min-width: 400px) {
    .win_warning {
        bottom: 66px;
        padding: 4.5% 6%;
    }

    .btn_close_black {
        background-size: 45% auto;
    }
}

@media (min-width: 600px) {
    .btn_close_black {
        top: 5px;
        right: 5px;
    }
}

@media (min-width: 768px) {
    .win_warning {
        font-size: 1.4em;
        bottom: 91px;
        border-radius: 8px;
    }

    .btn_close_black {
        background-size: 70% auto;
        top: 8px;
        right: 8px;
    }
}

.keyIn.on:after {
    content: '';
    width: 1px;
    height: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #000;
    -webkit-animation: blink 1s ease infinite;
    animation: blink 1s ease infinite;
}

.keyIn.on:empty:after {
    content: '';
    width: 1px;
    height: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background-color: #000;
    -webkit-animation: blink 1s ease infinite;
    animation: blink 1s ease infinite;
}

@keyframes blink {
    0%,50% {
        opacity: 0;
    }

    70%,100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0%,50% {
        opacity: 0;
    }

    70%,100% {
        opacity: 1;
    }
}

/*會員註冊/會員資料/平台轉帳checkbox*/
.terms_member {
    font-size: 0.8em;
    color: #535353;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0;
    max-width: calc(100% - 50px);
}

    .terms_member a {
        color: #2782d7;
    }

    .terms_member ~ .btn_termsCheck {
        margin: 10px 7px 0;
    }

.btn_termsCheck {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background-color: #2782d7;
    border-radius: 2px;
    cursor: pointer;
    margin: 10px 10px 0 0;
}

    .btn_termsCheck.on {
        background: #2782d7 url('images/vi-vn/btn_confirm.svg') no-repeat 45% 50%;
        background-size: auto 60%;
    }

    .btn_termsCheck.no {
        background-color: #bfbfbf;
    }

@media (min-width:360px) {
    .terms_member ~ .btn_termsCheck {
        margin: 10px 10px 0;
    }
}

@media (min-width:400px) {
    .btn_termsCheck {
        width: 45px;
        height: 45px;
        border-radius: 3px;
        margin-top: 15px;
        margin-right: 15px;
    }

    .terms_member {
        margin-top: 15px;
        max-width: 87%;
        max-width: calc(100% - 60px);
    }

        .terms_member ~ .btn_termsCheck {
            margin-top: 15px;
        }
}

@media (min-width:414px) {
    .terms_member ~ .btn_termsCheck {
        margin: 15px 15px 0;
    }
}

/*select自訂下拉*/
.form_tranP {
    display: table;
    width: 100%;
}

.select {
    font-size: 0.85em;
    height: 48px;
    box-sizing: border-box;
    color: #000;
    background: url(images/icon_select.svg) no-repeat right;
    background-size: auto 20%;
    padding-right: 18px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

    .select.off {
        color: #999;
        cursor: not-allowed;
    }

.selectDrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: auto;
}

    .selectDrop ul {
        margin: 45px 0 43px;
        height: 80%;
        height: calc(100% - 88px);
        overflow: auto;
    }

    .selectDrop .selectOut {
        cursor: pointer;
        width: 50%;
        padding: 1px 37px 1px 10px;
        height: 40px;
        border-bottom: 0 !important;
    }

        .selectDrop .selectOut:first-child {
            border-top: 0;
        }

        .selectDrop .selectOut input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 100%;
            width: 100%;
            margin: 0;
            left: 0;
            top: 0;
        }

    .selectDrop .selectIn {
        display: table-cell;
        vertical-align: middle;
    }

    .selectDrop .selectMark {
        position: absolute;
        height: 17px;
        width: 17px;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
        background: url(images/btn_selectMarkG.svg) no-repeat center;
        background-size: auto 100%;
    }

    .selectDrop input:checked ~ .selectMark {
        background: url(images/btn_selectMarkB.svg) no-repeat center;
        background-size: auto 100%;
    }

@media (min-width: 350px) {
    .selectDrop ul {
        margin-bottom: 48px;
        height: calc(100% - 93px);
    }
}

@media (min-width: 400px) {
    .select {
        height: 60px;
        padding-right: 22px;
    }

    .selectDrop ul {
        margin-top: 55px;
        margin-bottom: 56px;
        height: calc(100% - 111px);
    }

    .selectDrop .selectOut {
        height: 48px;
        padding: 2px 40px 2px 15px;
    }

    .selectDrop .selectMark {
        height: 20px;
        width: 20px;
        right: 15px;
    }
}

@media (min-width: 768px) {
    .selectDrop ul {
        margin-bottom: 76px;
        height: calc(100% - 131px);
    }

    .selectDrop .selectOut {
        padding: 4px 60px 4px 25px;
    }

    .selectDrop .selectMark {
        right: 25px;
    }
}

@media (max-height: 450px) {
    .selectDrop ul {
        height: calc(100% - 45px);
    }
}

@media (max-height: 450px) and (min-width: 400px) {
    .selectDrop ul {
        height: calc(100% - 55px);
    }
}

/*存款金額提示泡泡*/
.formPromot {
    background: #f9f9fb url(images/icon_prompt.svg) no-repeat 8px 50%;
    background-size: auto 17px;
    color: #f00;
    border-radius: 2px;
    padding: 8px 8px 8px 33px;
    position: absolute;
    bottom: 48px;
    box-sizing: border-box;
    font-size: 0.75em;
    display: none;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 10px;
    line-height: 1.5em;
}

    .formPromot:before {
        content: '';
        position: absolute;
        border-color: #f9f9fb transparent transparent transparent;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 8px 0 8px;
        bottom: -8px;
        left: 9px;
        -webkit-filter: drop-shadow(0px 4px 2px rgba(0,0,0,.1));
        filter: drop-shadow(0px 4px 2px rgba(0,0,0,.1));
    }

@media (min-width: 400px) {
    .formPromot {
        bottom: 60px;
        border-radius: 3px;
    }
}

/*loading圖示/spinner*/
.img_spinner {
    animation: img_spinner 1.2s linear infinite;
    -webkit-animation: img_spinner 1.2s linear infinite;
}

@keyframes img_spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes img_spinner {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/*女优活动*/
.btn_AV {
    background: url(images/vi-vn/btn_AV.webp) center no-repeat;
    position: fixed;
    width: 90px;
    height: 90px;
    background-size: 100% auto;
    z-index: 1;
    bottom: 63px;
    right: 4%;
    cursor: pointer;
}

.btn_closeAV {
    background: url(images/vi-vn/btn_closeAV.webp) center no-repeat;
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: 70% auto;
    z-index: 1;
    top: -10%;
    right: -12px;
    cursor: pointer;
}

@media (min-width:350px) {
    .btn_AV {
        width: 100px;
        height: 100px;
        bottom: 66px;
    }

    .btn_closeAV {
        width: 30px;
        height: 30px;
        right: -15px;
    }
}

@media (min-width:400px) {
    .btn_AV {
        bottom: 80px;
        width: 120px;
        height: 120px;
    }

    .btn_closeAV {
        width: 35px;
        height: 35px;
        right: -17px;
    }
}

@media (min-width: 768px) {
    .btn_AV {
        bottom: 102px;
        width: 140px;
        height: 140px;
    }

    .btn_closeAV {
        width: 40px;
        height: 40px;
        right: -20px;
    }
}

/*登入彈窗*/
.login_list {
    margin-bottom: 10px;
    position: relative;
}

.loginNum {
    border-bottom: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 40px;
    height: 40px;
    background: url(images/icon_loginNum.svg) no-repeat 10px 50%;
    background-size: auto 20px;
    font-size: 0.95em !important;
}

.loginID, .loginPW {
    border-bottom: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1.35em;
    padding-left: 40px;
    height: 40px;
}

    .loginID::-webkit-input-placeholder, .loginPW::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 0.7em;
    }

    .loginID::-moz-placeholder, .loginPW::-moz-placeholder { /* Firefox 19+ */
        font-size: 0.7em;
    }

    .loginID:-ms-input-placeholder, .loginPW:-ms-input-placeholder { /* IE 10+ */
        font-size: 0.7em;
    }

    .loginID:-moz-placeholder, .loginPW:-moz-placeholder { /* Firefox 18- */
        font-size: 0.7em;
    }

.loginID {
    background: url(images/vi-vn/icon_loginID.svg) no-repeat 10px 50%;
    background-size: auto 20px;
}

.loginPW {
    background: url(images/vi-vn/icon_loginPW.svg) no-repeat 10px 50%;
    background-size: auto 20px;
    padding-right: 40px;
}

.loginFG {
    cursor: pointer;
    color: #337caa;
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 10px;
    line-height: 1em;
    font-size: 0.9em;
    text-decoration: none;
}

.error_login_t + .loginFG {
    margin-top: 20px;
}

.btn_sign {
    margin-bottom: 10px;
    height: 38px !important;
}

    .btn_sign[class*="w50"] {
        width: 48%;
    }

    .btn_sign.w50L {
        background-color: #ff7500;
    }

.error_login {
    position: relative;
}

    .error_login:nth-child(3) {
        margin-bottom: 20px !important;
    }

    .error_login .loginID {
        border-color: #ff3b30;
        color: #ff3b30;
        background-image: url(images/vi-vn/icon_loginID02.svg);
    }

    .error_login .loginPW {
        border-color: #ff3b30;
        color: #ff3b30;
        background-image: url(images/vi-vn/icon_loginPW02.svg);
    }

    .error_login .loginNum {
        background-image: url(images/vi-vn/icon_loginNum02.svg);
        border-color: #ff3b30;
    }

        .error_login .loginNum.keyIn {
            color: #ff3b30;
        }

    .error_login + .popVerify {
        margin: 5px 0;
    }

    .error_login .error_login_t {
        display: block;
    }

.error_login_t {
    display: none;
    position: absolute;
    left: 0;
    color: #ff3b30;
    font-size: 0.75em;
    top: 40px;
    line-height: 20px;
}

@media (min-width: 400px) {
    .login_list {
        margin-bottom: 15px;
    }

    .loginID, .loginPW, .loginNum {
        height: 50px;
        padding-left: 60px;
        background-position-x: 15px;
        background-size: auto 30px;
    }

    .loginNum {
        line-height: 50px;
    }

    .loginPW {
        padding-right: 48px;
    }

    .loginFG {
        margin-top: 12px;
    }

    .btn_sign {
        height: 48px !important;
        margin-bottom: 15px;
        margin-top: -3px;
    }

    .popVerify ~ .btn_sign {
        margin-top: 0;
    }

    .error_login_t {
        top: 50px;
    }
}

/*字數顯示*/
.complaintHint {
    position: absolute;
    font-size: 0.75em;
    bottom: -1.5em;
    line-height: 1em;
    text-align: right;
    left: 4%;
}

    .complaintHint ~ .error_t {
        bottom: -1.5em;
        top: auto;
        left: auto;
        right: 0;
    }

/*请选择银行頁*/
.btn_bankSearch {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    padding: 10px 4%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}

    .btn_bankSearch input {
        width: 100%;
        height: 35px;
        background: url(images/vi-vn/icon_search_gray.svg) no-repeat 10px 50%;
        background-size: auto 45%;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding-left: 36px;
        padding-right: 10px;
        font-size: 0.9em;
    }

.formBank {
    line-height: 48px;
    font-size: 0.9em;
    cursor: pointer;
    padding-top: 55px;
}

    .formBank li {
        border-color: #f3f3f3;
    }

        .formBank li:active {
            background-color: #e8f9ff;
            color: #2782d7;
        }

.noBank {
    font-size: 0.95em;
    color: #888;
    text-align: center;
    margin-top: 50px;
    padding: 55px 20px 0;
}

.btn_select {
    background: url(images/vi-vn/icon_select.svg) no-repeat right;
    background-size: auto 20%;
    width: 100%;
    height: 100%;
    line-height: 48px;
    font-size: 0.9em;
}

@media (min-width: 400px) {
    .btn_bankSearch {
        top: 55px;
        padding: 15px 4%;
    }

        .btn_bankSearch input {
            height: 40px;
        }

    .formBank {
        line-height: 60px;
        padding-top: 70px;
    }

    .noBank {
        margin-top: 65px;
        padding-top: 70px;
    }

    .btn_select {
        line-height: 60px;
    }
}

/*彈窗-立即存款*/
.popupNEW {
    max-width: 330px;
    width: 85%;
    overflow: initial;
    display: table;
}

    .popupNEW .img_gift {
        margin: 0 auto 22px;
        display: table;
        width: 105px;
        height: auto;
    }

    .popupNEW input {
        width: 82%;
        height: 35px;
        border-radius: 100px;
        margin: 0 auto 20px;
        display: table;
        background-color: #008bec;
        font-size: 0.85em;
    }

        .popupNEW input:active {
            background-color: #3fb0ff;
        }

.icon_newMBR {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 1;
    background: url(images/vi-vn/icon_ribbon.webp) no-repeat center;
    background-size: 100% auto;
    width: 100px;
    height: 100px;
}

    .icon_newMBR span {
        color: #fff;
        position: absolute;
        width: 80px;
        text-align: center;
        left: -4px;
        top: 24px;
        z-index: 1;
        font-weight: bold;
        font-size: 0.7em;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        line-height: 1.1em;
    }

.DAC_T {
    font-weight: bold;
    text-align: center;
    margin-top: 44px;
    color: #ff9000;
    font-size: 0.9em;
}

.DAC_C {
    font-size: 0.85em;
    margin: 22px 24px;
    line-height: 25px;
    display: table;
}

    .DAC_C > div {
        display: table-row;
    }

.DAC_circle {
    width: 10px;
    display: table-cell;
}

    .DAC_circle:before {
        content: '';
        background-color: #008bec;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        display: block;
        margin-bottom: 1px;
    }

.DAC_txt {
    padding-left: 5px;
    display: table-cell;
}

@media (min-width: 360px) {
    .DAC_C {
        margin: 22px 34px;
    }
}

@media (min-width: 400px) {
    .popupNEW .img_gift {
        margin: 0 auto 30px;
        width: 136px;
    }

    .popupNEW input {
        height: 45px;
        margin: 0 auto 25px;
    }

    .icon_newMBR {
        top: -5px;
        left: -5px;
        width: 118px;
        height: 118px;
    }

        .icon_newMBR span {
            width: 100px;
            top: 30px;
            left: -8px;
        }

    .DAC_C {
        margin: 22px 36px;
        line-height: 25px;
    }

    .DAC_circle {
        width: 10px;
    }

        .DAC_circle:before {
            width: 10px;
            height: 10px;
        }
}

/*添加銀行卡*/
.bankMsg_check {
    font-size: 0.9em;
    padding: 15px;
    line-height: 1.5em;
}

    .bankMsg_check div:not(:last-child) {
        margin-bottom: 5px;
    }

    .bankMsg_check div span {
        display: inline-block;
    }

/*-*/
/*填寫資料*/
.WC_form input, .WC_form select {
    height: 45px;
    box-sizing: border-box;
    padding: 0 8px;
}

.WC_form select {
    background-position: 95% 50%;
}

.WC_form input, .WC_form select, .WC_form textarea {
    border-radius: 3px;
    background-color: #fff;
    font-size: 12px;
}

@media (min-width: 375px) {
    .WC_form input, .WC_form select {
        font-size: 13px;
    }
}

@media (min-width: 400px) {
    .WC_form input, .WC_form select {
        height: 58px;
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .WC_form input, .WC_form select {
        height: 70px;
        font-size: 23px;
    }
}

.WC_form {
    margin-top: 5%;
}

    .WC_form ul {
    }

    .WC_form li {
        padding-bottom: 20px;
        position: relative;
    }

.WC_form_T {
    font-size: 12px;
    margin: 0 0 8px 5px;
    line-height: 1.3em;
}

.WC_form_button {
    margin-top: 10px;
    display: table;
    width: 100%;
}

    .WC_form_button > input {
        border-radius: 2px;
        height: 55px;
        background-color: #32abff;
    }

        .WC_form_button > input:active {
            background-color: #38b8ff;
        }

.WC_error_t {
    position: absolute;
    right: 0;
    bottom: 3px;
    text-align: right;
    color: #ff3737;
    font-size: 12px;
}

.WC_form .NoteMessage {
    width: 100%;
    height: 100px;
    padding: 8px;
    box-sizing: border-box;
    color: black;
}

.container_main .WC_form {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}

.custom {
    margin-bottom: 4%;
}

@media (min-width: 375px) {
    .WC_form_T, .WC_error_t, .Wc_container_main .NoteMessage {
        font-size: 13px;
    }

    .WC_form_button > input {
        font-size: 15px !important;
    }
}

@media (min-width: 400px) {
    .WC_form li {
        padding-bottom: 25px;
    }

    .WC_form_T {
        font-size: 15px;
    }

    .WC_form_button > input {
        height: 58px !important;
        font-size: 16px !important;
        border-radius: 5px;
    }

    .WC_form .NoteMessage {
        height: 120px;
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .WC_form li {
        padding-bottom: 30px;
    }

    .WC_form_T {
        font-size: 23px;
    }

    .WC_form_button > input {
        height: 80px !important;
        font-size: 23px !important;
        border-radius: 10px;
    }

    .WC_error_t {
        font-size: 20px;
    }

    .WC_form .NoteMessage {
        height: 160px;
        font-size: 23px;
    }
}
/*keyType/小鍵盤*/
.WC_form .keyboard {
    height: 45px;
    box-sizing: border-box;
    line-height: 45px;
    color: #999;
    padding: 0 8px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 12px;
}

    .WC_form .keyboard.keyIn {
        color: #000;
    }

.WC_form .btn_closeKB {
    background-size: auto 20px;
    width: 20px;
    right: 8px;
}

.WC_form .numInputArea {
    margin-top: 1px;
    width: 100%;
}

@media (min-width: 375px) {
    .WC_form .keyboard {
        font-size: 13px;
    }
}

@media (min-width: 400px) {
    .WC_form .keyboard {
        line-height: 58px;
        height: 58px;
        font-size: 15px;
    }

    .WC_form .btn_closeKB {
        background-size: auto 25px;
        width: 25px;
    }

    .WC_form .numInputArea {
        margin-top: 2px;
    }
}

@media (min-width: 530px) {
    .WC_form .numInputArea {
        width: 76%;
    }
}

@media (min-width: 768px) {
    .WC_form .keyboard {
        line-height: 70px;
        height: 70px;
        font-size: 23px;
    }

    .WC_form .btn_closeKB {
        background-size: auto 30px;
        width: 30px;
    }

    .WC_form .numInputArea {
        margin-top: 0;
    }
}

.pink_t {
    color: #ff7476 !important;
}

/*置頂KU APP下載廣告*/
.btn_AD {
    background-color: #fff;
    width: 100%;
    height: 45px;
    position: fixed;
    cursor: pointer;
    z-index: 100;
}

.btn_ADclose {
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background: url(images/vi-vn/btn_close_gray.svg) no-repeat center;
    background-size: auto 25%;
    width: 35px;
    left: 0;
}

    .btn_ADclose:active {
        opacity: 0.6;
    }

.ADtxt {
    font-size: 0.75em;
    position: absolute;
    padding-left: 42px;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 13px;
    width: calc(98% - 95px);
    box-sizing: border-box;
}

    .ADtxt:before {
        content: '';
        background: url(images/vi-vn/logo_KUapp.webp) no-repeat center;
        background-size: 100% auto;
        height: 35px;
        width: 35px;
        position: absolute;
        left: 0;
        top: 0;
        margin: auto;
        bottom: 0;
    }

    .ADtxt div {
        font-weight: bold;
    }

    .ADtxt span {
        display: inline-block;
    }

.btn_ADdl {
    background-color: #2b91e5;
    border-radius: 2px;
    padding: 5px 8px;
    color: #fff;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 0.85em;
}

    .btn_ADdl:active {
        background-color: #4caeff;
    }

.btn_AD ~ .bg_header {
    top: 45px;
}

.btn_AD ~ .infor {
    top: 90px;
}

.btn_AD ~ .container_main {
    padding-top: 130px;
}

.btn_AD ~ .container_login {
    padding-top: 90px;
}

.btn_AD ~ .inforMDropOUT .inforMDrop {
    top: 130px;
}

.btn_AD ~ .inforMDropOUT:after {
    top: 125px;
}

@media (min-width: 350px) {
    .btn_ADclose {
        width: 40px;
    }

    .ADtxt {
        left: 40px;
        padding-left: 45px;
        width: calc(98% - 106px);
    }

    .btn_ADdl {
        padding: 5px 10px;
    }
}

@media (min-width: 400px) {
    .btn_AD {
        height: 55px;
    }

    .btn_ADclose {
        width: 45px;
    }

    .ADtxt {
        left: 45px;
        padding-left: 55px;
        width: calc(98% - 120px);
        line-height: 14px;
    }

        .ADtxt:before {
            width: 43px;
            height: 43px;
        }

    .btn_ADdl {
        border-radius: 3px;
    }

    .btn_AD ~ .bg_header {
        top: 55px;
    }

    .btn_AD ~ .infor {
        top: 110px;
    }

    .btn_AD ~ .container_main {
        padding-top: 160px;
    }

    .btn_AD ~ .container_login {
        padding-top: 110px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        top: 160px;
    }

    .btn_AD ~ .inforMDropOUT:after {
        top: 154px;
    }
}

@media (min-width: 530px) {
    .ADtxt {
        line-height: normal;
    }

        .ADtxt div {
            font-size: 1.25em;
        }
}

@media (min-width: 768px) {
    .btn_ADdl {
        padding: 5px 15px;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/*禁止IOS 雙擊放大*/
* {
    touch-action: manipulation;
}

/*#region Mobile DatePicker Style Modify */

[date-picker] {
    padding: 0;
    border-width: 1px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    /*box-shadow: unset !important;*/
}

/*#region angular-datepicker-mobile */
@media only screen and (min-width: 320px) {
    [date-picker] {
        width: 80%;
    }
}

@media only screen and (min-width: 360px) {
    [date-picker] {
        width: 80%;
    }
}

@media only screen and (min-width: 400px) {
    [date-picker] {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) {
    [date-picker] {
       
        width: inherit;
    }
}

@media screen and (max-width: 400px) {
    .swal2-modal h2 {
        font-size: 20px;
    }
}

.mask_Loading_custom {
    width: 100%;
    background: url(images/loading.gif) no-repeat center;
    background-size: 15%;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
}

@media(min-width: 400px) {
    .mask_Loading_custom {
        background-size: 60px 60px;
    }
}

@media(min-width: 768px) {
    .mask_Loading_custom {
        background-size: 80px 80px;
    }
}
.bonusLogRec_list {
    background-color: #fff;
    margin-bottom: 13px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.bonusLogRec_listT {
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
    position: relative;
    padding: 0 4%;
    box-sizing: border-box;
    line-height: 48px;
    font-size: 0.9em;
}

    .bonusLogRec_listT:after {
        content: "";
        background-image: url(images/icon_arrow.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        position: absolute;
        right: 4%;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 15px;
        height: 8px;
    }

    .bonusLogRec_listT.on:after {
        background-position: center bottom;
    }

.bonusLogRec_listIn {
    padding: 10px 4%;
    line-height: 1.5em;
    border-bottom: 1px solid #ddd;
    background-color: #e8f9ff;
    font-size: 0.75em;
    color: #535353;
    display: none;
}

    .bonusLogRec_listIn ul {
        display: table;
        width: 100%;
        margin-bottom: 3px;
    }

        .bonusLogRec_listIn ul:nth-last-child(1) {
            margin-bottom: 0;
        }

    .bonusLogRec_listIn li {
        display: table-cell;
    }

.bonusLogRec_listIn_T {
    width: 1%;
    white-space: nowrap;
}

.bonusLogRec_text {
    color: #000;
}

.bonusLogRec_listFoot {
    line-height: 30px;
    padding: 0 4%;
    font-size: 0.8em;
}

    .bonusLogRec_listFoot ul {
        display: table;
        width: 100%;
    }

    .bonusLogRec_listFoot li {
        display: table-cell;
        width: 50%;
        float: left;
        color: #000;
    }

.bonusLogRec_date {
    color: #b7b7b7 !important;
    text-align: left;
    vertical-align: middle;
}

.bonusLogRec_time {
    margin-left: 5px;
}

.bonusLogRec_money, .bonusLogRec_moneyR, .bonusLogRec_moneyG {
    font-size: 1.3em;
    text-align: center;
    vertical-align: bottom;
    float: right;
}

.bonusLogRec_money {
    color: #2782d7;
}

.bonusLogRec_moneyR {
    color: #f00;
}

.bonusLogRec_moneyG {
    color: #12c200;
}

@media (min-width: 400px) {
    .bonusLogRec_list {
        margin-bottom: 17px;
    }

    .bonusLogRec_listT {
        line-height: 60px;
    }

    .bonusLogRec_listIn {
        padding: 15px 4%;
    }

        .bonusLogRec_listIn ul {
            margin-bottom: 5px;
        }

    .bonusLogRec_listFoot {
        line-height: 39px;
    }
}


.placeholder_class::-webkit-input-placeholder {
    color: #f00;
}


.placeholder_class::-moz-placeholder {
    color: #f00;
}

.placeholder_class:-ms-input-placeholder {
    color: #f00;
}

.btn-disabled,
.btn-disabled:hover {
    background-color: grey !important;
    cursor: not-allowed !important;
}

.formPopup input[type="number"] + .error_t {
    top: 63px;
}

.formPopup input[type="number"] {
    background-color: #f6f6f7;
    color: #333;
    border: 1px solid #ddd;
    height: 38px;
    padding: 0 8px;
}

input[type=number].ng-invalid-number, input[type=number].ng-invalid {
    border-color: red !important;
}


.mask_join_additionally {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    position: fixed;
    z-index: 99;
    overflow: auto;
    /*display: none;*/
    padding: 20px 0;
    box-sizing: border-box;
}

.mask_join_additionally {
    top: 45px;
    bottom: 0;
}

@media (min-width: 400px) {
    .mask_join_additionally {
        top: 55px;
        bottom: 0;
    }
}

.header_maintainTxt {
    right: 10px !important;
}

.footer_list {
    position: relative;
}


.keyboard:empty:not([value=""]):before {
    content: attr(placeholder);
    color: #999;
}

.keyboardmaintain:empty:not([value=""]):before {
    content: attr(placeholder);
    color: red;
}

.popup_bg.full_layout {
    padding-top: 20%;
}

.popup_bg_upper {
    vertical-align: baseline !important;
    padding-top: 6%;
}

    .popup_bg_upper.full_layout {
        padding-top: 20%;
    }

.form_fiveNum .form_In div {
    width: calc(96% - 28px);
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 400px) {
    .form_fiveNum .form_In div {
        width: calc(96% - 35px);
        display: inline-block;
        vertical-align: middle;
    }
}

.upperlayer_Msg {
    z-index: 3
}

#forgetPwd input[disabled="disabled"] {
    background-color: #e5e5e5 !important;
    color: #000;
}

.fancybox-confirm-button {
    display: block;
    white-space: nowrap
}

.fancybox-cancel-button {
    display: block;
    white-space: nowrap
}

@media(max-width: 419px) {
    .swal2-popup .swal2-styled {
        padding: .625em 1.5em;
    }
}

@media(max-width: 349px) {
    .swal2-popup .swal2-styled {
        padding: .625em 1em;
    }
}

#CustServiceAccount {
    color: #000;
    background: url(images/icon_select.svg) no-repeat right;
    background-size: auto 20%;
    cursor: pointer;
}

.placeholder_class:empty:not([value=""]):before {
    color: #f00;
}

.form_vertical .form_In input, .form_vertical select {
    line-height: normal;
}

.annuncement_no_data {
    width: 92%;
    padding: 0 4%;
    line-height: 48px;
    font-size: 0.9em;
    text-align: center;
}


@-moz-document url-prefix() {
    #forgetPwd .form_In select {
        padding-left: 0px;
    }

    #forgetPwd .form_In input {
        padding-left: 3px;
    }
}

.disable-pointer-events {
    pointer-events: none;
}

#forgetPwd .disable-pointer-events {
    background: none;
    color: #000;
}

.longEnglish {
    word-break: break-all;
}
@-moz-document url-prefix() {
    .selectleft3 {
        margin-left: -4px;
    }

    #CustServiceAccount {
        background-position: calc(100% - 4px) center;
    }
}

.keyboard {
    outline: none;
}

.TM_termRD {
    border-radius: 3px;
    display: table;
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    margin-bottom: 21px;
}

.btn_TMconfirmRD {
    display: table-cell;
    background-color: #2782d7;
    border-radius: 2px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

    .btn_TMconfirmRD.on {
        background: #2782d7 url('images/vi-vn/btn_confirm.svg') no-repeat center;
        background-size: auto 70%;
    }

    .btn_TMconfirmRD.no {
        background-color: #bfbfbf;
    }

.TM_termTextRD {
    display: table-cell;
    color: #535353;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 1.6em;
    font-size: 0.75em;
}

.TM_termRD {
    border-radius: 3px;
    display: block;
    padding: 0 4%;
    margin-bottom: 21px;
    position: relative;
}

.btn_TMconfirmRD {
    float: left;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 21px);
}

.TM_termTextRD {
    padding-left: 18%;
}

@media (min-width: 400px) {
    .TM_termRD {
        margin-bottom: 27px;
    }

    .btn_TMconfirmRD {
        border-radius: 3px;
        width: 52px;
        height: 52px;
    }

    .btn_TMconfirmRD {
        float: left;
        vertical-align: middle;
        position: absolute;
        top: calc(50% - 26px);
    }
}

.keySetting .numInputArea {
    margin: 10px auto;
}
#forgetPwd .verCode_Sec {
    text-align: center;
    background-color: #e5e5e5 !important;
    margin-top: 21px;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.9em;
    line-height: 40px;
    height: 40px;
}

@media (min-width: 400px) {
    #forgetPwd .verCode_Sec {
        margin-top: 27px;
        line-height: 52px;
        height: 52px;
    }
}

.set-word-break {
    word-break: normal !important;
    word-wrap: break-word !important;
}

#bankInfoNextStep .marginBottom30.error .checkBank {
    bottom: -36px;
}

#bankInfoNextStep .marginBottom30.error {
    margin-bottom: 38px !important;
}

#bankInfoNextStep .marginBottom30 .error_t {
    right: -3%;
}

.set-word-break-block {
    word-break: normal !important;
    word-wrap: break-word !important;
    display: block;
}

.set-word-overhide-span {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 97%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .set-word-overhide-span {
        white-space: nowrap;
    }
}

#AccountNameForm .error_t {
    line-height: 1.2em;
}

.inforMDrop {
    transform: translate3d(0,0,0);
}

#popUpCellphoneVerify ul li span.error_t, #joinStep01 ul li span.error_t {
    text-align: left;
    left: 4%;
    margin-left: 0%;
    right: 0%;
}

#popUpCellphoneVerify ul li.error, #joinStep01 ul li.error {
    border-bottom: 1px solid #ddd !important;
    border-color: #ddd;
    background-color: #fff;
}

.keyboard {
    position: relative;
}

#joinStep01 .form_Tshort, #joinStep01 .form_T, #popUpCellphoneVerify .form_Tshort, #popUpCellphoneVerify .form_T {
    float: left;
    line-height: 60px;
}

#joinStep01.form_CodeSecond, #popUpCellphoneVerify .form_CodeSecond {
    width: inherit;
    float: right;
    line-height: 60px;
}

#joinStep01 .error_t, #popUpCellphoneVerify .error_t {
    top: 66px;
}

.mask_join.full_layout {
    top: 0px;
    z-index: 99;
}
.mask.full_layout {
    top: 0px;
    z-index: 99;
    bottom: 0px;
}


#sliderArea .slidercaptcha .sliderContainer {
    padding-left: 4px;
}

#frmLogin #CellPhone.keyIn.on:empty:after {
    height: 65%;
    left: 40px;
    top: -3px;
}

#frmLogin #CellPhone.keyIn.on:after {
    color: #ff3b30;
    height: 65%;
    top: -3px;
}

#frmLogin .error_login #CellPhone.keyIn.on:after {
    background-color: #ff3b30;
}

#frmLogin .error_login .loginNum.keyIn {
    color: #ff3b30 !important;
}

@media (min-width: 400px) {
    #frmLogin #CellPhone.keyIn.on:empty:after {
        left: 60px;
    }
}
/* T26838 */

.infor.none {
    display: none !important;
}

.footer.none {
    display: none !important;
}

.footer_maintainTxt_width {
    left: 0px;
    right: 0px;
}

.tooltipster-content {
    margin-left: 15px;
    white-space: nowrap;
}

.content-icon:before {
    position: absolute;
    left: 5px;
    content: '';
    background: url(images/icon_prompt.svg) no-repeat top center;
    background-size: 100%;
    width: 15px;
    height: 15px;
}

.personalOnlineHint {
    font-size: 0.75em;
    margin-left: 4%;
}

.footer_mask_all {
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: 48763;
    overflow: auto;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
}

.waitAudit {
    white-space: normal;
    width: 55%;
    max-width: 200px;
    text-align: left;
}

img[src$="spinner.svg"] {
    animation: img_spinner 1.2s linear infinite;
    -webkit-animation: img_spinner 1.2s linear infinite;
    width: 1em;
    vertical-align: middle;
    height: 48px;
}

@media (min-width: 768px) {
    .waitAudit {
        white-space: normal;
        width: 60%;
        max-width: 350px;
        text-align: left;
    }
}

@media (min-width: 400px) {
    .slidercaptcha .sliderCaptcha-area .sliderContainer {
        margin-top: 5px;
    }

        .slidercaptcha .sliderCaptcha-area .sliderContainer .sliderText {
            font-size: initial;
        }
}

.WC_Table_member_old {
    width: 100%;
    border-spacing: 1px;
    background-color: #ccc;
    font-weight: bold;
    table-layout: fixed;
}

    .WC_Table_member_old td {
        vertical-align: middle;
        text-align: center;
        padding: 7px 10px;
    }

        .WC_Table_member_old td:nth-child(2) {
            background-color: #fff;
            text-align: left;
        }

        .WC_Table_member_old td:first-child {
            background-color: #eee;
        }

    .WC_Table_member_old img {
        vertical-align: middle;
        height: 35px;
        width: auto;
    }

@media (min-width: 360px) {
    .WC_Table_old {
        font-size: 12px;
    }
}

@media (min-width: 375px) {
    .WC_Table_old {
        font-size: 13px;
    }

    .WC_Table_member_old img {
        height: 46px;
    }
}

@media (min-width: 400px) {
    .WC_Table_old {
        font-weight: normal;
        font-size: 15px;
    }

    .WC_Table_member_old {
        font-weight: normal;
    }

        .WC_Table_member_old img {
            height: 56px;
        }
}
