﻿body {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-family: Arial,Microsoft JhengHei, Helvetica, sans-serif;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input, select, textarea {
    font-family: Arial,Microsoft JhengHei, Helvetica, sans-serif;
    border: 0px;
    outline: none;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none; /*CSS3*/
    background-color: transparent;
    border-radius: 0;
}

    input[type=radio] {
        -webkit-appearance: radio; /*Chrome*/
        -moz-appearance: radio; /*FF*/
    }

    input[type=checkbox] {
        -webkit-appearance: checkbox; /*Chrome*/
        -moz-appearance: checkbox; /*FF*/
    }

a {
    border: 0;
    /*取消a標籤的虛線*/
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
}

img {
    border: 0;
}

select,
.selectInput {
    background-image: url(../../Images/vi-vn/Graph/bg_select.png);
    background-repeat: no-repeat;
    background-position: right;
}

    select::-ms-expand {
        display: none; /*IE*/
    }

input[type="button"][disabled="disabled"],
input[type="submit"][disabled="disabled"],
input[type="reset"][disabled="disabled"] {
    background-color: #aaa !important;
    cursor: not-allowed;
}

input[type="text"][disabled="disabled"],
input[type="password"][disabled="disabled"],
select[disabled="disabled"], textarea[disabled="disabled"] {
    background-color: #e5e5e5 !important;
    cursor: not-allowed;
    color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #909090;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #909090;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #909090 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #909090;
    opacity: 1;
}

.selectInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}

.selectInput::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

.selectInput:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;
}

.selectInput:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1;
}

.w100 {
    width: 100% !important;
}

.w156 {
    width: 156px !important;
}

.w160 {
    width: 160px !important;
}

.w330 {
    width: 330px !important;
}

.t_gray {
    color: #808080 !important;
}

.t_blue {
    color: #236298;
}

.t_darkRed {
    color: #ad0000 !important;
}

.t_lightBlue {
    color: #009aff !important;
}

/*頁面标题*/
.inpage_main {
    margin: 0 auto;
    width: 100%;
}

.inpage_mainT {
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 50%;
    right: 50%;
}

.inpageTitle {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-left: 25px;
    padding-right: 15px;
}

.inpage_menu_bg {
    background-color: #0c5d91;
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 999;
}

.inpage_menu {
    width: 800px;
    margin: 0 auto;
    background-color: #0c5d91;
    height: 60px;
    font-size: 13px;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}

    .inpage_menu:after {
        display: none;
    }

    .inpage_menu ul {
        margin-top: 20px;
        margin-right: 15px;
        display: flex;
        flex: 1;
    }

        .inpage_menu ul:first-child {
            margin-left: 15px;
        }

        .inpage_menu ul.memberMenu_R {
            justify-content: flex-end;
        }

        .inpage_menu ul li {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6caed8;
            height: 40px;
        }

/*會員彈跳視窗-BOX規範*/
.inpage_in_member {
    width: 800px;
    margin: auto;
}

/*一般彈跳視窗-BOX規範*/
.inpage_in {
    width: 800px;
    margin: auto;
    padding: 15px;
    box-sizing: border-box;
}

.btn_inpageMenu {
    cursor: pointer;
    display: block;
    position: relative;
    min-width: 52px;
    text-align: center;
    padding: 0 10px;
}

    .btn_inpageMenu a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    .btn_inpageMenu span {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #e5e5e5;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        display: none;
    }

    .btn_inpageMenu.On a {
        margin-top: -20px;
    }

    .btn_inpageMenu.On span {
        display: block;
    }

.inpage_menu .line {
    color: #3480b1 !important;
    width: 1px;
}

.btn_inpageMenu a[class*="t_yellow"]:hover, .btn_inpageMenu.On a[class*="t_yellow"] {
    color: #ffd200;
}

.btn_inpageMenu a[class*="t_yellow"] {
    color: #ffd200;
}
/*頁碼*/
.recPages {
    display: table;
    margin: 0 auto;
    height: 35px;
    font-size: 14px;
}

    .recPages input[type=button] {
        float: left;
        margin: 0px 5px 0 5px;
        cursor: pointer;
        width: 25px;
        height: 25px;
        border-radius: 5px;
        background-color: #999;
        background-repeat: no-repeat;
        background-position: center;
    }

        .recPages input[type=button]:hover {
            background-color: #aaa;
        }

    .recPages ul {
        float: left;
        margin: 0px 10px;
        line-height: 25px;
        color: #333;
    }

        .recPages ul li {
            float: left;
            padding: 0 5px;
            margin: 0 5px;
            cursor: pointer;
        }

            .recPages ul li:hover {
                text-decoration: underline;
            }

    .recPages select {
        float: left;
    }

.pagesOn {
    color: #0089c9;
    text-decoration: underline;
}

.firstPages {
    background-image: url(../../Images/vi-vn/Graph/btn_firstPages.png);
}

.prevPages {
    background-image: url(../../Images/vi-vn/Graph/btn_prevPages.png);
}

.nextPages {
    background-image: url(../../Images/vi-vn/Graph/btn_nextPages.png);
}

.lastPages {
    background-image: url(../../Images/vi-vn/Graph/btn_lastPages.png);
}

/*-彈跳視窗-*/
.fancybox-skin {
    overflow: hidden;
}

.fancybox-inner {
    overflow-x: hidden !important;
}

.popUp {
    width: 400px;
    display: none;
}

.popUp02 {
    width: 360px;
    display: none;
}

.popUp03 {
    width: 675px;
    display: none;
}

.BO_popUp03 {
    width: 675px;
    padding-top: 10px;
}

.popUp_bonusCode {
    width: 300px;
    display: none;
}

.popUp_Msg {
    width: 500px;
    display: none;
}

.popUp_prompt {
    text-align: center;
    padding: 20px 20px 5px 20px;
    position: relative;
}

    .popUp_prompt.personal {
        padding: 15px 20px 0;
    }

        .popUp_prompt.personal li {
            width: 100%;
            margin-bottom: 10px;
        }

            .popUp_prompt.personal li > div {
                position: relative;
                height: 220px;
                background-color: #f3f3f3;
                padding: 10px;
                box-sizing: border-box;
                display: block;
            }

        .popUp_prompt.personal textarea {
            margin: 0;
            padding: 0;
            height: 180px;
            width: 100%;
        }

        .popUp_prompt.personal .complaintHint {
            position: absolute;
            right: 16px;
            bottom: 0;
            padding-bottom: 5px;
            color: #888;
        }

            .popUp_prompt.personal .complaintHint ~ .errorHint {
                width: auto !important;
                bottom: -20px !important;
                top: auto !important;
            }

@-moz-document url-prefix() { /*only for firefox*/ /*-*/
    .popUp_prompt.personal .scroll-scrollx_visible textarea {
        padding-right: 17px;
    }

    .popUp_prompt.personal .scroll-element.scroll-x .scroll-bar {
        display: none;
    }
}

.fancybox-close {
    top: 3px !important;
}

.popUp_title, .popUp_title02,
.popUp_title03, .BO_popUp_title03 {
    font-size: 18px;
    color: #5aaaf3;
    font-weight: bold;
    border-bottom: 2px solid #e5e5e5;
    line-height: 34px;
    height: 38px;
    text-align: center;
    margin: 0 auto;
    width: 93%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 25px;
    box-sizing: border-box;
}

.popUp_title02 {
    font-size: 20px;
    line-height: 40px;
    height: 45px;
}

.popUp_title03, .BO_popUp_title03 {
    font-size: 20px;
    line-height: 19px;
    height: 45px;
}

.bewrite {
    font-size: 14px;
    color: #ff9600;
    display: block;
    margin-top: 5px;
}

.BO_bewrite {
    font-size: 14px;
    color: #ff9600;
}

BO_bewrite {
    font-size: 14px;
    color: #ff9600;
}

.popUp_in {
    overflow-x: hidden;
}

.popUp_in02 {
    padding: 10px 15px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}

    .popUp_in02 .popUp_inDiv {
        margin: 10px 0 20px;
    }

    .popUp_in02 > div + div {
        margin-top: 10px; /*-*/
    }

