body {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-family: 微軟正黑體, Arial, 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, Helvetica, sans-serif;
    border: 0px;
    outline: none;
}

a {
    border: 0;
    /*取消a標籤的虛線*/
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
}

img {
    border: 0;
}

select {
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none; /*CSS3*/
}

    select::-ms-expand {
        display: none; /*IE*/
    }

select {
    background-image: url(/Content/images/Graph/bg_select.png);
    background-repeat: no-repeat;
    background-position: right;
}

    input[disabled="disabled"], input[disabled="disabled"]:hover, select[disabled="disabled"], select[disabled="disabled"]:hover, textarea[disabled="disabled"] {
        background-color: #aaa !important;
        cursor: not-allowed;
    }

::-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;
}
/*頁面标题*/
.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;
    min-width: 87px;
    padding-right: 15px;
    box-sizing: border-box;
}

.inpage_menu_bg {
    background-color: #0c5d91;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
}

.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.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: 60px auto 0 auto;
}

/*一般彈跳視窗-BOX規範*/
.inpage_in {
    max-width: 800px;
    margin: 60px auto 0 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 #f3f3f3;
        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;
        width: 1px;
    }

.inpage_menu .line {
    color: #3480b1 !important;
}

.btn_inpageMenu a[class*="t_yellow"] {
    color: #ffd200;
}

    .btn_inpageMenu a[class*="t_yellow"]:hover, .btn_inpageMenu.On a[class*="t_yellow"] {
        color: #fff;
    }
/*頁碼*/
.recPages {
    display: table;
    margin: 0 auto;
    height: 35px;
}

    .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(/Content/images/Graph/btn_firstPages.png);
}

.prevPages {
    background-image: url(/Content/images/Graph/btn_prevPages.png);
}

.nextPages {
    background-image: url(/Content/images/Graph/btn_nextPages.png);
}

.lastPages {
    background-image: url(/Content/images/Graph/btn_lastPages.png);
}

/*-彈跳視窗-*/
.fancybox-skin {
    overflow: hidden;
}

.fancybox-inner {
    overflow-x: hidden !important;
}

.popUp {
    width: 400px;
    display: none;
}

.popUp_prompt {
    text-align: center;
    padding: 20px 20px 5px 20px;
    position: relative;
}

.fancybox-close {
    top: 3px !important;
}

.popUp_title {
    font-size: 18px;
    color: #5aaaf3;
    font-weight: bold;
    border-bottom: 2px solid #e5e5e5;
    line-height: 34px;
    height: 38px;
    text-align: left;
    padding: 0 10px;
    text-align: center;
}

.popUp_in {
    overflow-x: hidden;
}

.popList {
    list-style: none;
    color: #2e2e2e;
    font-size: 14px;
    display: table;
    margin: 0px auto;
}

    .popList li {
        min-height: 40px;
        margin-bottom: 20px;
        text-align: left;
        position: relative;
    }

        .popList li span {
            line-height: 35px;
            float: left;
        }

        .popList li > span {
            color: #333;
        }

.popList_T {
    width: 70px;
}

    .popList_T.TBig {
        font-size: 16px;
    }

.popList input[type=text], .popList input[type=password] {
    margin: 0;
    padding: 0px;
    border: 0px;
    width: 274px;
    height: 35px;
    background-color: #f3f3f3;
    padding-left: 10px;
    margin-left: 20px;
    float: left;
    font-size: 14px;
    color: #000;
}

.popList select {
    margin: 0;
    padding: 0px;
    border: 0px;
    width: 284px;
    height: 35px;
    color: #000;
    background-color: #f3f3f3;
    padding-left: 10px;
    margin-left: 20px;
    float: left;
    font-size: 14px;
}

.popList textarea {
    margin: 0;
    padding: 10px 0;
    border: 0px;
    width: 274px;
    height: 100px;
    color: #000;
    background-color: #f3f3f3;
    padding-left: 10px;
    margin-left: 20px;
    margin-bottom: 5px;
    float: left;
    font-size: 14px;
    resize: none;
}