.QR {
    width: 48%;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    float: left;
}

    .QR:last-child { /*6-25*/ /*-*/
        float: right;
    }

    .QR > img {
        max-width: 95px;
        max-height: 95px;
        margin-top: 15px;
    }

    .QR > div {
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

.popList {
    font-size: 14px;
    margin: 0 auto;
}

    .popList li:not(.withdrawal_txt) {
        height: 35px;
        margin-bottom: 25px;
        text-align: left;
        position: relative;
        display: table;
    }

    .popList li > div {
        display: table-cell;
        vertical-align: middle;
    }

    .popList li > span:not([class*="Hint"]) {
        color: #000;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }

.titleT > span {
    vertical-align: top !important;
}

#editPhoneNum .popList li > span {
    width: 82px;
    white-space: nowrap;
}

.popList_T.TBig {
    font-size: 16px;
}

.popList_noT {
    padding-left: 90px;
}

.popList input[type=text], .popList input[type=password] {
    margin: 0 0 0 20px;
    width: 277px;
    padding: 0 10px;
    border: 0;
    height: 35px;
    background-color: #f3f3f3;
    float: left;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
}

#MemberJoin {
}

    #MemberJoin .errorHint {
        width: 268px;
    }

.popList select {
    margin: 0 0 0 20px;
    padding: 0 30px 0 10px;
    border: 0px;
    width: 277px;
    height: 35px;
    color: #000;
    background-color: #f3f3f3;
    float: left;
    font-size: 14px;
}

.popList textarea {
    margin: 0;
    padding: 10px;
    border: 0px;
    width: 277px;
    height: 100px;
    color: #000;
    background-color: #f3f3f3;
    margin-left: 20px;
    float: left;
    font-size: 14px;
    resize: none;
    box-sizing: border-box;
    overflow-y: auto;
}

input[type=password] {
    padding-right: 35px !important;
}

.popVerify {
    line-height: 0;
    float: left;
    margin-bottom: 20px !important;
}

    .popVerify .errorHint {
        left: 0;
        top: auto;
        bottom: -20px;
        padding: 0;
        width: 100%;
    }

/*#joinList {
    width: 455px;
}

    #joinList input[type=text], #joinList .popList input[type=password], #joinList .errorHint {
        width: 288px;
    }

    #joinList .popUp_in {
    overflow-x: visible;
    }

        #joinList .popUp_in .txt_prompt {
            left: 127px;
        }*/ /*2-21*/ /*-*/

.popUp_in .txt_prompt {
    display: none;
    left: 110px;
    z-index: 1;
    position: absolute;
    width: auto !important;
    top: 43px;
    background-color: #ff9900;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 20px;
}

    .popUp_in .txt_prompt div {
        display: table-cell;
    }

        .popUp_in .txt_prompt div:first-child {
            width: 1%;
            white-space: nowrap;
        }

    .popUp_in .txt_prompt:after {
        content: '';
        visibility: visible;
        position: absolute;
        top: -8px;
        left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 9px 9px;
        border-color: transparent transparent #ff9900 transparent;
    }

    .popUp_in .txt_prompt.top {
        top: auto;
        bottom: 43px;
    }

        .popUp_in .txt_prompt.top:after {
            top: auto;
            bottom: -8px;
            border-width: 9px 9px 0 0;
            border-color: #ff9900 transparent transparent transparent;
        }

#MemberJoin .popList_verify,
#MemberJoin .popList input[type=text],
#MemberJoin .popList input[type=password],
#MemberJoin .popList select,
#MemberJoin .errorHint {
    width: 265px;
    margin-left: 10px;
}

.checkBox {
    background-color: #dadada;
    width: 35px;
    height: 35px;
    float: left;
    cursor: pointer;
}

.checkBoxIn {
    background-color: #eee;
    width: 35px;
    height: 35px;
    float: left;
    cursor: pointer;
}

    .checkBoxIn.on, .checkBox.on {
        background-image: url(../../Images/vi-vn/Graph/icon_check.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.sentOut, .sentOut02 {
    border: 0px;
    border-radius: 3px;
    height: 45px;
    background-color: #32abff;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

    .sentOut:hover, .sentOut02:hover {
        background-color: #38b8ff;
    }

.sentOut {
    width: 100%;
}

    .sentOut.next {
        background-color: #aaa;
    }

.sentOut02 {
    width: calc(50% - 5px);
    margin-top: 5px;
    float: left;
}

    .sentOut02.gray {
        background-color: #ababab;
        margin-right: 10px;
    }

        .sentOut02.gray:hover {
            background-color: #bbb;
        }

    .sentOut02.red {
        background-color: #eb463c;
        margin-right: 7px;
    }

        .sentOut02.red:hover {
            background-color: #f05950;
        }

.popList_line ~ .sentOut02 {
    margin-top: 0;
}

.sentL, .sentR {
    border: 0px;
    border-radius: 3px;
    width: 49%;
    height: 45px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    float: left;
    margin-top: 5px;
}

.sentL_Msg, .sentR_Msg {
    border: 0px;
    border-radius: 3px;
    width: 30%;
    height: 45px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    margin-top: 5px;
}

.sentL, .sentL_Msg {
    background-color: #ababab;
    margin-right: 1%;
}

    .sentL:hover, .sentL_Msg:hover {
        background-color: #bbb;
    }

.sentR, .sentR_Msg {
    background-color: #32abff;
    margin-left: 1%;
}

    .sentR:hover, .sentR_Msg:hover {
        background-color: #38b8ff;
    }

.errorHint {
    position: absolute;
    color: #f00;
    font-size: 13px;
    line-height: 20px !important;
    top: 35px;
    width: 277px;
    right: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    white-space: nowrap;
}

.mainTain {
    width: 360px;
    margin: 0 auto 40px auto;
    position: relative;
    font-size: 14px;
}

.mainTainM {
    text-align: left;
    line-height: 22px;
    color: #000;
    font-size: 14px;
}

.mainTainMT {
    font-size: 17px;
    line-height: 40px;
    display: block;
    font-weight: bold;
}

    .mainTainMT span {
        display: block;
    }

.sentTime {
    color: #888;
    text-align: center;
    display: block;
}

.sentCellCode {
    text-align: center;
    width: 135px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background-color: #00b2b9;
    color: #fff;
    cursor: pointer;
    float: right;
}

    .sentCellCode:hover {
        background-color: #15d2d9;
    }

    .sentCellCode.off {
        cursor: default;
        background-color: #eeeded;
        color: #555;
    }

    .sentCellCode .second {
        color: #f00;
        margin: 0 2px;
        float: none;
        line-height: inherit;
    }

    .sentCellCode.again {
        background-color: #149300;
    }

        .sentCellCode.again:hover {
            background-color: #22a70d;
        }

.MJ_phone {
    width: 122px !important;
    margin: 0 10px !important;
}

.MJ_code {
    margin-left: 10px !important;
    width: 268px !important;
}

.verified_OK {
    float: left;
    text-align: center;
    width: 113px;
    line-height: 35px;
    color: #019000;
}

    .verified_OK img {
        width: 20px;
        height: auto;
        vertical-align: middle;
        margin-right: 5px;
    }

.selectAC {
    position: absolute;
    border-radius: 3px;
    color: #555;
    font-size: 13px;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;
    border: 1px solid #ddd;
    padding: 8px;
    z-index: 1;
    top: 38px;
    left: 90px;
    width: 200px;
    line-height: 20px;
    display: none;
}

    .selectAC:before {
        content: "";
        border-style: solid;
        border-color: transparent transparent #ccc transparent;
        border-width: 0 7px 8px 7px;
        position: absolute;
        left: 8px;
        top: -9px;
        visibility: visible;
    }

    .selectAC:after {
        content: "";
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 0 7px 8px 7px;
        position: absolute;
        left: 8px;
        top: -8px;
        visibility: visible;
    }

.selectAC_T {
    margin-bottom: 3px;
}

.selectAC a {
    text-decoration: none;
    color: #3b83c3;
    cursor: pointer;
    line-height: 22px;
    display: table;
}

    .selectAC a:hover {
        text-decoration: underline;
    }

.memberACInput::-ms-clear {
    display: none;
}

.memberACHint_OK {
    padding-left: 20px;
    line-height: 35px;
    background-image: url(../../Images/vi-vn/Graph/icon_memberACHint_OK.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #00a517;
}

.memberACHint_NG {
    padding-left: 20px;
    line-height: 35px;
    background-image: url(../../Images/vi-vn/Graph/icon_memberACHint_NG.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #f00;
}

.memberACHint_WT {
    padding-left: 20px;
    line-height: 35px;
    background-image: url(../../Images/vi-vn/Graph/icon_memberACHint_WT.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #aaa;
}

#addBankNO .popList li {
    text-align: center;
    line-height: 25px;
    height: auto;
    margin-bottom: 20px;
}

#addBankNO .checkBank {
    float: none;
}

/*彈跳視窗-註冊*/
.popList_register {
}

    .popList_register input[type=text],
    .popList_register input[type=password],
    .popList_register select,
    .popList_register .errorHint {
        width: 250px;
    }

        .popList_register input[type=text][disabled="disabled"],
        .popList_register input[type=password][disabled="disabled"] {
            background-color: #e5e5e5 !important;
            cursor: not-allowed;
        }

    .popList_register .popList_in {
        width: 268px;
    }

.popList_line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: -5px 0 20px 0;
}

.popUp02 .popList_line {
    margin-top: 0;
}

.popList_verify {
    float: left;
    margin-left: 10px;
    display: table;
    width: 250px;
    background-color: #f3f3f3;
}

    .popList_verify.off {
        background-color: #e5e5e5;
    }

    .popList_verify:after, .popList_verify div:after {
        display: none;
    }

    .popList_verify + .errorHint {
        letter-spacing: -0.2px;
    }

.popList_verL, .popList_verR {
    display: table-cell;
    vertical-align: middle;
}

.popList_verR {
    padding-right: 4px;
    text-align: right;
    width: 1%;
    white-space: nowrap;
}

.popList_verW100, .popList_verW100_ok {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
}

.popList_verW100_ok {
    background: url(../../Images/vi-vn/Graph/icon_verCode_ok.png) no-repeat calc(100% - 10px) center;
    padding-right: 35px !important;
}

.verCode_Msg, .verCode_Rep, .verCode_Voice {
    height: 27px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.verCode_Msg {
    background-color: #32abfe;
    width: 100px;
}

    .verCode_Msg:hover {
        background-color: #38b8ff;
    }

.verCode_Rep {
    background-color: #149300;
    width: 100px;
}

    .verCode_Rep:hover {
        background-color: #22a70d;
    }

.verCode_Sec {
    line-height: 27px;
    color: #000;
    background-color: #e5e5e5;
    border: 1px solid #cacaca;
    border-radius: 2px;
    padding: 0 5px;
    width: 100px;
    text-align: center;
    box-sizing: border-box;
}

    .verCode_Sec span {
        color: #f00;
        line-height: 27px !important;
        float: none !important;
    }

.verCode_ok {
    color: #009e02;
    padding: 0 5px;
}

.verCode_Voice {
    background: #e33c40 url(../../Images/Graph/btn_voice.png) no-repeat 95% 50%;
    padding: 0 20px 0 6px;
}

    .verCode_Voice:hover {
        background-color: #ff6266;
    }

.listVoice {
    margin-bottom: 35px !important;
}

    .listVoice .errorHint {
        white-space: normal;
        letter-spacing: 0;
        line-height: 15px !important;
        display: flex;
        align-items: baseline;
        padding-top: 2px;
    }

.joinCheckHint {
    padding-left: 15px;
}

    .joinCheckHint span {
        display: block;
        font-size: 13px;
        color: #1675a3;
    }

#MemberJoin .joinCheckHint span {
    color: #a4a4a4;
}

.icon_joinCell {
    background: url(../../Images/vi-vn/Graph/icon_indexImg.png) no-repeat left -658px;
    width: 70px;
    height: 77px;
    float: left;
}

.cellHint {
    float: left;
    margin-left: 15px;
}

    .cellHint div {
        font-size: 16px;
        margin-top: 15px;
        color: #1675a3;
        font-weight: bold;
    }

    .cellHint span {
        display: block;
        line-height: 30px !important;
    }

/*安全驗證*/
.mask_popUpSafe {
    background-color: rgba(0,0,0,0.3);
    display: table;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.mask_popUpSafe_In {
    display: table-cell;
    vertical-align: middle;
}

.popUpSafe {
    width: 350px;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: rgba(0,0,0,0.7) 0px 0px 25px;
    padding: 0 30px 20px;
    position: relative;
    box-sizing: border-box;
}

.popUpSafe_cloes {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../../Images/vi-vn/Graph/icon_close.png) no-repeat center;
    background-size: 20px 20px;
    top: 7px;
    right: 20px;
}

    .popUpSafe_cloes:before {
        width: 2px;
    }

.popUpSafe_T {
    font-size: 18px;
    color: #5aaaf3;
    font-weight: bold;
    border-bottom: 2px solid #e5e5e5;
    line-height: 54px;
    height: 50px;
    text-align: center;
}

.popUpSafe_In {
    font-size: 14px;
}

.popUpSafe_list {
    position: relative;
    margin-bottom: 25px;
}

    .popUpSafe_list .errorHint {
        width: 100%;
        bottom: -23px;
        text-align: center;
    }

.errorHint_img {
    vertical-align: middle;
    margin: -2px 4px 0 0;
}

.popUpSafe_text {
    text-align: center;
    margin: 40px 0 23px;
}

.popUpMSG_text {
    text-align: left;
    margin: 20px 0;
    line-height: 20px;
}

.popUpSafe_text2 {
    text-align: center;
    margin: 20px 0 12px;
    line-height: 25px;
}

.popUpSafe_text3 {
    text-align: center;
    margin: 30px 0;
}

.popUpSafe_code {
    display: table;
    width: 100%;
    background-color: #f3f3f3;
}

    .popUpSafe_code:after, .popUpSafe_code div:after {
        display: none;
    }

.popUpSafe_codeL, .popUpSafe_codeR {
    display: table-cell;
    vertical-align: middle;
}

.popUpSafe_codeR {
    padding-right: 4px;
}

.popUpSafe_Input, .popUpSafe_Input2 {
    margin: 0;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 35px;
    background-color: #f3f3f3;
    padding: 0 10px;
    color: #000;
    box-sizing: border-box;
}

.popUpSafe_Input2 {
    text-align: center;
}

.popUpSafe_codeImg {
    vertical-align: middle;
}
/*請綁定銀行卡+彈跳視窗*/
.checkBank {
    float: right;
    color: #009cff;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-right: 2px;
    position: relative;
}

    .checkBank:before {
        position: absolute;
        left: -20px;
        top: 0px;
        bottom: 0;
        margin: auto;
        content: '';
        background: url(../../Images/vi-vn/Graph/icon_prompt.png) no-repeat top center;
        background-size: 100%;
        width: 15px;
        height: 15px;
    }

    .checkBank:hover {
        color: #7dcdff;
    }

/*补充资料*/ /*2-21*/ /*-*/
.ppswHint {
    margin-bottom: 20px !important;
    margin-top: -10px !important;
}

    .ppswHint .t_red {
        color: #c00 !important;
        display: inline !important;
    }

.Chk_bankList {
    margin: 10px auto;
    background-color: #bbbbbb;
    width: 490px;
    table-layout: fixed;
    font-size: 15px;
}

    .Chk_bankList th {
        height: 74px;
        background-color: #f3f3f3;
        font-size: 18px;
    }

    .Chk_bankList span {
        display: block;
        font-size: 15px;
        color: #cb2222;
        margin-top: 5px;
    }

    .Chk_bankList td {
        height: 67px;
        text-align: center;
        background-color: #fff;
        font-weight: bold;
    }
/*請綁定銀聯卡*/
.checkBoxIn_even {
    float: left;
}

.checkBoxIn_evenText {
    margin: 0 10px;
    float: left;
    line-height: 35px;
}

.receivePW {
    float: left;
    font-size: 12px;
    color: #f00;
    line-height: 35px;
}

.bankName {
    color: #000 !important;
}

    .bankName::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #000;
    }

    .bankName::-moz-placeholder { /* Firefox 19+ */
        color: #000;
        opacity: 1;
    }

    .bankName:-ms-input-placeholder { /* IE 10+ */
        color: #000 !important;
    }

    .bankName:-moz-placeholder { /* Firefox 18- */
        color: #000;
        opacity: 1;
    }
/*信息*/
.bankMsg_check {
    display: table;
    margin: 27px auto 10px;
}

.bankMsg_check_T {
    margin-bottom: 10px;
    text-align: center;
}

.bankMsg_check_list {
    margin: 0 0 10px -5px;
}

    .bankMsg_check_list .t_blue {
        color: #236298;
    }

/*投诉箱*/
.complaint_prompt {
    color: #000;
    padding: 15px 10px;
    background-color: #f3f3f3;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

    .complaint_prompt ~ .popUp_form {
        margin-bottom: 20px !important;
    }

        .complaint_prompt ~ .popUp_form .errorHint {
            top: 60px;
            text-align: right;
        }

.icon_complaint {
    background: url(../../Images/vi-vn/Graph/icon_indexImg.png) no-repeat -245px -658px;
    float: left;
    width: 55px;
    height: 55px;
}

.complaint_prompt_text {
    padding-left: 20px;
    font-size: 13px;
    text-align: justify;
}

    .complaint_prompt_text p {
        margin: 0;
        margin-top: 7px;
        color: #ff9600;
    }

.complaintHint {
    float: left;
    line-height: 25px;
    padding: 0 10px;
}

    .complaintHint ~ .errorHint {
        top: 128px !important;
        width: 295px !important;
    }

.popUp_form {
    display: flex !important;
    flex-flow: column;
    height: auto !important;
    width: 100%;
}

    .popUp_form > *:not([class*="Hint"]):not(.btn_bankEye) {
        width: 100% !important;
        margin: auto !important;
    }

    .popUp_form > span:not([class*="Hint"]) {
        line-height: 25px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .popUp_form .errorHint {
        width: 100%;
    }

    .popUp_form input[type="password"]::-webkit-input-placeholder {
        word-spacing: -0.5px;
        letter-spacing: -0.5px;
    }

    .popUp_form input[type="password"]:-ms-input-placeholder {
        word-spacing: -0.5px;
        letter-spacing: -0.5px;
    }

    .popUp_form input[type="password"]:-moz-placeholder {
        word-spacing: -0.5px;
        letter-spacing: -0.5px;
    }

    .popUp_form input[type="password"]::-moz-placeholder {
        word-spacing: -0.5px;
        letter-spacing: -0.5px;
    }

.ccfBtn {
    padding: 0 30px 0 10px !important;
    background: #f3f3f3 url(../../Images/vi-vn/Graph/bg_select.png) no-repeat right;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .ccfBtn::-webkit-input-placeholder {
        color: #000;
    }

    .ccfBtn::-moz-placeholder {
        color: #000;
        opacity: 1;
    }

    .ccfBtn:-ms-input-placeholder {
        color: #000;
    }

    .ccfBtn:-moz-placeholder {
        color: #000;
        opacity: 1;
    }

div.ccfBtn {
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    padding-top: 1px !important;
}

.ccfSelect {
    position: absolute;
    border: 1px solid #767676;
    background-color: #fff;
    max-height: 162px;
    box-sizing: border-box;
    top: 60px;
    left: 0;
    z-index: 1;
    display: none !important;
    overflow: auto;
}

    .ccfSelect.on {
        display: block !important;
    }

    .ccfSelect span {
        height: 32px !important;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
        line-height: 32px;
        box-sizing: border-box;
        margin: auto !important;
        cursor: pointer;
        display: block;
    }

        .ccfSelect span:hover,
        .ccfSelect span.on {
            color: #fff;
            background-color: #1967d2;
        }

/*未读邮件通知*/
.unread_mail {
    margin: 0 auto;
    display: table;
    position: relative;
    text-align: left;
    min-height: 70px;
    vertical-align: middle;
    margin-bottom: 30px;
}

.icon_unread {
    background: url(../../Images/vi-vn/Graph/icon_indexImg.png) no-repeat -305px -658px;
    margin-right: 15px;
    width: 67px;
    height: 67px;
}

.unread_mail_text {
    display: table-cell;
    vertical-align: middle;
}

/*快速转账*/ /*6-24*/ /*-*/
.popUpFast {
}

    .popUpFast ul {
        display: flex;
        flex-wrap: wrap;
        width: 93%;
        margin: 15px auto;
    }

    .popUpFast li {
        width: calc(50% - 18px);
        position: relative;
    }

        .popUpFast li:nth-child(2n) {
            margin-left: 36px;
        }

        .popUpFast li:nth-child(2) ~ * {
            margin-top: 15px;
        }

        .popUpFast li:first-child .FT_Money:after {
            background: url(../../Images/Graph/icon_arrowBlue.svg) no-repeat center;
            visibility: initial;
            width: 20px;
            height: 20px;
            background-size: 100% auto;
            position: absolute;
            right: -30px;
        }

    .popUpFast .errorFast {
        margin-bottom: 5px;
    }

    .popUpFast .errorHint {
        top: auto;
        left: 0;
        width: calc(200% + 36px);
        bottom: -20px;
        padding: 0;
        display: none;
    }

    .popUpFast .FT_button_bg {
        width: 93%;
        margin: auto;
    }

.errorFast .errorHint {
    display: block;
}

.popFastT {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1em;
}

.txt_transfer,
.FT_Money {
    border: 1px solid #dadada;
    width: 100%;
    height: 45px;
    font-size: 19px;
    font-weight: bold;
    display: flex;
    padding: 0 10px;
    align-items: center;
    box-sizing: border-box;
}

.FT_Money {
    color: #1ba200;
    position: relative;
    line-height: 1em;
}

.txt_transfer::-webkit-input-placeholder { /*Chrome/Opera/Safari*/
    font-size: 17px;
    font-weight: normal;
}

.txt_transfer::-moz-placeholder { /*Firefox 19+*/
    font-size: 17px;
    font-weight: normal;
}

.txt_transfer:-ms-input-placeholder { /*IE 10+*/
    font-size: 17px;
    font-weight: normal;
}

.txt_transfer:-moz-placeholder { /*Firefox 18-*/
    font-size: 17px;
    font-weight: normal;
}

.transBox {
    display: flex;
}

    .transBox input {
        flex: 1;
        height: 45px;
        border-radius: 3px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }

        .transBox input + input {
            margin-left: 15px;
        }

.btn_transfer {
    background-color: #3e6493;
}

    .btn_transfer:hover {
        background-color: #284870;
    }

.btn_transAll {
    background-color: #4ca287;
    letter-spacing: -0.5px;
}

    .btn_transAll:hover {
        background-color: #2b8568;
    }

.popList_free {
    font-size: 15px;
    color: #d75b5c;
    position: relative;
    width: 93%;
    height: 31px;
    border: 1px solid #f54b6f;
    box-sizing: border-box;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    margin: 15px auto;
}

.btn_free {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    background: url(../../Images/vi-vn/Graph/icon_question_pink.svg) no-repeat center;
    background-size: 100% auto;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

    .btn_free:hover + .freeHint {
        display: block;
    }

.freeHint {
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #f54b6f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 22px;
    margin: 0 -1px;
    display: none;
    font-size: 14px;
    min-width: 19px;
}

    .freeHint:before {
        content: '';
        position: absolute;
        top: -5px;
        right: 15px;
        border-style: solid;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent #f54b6f transparent;
    }

/*维护*/
.subMenu_maintain, .subMenu_maintain a {
    cursor: not-allowed;
}

    .subMenu_maintain a {
        color: #8b8b8b;
    }

    .subMenu_maintain:hover a {
        color: #8b8b8b;
    }

.icon_maintainSubTop {
    position: absolute;
    width: 20px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: -12px;
}

.icon_maintain_deposit {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

/*存款專區維護樣式*/
.pay_maintain {
    background-color: #f1f1f1 !important;
    color: #909090 !important;
    border: 1px solid #ccc !important;
    cursor: not-allowed !important;
}
/*存款專區維護樣式---end*/

.menu_maintain a {
    border-bottom: 0px;
    color: #a2a2a2;
}

.icon_maintainIndexTop {
    width: 18px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 2px;
}

.subList_maintain {
    background-color: rgba(0, 0, 0, 0.7) !important;
    position: absolute;
    z-index: 100;
    width: 96%;
    height: 45px;
    color: #fff;
    cursor: not-allowed;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100px;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding-left: 3%;
}

    .subList_maintain:before {
        content: '';
        background: url(../../Images/vi-vn/Graph/icon_fix.svg) no-repeat center bottom;
        width: 57px;
        height: 57px;
        background-size: 100% auto;
        margin-bottom: 2px;
        margin-right: 5px;
    }

    .subList_maintain div {
        font-size: 18px;
        line-height: 1.05em;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        position: relative;
        z-index: 1;
        margin-right: 10%;
        flex: 1;
    }

    .subList_maintain span {
        font-size: 16px;
        margin-bottom: -2px;
    }

    .subList_maintain.narrow {
        width: 100%;
    }

        .subList_maintain.narrow:before {
            margin-right: 2px;
        }

        .subList_maintain.narrow div {
            margin-right: 8%;
            font-size: 17px;
        }

    .subList_maintain .listGameCover {
        background-color: rgba(119,119,119,0);
    }

/*敬请期待*/
.subList_Notice {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 145px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    font-size: 24px;
    background-color: rgba(0,0,0,0.1);
}
/*综合电子*/
.AGIN {
    display: none;
}

.mask {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    display: table;
    width: 100%;
    height: 100%;
}

.bg_AGINpopUp {
    display: table-cell;
    vertical-align: middle;
}

.AGINpopUp {
    display: table;
    background-color: rgba(0,0,0,0.8);
    border: 5px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    margin: 0 auto;
    z-index: 101;
    position: relative;
}

.AGINpopUp_T {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.btn_AGINclose {
    background: url(../../Images/vi-vn/Graph/icon_close.png) no-repeat center;
    background-size: 20px 20px;
    margin-top: 5px;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.AGINpopUp_in {
    padding: 0 35px 20px 35px;
    margin: 0 auto;
    text-align: center;
    min-width: 600px;
}

.AGINimg_list {
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    position: relative;
    background-color: #000;
    width: 256.5px;
}

.AGINimg_label {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

    .AGINimg_label:before {
        content: "";
        border-color: transparent #9a7133 transparent transparent;
        border-width: 0 60px 80px 0;
        border-style: solid;
        display: block;
    }

    .AGINimg_label span {
        color: #fff;
        position: absolute;
        top: 19px;
        right: 4px;
        font-size: 15px;
        font-family: Arial;
        transform: rotate(53deg);
        -ms-transform: rotate(53deg); /* IE 9 */
        -moz-transform: rotate(53deg); /* Firefox */
        -webkit-transform: rotate(53deg); /* Safari 和 Chrome */
        -o-transform: rotate(53deg);
    }

.btn_AGINimg {
    display: block;
    width: 100%;
    height: auto;
}

.AGINCover {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.AGINimg_list:hover .AGINCover {
    display: none;
}

/*维护中*/
.AGIN_maintain {
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: not-allowed;
    font-size: 15px;
}

    .AGIN_maintain div {
        position: absolute;
        width: 80px;
        height: 88px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .AGIN_maintain img {
        display: table;
        margin: 5px auto;
    }

    .AGIN_maintain .AGINCover {
        background-color: rgba(119,119,119,0);
    }

/*綁定支付宝-fancybox說明文*/
.bindAlipay_text {
    border-top: 1px dashed #ccc;
    padding: 20px 10px 15px;
    text-align: left;
    margin-top: 10px;
    color: #006db3;
    font-size: 14px;
}

.w850 {
    width: 850px;
}

.w950 {
    width: 950px;
}

.pswHint {
    height: 80px !important;
    display: flex !important;
}

.pswHint_t {
    width: 250px;
    padding-left: 30px;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.icon_keyForget {
    background: url(../../Images/vi-vn/Graph/icon_indexImg.png) no-repeat -160px -658px;
    width: 80px;
    height: 80px;
    float: left;
}

.icon_keyCode {
    background: url(../../Images/vi-vn/Graph/icon_indexImg.png) no-repeat -75px -658px;
    width: 80px;
    height: 80px;
    float: left;
}

.t_green {
    color: #00af1d !important;
}

.t_red {
    color: #f00 !important;
}

.t_pink {
    color: #d75b5c;
}

.input_box {
    position: relative;
}

.btn_bankEye {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

    .btn_bankEye.r20 {
        right: 30px;
    }

    .btn_bankEye.top13 {
        top: 13px;
    }

.icon_bankEye {
    width: 20px;
    height: 20px;
    background-image: url(../../Images/vi-vn/Graph/icon_pwON.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    opacity: 0.7;
}

    .icon_bankEye:hover {
        opacity: 1;
    }

    .icon_bankEye.off {
        background-image: url(../../Images/vi-vn/Graph/icon_pwOFF.svg);
    }

        .icon_bankEye.off:hover {
            opacity: 1;
        }

/*彈跳視窗-修改密碼*/
#fStep01 .sentOut {
    margin-top: 20px;
}

#fStep02 {
    display: none;
}

    #fStep04 .errorHint,
    #fStep02 .errorHint,
    #fStep03 .errorHint {
        text-align: right;
    }

/*彈跳視窗-綁定銀行卡*/
#bankCard {
}

    #bankCard .popList input[type=text],
    #bankCard .popList input[type=password],
    #bankCard .errorHint, #bankCard select {
        width: 250px;
    }

    #bankCard .bankCardHint {
        height: auto;
        color: #f00;
        margin: -10px 0 20px;
    }

    #bankCard .t_blue {
        font-size: 13px;
    }

    #bankCard .txt_maintain {
        left: 110px;
        right: 0;
        top: 43px;
    }

    #bankCard .icon_arrowT {
        white-space: normal;
    }

.popList_multiRow {
    margin-top: -20px !important;
}

.popList_errorTwo {
    margin-bottom: 40px !important;
}

    .popList_errorTwo .errorHint {
        white-space: normal;
        line-height: 15px !important;
        padding: 2px 0 2px 10px;
    }

/*彈跳視窗-人民银行支付系统维护公告*/
.popUpShow {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10000;
    width: auto;
    height: auto;
    display: block;
}

    .popUpShow > div {
        width: 390px;
        height: auto;
        position: absolute;
        box-sizing: border-box;
        padding: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .popUpShow .popUp_in {
        padding: 15px;
        padding-bottom: 10px;
        line-height: 24px;
        font-size: 15px;
    }

.popUpClose {
    background: url(../../Images/vi-vn/Graph/icon_close.png) no-repeat center;
    background-size: 20px 20px;
    margin-top: 8px;
    position: absolute;
    top: 5px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 8040;
}

    .popUpClose:hover {
        -webkit-filter: brightness(70%);
        filter: brightness(70%);
    }

/*支持銀行卡*/
.BO_bankList {
    padding: 10px 0 10px;
    box-sizing: border-box;
    max-height: 344px;
    overflow: hidden;
}

.BO_bankList_wrap {
    width: 621px;
    margin: 0 auto;
}

    .BO_bankList_wrap .btn_selectbank:nth-child(4n+1) {
        margin-left: 0;
    }

    .BO_bankList_wrap .btn_selectbank {
        margin: 5px 0 5px 15px;
    }

.btn_selectbank {
    width: 144px;
    height: 44px;
    float: left;
}

.btn_bank_CCB {
    background: url(../../Images/vi-vn/Graph/btn_bank_CCB_02.jpg) no-repeat;
}

.btn_bank_ICBC {
    background: url(../../Images/vi-vn/Graph/btn_bank_ICBC_02.jpg) no-repeat;
}

.btn_bank_ABC {
    background: url(../../Images/vi-vn/Graph/btn_bank_ABC_02.jpg) no-repeat;
}

.btn_bank_BOCM {
    background: url(../../Images/vi-vn/Graph/btn_bank_BOCM_02.jpg) no-repeat;
}

.btn_bank_CMerB {
    background: url(../../Images/vi-vn/Graph/btn_bank_CMerB_02.jpg) no-repeat;
}

.btn_bank_PAB {
    background: url(../../Images/vi-vn/Graph/btn_bank_PAB_02.jpg) no-repeat;
}

.btn_bank_BC {
    background: url(../../Images/vi-vn/Graph/btn_bank_BC_02.jpg) no-repeat;
}

.btn_bank_PSBC {
    background: url(../../Images/vi-vn/Graph/btn_bank_PSBC_02.jpg) no-repeat;
}

.btn_bank_CEB {
    background: url(../../Images/vi-vn/Graph/btn_bank_CEB_02.jpg) no-repeat;
}

.btn_bank_SDP {
    background: url(../../Images/vi-vn/Graph/btn_bank_SDP_02.jpg) no-repeat;
}

.btn_bank_HB {
    background: url(../../Images/vi-vn/Graph/btn_bank_HB_02.jpg) no-repeat;
}

.btn_bank_CGB {
    background: url(../../Images/vi-vn/Graph/btn_bank_CGB_02.jpg) no-repeat;
}

.btn_bank_CNCB {
    background: url(../../Images/vi-vn/Graph/btn_bank_CNCB_02.jpg) no-repeat;
}

.btn_bank_CIB {
    background: url(../../Images/vi-vn/Graph/btn_bank_CIB_02.jpg) no-repeat;
}

.btn_bank_CMB {
    background: url(../../Images/vi-vn/Graph/btn_bank_CMB_02.jpg) no-repeat;
}

.btn_bank_BOB {
    background: url(../../Images/vi-vn/Graph/btn_bank_BOB_02.jpg) no-repeat;
}

.btn_bank_BOS {
    background: url(../../Images/vi-vn/Graph/btn_bank_BOS_02.jpg) no-repeat;
}

.btn_bank_HFB {
    background: url(../../Images/vi-vn/Graph/btn_bank_HFB_02.jpg) no-repeat;
}

.btn_bank_CBHB {
    background: url(../../Images/vi-vn/Graph/btn_bank_CBHB_02.jpg) no-repeat;
}

.btn_bank_GZCB {
    background: url(../../Images/vi-vn/Graph/btn_bank_GZCB_02.jpg) no-repeat;
}

.btn_bank_CZCB {
    background: url(../../Images/vi-vn/Graph/btn_bank_CZCB_02.jpg) no-repeat;
}

.btn_bank_BOS {
    background: url(../../Images/vi-vn/Graph/btn_bank_BOS_02.jpg) no-repeat;
}
/*彈跳視窗-信 息*/
.info_newIn {
    display: block;
    text-align: center;
    margin: 10px 0;
}

/*loading圖示/spinner*/
img[src$="spinner.svg"] {
    animation: img_spinner 1.2s linear infinite;
    -webkit-animation: img_spinner 1.2s linear infinite;
    width: 18px;
    height: 18px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* IE 10+ */
    .img_spinner {
        border-radius: 40%;
    }
}

@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);
    }
}

/*建议使用谷歌Chrome浏览器*/
.popChrome {
    max-width: 310px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 20px 40px;
    box-sizing: border-box;
    line-height: 20px;
    z-index: 50;
}

    .popChrome > img {
        position: absolute;
        width: 15px;
        height: 15px;
        right: 12px;
        top: 12px;
        cursor: pointer;
    }

    .popChrome div img {
        width: 23px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

    .popChrome input {
        color: #fff;
        background-color: #aaa;
        border-radius: 25px;
        height: 25px;
        width: 110px;
        float: left;
        margin-top: 10px;
        cursor: pointer;
    }

        .popChrome input:hover, .popChrome > img:hover {
            opacity: 0.8;
        }

    .popChrome .btn_install {
        background-color: #ff7900;
        margin-right: 10px;
    }

/*存款专区/提款专区/註冊帳號密碼-提示泡泡*/
.formPrompt {
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;
    border: 1px solid #ddd;
    padding: 8px !important;
    bottom: 42px;
    left: 72px;
    z-index: 1;
    display: none;
}

    .formPrompt img {
        width: 17px;
        display: inline-block;
        vertical-align: text-bottom;
    }

    .formPrompt span {
        float: none;
        width: auto;
        display: inline-block;
        vertical-align: text-bottom;
    }

    .formPrompt:before, .formPrompt:after {
        content: '';
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #ddd transparent transparent transparent;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -8px;
        left: 8px;
    }

    .formPrompt:after {
        border-color: #fff transparent transparent transparent;
        bottom: -7px;
        visibility: visible;
    }

.popList_register .formPrompt {
    left: 110px;
}

#MemberJoin .formPrompt {
    left: 95px;
}

#bankCard .formPrompt {
    left: 110px;
}

/*上传明细/身份上传/身份验证*/
.popUp_promptID {
    text-align: center;
}

    .popUp_promptID .DDU_text {
        text-align: left;
        font-size: 16px;
        color: #2e2e2e;
        margin-bottom: 23px;
    }

    .popUp_promptID .DDU_boxIn {
        height: 210px;
    }

    .popUp_promptID .DDU_detail_img {
        margin-bottom: 15px
    }

        .popUp_promptID .DDU_detail_img ~ .DDU_img {
            display: none;
        }

    .popUp_promptID .DDU_img {
        border-bottom: 0;
        margin-bottom: 5px;
    }

.DDU_text + .DDU_prompt {
    margin-top: -8px;
    margin-bottom: 15px;
}

.DDU_box {
    margin-bottom: 15px;
    display: flex;
    position: relative;
    justify-content: space-between;
}

    .DDU_box:after {
        display: none;
    }

    .DDU_box ~ .DDU_prompt {
        margin-bottom: 15px;
    }

    .DDU_box ~ .sentOut02 {
        margin: 0;
    }

        .DDU_box ~ .sentOut02.gray {
            background-color: #fff;
            border: 1px solid #aaa;
            color: #000;
        }

            .DDU_box ~ .sentOut02.gray.w100 {
                width: 100%;
            }

            .DDU_box ~ .sentOut02.gray:hover {
                background-color: #e2e2e2;
            }

            .DDU_box ~ .sentOut02.gray[disabled="disabled"] {
                color: #fff;
            }

        .DDU_box ~ .sentOut02 + .sentOut02 {
            float: right;
        }

    .DDU_box .errorHint {
        top: auto;
        width: 100%;
        left: 0;
        bottom: -20px;
        padding: 0;
    }

.DDU_boxIn {
    border: 1px solid #747474;
    border-radius: 5px;
    height: 260px;
    padding: 5px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

    .DDU_boxIn .DDU_prompt {
        margin-top: 10px;
    }

    .DDU_boxIn:hover .DDU_img {
        opacity: 0.5;
    }

    .DDU_boxIn + .DDU_boxIn {
        margin-left: 10px;
    }

    .DDU_boxIn.error {
        border-color: #f00;
    }

.DDU_img {
    background: url(../../Images/Graph/icon_img.jpg) no-repeat top center;
    font-size: 19px;
    font-weight: bold;
    color: #2c82db;
    padding: 60px 0 10px;
    border-bottom: 1px solid #ebebeb;
    cursor: default;
    margin: 0 auto 15px;
    max-width: 201px;
    display: table;
}

.btn_DDU {
    display: table;
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
    padding-left: 55px;
    padding-right: 15px;
    color: #fff;
    margin: 0 auto;
    font-size: 15px;
    background: #50a5fc url(../../Images/Graph/icon_folder.png) no-repeat 15px center;
    cursor: pointer;
    user-select: none;
}

    .btn_DDU:active {
        background-color: #a7d2fd;
    }

.DDU_prompt {
    font-size: 15px;
    color: #f00;
}

.DDU_loadingText {
    font-size: 16px;
    color: #686767;
}

.DDU_loading {
    border: 1px solid #5a89d5;
    border-radius: 2px;
    width: 70%;
    margin: 10px auto;
    height: 6px;
    overflow: hidden;
}

.DDU_loadingBar {
    background-color: #5a89d5;
    height: 100%;
}

.DDU_detail_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.popUpNEW .DDU_text {
    margin-bottom: 1em;
    width: 340px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    text-align: center;
}

    .popUpNEW .DDU_text a {
        margin-top: 5px;
        color: #2625ed;
        text-decoration: underline;
        cursor: pointer;
    }

        .popUpNEW .DDU_text a:hover {
            opacity: .7;
        }

.popUpNEW .popUp_promptID .DDU_boxIn {
    width: 175px;
}

.popUpNEW .popUp_promptID .DDU_detail_img {
    max-height: 102px;
    margin-bottom: 17px;
}

.popUpNEW .popUp_promptID .DDU_prompt {
    margin: 1em auto 0;
}

.popUpNEW .popUp_promptID .DDU_text {
    width: 100%;
}

/*彈窗-设置保护密码*/
.popUpSet {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    width: auto;
    height: auto;
    display: none;
}

    .popUpSet > div {
        width: 430px;
        height: auto;
        position: absolute;
        box-sizing: border-box;
        padding: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.popUpSet02 {
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    width: auto;
    height: auto;
    display: none;
}

    .popUpSet02 > div {
        width: 350px;
        height: auto;
        position: absolute;
        box-sizing: border-box;
        padding: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .popUpSet02 .popUpSet_T {
        margin: 20px 0;
    }

.img_popUpSet {
    width: 100px;
    height: 100px;
}

.popUpSet_T {
    font-size: 14px;
    min-height: initial !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

/*彈跳視窗 - 新版*/
.popUpNEW, .popUpAuto {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 1rem;
}

    .popUpNEW > div, .popUpAuto > div {
        padding: 0;
        box-shadow: initial;
        border-radius: 0.3125em;
        overflow: hidden;
    }

    .popUpNEW:not([id*="upload"]):not([id*="look"]) > div {
        width: 18em;
    }

    .popUpAuto > div {
        width: auto;
        min-width: 18em;
        max-width: 390px;
    }

    .popUpNEW .popUp_title,
    .popUpAuto .popUp_title {
        font-size: 1.0625em;
        font-weight: bold;
        line-height: 1em;
        height: auto;
        color: #000;
        border: 0;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        padding: 1em 2em;
        box-sizing: border-box;
        text-overflow: ellipsis;
    }

    .popUpNEW .popUpClose,
    .popUpAuto .popUpClose {
        margin: 0;
        width: 3em;
        height: 3em;
        background-size: 1em 1em;
        top: 0;
        right: 0;
    }

    .popUpNEW .popUp_in,
    .popUpAuto .popUp_in {
        padding: 0;
        line-height: normal;
        margin-bottom: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .popUpNEW .popUp_in > div,
        .popUpAuto .popUp_in > div {
            padding: 0 1em;
        }

    .popUpNEW .popUp_in,
    .popUpAuto .popUp_in {
        font-size: 1em;
    }

    .popUpNEW .popupCenter {
        text-align: center;
    }

    .popUpNEW .popupColumn {
        flex-flow: column;
        line-height: 1.4em;
    }

    .popUpNEW .popupHint {
        line-height: 25px;
        text-align: center;
        font-size: 15px;
        width: 83%;
    }

    .popUpNEW .checkBank {
        float: none;
        margin: 0;
    }

    .popUpNEW .popup_button,
    .popUpAuto .popup_button {
        display: flex;
        height: 45px;
        display: flex;
        width: 100%;
        border-top: 1px solid #eee;
        box-sizing: border-box;
    }

        .popUpNEW .popup_button > *,
        .popUpAuto .popup_button > * {
            height: 100%;
            font-size: 1.0625em;
            font-weight: bold;
            box-sizing: border-box;
            cursor: pointer;
        }

            .popUpNEW .popup_button > *:disabled,
            .popUpAuto .popup_button > *:disabled {
                background-color: #eee !important;
            }

            .popUpNEW .popup_button > *:not([disabled="disabled"]):hover,
            .popUpAuto .popup_button > *:not([disabled="disabled"]):hover {
                background-color: #e5e5e5;
            }

            .popUpNEW .popup_button > *:not([disabled="disabled"]):active,
            .popUpAuto .popup_button > *:not([disabled="disabled"]):active {
                background-color: #bebebe;
            }

        .popUpNEW .popup_button .w50L,
        .popUpAuto .popup_button .w50L {
            color: #a1a1a1;
            border-right: 1px solid #eee;
            width: 50%;
        }

        .popUpNEW .popup_button .w50R,
        .popUpAuto .popup_button .w50R {
            color: #008bec;
            width: 50%;
        }

        .popUpNEW .popup_button .w100,
        .popUpAuto .popup_button .w100 {
            color: #008bec;
            width: 100%;
        }

/*非白底色按鈕*/
.popUpCB > div {
    background: transparent;
    min-width: 19.5em;
}

    .popUpCB > div:before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 44px);
        position: absolute;
        background-color: #fff;
        z-index: -1;
    }

.popUpCB .popUp_in {
    line-height: 28px;
    font-size: 0.95em;
}

.popUpCB .popup_button {
    border: 0;
}

    .popUpCB .popup_button .w50L {
        color: #fff;
        background-color: #b3b3b3;
        width: 50%;
        border: 0;
    }

        .popUpCB .popup_button .w50L:active,
        .popUpCB .popup_button .w50L:hover {
            background-color: #bebebe;
        }

    .popUpCB .popup_button .w50R {
        color: #fff;
        background-color: #2782d7;
        width: 50%;
    }

        .popUpCB .popup_button .w50R:active,
        .popUpCB .popup_button .w50R:hover {
            background-color: #3fb0ff;
        }

/*彈跳視窗-存款(注意事项)*/
.depositTxt > div + div {
    margin-top: 1em;
}

.depositTxt .t_darkRed {
    font-size: 25px;
}

.withdrawTxt > div { /*-*/
    display: flex;
    line-height: 1.4em;
}

    .withdrawTxt > div:nth-child(3) > span:first-child { /*-*/
        word-spacing: -0.5px;
        letter-spacing: -0.5px;
    }

    .withdrawTxt > div > span:first-child { /*-*/
        white-space: nowrap;
        width: 115px;
    }

/*彈跳視窗-成功*/
.popUpShort {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

    .popUpShort > div {
        width: 195px !important;
        padding: 15px 10px !important;
        border-radius: 0.3125em !important;
        box-shadow: initial;
    }

    .popUpShort .popUp_in {
        padding: 15px 0 10px;
    }

.popupS_T {
    text-align: center;
    margin-bottom: 10px;
    line-height: 0;
}

    .popupS_T img {
        width: 26px;
        height: 26px;
    }

.popupS_In {
    text-align: center;
}

/*彈跳視窗 - 範例*/
.popUpEX {
    display: none;
    background-color: rgba(0,0,0,0.4);
}

    .popUpEX > div {
        width: 462px;
        padding: 6px;
        box-shadow: initial;
    }

    .popUpEX .popUp_in {
        padding: 15px 0 30px;
    }

    .popUpEX .popUp_title {
        position: relative;
        width: 450px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 5px;
        border: 0;
        background-color: #0f548b;
        color: #fff;
        font-weight: normal;
    }

    .popUpEX .popUpClose {
        position: absolute;
        right: 16px;
        opacity: .8;
        margin-top: 0;
        top: 8px;
        background-image: url(../../Images/vi-vn/Graph/icon_close03.png);
    }

        .popUpEX .popUpClose:hover {
            opacity: 1;
            -webkit-filter: none;
            filter: none;
        }

    .popUpEX .swiper-button-next, /* 前進按鈕 */
    .popUpEX .swiper-button-prev { /* 後退按鈕 */
        background: #8fc6ec url(../../Images/vi-vn/Graph/icon_arrowW.svg) no-repeat 9px center;
        background-size: auto 22px;
        width: 76px;
        height: 76px;
        border-radius: 50%;
        top: 6px;
        bottom: 0;
        margin: auto;
    }

        .popUpEX .swiper-button-next:hover,
        .popUpEX .swiper-button-prev:hover {
            opacity: 0.8;
        }

    .popUpEX .swiper-button-prev {
        left: -38px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .popUpEX .swiper-button-next {
        right: -38px;
    }

    .popUpEX .swiper-pagination { /* 分頁數字 */
        color: #7f7f7f;
        font-size: 16px;
        bottom: 6px;
    }

.stepEX {
    background-color: #32abff;
    color: #fff;
    height: 26px;
    width: 110px;
    border-radius: 50px;
    margin: auto;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txtEX {
    font-size: 16px;
    line-height: 18px;
    margin: 15px auto 0;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.imgEX {
    margin: 15px auto;
    height: 412px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .imgEX img {
        max-height: 100%;
        max-width: calc(100% - 88px);
    }

/*scrollbar*/
.scrollBody {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

    .scrollBody > .scrollbar-macosx {
        width: 100%;
    }

        .scrollBody > .scrollbar-macosx > .scroll-element {
            z-index: 1000;
        }

            .scrollBody > .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
                background-color: transparent;
            }

            .scrollBody > .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
                height: 17px;
                top: -17px;
                opacity: .5;
                box-shadow: 0 0 2px gray;
                z-index: 999;
            }

/*回电服务*/
.form_serv {
}

    .form_serv li {
        width: 100%;
        margin-bottom: 20px !important;
    }

        .form_serv li:not(:last-child) > span {
            line-height: 20px;
            margin-bottom: 10px;
            display: block;
        }

        .form_serv li:not(:last-child) input {
            background-color: #fff;
            border-radius: 3px;
            height: 40px;
            border: 1px solid #ccc;
        }

        .form_serv li:last-child > span {
            width: 1%;
            white-space: nowrap;
            display: table-cell;
            float: none;
            vertical-align: middle;
        }

        .form_serv li:last-child > div {
            display: table-cell;
            vertical-align: middle;
        }

        .form_serv li:last-child input {
            width: calc(100% - 20px);
            height: 40px;
            border-radius: 3px;
        }

        .form_serv li > span {
            font-weight: bold;
        }

    .form_serv .errorHint {
        width: auto;
        bottom: -20px;
        top: auto;
    }

.form_Lang {
    display: flex !important;
    width: 100%;
}

    .form_Lang input {
        flex: 1;
        cursor: pointer;
    }

        .form_Lang input + input {
            margin-left: 14px;
        }

        .form_Lang input:hover,
        .form_Quest input:hover,
        .form_Lang input.on,
        .form_Quest input.on {
            border-color: #45b5d9 !important;
            background-color: #e3f7fb !important;
        }

.form_Quest {
    float: left;
    width: 100%; /*2-29*/ /*-*/
}

    .form_Quest input {
        width: calc(50% - 7px);
        background-repeat: no-repeat;
        background-position: 13% 50%;
        background-size: auto 25px;
        padding-left: 12%;
        cursor: pointer;
        float: left;
    }

        .form_Quest input:nth-child(odd) {
            margin-right: 14px;
        }

        .form_Quest input + input:not(:nth-child(2)) {
            margin-top: 14px;
        }

.btn_servPoint {
    background-image: url(../../Images/vi-vn/Graph/icon_servPoint.svg);
}

.btn_servSport {
    background-image: url(../../Images/vi-vn/Graph/icon_servSport.svg);
}

.btn_servLive {
    background-image: url(../../Images/vi-vn/Graph/icon_servLive.svg);
}

.btn_servBall {
    background-image: url(../../Images/vi-vn/Graph/icon_servBall.svg);
}

.btn_servSign {
    background-image: url(../../Images/vi-vn/Graph/icon_servSign.svg);
}

.btn_servSlot {
    background-image: url(../../Images/vi-vn/Graph/icon_servSlot.svg);
}

.txt_quest {
    width: 100% !important;
    height: 100px !important;
    overflow-x: hidden !important;
}

div.txt_quest {
    border-radius: 3px;
}

textarea.txt_quest {
    border-radius: 3px;
    margin: auto;
}

@-moz-document url-prefix() { /*only for firefox*/
    textarea.txt_quest {
        padding-right: 17px;
    }

    .txt_quest .scroll-element.scroll-x .scroll-bar {
        display: none;
    }
}

/*线上留言*/
.popUpPIC,
.popUpMSG {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10000;
    width: auto;
    height: auto;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}

    .popUpMSG > div {
        width: 530px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .popUpMSG .popUp_title {
        font-size: 24px;
        width: 100%;
        height: 90px;
        color: #336694;
        border-color: #e1e1e1;
        display: flex;
        align-items: center;
        overflow: initial;
        position: relative;
    }

        .popUpMSG .popUp_title:after {
            background: url(../../Images/Graph/img_MSGbg.png) no-repeat center;
            background-size: 100% auto;
            width: 146px;
            height: 88px;
            position: absolute;
            right: 63px;
            bottom: 9px;
            visibility: initial;
            z-index: -1;
        }

    .popUpMSG .popUpClose {
        height: 60px;
        width: 60px;
        top: 0;
        right: 0;
        margin: auto;
    }

    .popUpMSG .popUp_in {
        position: relative;
        overflow: initial;
        padding: 17px 30px 20px;
    }

    .popUpMSG .scroll-content {
        height: 160px !important;
    }

    .popUpMSG textarea {
        padding: 0;
        height: 160px;
        width: 100%;
        resize: none;
        font-size: 14px;
    }

        .popUpMSG textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #757575;
        }

        .popUpMSG textarea::-moz-placeholder { /* Firefox 19+ */
            color: #757575;
            opacity: 1;
        }

        .popUpMSG textarea:-ms-input-placeholder { /* IE 10+ */
            color: #757575 !important;
        }

        .popUpMSG textarea:-moz-placeholder { /* Firefox 18- */
            color: #757575;
            opacity: 1;
        }

    .popUpMSG .errorHint {
        position: static;
        padding: 0;
        line-height: 15px !important;
    }

    .popUpMSG .popup_button {
        display: flex;
        width: 100%;
        border-top: 1px solid #e1e1e1;
        padding: 20px 45px;
        box-sizing: border-box;
    }

        .popUpMSG .popup_button input {
            background-color: #53a4dc;
            color: #fff;
            height: 52px;
            border-radius: 10px;
            font-size: 18px;
            flex: 1;
            cursor: pointer;
        }

            .popUpMSG .popup_button input + input {
                margin-left: 20px;
            }

            .popUpMSG .popup_button input:not([disabled="disabled"]):hover {
                opacity: .8;
            }

            .popUpMSG .popup_button input:disabled {
                background-color: #aaa;
                cursor: not-allowed;
            }

    .popUpMSG .img_spinner {
        width: 30px;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }

.formMSG {
    width: 100%;
    display: flex;
    margin-top: 15px;
}

    .formMSG > div {
        width: 80px;
        height: 80px;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
    }

        .formMSG > div + div {
            margin-left: 12px;
        }

        .formMSG > div span {
            position: relative;
            width: 100%;
            height: 0;
            padding-top: 100%;
            border-radius: 10px;
            overflow: hidden;
            display: block;
            opacity: .4;
            background-color: #f2f6fc;
        }

            .formMSG > div span:hover {
                opacity: 1;
            }

    .formMSG img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .formMSG .complaintHint {
        margin: 0;
        padding: 0;
        flex: 1;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        color: #707070;
        line-height: 20px;
        font-size: 14px;
    }

.btn_closePic {
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(../../Images/Graph/btn_closeBlue.svg) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
}

.btn_picMSG {
    background-color: #f2f6fc;
    color: #81a0bb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 10px;
}

    .btn_picMSG:before {
        content: '';
        background: url(../../Images/Graph/icon_add.svg) no-repeat center;
        background-size: 100% auto;
        width: 26px;
        height: 26px;
        margin: 10px 0 8px;
    }

    .btn_picMSG:hover {
        color: #8eb0ce;
    }

        .btn_closePic:hover,
        .btn_picMSG:hover:before {
            -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
        }

.picMSG {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    line-height: 0;
}

    .picMSG .btn_closePic {
        width: 40px;
        height: 40px;
        top: -20px;
        right: -20px;
    }

    .picMSG img {
        max-width: 640px;
        max-height: 493px;
        width: auto;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        background-color: #f2f6fc;
    }

.spinnerMSG {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

@-moz-document url-prefix() { /*only for firefox*/
    .popUpMSG .scroll-scrollx_visible textarea {
        padding-right: 17px;
    }

    .popUpMSG .scroll-element.scroll-x .scroll-bar {
        display: none;
    }
}

/*彈跳視窗 - 维护公告*/
.boxInfo {
}

    .boxInfo > div {
        padding: 0 1em 1em;
        margin: auto;
        display: table;
    }

/*官网永久通*/
.maskServ {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    display: none;
}

.popupServ {
    position: absolute;
    width: 540px;
    border-radius: 10px;
    background-color: #e8f2fa;
    padding: 10px 30px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    box-sizing: border-box;
}

.btn_close {
    position: absolute;
    background: url("../../Images/vi-vn/Graph/btn_closeBlue.png") center;
    width: 29px;
    height: 29px;
    right: -14px;
    top: -14px;
    cursor: pointer;
}

    .btn_close:hover {
        -webkit-filter: brightness(115%);
        filter: brightness(115%);
    }

.popupTitle {
    color: #004098;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 41px;
    border-bottom: 2px solid #cedce8;
}

.popup_In {
    padding-top: 20px;
}

.linkBox {
    display: flex;
    align-items: center;
    height: 48px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    font-size: 16px;
    position: relative;
    word-break: break-all;
}

.lineweb {
    margin-left: 20px;
    flex: 1;
}

.waring_black {
    display: none;
    position: absolute;
    z-index: 9;
    background: rgba(0,0,0,0.7);
    width: 100px;
    text-align: center;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.btn_copy {
    display: flex;
    min-width: 53px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #fd7c33;
    color: #fff;
    border-radius: 3px;
    margin: 0 10px;
    padding: 0 8px;
    cursor: pointer;
    box-sizing: border-box;
}

    .btn_copy:hover {
        background-color: #ff965a;
    }

.titleB {
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #004098;
    line-height: 1.2;
}

.t_org {
    color: #f23900;
}

.stepBox {
    display: flex;
}

.stepitem {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 15px;
}

.stepIcon {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
}

    .stepIcon img {
        width: 32px;
        height: auto;
    }

.stepServNum {
    position: absolute;
    top: 0;
    left: -8px;
    font-size: 24px;
    color: #7db4ff;
    font-weight: bold;
    font-style: italic;
}

.stepText {
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

.precautionsBox {
    background-color: #d3e6f5;
    border-radius: 8px;
    padding: 15px 23px;
    margin-top: 15px;
}

.precTitle {
    font-size: 17px;
    color: #004098;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.precText {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
}