.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(/Content/images/Graph/icon_check.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.sentOut {
    border: 0px;
    border-radius: 3px;
    width: 100%;
    height: 45px;
    background-color: #32abff;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

    .sentOut:hover {
        background-color: #38b8ff;
    }

    .sentOut.next {
        background-color:#aaa;
    }

.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 {
    background-color: #ababab;
    margin-right: 1%;
}

    .sentL:hover {
        background-color: #bbb;
    }

.sentR {
    background-color: #32abff;
    margin-left: 1%;
}

    .sentR:hover {
        background-color: #38b8ff;
    }

.errorHint {
    position: absolute;
    color: #f00;
    font-size: 13px;
    line-height: 20px !important;
    bottom: -15px;
    width: 274px;
    right: 0px;
    text-align: left;
}

.mainTain {
    width: 380px;
    margin: 0 auto 40px auto;
    position: relative;
}

.mainTainM {
    text-align: left;
    line-height: 22px;
    color: #777;
    font-size: 14px;
}

.mainTainMT {
    color: #0c5d91;
    font-size: 16px;
    line-height: 40px;
    display: block;
}

    .mainTainMT span {
        display: block;
    }

.sentTime {
    color: #bbb;
    text-align: center;
    display: block;
}

.sentCellCode {
    float: left;
    text-align: center;
    width: 113px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background-color: #00b2b9;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

    .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;
    }

.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;
    }

.errorID input[type="text"], .errorID input[type="password"] {
    background-color: #ffd5d5;
    color: #f00;
}

.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(/Content/images/Graph/icon_memberACHint_OK.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #00a517;
    position: absolute;
    right: 12px;
}

.memberACHint_NG {
    padding-left: 20px;
    line-height: 35px;
    background-image: url(/Content/images/Graph/icon_memberACHint_NG.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #f00;
    position: absolute;
    right: 12px;
}

.memberACHint_WT {
    padding-left: 20px;
    line-height: 35px;
    background-image: url(/Content/images/Graph/icon_memberACHint_WT.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #aaa;
    position: absolute;
    right: 12px;
}

/*彈跳視窗-註冊*/
.popList_register input[type=text], .popList_register input[type=password], .popList_register textarea {
    width: 258px;
}

.popList_register select {
    width: 268px;
}

.popList_register .errorHint {
    width: 260px;
    letter-spacing: -1px;
}

/*投诉箱*/
.complaint_prompt {
    color: #008aff;
    padding: 15px 10px;
    background-color: #f3f3f3;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

    .complaint_prompt img {
        float: left;
    }

.complaint_prompt_text {
    margin-left: 78px;
    font-size: 13px;
}

    .complaint_prompt_text p {
        margin: 0;
        margin-top: 7px;
        color: #ff9600;
    }
/*未读邮件通知*/
.unread_mail {
    margin: 0 auto;
    display: table;
    position: relative;
    text-align: left;
    min-height: 70px;
    vertical-align: middle;
    margin-bottom: 30px;
}

    .unread_mail img {
        margin-right: 15px;
    }

.unread_mail_text {
    display: table-cell;
    vertical-align: middle;
}

/*快速转帐*/
.popList_in {
    margin-left: 20px;
    width: 250px;
    float: left;
    line-height: 30px;
    position: relative;
}

    .popList_in input[type=text], .popList_in input[type=password] {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    .popList_in .errorHint {
        width: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        bottom: -20px;
    }

.FT_Money {
    color: #1ba200;
    border: 1px solid #dadada;
    position: relative;
    width: 100%;
    float: left;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 10px;
    font-weight: bold;
}

.btn_FT_Refresh {
    width: 11%;
    height: 30px;
    position: relative;
    float: right;
    cursor: pointer;
    width: 30px;
}

    .btn_FT_Refresh:after {
        content: "";
        background-image: url(/Content/images/Graph/btn_FT_Refresh.png);
        background-position: center top;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        height: 20px;
        visibility: visible;
    }

    .btn_FT_Refresh:hover:after {
        background-position: center bottom;
    }

.FT_button_bg {
    display: table;
    width: 100%;
    margin: 15px auto 0 auto;
}

.FT_button_w50L, .FT_button_w50R {
    border: 0px;
    border-radius: 3px;
    width: 48%;
    height: 45px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.FT_button_w50L {
    float: left;
    background-color: #ffa800;
}

    .FT_button_w50L:hover {
        background-color: #ffb21b;
    }

.FT_button_w50R {
    float: right;
    background-color: #32abff;
}

    .FT_button_w50R:hover {
        background-color: #38b8ff;
    }

.w400px {
    width: 400px;
}

.w800px {
    width: 800px;
}
/*维护*/
.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;
}

.deposit_maintain {
    color: #8b8b8b;
}

.depositMenu .deposit_maintain {
    position: relative;
    line-height: 22px;
}

    .depositMenu .deposit_maintain .icon_maintain_deposit {
        width: 15px;
    }

.depositMenu :hover .deposit_maintain {
    background-color: #e7e7e7;
}

.pay_maintain {
    background-color: #dddddd !important;
    color: #aaaaaa !important;
}

    .pay_maintain img {
        opacity: 1 !important;
    }

    .pay_maintain:hover {
        background-color: #dddddd;
    }

.menu_maintain a {
    border-bottom: 0px;
    color: #a2a2a2;
}

.icon_maintainIndexTop {
    width: 18px;
    display: inline-block;
    margin-right: 5px;
}

.subList_maintain {
    background-color: rgba(29, 29, 29, 0.70) !important;
    position: absolute;
    text-align: center;
    z-index: 100;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

    .subList_maintain img {
        display: table;
        margin: 5px auto;
    }

    .subList_maintain .listGameCover {
        background-color: rgba(119,119,119,0);
    }

/*综合电子*/
.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(/Content/images/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: 170px;
}

.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;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    font-size: 15px;
}

    .AGIN_maintain img {
        display: table;
        margin: 5px auto;
    }

    .AGIN_maintain .AGINCover {
        background-color: rgba(119,119,119,0);
    }

.swal2-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9000;
}

.swal2-modal {
    background-color: #fff;
    font-family: Microsoft JhengHei,"Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    max-height: 95%;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    z-index: 9100;
}

    .swal2-modal:focus {
        outline: none;
    }

    .swal2-modal.loading {
        overflow-y: hidden;
    }

    .swal2-modal h2 {
        color: #575757;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        text-transform: none;
        position: relative;
        margin: 0;
        padding: 0;
        line-height: 25px;
        display: block;
    }

    .swal2-modal hr {
        height: 10px;
        color: transparent;
        border: 0;
    }

    .swal2-modal button.styled {
        font-family: Microsoft JhengHei,"Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #fff;
        border: 0;
        box-shadow: none;
        font-size: 18px;
        font-weight: 500;
        border-radius: 5px;
        padding: 10px 32px;
        margin: 0 5px;
        cursor: pointer;
        width: 145px;
        height: 40px;
    }

        .swal2-modal button.styled:focus {
            outline: none;
        }

        .swal2-modal button.styled[disabled] {
            opacity: .4;
            cursor: no-drop;
        }

        .swal2-modal button.styled.loading {
            box-sizing: border-box;
            border: 4px solid transparent;
            border-color: transparent;
            width: 40px;
            height: 40px;
            padding: 0;
            margin: -2px 30px;
            vertical-align: top;
            background-color: transparent !important;
            color: transparent;
            cursor: default;
            border-radius: 100%;
            -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
            animation: rotate-loading 1.5s linear 0s infinite normal;
        }

        .swal2-modal button.styled::-moz-focus-inner {
            border: 0;
        }

    .swal2-modal .swal2-image {
        margin: 20px auto;
    }

    .swal2-modal .swal2-close {
        font-size: 36px;
        line-height: 36px;
        font-family: serif;
        position: absolute;
        top: 5px;
        right: 13px;
        cursor: pointer;
        color: #cfcfcf;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

        .swal2-modal .swal2-close:hover {
            color: #d55;
        }

.swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #555;
}

.swal2-icon {
    width: 60px;
    height: 60px;
    border: 4px solid #808080;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    /* http://stackoverflow.com/a/4407335/1331425 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .swal2-icon.swal2-error {
        border-color: #f27474;
    }

        .swal2-icon.swal2-error .x-mark {
            position: relative;
            display: block;
        }

        .swal2-icon.swal2-error .line {
            position: absolute;
            height: 5px;
            width: 27px;
            background-color: #f27474;
            display: block;
            top: 27px;
            border-radius: 2px;
        }

            .swal2-icon.swal2-error .line.left {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 17px;
            }

            .swal2-icon.swal2-error .line.right {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 16px;
            }

    .swal2-icon.swal2-warning {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #f8bb86;
        border-color: #f8bb86;
        font-size: 60px;
        line-height: 60px;
        text-align: center;
    }

    .swal2-icon.swal2-info {
        font-family: "Open Sans", sans-serif;
        color: #3fc3ee;
        border-color: #3fc3ee;
        font-size: 60px;
        line-height: 60px;
        text-align: center;
    }

    .swal2-icon.swal2-question {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #c9dae1;
        border-color: #c9dae1;
        font-size: 60px;
        line-height: 60px;
        text-align: center;
    }

    .swal2-icon.swal2-success {
        border-color: #a5dc86;
    }

        .swal2-icon.swal2-success::before, .swal2-icon.swal2-success::after {
            content: '';
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .swal2-icon.swal2-success::before {
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
            display:none;
        }

        .swal2-icon.swal2-success::after {
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 60px;
            transform-origin: 0 60px;
        }

        .swal2-icon.swal2-success .placeholder {
            width: 60px;
            height: 60px;
            border: 4px solid rgba(165, 220, 134, 0.2);
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .swal2-icon.swal2-success .fix {
            width: 7px;
            height: 90px;
            background-color: #fff;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            display:none;
        }

        .swal2-icon.swal2-success .line {
            height: 5px;
            background-color: #a5dc86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .swal2-icon.swal2-success .line.tip {
                width: 20px;
                left: 10px;
                top: 35px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .swal2-icon.swal2-success .line.long {
                width: 35px;
                right: 5px;
                top: 30px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

.swal2-input, .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    margin: 20px auto;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .swal2-input.error, .swal2-textarea.error {
        border-color: #f06e57 !important;
    }

    .swal2-input:focus, .swal2-textarea:focus {
        outline: none;
        box-shadow: 0px 0px 3px #c4e6f5;
        border: 1px solid #b4dbed;
    }

        .swal2-input:focus::-moz-placeholder, .swal2-textarea:focus::-moz-placeholder {
            -webkit-transition: opacity 0.3s 0.03s ease;
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.8;
        }

        .swal2-input:focus:-ms-input-placeholder, .swal2-textarea:focus:-ms-input-placeholder {
            -webkit-transition: opacity 0.3s 0.03s ease;
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.8;
        }

        .swal2-input:focus::-webkit-input-placeholder, .swal2-textarea:focus::-webkit-input-placeholder {
            -webkit-transition: opacity 0.3s 0.03s ease;
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.8;
        }

    .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
        color: #bdbdbd;
    }

    .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
        color: #bdbdbd;
    }

    .swal2-input::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
        color: #bdbdbd;
    }

.swal2-input {
    height: 43px;
    padding: 0 12px;
}

.swal2-textarea {
    height: 108px;
    padding: 12px;
}

.swal2-select {
    color: #555;
    font-size: inherit;
    margin: 20px auto;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%;
}

.swal2-radio {
    border: 0;
    margin: 20px auto;
}

    .swal2-radio label:not(:first-child) {
        margin-left: 20px;
    }

    .swal2-radio input, .swal2-radio span {
        vertical-align: middle;
    }

    .swal2-radio input {
        margin: 0 3px 0 0;
    }

.swal2-checkbox {
    color: #555;
    margin: 20px auto;
}

    .swal2-checkbox input, .swal2-checkbox span {
        vertical-align: middle;
    }

.swal2-validationerror {
    background-color: #f1f1f1;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: #797979;
    font-size: 16px;
    font-weight: 300;
}

    .swal2-validationerror::before {
        content: "!";
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ea7d7d;
        color: white;
        line-height: 24px;
        text-align: center;
        margin-right: 10px;
    }

@-webkit-keyframes showSweetAlert {
    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 showSweetAlert {
    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 hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.show-swal2 {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

    .show-swal2.no-animation {
        -webkit-animation: none;
        animation: none;
    }

.hide-swal2 {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

    .hide-swal2.no-animation {
        -webkit-animation: none;
        animation: none;
    }

@-webkit-keyframes animate-success-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 20px;
        left: 10px;
        top: 35px;
    }
}

@keyframes animate-success-tip {
    0% {
        width: 0;
        left: 10px;
        top: 35px;
    }

    54% {
        width: 0;
        left: 10px;
        top: 35px;
    }

    70% {
        width: 0px;
        left: 10px;
        top: 35px;
    }

    84% {
        width: 10px;
        left: 10px;
        top: 35px;
    }

    100% {
        width: 20px;
        left: 10px;
        top: 35px;
    }
}

@-webkit-keyframes animate-success-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 35px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 35px;
        right: 5px;
        top: 30px;
    }
}

@keyframes animate-success-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 35px;
        right: 5px;
        top: 30px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    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 rotatePlaceholder {
    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);
    }
}

.animate-success-tip {
    -webkit-animation: animate-success-tip 0.75s;
    animation: animate-success-tip 0.75s;
}

.animate-success-long {
    -webkit-animation: animate-success-long 0.75s;
    animation: animate-success-long 0.75s;
}

.swal2-icon.swal2-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

.animate-error-icon {
    -webkit-animation: animate-error-icon 0.5s;
    animation: animate-error-icon 0.5s;
}

@-webkit-keyframes animate-x-mark {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animate-x-mark {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animate-x-mark {
    -webkit-animation: animate-x-mark 0.5s;
    animation: animate-x-mark 0.5s;
}

@-webkit-keyframes pulse-warning {
    0% {
        border-color: #f8d486;
    }

    100% {
        border-color: #f8bb86;
    }
}

@keyframes pulse-warning {
    0% {
        border-color: #f8d486;
    }

    100% {
        border-color: #f8bb86;
    }
}

.pulse-warning {
    -webkit-animation: pulse-warning 0.75s infinite alternate;
    animation: pulse-warning 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#divNotify {
    font-size: 16px;
    font-weight: bolder;
    z-index: 99999;
    position: fixed;
    left: 45%;
    top: 10px;
    display: none;
}

.required-field:after {
    content: "*";
    color: red;
}

.customs_button {
    background-color: #23aae2;
    color: #fff;
    border: 0;
    border-radius: 3px;
}

.onoffswitch {
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #23aae2;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input[type="text"]:disabled {
    background-color: #ebebe4;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.transferPlatform li {
    line-height: 45px;
    height: 45px;
}

    .transferPlatform li input[type=button] {
        float: right;
    }

.alipayDeposit_maintain {
    background-color: rgba(29, 29, 29, 0.70) !important;
    position: absolute;
    text-align: center;
    z-index: 100;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -28px;
}

    .alipayDeposit_maintain img {
        display: table;
        margin: 5px auto;
    }

.fc-red {
    color: red;
}

.fc-darkred {
    color: darkred;
}

.fc-green {
    color: green;
}

.fc-white {
    color: white;
}

.fc-yellow {
    color: yellow;
}

/*註冊會員，待驗證的CSS*/
.memberACHint_LOAD {
    width: 65px;
    height: 35px;
    line-height: 35px;
    float: left;
    margin-left: 10px;
    padding-left: 15px;
    background-image: url(/Content/images/Graph/icon_memberACHint_WT.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #aaa;
}

.checkBoxCustom {
    background-color: #fff;
    width: 35px;
    height: 35px;
    float: left;
    cursor: pointer;
}

/*#region 網站導覽 - 維護中 icon 處理 */
.guilList a.guildmaintain::before {
    content: '';
    position: relative;
    width: 21px;
    height: 18px;
    background: url(/Content/images/Graph/icon_maintain.png) no-repeat;
    background-size: 70%;
    display: inline-block;
    margin-left: -20px;
    vertical-align: -25%; /* 調整 before 垂置置中 */
}

.btn_memberAcoountMenu {
    cursor: pointer;
}

    .btn_memberAcoountMenu > img {
        float: left;
        margin-top: 10px;
    }

    .btn_memberAcoountMenu a {
        float: left;
        margin: 0 5px;
    }

.memberPAccountMenu {
    background-color: rgba(0,0,0,0.8);
    /*padding: 0px 10px 0px 10px;*/
    position: absolute;
    top: 40px;
    z-index: 60;
    border-radius: 5px;
    right: -30px;
    font-size: 14px;
    display: none;
}

    .memberPAccountMenu ul {
        list-style: none;
        padding: 10px;
        margin: 0px;
        margin-bottom: 10px;
        float: left;
    }

        .memberPAccountMenu ul li {
            width: 70px;
            height: 20px;
        }
/*#endregion */

/* MainMenu 底線 Hover 處理 */
.menuA:hover {
    border-bottom: 4px solid #3787be;
    color: #0076c6;
}

.set-word-break {
    word-break: normal !important;
    word-wrap: break-word !important;
}

.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) {
    /* Put your IE-only styles here. Works for IS 10 & IE 11*/
    .set-word-overhide-span {
        white-space: nowrap;
    }
}
