@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

body.swal2-toast-shown .swal2-container {
    position: fixed;
    background-color: transparent;
}

    body.swal2-toast-shown .swal2-container.swal2-shown {
        background-color: transparent;
    }

    body.swal2-toast-shown .swal2-container.swal2-top {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
    }

    body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
    }

    body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-center {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
    }

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch;
}

    body.swal2-toast-column .swal2-toast .swal2-actions {
        flex: 1;
        align-self: stretch;
        height: 2.2em;
        margin-top: .3125em;
    }

    body.swal2-toast-column .swal2-toast .swal2-loading {
        justify-content: center;
    }

    body.swal2-toast-column .swal2-toast .swal2-input {
        height: 2em;
        margin: .3125em auto;
        font-size: 1em;
    }

    body.swal2-toast-column .swal2-toast .swal2-validation-message {
        font-size: 1em;
    }

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    box-shadow: 0 0 0.625em #d9d9d9;
    overflow-y: hidden;
}

    .swal2-popup.swal2-toast .swal2-header {
        flex-direction: row;
    }

    .swal2-popup.swal2-toast .swal2-title {
        flex-grow: 1;
        justify-content: flex-start;
        margin: 0 .6em;
        font-size: 1em;
    }

    .swal2-popup.swal2-toast .swal2-footer {
        margin: 0.5em 0 0;
        padding: 0.5em 0 0;
        font-size: 0.8em;
    }

    .swal2-popup.swal2-toast .swal2-close {
        position: initial;
        width: 0.8em;
        height: 0.8em;
        line-height: 0.8;
    }

    .swal2-popup.swal2-toast .swal2-content {
        justify-content: flex-start;
        font-size: 1em;
    }

    .swal2-popup.swal2-toast .swal2-icon {
        width: 2em;
        min-width: 2em;
        height: 2em;
        margin: 0;
    }

    .swal2-popup.swal2-toast .swal2-icon-text {
        font-size: 2em;
        font-weight: bold;
        line-height: 1em;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        top: .875em;
        width: 1.375em;
    }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
            left: .3125em;
        }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
            right: .3125em;
        }

    .swal2-popup.swal2-toast .swal2-actions {
        height: auto;
        margin: 0 .3125em;
    }

    .swal2-popup.swal2-toast .swal2-styled {
        margin: 0 .3125em;
        padding: .3125em .625em;
        font-size: 1em;
    }

        .swal2-popup.swal2-toast .swal2-styled:focus {
            box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
        }

    .swal2-popup.swal2-toast .swal2-success {
        border-color: #a5dc86;
    }

        .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
            position: absolute;
            width: 2em;
            height: 2.8125em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 50%;
        }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
                top: -.25em;
                left: -.9375em;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 2em 2em;
                transform-origin: 2em 2em;
                border-radius: 4em 0 0 4em;
            }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
                top: -.25em;
                left: .9375em;
                -webkit-transform-origin: 0 2em;
                transform-origin: 0 2em;
                border-radius: 0 4em 4em 0;
            }

        .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
            width: 2em;
            height: 2em;
        }

        .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
            top: 0;
            left: .4375em;
            width: .4375em;
            height: 2.6875em;
        }

        .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
            height: .3125em;
        }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
                top: 1.125em;
                left: .1875em;
                width: .75em;
            }

            .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
                top: .9375em;
                right: .1875em;
                width: 1.375em;
            }

    .swal2-popup.swal2-toast.swal2-show {
        -webkit-animation: showSweetToast .5s;
        animation: showSweetToast .5s;
    }

    .swal2-popup.swal2-toast.swal2-hide {
        -webkit-animation: hideSweetToast .2s forwards;
        animation: hideSweetToast .2s forwards;
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
        -webkit-animation: animate-toast-success-tip .75s;
        animation: animate-toast-success-tip .75s;
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
        -webkit-animation: animate-toast-success-long .75s;
        animation: animate-toast-success-long .75s;
    }

@-webkit-keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-0.625em) rotateZ(2deg);
        transform: translateY(-0.625em) rotateZ(2deg);
        opacity: 0;
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5;
    }

    66% {
        -webkit-transform: translateY(0.3125em) rotateZ(2deg);
        transform: translateY(0.3125em) rotateZ(2deg);
        opacity: .7;
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1;
    }
}

@keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-0.625em) rotateZ(2deg);
        transform: translateY(-0.625em) rotateZ(2deg);
        opacity: 0;
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5;
    }

    66% {
        -webkit-transform: translateY(0.3125em) rotateZ(2deg);
        transform: translateY(0.3125em) rotateZ(2deg);
        opacity: .7;
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes hideSweetToast {
    0% {
        opacity: 1;
    }

    33% {
        opacity: .5;
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1;
    }

    33% {
        opacity: .5;
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@-webkit-keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0;
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em;
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em;
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0;
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em;
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em;
    }
}

@-webkit-keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0;
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em;
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0;
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em;
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: hidden;
}

body.swal2-height-auto {
    /*height: auto !important;*/
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: transparent;
}

    body.swal2-no-backdrop .swal2-shown > .swal2-modal {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
        top: 0;
        left: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
        top: 0;
        right: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
        bottom: 0;
        left: 0;
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
        right: 0;
        bottom: 0;
    }

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 9999;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

    .swal2-container.swal2-top {
        align-items: flex-start;
    }

    .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
        align-items: flex-start;
        justify-content: flex-end;
    }

    .swal2-container.swal2-center {
        align-items: center;
    }

    .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
        align-items: center;
        justify-content: flex-start;
    }

    .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
        align-items: center;
        justify-content: flex-end;
    }

    .swal2-container.swal2-bottom {
        align-items: flex-end;
    }

    .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
        align-items: flex-end;
        justify-content: flex-start;
    }

    .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
        align-items: flex-end;
        justify-content: flex-end;
    }

    .swal2-container.swal2-grow-fullscreen > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-self: stretch;
        justify-content: center;
    }

    .swal2-container.swal2-grow-row > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center;
    }

    .swal2-container.swal2-grow-column {
        flex: 1;
        flex-direction: column;
    }

        .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
            align-items: center;
        }

        .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
            align-items: flex-start;
        }

        .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
            align-items: flex-end;
        }

        .swal2-container.swal2-grow-column > .swal2-modal {
            display: flex !important;
            flex: 1;
            align-content: center;
            justify-content: center;
        }

    .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
        margin: auto;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important;
    }
}

.swal2-container.swal2-fade {
    transition: background-color .1s;
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    min-width: 240px;
    max-width: 80%;
    padding: 1.1em 2em;
    border-radius: 0.3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

@media (min-width: 350px) {
    .swal2-popup {
        min-width: 265px;
    }
}

@media (min-width: 400px) {
    .swal2-popup {
        min-width: 288px;
        max-width: 76.2%;
    }
}

.swal2-popup:focus {
    outline: none;
}

.swal2-popup.swal2-loading {
    overflow-y: hidden;
}

.swal2-popup .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
    line-height: 1em;
}

.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.0625em;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-popup .swal2-actions {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -2em -1.1em;
    z-index: 1;
    width: calc(100% + 4em);
    border-radius: 0 0 0.3125em 0.3125em;
    overflow: hidden;
    position: relative
}

    .swal2-popup .swal2-actions:before {
        content: '';
        background-color: #eee;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
    }

    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
        opacity: .4;
    }

/*T38732 �����|���ݴ��ܰT�����u�ƽվ� - 0922.6 iphone sticky hover�קK���s�w�]���*/
@supports not (-webkit-touch-callout: none) {
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    }
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    box-sizing: border-box;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff;
    content: '';
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-actions button {
    cursor: pointer;
    flex: 1;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari ?M Chrome */
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
}

.swal2-popup .swal2-styled {
}

    .swal2-popup .swal2-styled:not([disabled]) {
        display: inline-block; /*T38372 0909.1 Iphone 6s 10.2 10.3 swal �u�����s��r���� (�Ѧ����}�øm��)*/
    }

    .swal2-popup .swal2-styled.swal2-confirm {
        border: 0;
        background: initial;
        background-color: #fff;
        color: #008bec;
        font-size: 1.0625em;
        font-weight: bold;
    }

    .swal2-popup .swal2-styled.swal2-cancel {
        border: 0;
        background: initial;
        background-color: #fff;
        color: #a1a1a1;
        font-size: 1.0625em;
        font-weight: bold;
    }

    .swal2-popup .swal2-styled + .swal2-styled {
        border-left: 1px solid #eee !important;
    }

    .swal2-popup .swal2-styled:focus {
        outline: none;
    }

    .swal2-popup .swal2-styled::-moz-focus-inner {
        border: 0;
    }

.swal2-popup .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
}

.swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto;
}

.swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
}

    .swal2-popup .swal2-close:hover {
        -webkit-transform: none;
        transform: none;
        color: #f27474;
    }

.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
    display: none;
}

.swal2-popup .swal2-content {
    justify-content: center;
    margin: 0 auto 1em;
    padding: 0;
    font-size: 1em;
    line-height: normal;
    z-index: 1;
    word-wrap: break-word;
    align-items: center;
    display: flex;
}

.swal2-popup #swal2-content {
    text-align: center;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
    margin: 1em auto;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    font-size: 1.125em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

    .swal2-popup .swal2-input.swal2-inputerror,
    .swal2-popup .swal2-file.swal2-inputerror,
    .swal2-popup .swal2-textarea.swal2-inputerror {
        border-color: #f27474 !important;
        box-shadow: 0 0 2px #f27474 !important;
    }

    .swal2-popup .swal2-input:focus,
    .swal2-popup .swal2-file:focus,
    .swal2-popup .swal2-textarea:focus {
        border: 1px solid #b4dbed;
        outline: none;
        box-shadow: 0 0 3px #c4e6f5;
    }

    .swal2-popup .swal2-input::-webkit-input-placeholder,
    .swal2-popup .swal2-file::-webkit-input-placeholder,
    .swal2-popup .swal2-textarea::-webkit-input-placeholder {
        color: #cccccc;
    }

    .swal2-popup .swal2-input:-ms-input-placeholder,
    .swal2-popup .swal2-file:-ms-input-placeholder,
    .swal2-popup .swal2-textarea:-ms-input-placeholder {
        color: #cccccc;
    }

    .swal2-popup .swal2-input::-ms-input-placeholder,
    .swal2-popup .swal2-file::-ms-input-placeholder,
    .swal2-popup .swal2-textarea::-ms-input-placeholder {
        color: #cccccc;
    }

    .swal2-popup .swal2-input::placeholder,
    .swal2-popup .swal2-file::placeholder,
    .swal2-popup .swal2-textarea::placeholder {
        color: #cccccc;
    }

.swal2-popup .swal2-range input {
    width: 80%;
}

.swal2-popup .swal2-range output {
    width: 20%;
    font-weight: 600;
    text-align: center;
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
    height: 2.625em;
    margin: 1em auto;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em;
}

.swal2-popup .swal2-input {
    height: 2.625em;
    padding: 0 0.75em;
}

    .swal2-popup .swal2-input[type='number'] {
        max-width: 10em;
    }

.swal2-popup .swal2-file {
    font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: 0.75em;
}

.swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    color: #545454;
    font-size: 1.125em;
}

.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
    align-items: center;
    justify-content: center;
}

    .swal2-popup .swal2-radio label,
    .swal2-popup .swal2-checkbox label {
        margin: 0 .6em;
        font-size: 1.125em;
    }

    .swal2-popup .swal2-radio input,
    .swal2-popup .swal2-checkbox input {
        margin: 0 .4em;
    }

.swal2-popup .swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    background: #f0f0f0;
    color: #666666;
    font-size: 1em;
    font-weight: 300;
    overflow: hidden;
}

    .swal2-popup .swal2-validation-message::before {
        display: inline-block;
        width: 1.5em;
        min-width: 1.5em;
        height: 1.5em;
        margin: 0 .625em;
        border-radius: 50%;
        background-color: #f27474;
        color: #fff;
        font-weight: 600;
        line-height: 1.5em;
        text-align: center;
        content: '!';
        zoom: normal;
    }

@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, 0.4);
    }
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 0.3em auto -10px;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale(0.8);
}

.swal2-icon-text {
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
}

    .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1;
    }

    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474;
    }

        .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
            left: 1.0625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
            right: 1em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
}

    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 50%;
    }

        .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
            top: -.4375em;
            left: -2.0635em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 3.75em 3.75em;
            transform-origin: 3.75em 3.75em;
            border-radius: 7.5em 0 0 7.5em;
        }

        .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
            top: -.6875em;
            left: 1.875em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 3.75em;
            transform-origin: 0 3.75em;
            border-radius: 0 7.5em 7.5em 0;
        }

    .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        top: -.25em;
        left: -.25em;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(165, 220, 134, 0.3);
        border-radius: 50%;
        z-index: 2;
        box-sizing: content-box;
    }

    .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1;
    }

    .swal2-icon.swal2-success [class^='swal2-success-line'] {
        display: block;
        position: absolute;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86;
        z-index: 2;
    }

        .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
            top: 2.875em;
            left: .875em;
            width: 1.5625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
            top: 2.375em;
            right: .5em;
            width: 2.9375em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.swal2-progresssteps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    font-weight: 600;
}

    .swal2-progresssteps li {
        display: inline-block;
        position: relative;
    }

    .swal2-progresssteps .swal2-progresscircle {
        width: 2em;
        height: 2em;
        border-radius: 2em;
        background: #3085d6;
        color: #fff;
        line-height: 2em;
        text-align: center;
        z-index: 20;
    }

        .swal2-progresssteps .swal2-progresscircle:first-child {
            margin-left: 0;
        }

        .swal2-progresssteps .swal2-progresscircle:last-child {
            margin-right: 0;
        }

        .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
            background: #3085d6;
        }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
                background: #add8e6;
            }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
                background: #add8e6;
            }

    .swal2-progresssteps .swal2-progressline {
        width: 2.5em;
        height: .4em;
        margin: 0 -1px;
        background: #3085d6;
        z-index: 10;
    }

[class^='swal2'] {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.swal2-show {
    -webkit-animation: swal2-show 0.3s;
    animation: swal2-show 0.3s;
}

    .swal2-show.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

.swal2-hide {
    -webkit-animation: swal2-hide 0.15s forwards;
    animation: swal2-hide 0.15s forwards;
}

    .swal2-hide.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

[dir='rtl'] .swal2-close {
    right: auto;
    left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip 0.75s;
    animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long 0.75s;
    animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon 0.5s;
    animation: swal2-animate-error-icon 0.5s;
}

    .swal2-animate-error-icon .swal2-x-mark {
        -webkit-animation: swal2-animate-error-x-mark 0.5s;
        animation: swal2-animate-error-x-mark 0.5s;
    }

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important;
    }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
            display: none;
        }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
            position: initial !important;
        }
}

/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #f3f3f3;
	border-radius: 4px;
    box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: #000;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: -3px;
	height: 13px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #f3f3f3;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #f3f3f3;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #f3f3f3;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #f3f3f3;
	left: 0px;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #f3f3f3;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #f3f3f3;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #f3f3f3;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #f3f3f3;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../Content/Images/Graph/icon_close.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px; /*The size of the normal image, half the size of the hi-res image*/
    margin-top: 8px;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(../Content/Images/fancybox/fancybox_loading.html) center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 8040;
}

    .fancybox-close:hover {
        -webkit-filter: brightness(70%);
        filter: brightness(70%);
    }

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../Content/Images/fancybox/blank.html); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../Content/Images/fancybox/fancybox_overlay.html);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    z-index: 1000;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../Content/Images/Graph/icon_close.html);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url(../Content/Images/Graph/icon_close.html);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 20px 20px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.date-picker-date-time {
    z-index: 8900;
    position: absolute;
}

.date-range .date-picker-date-time {
    z-index: 8900;
    position: inherit;
}

[date-picker-wrapper] {
    position: absolute;
    min-width: 220px;
    z-index: 10;
    display: block;
}

@media (max-width: 767px) {
    [date-picker-wrapper] {
        width: 98.3%;
        left: 0;
        font-size: 16px;
    }
}

[date-time-append] [date-picker-wrapper] [date-picker] {
    margin-top: -30px;
}

[date-time-append] [date-picker] {
    position: relative;
    margin-right: -1000px;
    margin-bottom: -1000px;
}

[date-range] [date-picker] .after.before {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #499dcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f6ab4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f6ab4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f6ab4', GradientType=0);
    border-color: #2f6ab4 #2f6ab4 #1f4677;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f6ab4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    [date-range] [date-picker] .after.before:hover, [date-range] [date-picker] .after.before:active, [date-range] [date-picker] .after.before.active, [date-range] [date-picker] .after.before.disabled, [date-range] [date-picker] .after.before[disabled] {
        color: #ffffff;
        background-color: #2f6ab4;
        *background-color: #2a5ea0;
    }

    [date-range] [date-picker] .after.before:active, [date-range] [date-picker] .after.before.active {
        background-color: #24528c \9;
    }

[date-picker].hidden {
    display: none;
}

[date-picker] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    /* GENERAL */
    padding: 4px;
    /* SPECIFIC */
    border: 2px solid #E1E1E1;
}

@media (max-width: 767px) {
    [date-picker] {
        display: inline-table !important;
        width: 100%;
        font-size: 18px;
        box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);
    }
}

[date-picker] table {
    font-family: Arial;
    margin: 0;
}

@media (max-width: 767px) {
    [date-picker] table {
        margin: 0 auto;
    }
}

[date-picker] td, [date-picker] th {
    padding: 4px 5px;
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

[date-picker] th {
    font-weight: bold;
    color: #333333;
    font-size: 1.1em;
}

@media (max-width: 350px) {
    [date-picker] th {
        font-size: 0.86em;
    }

    [date-picker] td, [date-picker] th {
        width: 35px;
        height: 20px;
    }
}

[date-picker] .switch {
    width: 145px;
    font-weight: bold;
    color: #333333;
    font-size: 1.3em;
}

[date-picker] span {
    display: block;
    width: 23%;
    height: 26px;
    line-height: 25px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    [date-picker] span:hover {
        background: #eeeeee;
    }

    [date-picker] span.disabled, [date-picker] span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

[date-picker] .active, [date-picker] .now {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    [date-picker] .active:hover, [date-picker] .now:hover, [date-picker] .active:active, [date-picker] .now:active, [date-picker] .active.active, [date-picker] .now.active, [date-picker] .active.disabled, [date-picker] .now.disabled, [date-picker] .active[disabled], [date-picker] .now[disabled] {
        color: #ffffff;
        background-color: #0044cc;
        *background-color: #003bb3;
    }

    [date-picker] .active:active, [date-picker] .now:active, [date-picker] .active.active, [date-picker] .now.active {
        background-color: #003399 \9;
    }

[date-picker] .now {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ee735b;
    background-image: -moz-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee905b));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: -o-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: linear-gradient(to bottom, #ee5f5b, #ee905b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffee905b', GradientType=0);
    border-color: #ee905b #ee905b #e56218;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ee905b;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    [date-picker] .now:hover, [date-picker] .now:active, [date-picker] .now.active, [date-picker] .now.disabled, [date-picker] .now[disabled] {
        color: #ffffff;
        background-color: #ee905b;
        *background-color: #ec8044;
    }

    [date-picker] .now:active, [date-picker] .now.active {
        background-color: #e9712d \9;
    }

[date-picker] .disabled {
    background: none;
    color: #999999 !important;
    cursor: default;
}

[date-picker] [ng-switch-when="year"] span, [date-picker] [ng-switch-when="month"] span, [date-picker] [ng-switch-when="minutes"] span {
    height: 54px;
    line-height: 54px;
}

[date-picker] [ng-switch-when="date"] td {
    padding: 0;
}

[date-picker] [ng-switch-when="date"] span {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 1em;
}

@media (max-width: 767px) {
    [date-picker] [ng-switch-when="date"] td {
        width: 1%;
    }

    [date-picker] [ng-switch-when="date"] span {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 1.5em;
    }
}

@media (max-width: 500px) {
    [date-picker] [ng-switch-when="date"] span {
        font-size: 1.0em;
    }
}

[date-picker] th:hover, [date-picker] [ng-switch-when="date"] td span:hover {
    background: #eeeeee;
    cursor: pointer;
}

.block-ui {
    position: relative;
}

body.block-ui {
    /* IE8 doesn't support .block-ui:not(body) */
    position: static;
}

    body.block-ui > .block-ui-container,
    .block-ui-main > .block-ui-container {
        position: fixed;
    }

.block-ui-container {
    position: absolute;
    z-index: 8000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=00);
}

.block-ui-active > .block-ui-container {
    height: 100%;
    cursor: wait;
}

.block-ui-active .block-ui-active > .block-ui-container {
    height: 0;
}

.block-ui-visible > .block-ui-container {
    opacity: 1;
    filter: alpha(opacity=100);
}

.block-ui-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: white;
}

.block-ui-message-container {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    height: 0;
    text-align: center;
    z-index: 10001;
}

.block-ui-message {
    display: inline-block;
    text-align: left;
    /*background-color: #333;*/
    color: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    /* needed for IE */
    filter: alpha(opacity=100);
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-ui-anim-fade > .block-ui-container {
    transition: height 0s linear 200ms, opacity 200ms ease 0s;
    display: none;
}

.block-ui-anim-fade.block-ui-active > .block-ui-container {
    /*this resets the initial delay of the height */
    /*and sizes the block to full height at once at the start of the block. */
    transition-delay: 0s;
    display: block;
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.slidercaptcha .sliderBlock {
    position: absolute;
    left: 0;
    top: 0;
}

.slidercaptcha .sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border-radius: 2px;
    margin-top: 4px;
}

.slidercaptcha {
    height: 200px;
}

    .slidercaptcha .slided {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-color: #f7f9fa;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #e6e8eb;
    }

    .slidercaptcha .arrow {
        width: 30px;
        height: 30px;
        /*T39349 K-全站測試站-會員端(PC+手機版+包網APP)，圖形驗證優化調整*/
        background-image: url(/assets/images/vi-vn/slide.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slidercaptcha .sliderContainer_active .slider {
        top: -1px;
        border: 1px solid #1991FA;
        background-color: #1991fa;
    }

    .slidercaptcha .sliderContainer_active .sliderMask {
        border-width: 1px 0 1px 1px;
    }

    .slidercaptcha .sliderContainer_success .slider {
        top: -1px;
        border: 1px solid #52CCBA;
        background-color: #52CCBA !important;
    }

    .slidercaptcha .sliderContainer_success .sliderMask {
        border: 1px solid #52CCBA;
        border-width: 1px 0 1px 1px;
        background-color: #D2F4EF;
    }

    .slidercaptcha .sliderContainer_success .arrow {
        /*content: "\f00c";*/
        width: 30px;
        height: 30px;
        background-image: url(/assets/images/vi-vn/icon_checked.svg);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slidercaptcha .sliderContainer_fail .slider {
        top: -1px;
        border: 1px solid #f57a7a;
        background-color: #f57a7a !important;
    }

    .slidercaptcha .sliderContainer_fail .sliderMask {
        border: 1px solid #f57a7a;
        background-color: #fce1e1;
        border-width: 1px 0 1px 1px;
    }

    .slidercaptcha .sliderContainer_fail .arrow {
        /*content: "\f00d";*/
        width: 30px;
        height: 30px;
        background-image: url(/assets/images/vi-vn/icon_cancel.svg);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slidercaptcha .sliderContainer_active .sliderText, .slidercaptcha .sliderContainer_success .sliderText, .slidercaptcha .sliderContainer_fail .sliderText {
        display: none;
    }

    .slidercaptcha .sliderMask {
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        border: 0 solid #1991FA;
        background: #D1E9FE;
        border-radius: 2px;
    }

    .slidercaptcha .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: background .2s linear;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .slidercaptcha .slider:hover .sliderIcon {
            background-position: 0 -13px;
        }

    .slidercaptcha .sliderText {
        position: relative;
    }

    /*.slidercaptcha .sliderIcon {
}*/

    .slidercaptcha .refreshIcon {
        position: absolute;
        right: 0;
        cursor: pointer;
        margin: 6px;
        color: rgba(0,0,0,.25);
        font-size: 1rem;
        z-index: 5;
        transition: color .3s linear;
        /*T39349 K-全站測試站-會員端(PC+手機版+包網APP)，圖形驗證優化調整*/
        background: url(/assets/images/vi-vn/refresh.svg) no-repeat center;
        background-size: 100% auto;
        width: 35px;
        height: 35px;
        top: 104px;
    }

        .slidercaptcha .refreshIcon:hover {
            color: #6c757d;
        }

@media (min-width: 320px) and (max-width: 360px) {
    #mask_SliderCaptcha #sliderCaptcha, .sliderCaptcha-area {
        transform: scale(0.9);
    }

    #mask_SliderCaptcha .popup_In {
        padding: 0px
    }

    .slidercaptcha .refreshIcon {
        width: 32px;
        height: 32px;
        top: 107px;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial,Microsoft JhengHei;
    -webkit-overflow-scrolling: touch;
    background-color: #f0eff5;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
    border: 0;
    /*取消a標籤的虛線*/
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
}

img {
    border: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

input, select, textarea {
    font-family: Arial,Microsoft JhengHei;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    outline: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 0.85em;
}

    select::-ms-expand {
        display: none; /*IE*/
    }

input, select {
    height: 48px;
    box-sizing: border-box;
}

select {
    color: #000;
    background: url(/assets/images/vi-vn/icon_select.svg) no-repeat right;
    background-size: auto 20%;
    cursor: pointer;
}

    select.gray {
        color: #888;
    }

textarea {
    border: 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    font-size: 0.9em;
    color: #fff;
    border: 0;
    background-color: #45b5d9;
    cursor: pointer;
    padding: 0;
    border-radius: 2px;
    height: 40px;
    line-height: normal !important;
}

input[disabled="disabled"] {
    cursor: auto !important;
    opacity: 1;
}

select[disabled="disabled"] {
    cursor: auto;
    color: #999;
    opacity: 1;
}

input[type="text"][disabled="disabled"] {
    color: #000;
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"][class~="off"] {
    background-color: #aaa !important;
    color: #fff !important;
    opacity: 1;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #888;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #888;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #888 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #888;
    opacity: 1;
}

.error ::-webkit-input-placeholder {
    color: #8f8f8f;
}

.error ::-moz-placeholder {
    color: #8f8f8f;
    opacity: 1;
}

.error :-ms-input-placeholder {
    color: #8f8f8f;
}

.error :-moz-placeholder {
    color: #8f8f8f;
    opacity: 1;
}

.w100 {
    width: 100%;
}

.w50L {
    width: 49%;
    float: left;
}

.w50R {
    width: 49%;
    float: right;
}

.w33L, .w33C, .w33R {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.w33R {
    margin-right: 0;
}

.w40L {
    width: 40%;
    float: left;
}

.w60R {
    width: 58%;
    margin-left: 2%;
    float: left;
}

.w60L {
    width: 60%;
    float: left;
}

.w40R {
    width: 38%;
    margin-left: 2%;
    float: left;
}

.t_white {
    color: #fff !important;
}

.t_black {
    color: #000 !important;
}

.t_blue {
    color: #2782d7 !important;
}

.t_skyblue {
    color: #3eb2d9 !important;
}

.t_red {
    color: #ff3b30 !important;
}

.t_orange {
    color: #ff7800 !important;
}

.t_gray {
    color: #888 !important;
}

.t_spacing {
    letter-spacing: -1px;
}

.t_spacing5 {
    letter-spacing: 5px;
}

.t_spacing8 {
    letter-spacing: 8px;
}

.t_pink {
    color: #ff7c80 !important;
}

.t_purple {
    color: rgb(203, 131, 255) !important;
}

.t_yellow {
    color: yellow !important;
}

.t_green {
    color: #00bb00;
}

.t_tangerline {
    color: #ffba00 !important;
}

.bg_colorGreen {
    background-color: #8fc31f !important;
}

.bg_colorBlueGreen {
    background-color: #00b2b9 !important;
}

.bg_colorDB {
    background-color: #2782d7 !important;
}

.bg_colorDG {
    background-color: #149300 !important;
}

.bg_colorGray {
    background-color: #a0a0a0 !important;
}

.bg_colorO {
    background-color: #ff9c00 !important;
}

.bg_colorW {
    background-color: #fff !important;
}

.bg_colorR {
    background-color: #bf5758 !important;
}

.blueT {
    color: #5aaaf3 !important;
}

.t_bold {
    font-weight: bold;
}

.letterS {
    letter-spacing: -0.5px;
}

@media (min-width: 350px) {
    body {
        font-size: 1.1em;
    }

    .btn_codeSecond.letterS {
        letter-spacing: 0;
    }
}

@media (min-width: 400px) {
    body {
        font-size: 1.2em;
    }

    input, select {
        height: 60px;
    }

        input[type="button"], input[type="submit"], input[type="reset"] {
            border-radius: 3px;
            height: 52px;
        }

    .bg_colorBlueGreen.letterS {
        letter-spacing: 0;
    }
}

/*共用項目-抬頭*/
.bg_header {
    height: 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #0f548b url(/assets/images/vi-vn/bg_header.jpg) repeat-y;
    background-size: 100% auto;
    color: #fff;
}

.img_header {
    width: 80px;
    height: auto;
    margin-left: 2%;
}

.bg_header_name {
    font-size: .9em;
    font-weight: normal;
    margin: 0 40px;
    text-align: center;
    white-space: nowrap;
    line-height: 40px;
    width: 100%;
}

    .bg_header_name.left {
        margin-right: 2vw;
        width: auto;
    }

        .bg_header_name.left + .header_R .icon_inforID {
            margin-right: 3vw;
        }

.btn_back {
    background: url(/assets/images/vi-vn/icon_arrowW.svg) no-repeat center;
    background-size: auto 40%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

    .btn_back:active, .btn_topPClose:active {
        opacity: .8;
    }

.btn_topPClose {
    background: url(/assets/images/vi-vn/btn_close_white.svg) no-repeat center;
    background-size: auto 35%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
}

.header_R {
    height: 100%;
    display: flex;
    overflow: hidden;
    flex: 1;
    justify-content: flex-end;
}

    .header_R a {
        text-decoration: none;
        cursor: pointer;
        font-size: .85em;
        padding: 0 8px 0 26px;
        background-position: 6px center;
        background-repeat: no-repeat;
        display: flex;
        align-self: center;
        justify-content: center;
        border-radius: 100px;
        color: #fff;
        line-height: 23px;
        background-size: 15px auto;
        margin-right: 2vw;
    }

        .header_R a:active {
            opacity: .8;
        }

.btn_join {
    background-image: url(/assets/images/vi-vn/btn_join.svg);
    background-color: #ffa84d;
}

.btn_login {
    background-image: url(/assets/images/vi-vn/btn_login.svg);
    background-color: #399fda;
}

.icon_inforID {
    display: flex;
    justify-content: center;
    align-items: baseline;
    overflow: hidden;
    font-size: initial;
    line-height: 40px;
    margin-right: calc(20px + 4vw);
}

.infor_ID {
    color: #8695b9;
    font-size: .7em;
    margin-right: 2vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon_inforMoney {
    cursor: pointer;
    position: relative;
    padding-right: 15px;
    color: #feea11;
    padding-left: 13px;
}

    .icon_inforMoney:before {
        content: '$';
        position: absolute;
        left: 0;
        top: 0;
        width: 10px;
        text-align: right;
    }

    .icon_inforMoney:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url(/assets/images/vi-vn/icon_arrowW.svg) no-repeat center;
        background-size: 100% auto;
        width: 10px;
        height: 10px;
    }

    .icon_inforMoney.on:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.btn_inforMail, .btn_bell {
    position: absolute;
    cursor: pointer;
    background: url(/assets/images/vi-vn/btn_inforMail.svg) no-repeat center;
    background-size: 20px;
    background-position-x: calc(100% - 2vw);
    width: calc(20px + 4vw);
    height: 100%;
    right: 0;
    top: 0;
}

    .btn_inforMail:active, .btn_bell:active {
        opacity: .8;
    }

.btn_bell {
    background-image: url(/assets/images/vi-vn/btn_inforMailW.svg);
}

    .btn_inforMail.on:after,
    .btn_bell.on:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #ff3b30;
        top: 9px;
        right: 2vw;
        border-radius: 50%;
    }

@media (min-width: 350px) {
    .header_R a {
        line-height: 25px;
        background-size: 17px auto;
        padding: 0 10px 0 30px;
    }

    .img_header {
        width: 100px;
    }

    .infor_ID {
        font-size: .8em;
    }

    .icon_inforMoney {
        font-size: 1.15em;
    }
}

@media (min-width: 375px) {
    .infor_ID {
        font-size: .9em;
    }

    .icon_inforMoney {
        font-size: 1.2em;
    }
}

@media (min-width: 400px) {
    .icon_inforID {
        margin-right: calc(24px + 4vw);
    }

    .icon_inforMoney {
        padding-right: 18px;
    }

    .btn_inforMail, .btn_bell {
        width: calc(24px + 4vw);
        background-size: 24px;
    }

        .btn_inforMail.on:after,
        .btn_bell.on:after {
            right: 2.1vw;
        }
}

/*会员中心*/
.member {
    width: 100%;
    height: 90px;
    display: flex;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
}

    .member li {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        white-space: nowrap;
    }

        .member li + li {
            margin-left: 5px;
        }

.memberFace {
    flex-flow: column;
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: -0.8px;
    word-spacing: -0.8px;
}

    .memberFace img {
        width: 48px;
        height: 48px;
        margin-bottom: 6px;
    }

.memberID {
    line-height: 1.5em;
    font-size: 0.85em;
}

.memberMoney {
    word-spacing: -2px;
    letter-spacing: -1px;
    font-size: 1.25em;
    flex: 1.2 !important;
}

.memberForm {
    width: 100%;
    font-size: 0.85em;
}

    .memberForm li {
        background-color: #fff;
        line-height: 39px;
        position: relative;
    }

        .memberForm li:not(.marginBottom):not(:last-child):after {
            content: '';
            position: absolute;
            border-bottom: 1px solid #f0eff5;
            width: 83%;
            right: 0;
            bottom: 0;
        }

        .memberForm li:not(.off):not(.memberDrop):active {
            background-color: #e8e8e8;
        }

        .memberForm li.off img:not(.img_maintain) {
            opacity: 0.3;
        }

        .memberForm li.off div, .memberDrop li.off {
            color: #ccc;
        }

    .memberForm .img_maintain {
        display: none;
    }

    .memberForm li.off .img_maintain {
        display: block;
        position: absolute;
        right: 5.5%;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .memberForm > li:last-child {
        text-align: center;
    }

    .memberForm img,
    .memberForm [class*="img_"] {
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5.5%;
    }

    .memberForm div {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

    .memberForm .marginBottom {
        margin-bottom: 10px;
    }

    .memberForm .redC:after {
        content: '';
        height: 7px;
        width: 7px;
        background-color: #f00;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 15px;
        right: -7px;
        margin: auto;
    }

.memberDrop {
}

    .memberDrop:before {
        content: '';
        position: absolute;
        background: url(/assets/images/vi-vn/icon_arrowGW.svg) no-repeat center top;
        background-size: 100% 200%;
        width: 15px;
        height: 8px;
        right: 5.5%;
        top: 16px;
    }

    .memberDrop ul {
        display: none;
    }

    .memberDrop li {
        background-color: #e8f9ff;
        color: #000;
    }

        .memberDrop li:before {
            content: '';
            background-color: #cde8fb;
            height: 6px;
            width: 6px;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            margin-left: calc(5.5% + 8px);
            margin-right: calc(5.5% + 8px);
        }

        .memberDrop li:after {
            border-color: #cde8fb !important;
        }

    .memberDrop.on {
        background-color: #2882d8;
        color: #fff;
    }

        .memberDrop.on:before,
        .memberDrop.on [class*="img_"] {
            background-position-y: bottom;
        }

    .memberDrop [class*="img_"] {
        background-position: top;
        background-repeat: no-repeat;
    }

.img_record {
    background-image: url(/assets/images/vi-vn/icon_menu_record.svg);
    background-size: 100% 200%;
}

.img_set {
    background-image: url(/assets/images/vi-vn/icon_setting.svg);
    background-size: 100% 200%;
}

.img_help {
    background-image: url(/assets/images/vi-vn/icon_menu_help.svg);
    background-size: 100% 200%;
}

.img_download {
    background-image: url(/assets/images/vi-vn/icon_menu_download.svg);
    background-size: 100% 200%;
}

@media (min-width: 350px) {
    .member {
        height: 100px;
        padding: 8px;
    }

    .memberFace img {
        width: 54px;
        height: 54px;
    }

    .memberForm li {
        line-height: 44px;
    }

    .memberForm img,
    .memberForm [class*="img_"] {
        height: 25px;
        width: 25px;
    }

    .memberDrop li:before {
        height: 7px;
        width: 7px;
        margin-left: calc(5.5% + 9px);
        margin-right: calc(5.5% + 9px);
    }

    .memberDrop:before {
        top: 18px;
    }
}

@media (min-width: 375px) {
    .member li + li {
        margin-left: 8px;
    }

    .memberFace {
        font-size: 0.85em;
        word-spacing: 0;
    }

    .memberMoney {
        letter-spacing: 0;
        word-spacing: 0;
    }
}

@media (min-width: 400px) {
    .member {
        height: 120px;
        padding: 10px;
    }

    .memberFace img {
        width: 65px;
        height: 65px;
        font-size: 0.85em;
    }

    .memberForm li {
        line-height: 49px;
    }

    .memberForm img,
    .memberForm [class*="img_"] {
        height: 27px;
        width: 27px;
    }

    .memberForm .redC:after {
        height: 8px;
        width: 8px;
        bottom: 18px;
    }

    .memberDrop li:before {
        margin-left: calc(5.5% + 10px);
        margin-right: calc(5.5% + 10px);
    }

    .memberDrop:before {
        top: 21px;
    }
}

@media (min-width: 530px) {
    .member li + li {
        margin-left: 10px;
    }

    .memberFace {
        letter-spacing: 0;
    }

    .memberForm .img_maintain {
        right: 4.5%;
    }

    .memberForm li:not(.marginBottom):not(:last-child):after {
        width: 84%;
    }
}

@media (min-width: 600px) {
    .memberForm li:not(.marginBottom):not(:last-child):after {
        width: 84.5%;
    }
}

@media (min-width: 768px) {
    .memberForm li:not(.marginBottom):not(:last-child):after {
        width: 85.5%;
    }
}

@media (min-width: 768px) {
    .memberForm li:not(.marginBottom):not(:last-child):after {
        width: 86.5%;
    }
}

@media (min-width: 1366px) {
    .memberForm li:not(.marginBottom):not(:last-child):after {
        width: 87.5%;
    }
}

/*共用項目-個入資訊*/
.level1 {
    background: url(/assets/images/vi-vn/icon_level1.svg) no-repeat 10px 50%;
    background-size: auto 60%;
}

.level2 {
    background: url(/assets/images/vi-vn/icon_level2.svg) no-repeat 10px 50%;
    background-size: auto 60%;
}

.level3 {
    background: url(/assets/images/vi-vn/icon_level3.svg) no-repeat 10px 50%;
    background-size: auto 60%;
}

.level4 {
    background: url(/assets/images/vi-vn/icon_level4.svg) no-repeat 10px 50%;
    background-size: auto 60%;
}

.level5 {
    background: url(/assets/images/vi-vn/icon_level5.svg) no-repeat 10px 50%;
    background-size: auto 60%;
}

.inforMDropOUT {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    display: none;
    -webkit-overflow-scrolling: initial;
}

    .inforMDropOUT:after {
        content: "";
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #49484b transparent;
        position: fixed;
        right: calc(3vw - 1px);
        top: 40px;
    }

    .inforMDropOUT.left:after {
        right: calc(4vw + 19px);
        top: 35px;
    }

    .inforMDropOUT.left .inforMDrop {
        top: 40px;
    }

.inforMDrop {
    display: none;
    position: fixed;
    overflow: hidden;
    background-color: #49484b;
    height: 290px;
    width: 73%;
    max-width: 370px;
    border-radius: 5px;
    right: 2%;
    top: 45px;
    font-size: 0.75em;
    z-index: 1;
    -webkit-overflow-scrolling: initial;
}

    .inforMDrop:after {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #49484b;
    }

.btn_AD ~ .inforMDropOUT:after {
    top: 85px;
}

.btn_AD ~ .inforMDropOUT .inforMDrop {
    top: 90px;
    height: 245px;
}

.btn_AD ~ .inforMDropOUT.left:after {
    top: 80px;
}

.btn_AD ~ .inforMDropOUT.left .inforMDrop {
    top: 85px;
}

.inforMDropT {
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

    .inforMDropT:after {
        content: '';
        width: 100%;
        height: 111px;
        display: table;
    }

    .inforMDropT li, .inforMDropB li {
        margin: auto;
        display: table;
        width: 90%;
        height: 35px;
        position: relative;
    }

        .inforMDropT li:before,
        .inforMDropB li:not(.btn_backAll):before {
            content: '';
            position: absolute;
            border-right: 1px solid #59585b;
            top: 0;
            bottom: 0;
            left: 37%;
            height: 35%;
            margin: auto;
        }

        .inforMDropT li:after, .inforMDropB li:after {
            content: '';
            position: absolute;
            border-bottom: 1px solid #59585b;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .inforMDropT li:last-child:after, .inforMDropB li:last-child:after, .inforMDropB li:first-child:after {
            display: none;
        }

        .inforMDropT li img, .inforMDropB li img {
            vertical-align: sub;
            width: 16px;
        }

    .inforMDropT div, .inforMDropB div {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        line-height: 1.1em;
    }

        .inforMDropT div:first-child, .inforMDropB div:first-child {
            width: 38%;
            color: #fff;
        }

        .inforMDropT div:last-child, .inforMDropB div:last-child {
            padding-left: 2.5%;
            width: 62%;
            color: #91ff6d;
        }

.inforMDropB {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #272727;
    border-radius: 0 0 5px 5px;
}

    .inforMDropB li:after {
        bottom: auto;
        top: 0;
    }

    .inforMDropB div.t_yellow:last-child {
        color: #ffde00 !important;
    }

    .inforMDropB div.t_purple span {
        display: inline-block;
    }

    .inforMDropB .btn_backAll {
        color: #fff;
        width: 90%;
        background-color: #ffa406;
        border-radius: 2.5em;
        line-height: 2.5em;
        height: auto !important;
        margin-bottom: 10px;
        cursor: pointer;
        text-align: center;
    }

        .inforMDropB .btn_backAll:not(.off):active {
            background-color: #ffb028;
        }

        .inforMDropB .btn_backAll.off {
            cursor: not-allowed;
        }

    .inforMDropB div.t_backAll_off {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        padding: 0 5px 0 28px;
        line-height: 1.8em;
        background: rgba(0,0,0,0.6) url(/assets/images/vi-vn/icon_maintain.svg) no-repeat 5px 48%;
        background-size: auto 70%;
        border-radius: 5px;
        white-space: nowrap;
        color: #fff;
        font-size: 1.1em;
        width: auto;
    }

.returnP {
    height: 22px;
    padding: 0 2px;
    cursor: pointer;
    background-color: #00979c;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    right: -2%;
    top: 6px;
    display: flex;
    align-items: center;
    font-size: 0.9em;
}

    .returnP:active {
        background-color: #26bcc1;
    }

@media (min-width: 350px) {
    .inforMDrop:after {
        height: 7px;
    }

    .inforMDropT:after {
        height: 123px;
    }

    .inforMDropT li, .inforMDropB li {
        height: 40px;
    }

    .inforMDropB div.t_backAll_off {
        padding-left: 29px;
    }

    .returnP {
        height: 25px;
        top: 7px;
        right: 0;
        padding: 0 5px;
    }
}

@media (min-width: 400px) {
    .inforMDropOUT.left:after {
        right: calc(4vw + 23px);
    }

    .btn_AD ~ .inforMDropOUT:after {
        top: 95px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        top: 100px;
    }

    .btn_AD ~ .inforMDropOUT.left:after {
        top: 90px;
    }

    .btn_AD ~ .inforMDropOUT.left .inforMDrop {
        top: 95px;
    }

    .inforMDropT:after {
        height: 137px;
    }

    .inforMDropT li, .inforMDropB li {
        height: 45px;
    }

        .inforMDropT li img, .inforMDropB li img {
            width: 18px;
        }

    .inforMDropB {
        border-radius: 0 0 8px 8px;
    }

        .inforMDropB div.t_backAll_off {
            padding-left: 34px;
        }

    .returnP {
        height: 28px;
        top: 8px;
    }
}

@media (min-width: 768px) {
    .inforMDropT:after {
        height: 152px;
    }

    .inforMDropB .btn_backAll {
        margin-bottom: 15px;
        line-height: 3em;
    }
}

@media (min-height: 460px) {
    .inforMDrop {
        height: 325px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 280px;
    }
}

@media (min-height: 495px) {
    .inforMDrop {
        height: 360px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 315px;
    }
}

@media (min-height: 530px) {
    .inforMDrop {
        height: 395px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 350px;
    }
}

@media (min-height: 565px) {
    .inforMDrop {
        height: 430px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 385px;
    }
}

@media (min-height: 450px) and (min-width: 360px) {
    .inforMDrop {
        height: 322px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 277px;
    }
}

@media (min-height: 495px) and (min-width: 360px) {
    .inforMDrop {
        height: 362px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 317px;
    }
}

@media (min-height: 535px) and (min-width: 360px) {
    .inforMDrop {
        height: 402px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 357px;
    }
}

@media (min-height: 575px) and (min-width: 360px) {
    .inforMDrop {
        height: 442px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 397px;
    }
}

@media (min-height: 615px) and (min-width: 360px) {
    .inforMDrop {
        height: 482px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 437px;
    }
}

@media (min-height: 655px) and (min-width: 360px) {
    .inforMDrop {
        height: 522px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 477px;
    }
}

@media (min-height: 695px) and (min-width: 360px) {
    .inforMDrop {
        height: 562px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 517px;
    }
}

@media (min-height: 735px) and (min-width: 360px) {
    .inforMDrop {
        height: 602px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 557px;
    }
}

@media (min-height: 775px) and (min-width: 360px) {
    .inforMDrop {
        height: 642px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 597px;
    }
}

@media (min-height: 565px) and (min-width: 400px) {
    .inforMDrop {
        height: 412px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 357px;
    }
}

@media (min-height: 610px) and (min-width: 400px) {
    .inforMDrop {
        height: 457px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 402px;
    }
}

@media (min-height: 655px) and (min-width: 400px) {
    .inforMDrop {
        height: 502px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 447px;
    }
}

@media (min-height: 700px) and (min-width: 400px) {
    .inforMDrop {
        height: 547px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 492px;
    }
}

@media (min-height: 736px) and (min-width: 400px) and (max-width: 530px) {
    .inforMDrop {
        height: 591px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 536px;
    }
}

@media (min-height: 745px) and (min-width: 600px) {
    .inforMDrop {
        height: 587px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 532px;
    }
}

@media (min-height: 790px) and (min-width: 600px) {
    .inforMDrop {
        height: 632px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 577px;
    }
}

@media (min-height: 835px) and (min-width: 600px) {
    .inforMDrop {
        height: 677px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 622px;
    }
}

@media (min-height: 880px) and (min-width: 600px) {
    .inforMDrop {
        height: 722px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 667px;
    }
}

@media (min-height: 925px) and (min-width: 600px) {
    .inforMDrop {
        height: 767px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 712px;
    }
}

@media (min-height: 970px) and (min-width: 600px) {
    .inforMDrop {
        height: 812px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 757px;
    }
}

@media (min-height: 1015px) and (min-width: 600px) {
    .inforMDrop {
        height: 857px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 802px;
    }
}

@media (min-height: 860px) and (min-width: 768px) {
    .inforMDrop {
        height: 692px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 637px;
    }
}

@media (min-height: 905px) and (min-width: 768px) {
    .inforMDrop {
        height: 737px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 682px;
    }
}

@media (min-height: 950px) and (min-width: 768px) {
    .inforMDrop {
        height: 782px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 727px;
    }
}

@media (min-height: 995px) and (min-width: 768px) {
    .inforMDrop {
        height: 827px;
    }

    .btn_AD ~ .inforMDropOUT .inforMDrop {
        height: 772px;
    }
}

/*共用項目-頁腳*/
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e1e1e2;
    height: 42px;
    z-index: 3;
}

    .footer.off {
        display: none;
    }

.footer_list {
    float: left;
    text-decoration: none;
    width: 20%;
    height: 100%;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

    .footer_list:before {
        content: "";
        display: block;
        margin: 0 auto;
        width: 20px;
        height: 20px;
        margin-bottom: 3px;
    }

    .footer_list.btn_footer_menu {
        float: right;
    }

    .footer_list.active h5 {
        color: #0c5d91;
    }

    .footer_list.active:before {
        background-position-y: bottom;
    }

.btn_footer_tradeRec:before {
    background: url(/assets/images/vi-vn/icon_footer_tradeRec.svg) no-repeat top;
    background-size: 100% auto;
}

.btn_footer_fast:before {
    background: url(/assets/images/vi-vn/icon_footer_transfer.svg) no-repeat top;
    background-size: 100% auto;
}

.btn_footer_gift:before {
    background: url(/assets/images/vi-vn/icon_footer_gift.png) no-repeat center;
    background-size: auto 100%;
    height: 41px;
    width: 64px;
    margin-top: -13px;
    margin-bottom: -5px;
}

.btn_footer_gift.FIFA:before {
    background-image: url(/assets/images/vi-vn/icon_footer_gift.html);
}

.btn_footer_gift.on:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    right: 35%;
    left: calc(50% + 11px);
    top: 1px;
    background-color: #f00;
    border-radius: 50%;
}

.btn_footer_DW.active h5 {
    color: #f6843f;
}

.btn_footer_DW:before {
    background: transparent;
}

.btn_footer_DW:after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    margin: auto;
    background: url(/assets/images/vi-vn/icon_footer_DW.svg) no-repeat top;
    background-size: 100% 200%;
}

.footer:not(.login) .btn_footer_DW.off:after {
    background-position-y: bottom;
}

.btn_footer_DW .footer_maintain:before {
    left: 7%;
}

.btn_footer_serv:before {
    background: url(/assets/images/vi-vn/icon_footer_service.svg) no-repeat top;
    background-size: 100% auto;
}

.btn_footer_menu:before {
    background: url(/assets/images/vi-vn/icon_footer_member.svg) no-repeat top;
    background-size: 100% auto;
}

.btn_footer_menu.redC:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #f00;
    border-radius: 50%;
    top: 9%;
    left: 50%;
    transform: translateX(10%);
    -webkit-transform: translateX(10%);
}

.btn_footer_home:before {
    background: url(/assets/images/vi-vn/icon_footer_home.svg) no-repeat top;
    background-size: 100% auto;
}

.footer_list h5 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 0.65em;
    line-height: 1em;
    font-weight: normal;
}

.footer:not(.login) .footer_list.off:not(.btn_footer_DW):before {
    background: url(/assets/images/vi-vn/icon_maintain.svg) no-repeat 50% !important;
    background-size: 90% auto !important;
}

.footer:not(.login) .footer_list.off h5 {
    color: #aaa;
}

.footer_DW_open {
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all .2s;
    transition: all .2s;
    left: 0;
    right: 0;
    bottom: 43px;
    opacity: 0;
}

    .footer_DW_open.on {
        top: 0;
        opacity: 1;
    }

        .footer_DW_open.on > div {
            bottom: -1px;
            pointer-events: initial;
        }

    .footer_DW_open > div {
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 75px;
        bottom: -200px;
        -webkit-transition: all .2s;
        transition: all .2s;
        border-bottom: 1px solid #e1e1e2;
        pointer-events: none;
        display: flex;
    }

    .footer_DW_open a {
        border-radius: 10px;
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        margin: auto 2.5% auto 0;
        box-sizing: border-box;
        text-decoration: none;
        line-height: 1em;
        font-size: 0.8em;
        cursor: pointer;
        color: #fff;
        flex: 2;
        position: relative;
        overflow: hidden;
    }

        .footer_DW_open a:not(.off):active {
            opacity: .8;
        }

        .footer_DW_open a.off:before {
            content: 'Bảo trì';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.6);
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            line-height: 84px;
        }

        .footer_DW_open a.off:after {
            content: '';
            background: url(/assets/images/vi-vn/icon_maintain_w.svg) no-repeat center;
            background-size: 100% auto;
            width: 23px;
            height: 23px;
            position: absolute;
            right: 0;
            left: 0;
            top: 15%;
            margin: auto;
        }

    .footer_DW_open [class*="img_"] {
        width: 26px;
        height: 26px;
        margin-left: 11%;
    }

    .footer_DW_open span {
        text-align: center;
        width: calc(89% - 26px);
    }

.btn_footer_deposit {
    background-color: #0a9d4c;
}

.img_deposit {
    background: url(/assets/images/vi-vn/icon_footer_deposit.svg) no-repeat center;
    background-size: 100% auto;
}

.btn_footer_transfer {
    background-color: #3c92c5;
    flex: 1.5 !important;
    margin-left: 2.5% !important;
}

    .btn_footer_transfer span {
        width: 100% !important;
    }

.btn_footer_withdrawal {
    background-color: #f79319;
}

.img_withdrawal {
    background: url(/assets/images/vi-vn/icon_footer_withdrawal.svg) no-repeat center;
    background-size: 100% auto;
}

/*頁腳維護中提示氣泡*/
.footer_maintain {
    position: absolute;
    top: -9px;
    display: none;
    z-index: 1;
    left: 0;
    right: -100%;
    max-width: 200%;
}

    .footer_maintain:before {
        content: '';
        position: absolute;
        bottom: -3px;
        border-style: solid;
        border-width: 9px 9px 0 0;
        border-color: #ff9900 transparent transparent transparent;
        height: 0;
        width: 0;
        left: 24.5%;
        z-index: 1;
    }

.footer_maintainTxt {
    position: absolute;
    box-sizing: border-box;
    background-color: #ff9900;
    color: #fff;
    padding: 6px 10px 5px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-size: 0.75em;
    line-height: 1.3em;
    text-align: left;
    bottom: 3px;
}

.footer_list:last-child .footer_maintain,
.footer_list:nth-last-child(2) .footer_maintain {
    left: -100%;
    right: 0;
}

    .footer_list:last-child .footer_maintain:before,
    .footer_list:nth-last-child(2) .footer_maintain:before {
        left: 74.5%;
    }

.footer_list:last-child .footer_maintainTxt {
    right: 10%;
}

.footer_list:nth-last-child(2) .footer_maintainTxt {
    right: 0;
}

.btn_footer_deposit + .footer_maintain {
    right: 20.5%;
    left: 29.5%;
}

    .btn_footer_deposit + .footer_maintain:before {
        left: 33%;
    }

.btn_footer_transfer + .footer_maintain {
    left: 2.5%;
    right: 50%;
}

    .btn_footer_transfer + .footer_maintain:before {
        left: 26%;
    }

.btn_footer_withdrawal + .footer_maintain {
    right: 2.5%;
    left: 46%;
}

    .btn_footer_withdrawal + .footer_maintain:before {
        left: 65%;
    }

.login .footer_maintain {
    white-space: nowrap;
}

@media (min-width: 350px) {
    .footer {
        height: 48px;
    }

    .footer_list {
        padding-top: 6px;
    }

        .footer_list:before {
            width: 22px;
            height: 22px;
        }

    .btn_footer_DW:after {
        width: 39px;
        height: 39px;
        bottom: 27px;
    }

    .btn_footer_gift:before {
        height: 46px;
        width: 72px;
        margin-top: -16px;
    }

    .btn_footer_gift.on:after {
        left: calc(50% + 11px);
    }

    .footer_DW_open {
        bottom: 49px;
    }

        .footer_DW_open > div {
            height: 82px;
        }

        .footer_DW_open a {
            width: 60px;
            height: 60px;
        }

        .footer_DW_open [class*="img_"] {
            width: 30px;
            height: 30px;
        }

        .footer_DW_open span {
            width: calc(89% - 30px);
        }

        .footer_DW_open a.off:before {
            line-height: 92px;
        }

        .footer_DW_open a.off:after {
            width: 26px;
            height: 26px;
        }

    .footer_maintain {
        top: -10px;
    }

    .btn_footer_withdrawal + .footer_maintain {
        right: 2.5%;
        left: 50%;
    }
}

@media (min-width: 400px) {
    .footer {
        height: 55px;
    }

    .footer_list {
        padding-top: 8px;
    }

        .footer_list:before {
            width: 25px;
            height: 25px;
            margin-bottom: 4px;
        }

    .btn_footer_DW:after {
        width: 47px;
        height: 47px;
        bottom: 29px;
    }

    .footer_maintainTxt {
        bottom: 5px;
    }

    .btn_footer_gift:before {
        height: 53px;
        width: 82px;
        margin-top: -17px;
        margin-bottom: -7px;
    }

    .btn_footer_gift.on:after {
        width: 8px;
        height: 8px;
        left: calc(50% + 13px);
        top: 3px;
    }

    .footer_DW_open {
        bottom: 56px;
    }

        .footer_DW_open > div {
            height: 95px;
        }

        .footer_DW_open a {
            width: 70px;
            height: 70px;
        }

        .footer_DW_open [class*="img_"] {
            width: 34px;
            height: 34px;
        }

        .footer_DW_open span {
            width: calc(89% - 34px);
        }

        .footer_DW_open a.off:before {
            line-height: 106px;
        }

        .footer_DW_open a.off:after {
            width: 30px;
            height: 30px;
        }

    .btn_footer_menu.redC:after {
        width: 8px;
        height: 8px;
        top: 11%;
    }

    .footer_maintain {
        top: -9px;
    }
}

@media (min-width:530px) {
    .footer_DW_open [class*="img_"] {
        margin-left: 15%;
    }

    .footer_DW_open span {
        width: calc(85% - 34px);
    }

    .footer_maintain {
        top: -11px;
    }

    .btn_footer_DW .footer_maintain:before {
        left: 15%;
    }
}

@media (min-width:600px) {
    .btn_footer_menu.redC:after {
        top: 13%;
        transform: translateX(20%);
        -webkit-transform: translateX(20%);
    }
}

@media (min-width: 768px) {
    .footer {
        height: 75px;
    }

    .footer_list {
        padding-top: 10px;
    }

        .footer_list h5, .footer_maintainTxt {
            font-size: 0.85em;
        }

        .footer_list:before {
            width: 35px;
            height: 35px;
        }

    .footer_maintain {
        top: -10px;
    }

    .btn_footer_DW:after {
        width: 58px;
        height: 58px;
        bottom: 40px;
    }

    .btn_footer_gift:before {
        width: 118px;
        height: 76px;
        margin-top: -27px;
        margin-bottom: -10px;
    }

    .btn_footer_gift.on:after {
        left: calc(50% + 20px);
    }

    .footer_DW_open {
        bottom: 76px;
    }

        .footer_DW_open > div {
            height: 120px;
        }

        .footer_DW_open a {
            width: 95px;
            height: 95px;
            font-size: 1.1em;
        }

        .footer_DW_open [class*="img_"] {
            width: 45px;
            height: 45px;
        }

        .footer_DW_open span {
            width: calc(85% - 45px);
        }

        .footer_DW_open a.off:before {
            line-height: 145px;
        }

        .footer_DW_open a.off:after {
            width: 40px;
            height: 40px;
        }

    .btn_footer_deposit + * .footer_maintainTxt,
    .btn_footer_transfer + * .footer_maintainTxt {
        max-width: 65%;
    }

    .btn_footer_withdrawal + .footer_maintain {
        left: 65%;
    }

        .btn_footer_withdrawal + .footer_maintain:before {
            left: 50%;
        }
}

/*頁面內容-容器*/
.container_main {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 42px;
    display: table;
    box-sizing: border-box;
}

    .container_main > img.w100 {
        display: table;
    }

.btn_AD ~ .container_main {
    padding-top: 85px;
}

.noBottom {
    padding-bottom: 0 !important;
}

.marginTop {
    margin-top: 13px;
}

.marginBottom, .marginBottomDW {
    margin-bottom: 13px;
}

.marginBottom30 {
    margin-bottom: 30px !important;
}

.marginBottom_modify {
    margin-bottom: 25px !important;
}

@media (min-width: 350px) {
    .container_main {
        padding-bottom: 48px;
    }
}

@media (min-width: 400px) {
    .container_main {
        padding-bottom: 55px;
    }

    .btn_AD ~ .container_main {
        padding-top: 95px;
    }

    .marginTop {
        margin-top: 17px;
    }

    .marginBottom, .marginBottomDW {
        margin-bottom: 17px;
    }

    .marginBottom_modify {
        margin-bottom: 29px !important;
    }
}

@media (min-width: 768px) {
    .container_main {
        padding-bottom: 75px;
    }
}

@media (max-height: 450px) {
    .container_main {
        padding-bottom: 0;
    }
}

/*表單-格式*/
.form {
    display: table;
    width: 100%;
}

    .form ul {
    }

    .form li {
        display: table;
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
        background-color: #fff;
        border-top: 1px solid #ddd;
        height: 48px;
        position: relative;
        -webkit-touch-callout: none; /*系统默认菜单被禁用*/
        -webkit-user-select: none; /*webkit浏览器*/
        -khtml-user-select: none; /*早期浏览器*/
        -moz-user-select: none; /*火狐*/
        -ms-user-select: none; /*IE10*/
        user-select: none;
    }

        .form li:nth-last-child(1),
        .form li[class*="marginBottom"] {
            border-bottom: 1px solid #ddd;
        }

    .form.joinAdd01 {
        margin-top: 20px;
    }

    .form_T, .form_Tshort, .form_T_VN, .form_T_VN02, .form_T_VN03,
    .form_T_VN04, .form_T_VN05, .form_T_VN09, .form_T_VN06, .form_T_VN07,
    .form_T_VN08, .form_T_VN10, .form_T_VN11,
    .form .netbank_listT {
        color: #000;
        font-size: 0.85em;
        display: table-cell;
        padding-right: 8px;
        vertical-align: middle;
    }

        .form_T span,
        .form_T_VN07 span {
            display: inline-block;
        }

.form_T, .form_T_VN06, .form_T_VN07 {
    width: 88px;
}

.form_T_VN {
    width: 115px;
}

.form_T_VN02 {
    width: 152px;
}

.form_T_VN03 {
    width: 130px;
}

.form_T_VN04 {
    width: 60px;
}

    .form_T_VN04 + .form_In .curtail::-webkit-input-placeholder {
        letter-spacing: -0.4px;
    }

    .form_T_VN04 + .form_In .curtail:-ms-input-placeholder {
        letter-spacing: -0.4px;
    }

    .form_T_VN04 + .form_In .curtail:-moz-placeholder {
        letter-spacing: -0.4px;
    }

    .form_T_VN04 + .form_In .curtail::-moz-placeholder {
        letter-spacing: -0.4px;
    }

.form_T_VN05 {
    width: 105px;
}

.form_Tshort {
    width: 35px;
}

.form_T_VN08 {
    width: 50px;
}

.form_T_VN09 {
    width: 71px;
}

.form_T_VN10 {
    width: 85px;
}

.form_T_VN11 {
    width: 50%;
}

.form_In {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    color: #888;
    z-index: 1;
}

.form_R {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 0.85em;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}

.form_w100 {
    padding: 0 13px;
    box-sizing: border-box;
}

.form_w50 {
}

    .form_w50:after {
        content: "";
        width: 1px;
        height: 70%;
        background-color: #ddd;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.form_w50L {
    width: 46%;
    float: left;
    position: relative;
}

.form_w50R {
    width: 46%;
    float: right;
}

.noform_T {
    background-color: transparent !important;
    border-top: none !important;
    height: auto !important;
    line-height: 2em;
    font-size: 0.9em;
}

.form_w33:before, .form_w33:after {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.form_w33:before {
    left: 33.5%;
}

.form_w33:after {
    right: 33.5%;
}

.form_w33L, .form_w33C, .form_w33R {
    width: 30%;
}

.form_w33L, .form_w33C {
    margin-right: 5%;
}

.form_button, .form_button2, .form_buttonTop13, .form_buttonTop35, .form_buttonTop45 {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.form_button {
    padding: 21px 4%;
}

.form_button2 {
    padding: 0 4%;
    margin-bottom: 21px;
}

    .form_button2 input {
        margin-top: 21px;
    }

.form_buttonTop13 {
    padding: 13px 4%;
}

.form_buttonTop35 {
    padding: 35px 4%;
}

.form_buttonTop45 {
    padding: 45px 4%;
}

.form_textarea {
    height: 100px;
    color: #000;
    font-size: 0.8em;
    box-sizing: border-box;
    padding: 2% 0;
    resize: none;
    line-height: 1.3em;
}

.form li[class*="error"] {
    border-bottom: 1px solid #ff3b30 !important;
    border-color: #ff3b30;
    background-color: #ffd5d5;
}

    .form li[class*="error"]:not(:last-child) {
        margin-bottom: 21px;
    }

    .form li[class*="error"] input[disabled="disabled"] {
        background-color: #ffd5d5;
    }

.form li.blue_form {
    margin-bottom: 21px;
    border-bottom: 1px solid #ddd;
}

.form .error input[type="text"],
.form .error input[type="password"] {
    color: #ff3b30;
}

.error_t {
    position: absolute;
    color: #f00;
    font-size: 0.75em;
    bottom: -22px;
    line-height: 21px;
    left: 4%;
    right: 4%;
}

    .error_t.center_t {
        text-align: center;
    }

    .error_t.right_t {
        text-align: right;
    }

.formPopup .error_t {
    right: 0;
    left: 0;
    bottom: -20px;
    line-height: 20px;
}

content.error_t {
    position: relative;
    bottom: auto;
}

    content.error_t + .keySetting .numInputArea {
        margin-top: 0;
    }


.btn_code {
    min-width: 80px;
    height: 30px !important;
    font-size: 0.85em !important;
    border-radius: 3px !important;
    padding: 0 8px !important;
}

    .btn_code:not(.bg_colorDB) {
        background-color: #ff9401 !important;
    }

    .btn_code.voice {
        background-repeat: no-repeat;
        background-color: #e33c40 !important;
        background-size: auto 50%;
    }

    .btn_code.call {
        background-color: #149300 !important;
    }

.form_Code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    text-align: right;
    width: 1px;
}

    .form_Code .btn_code {
        padding: 0 5px !important;
    }

.btn_codeSecond {
    color: #fff;
    height: 30px !important;
    width: 88px;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.8em !important;
    white-space: nowrap;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
}

    .btn_codeSecond:not(input) {
        line-height: 30px;
    }

    .btn_codeSecond:before {
        content: '';
        width: 1px;
        height: 108%;
        display: inline-block;
        margin-left: -1px;
        vertical-align: middle;
    }

    .btn_codeSecond .second {
        color: #f00;
        margin: 0 2px;
    }

    .btn_codeSecond.off {
        background-color: #bbb !important;
        color: #fff;
    }

    .btn_codeSecond.again {
        background-color: #149300 !important;
        color: #fff;
    }

    .btn_codeSecond.blue {
        background-color: #1589ff;
        color: #fff;
    }

    .btn_codeSecond.darkGrey {
        color: #000;
        background-color: #e5e5e5;
        border: 1px solid #cacaca;
        line-height: 28px;
    }

        .btn_codeSecond.darkGrey span {
            color: #f00;
        }

.verified_OK {
    color: #019000;
    white-space: nowrap;
    font-size: 0.9em;
}

    .verified_OK:before {
        content: '';
        background: url(/assets/images/vi-vn/icon_loadingOK.svg) no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

.formPopup_prompt {
    position: absolute;
    border-radius: 3px;
    color: #aaa;
    font-size: 0.75em;
    line-height: 1.5em;
    background-color: #f9f9fb;
    padding: 8px;
    z-index: 1;
    max-width: 110%;
    min-width: 200px;
    top: 43px;
    left: 0px;
    display: none;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 10px;
    box-sizing: border-box;
}

    .formPopup_prompt:before, .formPopup_prompt:after {
        content: "";
        border-style: solid;
        border-width: 0 8px 8px 8px;
        position: absolute;
        left: 15px;
    }

    .formPopup_prompt:before {
        border-color: transparent transparent #bbb transparent;
        top: -9px;
    }

    .formPopup_prompt:after {
        border-color: transparent transparent #f9f9fb transparent;
        top: -8px;
    }

    .formPopup_prompt a {
        text-decoration: underline;
        color: #519ce4;
        font-size: 1.3em;
        display: table;
        line-height: 1.8em;
    }

.form_vertical {
    display: table;
    width: 100%;
}

    .form_vertical ul li {
        display: table;
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
        height: 48px;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .form_vertical .form_T {
        width: 100%;
        display: block;
        box-sizing: border-box;
        line-height: 2em;
    }

    .form_vertical .form_In {
        width: 100%;
        display: table;
    }

        .form_vertical .form_In input,
        .form_vertical .form_In select {
            background-color: #fff;
            padding: 0 10px;
            border-radius: 2px;
            height: 40px;
            border: 1px solid transparent;
        }

        .form_vertical .form_In select {
            background-position-x: 98%;
            background-position-x: calc(100% - 10px);
            padding-right: 35px;
        }

        .form_vertical .form_In .keyboard {
            background-color: #fff;
            padding: 0 10px;
            padding-right: 40px;
            border-radius: 2px;
            height: 40px;
            line-height: 40px;
            border: 1px solid transparent;
            box-sizing: border-box;
        }

    .form_vertical .error .form_In input[type="text"],
    .form_vertical .error .form_In input[type="password"],
    .form_vertical .error .form_In .keyboard,
    .form_vertical .error .form_In select {
        border-color: #ff3b30;
        background-color: #ffd5d5;
    }

    .form_vertical .error_t {
        line-height: 1em;
        bottom: -1.3em;
    }

.form_Reality {
    height: 32px !important;
}

    .form_Reality + .form_Reality {
        border-top: 0 !important;
    }

    .form_Reality [class*="form_T"],
    .form_Reality .netbank_listT {
        color: #f00;
    }

    .form_Reality .form_In {
        height: 30px;
        color: #f00 !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.9em;
    }

        .form_Reality .form_In > div:first-child {
            font-weight: bold;
        }

    .form_Reality .loginFG {
        margin: auto;
        line-height: 31px;
    }

.form_serv {
    display: table;
    width: 100%;
}

    .form_serv li {
        display: table;
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .form_serv li:not(:last-child) .form_T {
            width: 100%;
            display: block;
            box-sizing: border-box;
            line-height: 2.1em;
        }

        .form_serv li:last-child .form_T {
            width: 1%;
            white-space: nowrap;
        }

        .form_serv li:not(:last-child) .form_In {
            width: 100%;
        }

    .form_serv .form_T {
        font-weight: bold;
    }

    .form_serv .form_In input {
        background-color: #fff;
        border-radius: 2px;
        height: 40px;
        border: 1px solid #ccc;
        color: #000;
    }

    .form_serv .form_In .keyboard {
        background-color: #fff;
        padding: 0 38px 0 10px;
        border-radius: 2px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }

    .form_serv .error .form_In input,
    .form_serv .error .form_In .keyboard {
        border-color: #ff3b30;
        background-color: #ffd5d5;
    }

    .form_serv .error_t {
        right: 0;
        text-align: right;
        bottom: -21px;
    }

.form_Lang, .form_Quest {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .form_Lang input {
        flex: 1;
        font-size: 0.8em;
    }

        .form_Lang input + input {
            margin-left: 1.5%;
        }

        .form_Lang input.on,
        .form_Quest input.on {
            border-color: #45b5d9;
            color: #45b5d9;
        }

.form_Quest {
    margin-bottom: 10px;
}

    .form_Quest input {
        width: calc(50% - 5px);
        font-size: 0.8em;
        background-repeat: no-repeat;
        background-position: 12% 50%;
        background-size: auto 20px;
        padding-left: 10%;
    }

        .form_Quest input + input:not(:nth-child(2)) {
            margin-top: 10px;
        }

.btn_servPoint {
    background-image: url(/assets/images/vi-vn/icon_servPoint.svg);
}

.btn_servSport {
    background-image: url(/assets/images/vi-vn/icon_servSport.svg);
}

.btn_servLive {
    background-image: url(/assets/images/vi-vn/icon_servLive.svg);
}

.btn_servBall {
    background-image: url(/assets/images/vi-vn/icon_servBall.svg);
}

.btn_servSign {
    background-image: url(/assets/images/vi-vn/icon_servSign.svg);
}

.btn_servSlot {
    background-image: url(/assets/images/vi-vn/icon_servSlot.svg);
}

@media (min-width: 350px) {
    .form_T, .form_T_VN07 {
        width: 98px;
    }

    .form_T_VN06 {
        width: 100px;
    }

    .form_T_VN {
        width: 126px;
    }

    .form_T_VN02 {
        width: 168px;
    }

    .form_T_VN03 {
        width: 145px;
    }

    .form_T_VN04 {
        width: 75px;
    }

    .form_T_VN05 {
        width: 120px;
    }

    .form_T_VN08 {
        width: 60px;
    }

    .form_T_VN10 {
        width: 97px;
    }

    .btn_codeSecond {
        width: 104px;
    }
}

@media (min-width: 375px) {
    .form_Code .btn_code {
        padding: 0 8px !important;
    }
}

@media (min-width: 400px) {
    .form_T, .form_Tshort, .form_T_VN, .form_T_VN02, .form_T_VN03,
    .form_T_VN04, .form_T_VN09, .form_T_VN06, .form_T_VN07,
    .form_T_VN08, .form_T_VN10, .form_T_VN11, .form .netbank_listT {
        padding-right: 15px;
    }

    .form_T, .form_T_VN06, .form_T_VN07 {
        width: 105px;
    }

    .form_T_VN {
        width: 130px;
    }

    .form_T_VN02 {
        width: 171px;
    }

    .form_T_VN03 {
        width: 155px;
    }

    .form_T_VN04 {
        width: 80px;
    }

    .form_T_VN05 {
        width: 125px;
    }

    .form_T_VN09 {
        width: 75px;
    }

    .form_T_VN10 {
        width: 100px;
    }

    .form li {
        height: 60px;
    }

    .form_R {
        padding-left: 20px;
    }

    .form_button {
        padding: 27px 4%;
    }

    .form_textarea {
        height: 130px;
    }

    .form li[class*="error"]:not(:last-child) {
        margin-bottom: 27px;
    }

    .form_hint {
        min-height: 45px;
    }

        .form_hint:last-child {
            margin-bottom: -15px;
        }

    .error_t {
        bottom: -28px;
        line-height: 27px;
    }

    .form_serv .error_t {
        bottom: -27px;
    }

    .formPopup .error_t {
        bottom: -25px;
        line-height: 25px;
    }

    content.error_t {
        line-height: 27px;
    }

    .btn_code {
        min-width: 90px;
    }

    .btn_codeSecond {
        border-radius: 3px;
        height: 40px !important;
        width: 120px;
    }

        .btn_codeSecond:not(input) {
            line-height: 40px;
        }

        .btn_codeSecond.darkGrey {
            line-height: 38px;
        }

    .verified_OK {
        font-size: 0.8em;
    }

        .verified_OK:before {
            width: 23px;
            height: 23px;
        }

    .formPopup_prompt {
        top: 52px;
        min-width: 235px;
    }

        .formPopup_prompt:before {
            border-width: 0 10px 10px 10px;
            top: -11px;
        }

        .formPopup_prompt:after {
            border-width: 0 10px 10px 10px;
            top: -10px;
        }

    .form_vertical .form_In input,
    .form_vertical .form_In select {
        border-radius: 3px;
        height: 52px;
    }

    .form_vertical .form_In .keyboard {
        border-radius: 3px;
        height: 52px;
        line-height: 52px;
        padding-right: 44px;
    }

    .form_Reality {
        height: 40px !important;
    }

        .form_Reality .form_In {
            height: 38px;
        }

        .form_Reality .loginFG {
            font-size: 0.85em;
            line-height: 39px;
        }

    .form_serv .form_In input {
        border-radius: 3px;
        height: 52px;
    }

    .form_serv .form_In .keyboard {
        border-radius: 3px;
        height: 52px;
        line-height: 52px;
        padding-right: 50px;
    }

    .form_Quest input {
        background-size: auto 25px;
    }
}

@media (min-width: 530px) {
    .form_T_VN04 {
        width: 110px;
    }

    .form_T_VN06 {
        width: 130px;
    }

    .form_T_VN07 {
        width: 171px;
    }

    .form_T_VN08 {
        width: 100px;
    }

    .form_Quest input {
        background-position-x: 22%;
    }
}

@media (min-width: 768px) {
    .formPopup_prompt {
        max-width: 100%;
        left: 0px;
    }

        .formPopup_prompt:before, .formPopup_prompt:after {
            left: 12px;
        }
}

/* 遮罩 */
.mask, .mask_join, .mask_all, .mask_noID {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    position: fixed;
    overflow: auto;
    display: none;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    z-index: 100;
}

.mask {
    padding-top: 85px;
    padding-bottom: 43px;
}

.mask_noID {
    padding-top: 45px;
    padding-bottom: 43px;
    z-index: 2;
}

.mask_join {
    padding-top: 45px;
}

.mask_all {
    padding: 20px 0;
}

@media (min-width: 350px) {
    .mask, .mask_noID {
        padding-bottom: 49px;
    }
}

@media (min-width: 400px) {
    .mask {
        padding-top: 105px;
        padding-bottom: 56px;
    }

    .mask_noID {
        padding-top: 55px;
        padding-bottom: 56px;
    }

    .mask_join {
        padding-top: 55px;
    }
}

@media (min-width: 768px) {
    .mask, .mask_noID {
        padding-bottom: 76px;
    }
}

@media (max-height: 450px) {
    .mask, .mask_noID {
        padding-bottom: 0;
    }

    .footer {
        display: none;
    }

    .win_warning {
        bottom: 4% !important;
    }
}

/*Loading遮罩*/
.mask_Loading {
    width: 100%;
    background: rgba(255, 255, 255, 0.46) url(/assets/images/vi-vn/spinner.png) no-repeat center;
    background-size: 15%;
    position: fixed;
    z-index: 200;
    top: 0;
    bottom: 0;
}

@media (min-width: 400px) {
    .mask_Loading {
        background-size: 60px 60px;
    }
}

@media (min-width: 768px) {
    .mask_Loading {
        background-size: 80px 80px;
    }
}

/*彈跳視窗*/
.popup_container {
    display: table;
    width: 100%;
    height: 100%;
}

.popup_bg {
    display: table-cell;
    vertical-align: middle;
}

.popup {
    width: 88%;
    max-width: 600px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

    .popup [class*="btn_popupW"] {
        color: #2782d7;
        text-align: center;
        background-color: #fff;
        box-sizing: border-box;
        border-top: 1px solid #ddd !important;
        font-weight: bold;
        border-radius: 0 !important;
        height: 50px !important;
    }

        .popup [class*="btn_popupW"].gray_T {
            color: #a4a4a4;
        }

    .popup .btn_popupW50L {
        border-right: 1px solid #ddd !important;
        color: #ff7500;
    }

    .popup input[type="button"] {
        font-size: 0.95em;
    }

    .popup .form_button2 input {
        margin-top: 10px;
    }

.btn_popupW50L, .btn_popupW50L2 {
    width: 50%;
    float: left;
    border-right: 1px solid #ddd !important;
    color: #ff7500 !important;
}

.btn_popupW50L2 {
    color: #a4a4a4 !important;
}

.btn_close {
    position: absolute;
    background: url(/assets/images/vi-vn/btn_close.svg) no-repeat center;
    background-size: 40% auto;
    width: 43px;
    height: 43px;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

.popup_T {
    background-color: #064378;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 0.95em;
    line-height: 45px;
    margin-bottom: -1px;
}

.popup_In {
    padding: 18px 12px 0;
    background-color: #fff;
}

.popup_In2 {
    padding: 5px 12px 0;
    background-color: #fff;
}

.popup_button {
    width: 100%;
    margin-top: -1px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .popup_button > * {
        float: none;
        width: 100% !important;
    }

.popVerify {
    line-height: 0;
    margin: 10px auto;
}

    .popVerify.error_login {
        margin-bottom: 8px;
    }

    .popVerify .error_login_t {
        top: auto;
        bottom: -20px;
    }

.popupFast {
    border-radius: 5px !important;
    max-width: 365px;
}

    .popupFast .btn_close {
        background-image: url(/assets/images/vi-vn/btn_close.svg);
        background-size: 38% auto;
        background-position-x: calc(100% - 12px);
        width: 35px;
        height: 35px;
    }

    .popupFast .popup_T {
        padding: 0 12px;
        background-color: #fff;
        color: #3783c1;
        line-height: 35px;
        height: 35px;
        box-sizing: border-box;
        position: relative;
    }

        .popupFast .popup_T:after {
            content: '';
            border-bottom: 1px solid #3783c1;
            position: absolute;
            bottom: 0;
            left: 12px;
            right: 12px;
        }

    .popupFast .popup_In {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .popupFast .numInputArea {
        margin: 10px auto 0 !important;
    }

/*-*/
.popup_off {
    min-height: 348px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 32px;
    box-sizing: border-box;
}

    .popup_off * + * {
        margin-top: 20px;
    }

    .popup_off img {
        width: 20%;
        max-width: 84px;
    }
/*-*/

@media (min-width: 350px) {
    .popupFast .btn_close {
        width: 38px;
        height: 38px;
    }

    .popupFast .popup_T {
        height: 38px;
        line-height: 38px;
    }

    .popup_off { /*-*/
        min-height: 364px;
    }
}

@media (min-width: 400px) {
    .popup {
        border-radius: 18px;
    }

        .popup [class*="btn_popupW"] {
            height: 60px !important;
        }

    .btn_close {
        width: 48px;
        height: 48px;
    }

    .popup_T {
        line-height: 48px;
    }

    .popup_In {
        padding: 25px 15px 0;
    }

    .popup_In2 {
        padding: 10px 15px 0;
    }

    .btn_popupW100, .btn_popupW50L, .btn_popupW50R, .btn_popupW50L2, .btn_popupW50R2 {
        height: 60px !important;
    }

    .popVerify {
        margin: 15px auto;
    }

        .popVerify.error_login {
            margin-bottom: 5px;
        }

    .popupFast .btn_close {
        width: 40px;
        height: 40px;
        background-position-x: calc(100% - 15px);
    }

    .popupFast .popup_T {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

        .popupFast .popup_T:after {
            left: 15px;
            right: 15px;
        }

    .popupFast .popup_In {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /*-*/
    .popup_off {
        min-height: 409px;
        font-size: 16px;
        line-height: 30px;
    }

        .popup_off img {
            width: 23%;
        }
    /*-*/
}

@media (min-width: 768px) {
    .popup {
        width: 70%;
    }
}
/*彈跳視窗-表格(快速轉帳)*/
.formPopup li {
    padding-bottom: 20px;
    position: relative;
    display: table;
    width: 100%;
    -webkit-touch-callout: none; /*系统默认菜单被禁用*/
    -webkit-user-select: none; /*webkit浏览器*/
    -khtml-user-select: none; /*早期浏览器*/
    -moz-user-select: none; /*火狐*/
    -ms-user-select: none; /*IE10*/
    user-select: none;
}

.formPopup_sum {
    padding-bottom: 10px !important;
}

    .formPopup_sum > div {
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

    .formPopup_sum .formPopup_T {
        float: left;
        height: auto;
        width: 100%;
        margin-bottom: 0;
        padding-left: 8px;
        box-sizing: border-box;
        font-weight: bold;
    }

    .formPopup_sum .PopupMoney {
        float: left;
        width: 100%;
        color: #00ae08;
        font-size: 1.1em;
        padding-left: 8px;
        box-sizing: border-box;
        font-weight: bold;
    }

        .formPopup_sum .PopupMoney ~ .formPopup_T {
            margin-top: 5px;
            color: #3783c1;
        }

    .formPopup_sum > div:not(.formPopup_btn) {
        width: 62%;
    }

    .formPopup_sum.formPopup_error {
        padding-bottom: 30px !important;
    }

    .formPopup_sum .formPopup_error_t {
        top: 38px;
        line-height: 20px;
        white-space: nowrap;
    }

.formPopup_btn {
    padding-left: 4%;
    width: 38%;
    box-sizing: border-box;
}

    .formPopup_btn > input {
        width: 100%;
        height: 38px !important;
    }

        .formPopup_btn > input:active {
            opacity: 0.8;
        }

.btn_transfer {
    background-color: #ff9c00 !important;
}

.formPopup_T {
    font-size: 0.9em;
    line-height: 1.3em;
    margin-bottom: 3px;
}

.formPopup_In {
    display: table;
    width: 100%;
    position: relative;
}

    .formPopup_In .w60L {
        width: 55%;
        position: relative;
    }

    .formPopup_In .w40R {
        width: 43%;
    }

/*    .formPopup_In .btn_codeSecond {
        height: 38px !important;
        line-height: 38px !important;
        width: 100%;
    }

        .formPopup_In .btn_codeSecond.darkGrey {
            line-height: 36px !important;
        }*/

.formPopup input[type="text"], .formPopup input[type="password"] {
    background-color: #f6f6f7;
    border-radius: 2px;
    color: #333;
    border: 1px solid #ddd;
    height: 38px;
    padding: 0 8px;
}

    .formPopup input[type="text"].noborder {
        border: 0px;
    }

.formPopup_sum.hint,
.formPopup_error {
    padding-bottom: 20px !important;
}

    .formPopup_error input[type="text"],
    .formPopup_error input[type="password"],
    .formPopup_error select,
    .formPopup_error textarea {
        border: 1px solid #ff3737 !important;
        background-color: #ffd5d5 !important;
        box-sizing: border-box;
    }

.formPopup_error_t {
    position: absolute;
    bottom: 0;
    color: #ff3737;
    font-size: 0.75em;
    line-height: 20px;
    left: 0;
}

.btn_PopupCode {
    color: #fff;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 0.8em !important;
}

.formPopup_hint_t {
    border-radius: 25px;
    text-align: center;
    line-height: 26px;
    height: 25px;
    font-size: 0.85em;
    border: 1px solid #f54b6f;
    box-sizing: border-box;
    padding: 0 30px !important;
    color: #f54b6f;
    margin-top: 10px;
}

    .formPopup_hint_t:before {
        content: '';
        width: 1px;
        height: 110%;
        display: inline-block;
        margin-left: -1px;
        vertical-align: middle;
    }

    .formPopup_hint_t img {
        vertical-align: sub;
        width: 16px;
    }

.btn_free {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    background: url(/assets/images/vi-vn/icon_question_pink.svg) no-repeat center;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.freeHint {
    position: absolute;
    top: 31px;
    right: 0;
    background-color: #f54b6f;
    color: #fff;
    padding: 6px 10px 5px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 1.2em;
    z-index: 2;
    text-align: left;
    margin: 0 -1px;
    display: none;
    font-size: 0.85em; /*-*/
}

    .freeHint:before {
        content: '';
        position: absolute;
        top: -8px;
        right: 16px;
        border-style: solid;
        border-width: 0 0 9px 9px;
        border-color: transparent transparent #f54b6f transparent;
    }

.form_Input {
    display: table;
    width: 100%;
}

    .form_Input input {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .form_Input span {
        display: table-cell;
        padding: 0 5px;
        vertical-align: middle;
        white-space: nowrap;
        font-size: 0.9em;
    }

@media (min-width: 400px) {
    .formPopup li {
        padding-bottom: 25px;
    }

    .formPopup input[type="text"],
    .formPopup input[type="password"] {
        border-radius: 3px;
        height: 50px;
    }

    .formPopup_sum {
        padding-bottom: 15px !important;
    }

        .formPopup_sum.formPopup_error {
            padding-bottom: 35px !important;
        }

        .formPopup_sum .formPopup_error_t {
            top: 50px;
            line-height: 25px;
        }

        .formPopup_sum.hint,
        .formPopup_btn > input {
            height: 50px !important;
        }

    .formPopup_error {
        padding-bottom: 25px !important;
    }

    .formPopup_error_t {
        line-height: 25px;
    }

    .formPopup_hint_t {
        border-radius: 30px;
        line-height: 31px;
        height: 30px;
        padding: 0 35px !important;
    }

        .formPopup_hint_t img {
            width: 18px;
        }

    .btn_free {
        right: 6px;
        width: 23px;
        height: 23px;
    }

    .freeHint {
        top: 35px;
        font-size: 0.95em; /*-*/
    }

        .freeHint:before {
            right: 18px;
        }

    .form_Input span {
        padding: 0 8px;
        font-size: 0.85em;
    }
}

@media (min-width: 534px) {
    .formPopup_In .w60L {
        width: 60%;
    }

    .formPopup_In .w40R {
        width: 38%;
    }
}

/*彈跳視窗-提款專區(人民银行支付系统维护公告)*/
.popup_withdraw {
    padding-bottom: 18px;
    font-size: 0.9em;
    line-height: 25px;
}

@media (min-width: 350px) {
    .popup_withdraw {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
}

@media (min-width: 400px) {
    .popup_withdraw {
        padding-bottom: 25px;
    }
}

/*彈跳視窗-分享APP*/
.popShare {
    max-width: 365px;
}

    .popShare .popup_In {
        background: url(/assets/images/vi-vn/bg_shareApp.png) center bottom no-repeat;
        position: relative;
        background-size: 120% 120%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .popShare .popup_button {
        position: absolute;
    }

.img_shareApp {
    display: table;
    width: 27vw;
    max-width: 100px;
    height: auto;
    margin: 3.6vw auto;
}

.img_qrApp {
    display: table;
    width: 43vw;
    height: 43vw;
    max-width: 180px;
    max-height: 180px;
    border: 10px solid #fff;
    background-color: #fff;
    border-radius: 10px;
    margin: 9vw auto;
}

.popShare_btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
}

    .popShare_btn > div {
        width: 33%;
        color: #fff;
        font-weight: bold;
        font-size: 0.7em;
        text-align: center;
        line-height: 1em;
        position: relative;
    }

        .popShare_btn > div:active {
            color: rgba(255,255,255,.6);
        }

            .popShare_btn > div:active:before {
                opacity: .6;
            }

        .popShare_btn > div:before {
            content: '';
            display: block;
            width: 22px;
            height: 22px;
            margin: 0 auto 7px;
        }

        .popShare_btn > div + div:after {
            content: '';
            background-color: rgba(255,255,255,.6);
            position: absolute;
            width: 1px;
            height: 30px;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
        }

.btn_shareCopy:before {
    background: url(/assets/images/vi-vn/btn_shareCopy.svg) center no-repeat;
    background-size: 100% auto;
}

.btn_shareSafe:before {
    background: url(/assets/images/vi-vn/btn_shareSafe.svg) center no-repeat;
    background-size: 100% auto;
}

.btn_shareApp:before {
    background: url(/assets/images/vi-vn/btn_shareApp.svg) center no-repeat;
    background-size: 100% auto;
}

.txt_share {
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 5px 20px rgba(0,0,0,.7);
    border-radius: 5px;
    padding: 12px;
    width: 82%;
    color: #0079e0;
    font-weight: bold;
    font-size: 0.85em;
    text-align: center;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    display: none;
}

    .txt_share span {
        display: inline-block;
    }

.shareBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
}

.shareBox_T {
    color: #333;
    text-align: center;
    padding: 10px 10px 15px;
}

    .shareBox_T > div {
        font-size: 0.85em;
        font-weight: bold;
    }

    .shareBox_T > * + * {
        margin-top: 15px;
    }

    .shareBox_T ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .shareBox_T li {
        font-size: 0.8em;
        width: 25%;
        cursor: pointer;
    }

        .shareBox_T li:active {
            opacity: .6;
        }

    .shareBox_T img {
        width: auto;
        height: 45px;
        display: block;
        margin: 0 auto 5px;
    }

.btn_closeShare {
    width: 100%;
    line-height: 39px;
    font-size: 0.8em;
    font-weight: bold;
    border-top: 1px solid #b2b2b2;
    text-align: center;
}

    .btn_closeShare:active {
        background-color: #e8e8e8;
    }

@media (min-width: 360px) {
}

@media (min-width: 400px) {
    .popShare .popup_In {
        background-size: cover;
    }

    .img_shareApp {
        margin: 15px auto;
    }

    .img_qrApp {
        margin: 65px auto;
    }

    .shareBox_T {
        padding: 15px 15px 20px;
    }

        .shareBox_T > * + * {
            margin-top: 20px;
        }

        .shareBox_T img {
            height: 55px;
        }

    .btn_closeShare {
        line-height: 44px;
    }
}

@media (min-width: 768px) {
}

/*內容標題*/
.container_T {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    top: 0;
    padding: 40px 4% 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .container_T h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        font-size: 0.8em;
        height: 40px;
        margin: 0;
        box-sizing: border-box;
        cursor: pointer;
    }

        .container_T h3 + h3 {
            margin-left: 2%;
        }

        .container_T h3 span {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            height: 100%;
            width: 100%;
            line-height: 1em;
        }

        .container_T h3.on {
            color: #648fb2;
        }

            .container_T h3.on:not(.w100) span:after {
                content: '';
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 3px;
                background-color: #648fb2;
                border-radius: 100px;
                left: 0;
                right: 0;
                margin: auto;
            }

            .container_T h3.on.t_orange span:after {
                background-color: #ff7800;
            }

    .container_T ~ .bonus,
    .container_T + div {
        margin-top: 40px;
    }

    .container_T + .venueInfo {
        position: fixed;
        z-index: 2;
    }

/*注意事項*/
.precautions {
    background-color: #fff;
    font-size: 0.8em;
}

    .precautions + .precautions {
        margin-top: 13px;
    }

.precautions_tab {
    text-align: center;
    height: 35px;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    margin-bottom: 12px;
}

    .precautions_tab img {
        width: 18px;
        height: auto;
        margin-right: 8px;
        vertical-align: sub;
    }

.precautions_msg {
    padding: 0 4% 12px;
}

.precautions_list {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

    .precautions_list:nth-last-child(1) {
        margin-bottom: 0;
    }

.precautions_listL {
    display: table-cell;
    padding-right: 3px;
    white-space: nowrap;
    min-width: 21px;
    width: 1px;
}

.precautions_listR {
    display: table-cell;
    width: 100%;
}

@media (min-width: 375px) {
    .precautions {
        font-size: 0.85em;
    }

    .precautions_listL {
        min-width: 23px;
    }
}

@media (min-width: 400px) {
    .precautions + .precautions {
        margin-top: 17px;
    }

    .precautions_tab {
        height: 45px;
        line-height: 45px;
        margin-bottom: 15px;
    }

        .precautions_tab img {
            width: 20px;
            margin-right: 10px;
        }

    .precautions_msg {
        padding-bottom: 15px;
    }

    .precautions_listL {
        min-width: 25px;
    }
}

/*倒數*/
.reciprocal {
    border-radius: 2px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 0.8em;
    background-color: #ddd;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2em;
}

    .reciprocal:before {
        content: '';
        width: 1px;
        height: 110%;
        display: inline-block;
        margin-left: -1px;
        vertical-align: middle;
    }

@media (min-width: 400px) {
    .reciprocal {
        height: 50px;
        line-height: 50px;
        border-radius: 3px;
    }
}

/*彈跳視窗內容-維護提醒*/
.index_submit_text {
    margin-bottom: 30px;
    text-align: center;
    color: #888;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.8em;
}

.index_submit_icon {
    display: table;
    margin: 10px auto;
    width: 15%;
}

@media (min-width: 400px) {
    .index_submit_text {
        margin-bottom: 35px;
        font-size: 0.9em;
    }

    .index_submit_icon {
        width: auto;
    }
}

/*--------keyType---------*/
.keySetting {
    background-color: transparent !important;
    border: 0 !important;
    height: auto !important;
    padding: 0 !important;
}

    .keySetting .numInputArea, .form + .numInputArea {
        margin-bottom: 21px;
    }

.marginBottom + .keySetting .numInputArea {
    margin-top: 8px;
}

.marginBottom_modify + .keySetting .numInputArea {
    margin-top: -4px;
}

.blue_form + .keySetting .numInputArea, .error + .keySetting .numInputArea {
    margin-top: 0 !important;
}

.form + ul .numInputArea,
.form ul:nth-child(2) .numInputArea { /*-*/
    margin-bottom: 0 !important;
}

.popup .numInputArea {
    margin: 0 auto 20px;
    height: 80px;
    width: 100%;
}

    .popup .numInputArea.near {
        margin: 10px auto 0;
    }

.form_vertical .keyboard + .numInputArea {
    margin-bottom: 21px;
}

.numInputArea {
    width: 92%;
    height: 94px;
    margin: 21px auto 0;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

    .numInputArea.on {
        display: table;
    }

    .numInputArea tr:first-child td:first-child {
        border-radius: 5px 0 0 0;
    }

    .numInputArea tr:first-child td:last-child {
        border-radius: 0 5px 0 0;
    }

    .numInputArea tr:last-child td:first-child {
        border-radius: 0 0 0 5px;
    }

    .numInputArea tr:last-child td:last-child {
        border-radius: 0 0 5px 0;
    }

    .numInputArea tr:last-child td {
        border-bottom: 1px solid #2682d5;
    }

    .numInputArea td:last-child {
        border-right: 1px solid #2682d5;
    }

    .numInputArea td {
        height: 50%;
        border-left: 1px solid #2682d5;
        border-top: 1px solid #2682d5;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -o-user-select: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .numInputArea:not(.lock) td:active {
        background-color: #d8f9ff;
    }

.number1 {
    background: url(/assets/images/vi-vn/btn_number1.svg) no-repeat center;
    background-size: auto 110%;
}

.number2 {
    background: url(/assets/images/vi-vn/btn_number2.svg) no-repeat center;
    background-size: auto 110%;
}

.number3 {
    background: url(/assets/images/vi-vn/btn_number3.svg) no-repeat center;
    background-size: auto 110%;
}

.number4 {
    background: url(/assets/images/vi-vn/btn_number4.svg) no-repeat center;
    background-size: auto 110%;
}

.number5 {
    background: url(/assets/images/vi-vn/btn_number5.svg) no-repeat center;
    background-size: auto 110%;
}

.number6 {
    background: url(/assets/images/vi-vn/btn_number6.svg) no-repeat center;
    background-size: auto 110%;
}

.number7 {
    background: url(/assets/images/vi-vn/btn_number7.svg) no-repeat center;
    background-size: auto 110%;
}

.number8 {
    background: url(/assets/images/vi-vn/btn_number8.svg) no-repeat center;
    background-size: auto 110%;
}

.number9 {
    background: url(/assets/images/vi-vn/btn_number9.svg) no-repeat center;
    background-size: auto 110%;
}

.number0 {
    background: url(/assets/images/vi-vn/btn_number0.svg) no-repeat center;
    background-size: auto 110%;
}

.numClear {
    background: url(/assets/images/vi-vn/btn_arrowCRB.svg) no-repeat center;
    background-size: auto 50%;
}

.numPoint {
    background: url(/Areas/Mobile/Content/Css/images/btn_point.html) no-repeat center;
    background-size: auto 110%;
}

.numPlusArea {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #f3f3f3;
    height: 40px;
    overflow: hidden;
    font-size: 0.9em;
    display: flex;
}

    .numPlusArea div {
        flex: 1;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .numPlusArea div + div {
            border-left: 1px solid #dfdfdf;
        }

    .numPlusArea:not(.lock) div:active {
        background-color: #fff;
    }

@media (min-width:350px) {
    .numInputArea {
        height: 104px;
    }

    .popup .numInputArea {
        height: 88px;
    }
}

@media (min-width:400px) {
    .keySetting .numInputArea, .form + .numInputArea {
        margin-bottom: 27px;
    }

    .marginBottom + .keySetting .numInputArea {
        margin-top: 10px;
    }

    .marginBottom_modify + .keySetting .numInputArea {
        margin-top: -2px;
    }

    .popup .numInputArea {
        height: 100px;
        margin-bottom: 25px;
    }

        .popup .numInputArea.near {
            margin-top: 15px;
        }

    .form_vertical .keyboard + .numInputArea {
        margin-bottom: 27px;
    }

    .numInputArea {
        height: 120px;
        margin-top: 27px;
    }
}

@media (min-width:530px) {
    .numInputArea {
        width: 68%;
    }
}

@media (min-width:768px) {
    .popup:not(.popupFast) .numInputArea {
        height: 146px;
    }

    .numInputArea {
        height: 172px;
    }
}

/*密碼可視/不可視icon(眼睛)*/
.icon_pw {
    background: url(/assets/images/vi-vn/icon_pwON.svg) no-repeat center;
    background-size: auto 25px;
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    top: 0;
}

.pwON.off .icon_pw {
    background-image: url(/assets/images/vi-vn/icon_pwOFF.svg);
}

.pwON input {
    padding-right: 40px !important;
}

.form .form_In .icon_pw {
    height: 48px;
}

.formPopup .icon_pw {
    top: auto;
    bottom: 20px;
    height: 38px;
}

@media (min-width: 400px) {
    .login_list .icon_pw {
        height: 50px;
        width: 50px;
    }

    .form .form_In .icon_pw {
        height: 60px;
    }

    .formPopup .pwON input,
    .form_vertical .pwON input,
    .login_list.pwON input {
        padding-right: 50px !important;
    }

    .form_vertical .icon_pw {
        height: 52px;
        width: 50px;
    }

    .formPopup .icon_pw {
        bottom: 25px;
        height: 50px;
        width: 50px;
    }
}

/*查詢支持銀行*/
.checkBank {
    float: right;
    color: #009cff;
    font-size: 0.8em;
    text-decoration: underline;
    position: relative;
}

    .checkBank:before {
        position: absolute;
        left: -20px;
        top: 0px;
        bottom: 0;
        margin: auto;
        content: '';
        background: url(/assets/images/vi-vn/icon_prompt.svg) no-repeat top center;
        background-size: 100%;
        width: 15px;
        height: 15px;
    }

.info_newIn .checkBank {
    display: table;
    margin: 0 auto;
    font-size: 1em;
    margin-top: 10px;
    float: none;
    position: relative;
}

    .info_newIn .checkBank:before {
        position: absolute;
        top: 0px;
        bottom: 0;
        margin: auto;
        content: '';
        background: url(/assets/images/vi-vn/icon_prompt.svg) no-repeat top center;
        background-size: 100%;
        width: 15px;
        height: 15px;
    }

.Chk_T {
    color: #ff9600;
    font-size: 0.8em;
    display: block;
    text-align: center;
}

.Chk_bankList {
    margin: 15px auto 8.5%;
    background-color: #bbbbbb;
    table-layout: fixed;
    width: 90%;
    font-size: 0.85em;
}

    .Chk_bankList td {
        height: 35px;
        text-align: center;
        background-color: #fbfbfb;
    }

@media (min-width: 400px) {
    .Chk_bankList {
        margin-top: 20px;
    }

        .Chk_bankList td {
            height: 40px;
        }

    .checkBank:before {
        bottom: -7%;
    }
}

@media (min-width: 768px) {
    .Chk_bankList {
        font-size: 1em;
    }

        .Chk_bankList td {
            height: 50px;
        }
}

/*金額文字加大 */
.keyboard {
    height: 48px;
    line-height: 48px;
    font-size: 0.85em;
    color: #888;
    overflow: hidden;
    position: relative;
}

.formPopup .keyboard {
    background-color: #fff;
    border-radius: 2px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 8px;
    position: relative;
}

.formPopup_error .keyboard {
    border: 1px solid #ff3737;
    background-color: #ffd5d5;
}

.keyboard.keyIn {
    color: #000;
}

.error .keyboard.keyIn {
    color: #ff3b30 !important;
}

.formPopup .keyIn.on:empty:after {
    height: 60%;
    left: 8px;
}

.formPopup .keyIn.on:after {
    height: 60%;
}

.textMoney.keyIn:not(:empty) {
    font-size: 1.35em !important;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.keyboard.disabled {
    background-color: #e5e5e5 !important;
    cursor: not-allowed;
    color: #f00;
}

.formPopup .keyboard,
.login_list .keyboard {
    padding-right: 38px;
}

.form_In .keyboard {
    padding-right: 25px;
    box-sizing: border-box;
}

.btn_closeKB {
    display: none;
    background: url(/assets/images/vi-vn/icon_closeKB.svg) no-repeat center;
    background-size: auto 50%;
    position: absolute;
    height: 100%;
    width: 38px;
    right: 0;
    top: 0;
}

    .btn_closeKB:active {
        opacity: .8;
    }

.keyIn ~ .btn_closeKB {
    display: block;
}

.form_In .btn_closeKB {
    background-size: auto 20px;
    width: 20px;
}

.form_vertical .btn_closeKB {
    right: 10px;
}

.form_serv .btn_closeKB {
    width: 38px;
}

.loginNum ~ .btn_closeKB {
    height: 40px;
}

@media (min-width: 400px) {
    .keyboard {
        height: 60px;
        line-height: 60px;
        font-size: 0.85em;
    }

    .formPopup .keyboard {
        border-radius: 3px;
        line-height: 50px;
        height: 50px;
    }

    .formPopup .keyboard,
    .login_list .keyboard {
        padding-right: 50px;
    }

    .form_In .keyboard {
        padding-right: 35px;
    }

    .btn_closeKB {
        width: 50px;
    }

    .form_In .btn_closeKB {
        background-size: auto 25px;
        width: 25px;
    }

    .form_serv .btn_closeKB {
        width: 50px;
    }

    .loginNum ~ .btn_closeKB {
        height: 50px;
    }
}

/*警告視窗*/
.win_warning {
    position: fixed;
    width: 96%;
    padding: 4.5% 5%;
    font-size: 0.85em;
    border-radius: 5px;
    background-color: #414141;
    bottom: 54px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    color: #ffe300;
    box-sizing: border-box;
    z-index: 10;
}

.btn_close_black {
    position: absolute;
    background-image: url(/assets/images/vi-vn/btn_close_white-2.svg);
    background-repeat: no-repeat;
    background-size: 28% auto;
    background-position: center;
    width: 38px;
    height: 38px;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

@media (min-width: 350px) {
    .win_warning {
        bottom: 61px;
    }
}

@media (min-width: 375px) {
    .btn_close_black {
        background-size: 32% auto;
        top: 0;
        right: 0;
    }
}

@media (min-width: 400px) {
    .win_warning {
        bottom: 69px;
        padding: 4.5% 6%;
    }

    .btn_close_black {
        background-size: 38% auto;
    }
}

@media (min-width: 600px) {
    .btn_close_black {
        top: 5px;
        right: 5px;
    }
}

@media (min-width: 768px) {
    .win_warning {
        font-size: 1.4em;
        bottom: 90px;
        border-radius: 8px;
    }

    .btn_close_black {
        background-size: 58% auto;
        top: 8px;
        right: 8px;
    }
}

.keyIn.on:after {
    content: '';
    width: 1px;
    height: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #000;
    -webkit-animation: blink 1s ease infinite;
    animation: blink 1s ease infinite;
}

.keyIn.on:empty:after {
    content: '';
    width: 1px;
    height: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background-color: #000;
    -webkit-animation: blink 1s ease infinite;
    animation: blink 1s ease infinite;
}

@keyframes blink {
    0%,50% {
        opacity: 0;
    }

    70%,100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0%,50% {
        opacity: 0;
    }

    70%,100% {
        opacity: 1;
    }
}

/*會員註冊/會員資料/平台轉帳checkbox*/
.terms_member {
    font-size: 0.8em;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0;
    max-width: calc(100% - 50px);
}

    .terms_member a {
        color: #2782d7;
    }

    .terms_member ~ .btn_termsCheck {
        margin: 10px 7px 0;
    }

.btn_termsCheck {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background-color: #2782d7;
    border-radius: 2px;
    cursor: pointer;
    margin: 10px 10px 0 0;
}

    .btn_termsCheck.on {
        background: #2782d7 url('/assets/images/vi-vn/btn_confirm.svg') no-repeat 45% 50%;
        background-size: auto 60%;
    }

    .btn_termsCheck.no {
        background-color: #bfbfbf;
    }

@media (min-width:360px) {
    .terms_member ~ .btn_termsCheck {
        margin: 10px 10px 0;
    }
}

@media (min-width:400px) {
    .btn_termsCheck {
        width: 45px;
        height: 45px;
        border-radius: 3px;
        margin-top: 15px;
        margin-right: 15px;
    }

    .terms_member {
        margin-top: 15px;
        max-width: 87%;
        max-width: calc(100% - 60px);
    }

        .terms_member ~ .btn_termsCheck {
            margin-top: 15px;
        }
}

@media (min-width:414px) {
    .terms_member ~ .btn_termsCheck {
        margin: 15px 15px 0;
    }
}

/*select自訂下拉*/
.form_tranP {
    display: table;
    width: 100%;
}

    .form_tranP .t_green,
    .form_tranP .t_black {
        font-weight: bold;
        line-height: 48px;
    }

.select {
    font-size: 0.85em;
    height: 48px;
    box-sizing: border-box;
    color: #000;
    background: url(/assets/images/vi-vn/icon_select.svg) no-repeat right;
    background-size: auto 20%;
    padding-right: 18px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

    .select.off {
        color: #999;
        cursor: not-allowed;
    }

.selectDrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: auto;
}

    .selectDrop ul {
        margin: 50px 0 43px;
        height: 80%;
        height: calc(100% - 93px);
        overflow: auto;
    }

    .selectDrop .selectOut {
        cursor: pointer;
        width: 50%;
        padding: 1px 37px 1px 10px;
        height: 40px;
        border-bottom: 0 !important;
    }

        .selectDrop .selectOut:first-child {
            border-top: 0;
        }

        .selectDrop .selectOut input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 100%;
            width: 100%;
            margin: 0;
            left: 0;
            top: 0;
        }

    .selectDrop .selectIn {
        display: table-cell;
        vertical-align: middle;
    }

    .selectDrop .selectMark {
        position: absolute;
        height: 17px;
        width: 17px;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
        background: url(/assets/images/vi-vn/btn_selectMarkG.svg) no-repeat center;
        background-size: auto 100%;
    }

    .selectDrop input:checked ~ .selectMark {
        background: url(/assets/images/vi-vn/btn_selectMarkB.svg) no-repeat center;
        background-size: auto 100%;
    }

@media (min-width: 350px) {
    .selectDrop ul {
        margin-bottom: 49px;
        height: calc(100% - 99px);
    }
}

@media (min-width: 400px) {
    .form_tranP .t_green,
    .form_tranP .t_black {
        line-height: 60px;
    }

    .select {
        height: 60px;
        padding-right: 22px;
    }

    .selectDrop ul {
        margin-top: 60px;
        margin-bottom: 56px;
        height: calc(100% - 116px);
    }

    .selectDrop .selectOut {
        height: 48px;
        padding: 2px 40px 2px 15px;
    }

    .selectDrop .selectMark {
        height: 20px;
        width: 20px;
        right: 15px;
    }
}

@media (min-width: 768px) {
    .selectDrop ul {
        margin-bottom: 76px;
        height: calc(100% - 136px);
    }

    .selectDrop .selectOut {
        padding: 4px 60px 4px 25px;
    }

    .selectDrop .selectMark {
        right: 25px;
    }
}

@media (max-height: 450px) {
    .selectDrop ul {
        height: calc(100% - 45px);
    }
}

@media (max-height: 450px) and (min-width: 400px) {
    .selectDrop ul {
        height: calc(100% - 55px);
    }
}

/*存款金額提示泡泡*/
.formPromot {
    background: #f9f9fb url(/assets/images/vi-vn/icon_prompt.svg) no-repeat 8px 50%;
    background-size: auto 17px;
    color: #f00;
    border-radius: 2px;
    padding: 8px 8px 8px 33px;
    position: absolute;
    bottom: 48px;
    box-sizing: border-box;
    font-size: 0.75em;
    display: none;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 10px;
    line-height: 1.5em;
}

    .formPromot:before {
        content: '';
        position: absolute;
        border-color: #f9f9fb transparent transparent transparent;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 8px 0 8px;
        bottom: -8px;
        left: 9px;
        -webkit-filter: drop-shadow(0px 4px 2px rgba(0,0,0,.1));
        filter: drop-shadow(0px 4px 2px rgba(0,0,0,.1));
    }

@media (min-width: 400px) {
    .formPromot {
        bottom: 60px;
        border-radius: 3px;
    }
}

/*loading圖示/spinner*/
.img_spinner {
    animation: img_spinner 1.2s linear infinite;
    -webkit-animation: img_spinner 1.2s linear infinite;
}

@keyframes img_spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes img_spinner {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/*登入彈窗*/
.login_list {
    margin-bottom: 10px;
    position: relative;
    display: table;
    width: 100%;
}

.loginNum {
    border-bottom: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 40px;
    height: 40px;
    background: url(/assets/images/vi-vn/icon_loginNum.svg) no-repeat 10px 50%;
    background-size: auto 20px;
    font-size: 0.95em !important;
}

.loginID, .loginPW {
    border-bottom: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1.35em;
    padding-left: 40px;
    height: 40px;
    line-height: 1.2em;
}

    .loginID::-webkit-input-placeholder, .loginPW::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 0.7em;
    }

    .loginID::-moz-placeholder, .loginPW::-moz-placeholder { /* Firefox 19+ */
        font-size: 0.7em;
    }

    .loginID:-ms-input-placeholder, .loginPW:-ms-input-placeholder { /* IE 10+ */
        font-size: 0.7em;
    }

    .loginID:-moz-placeholder, .loginPW:-moz-placeholder { /* Firefox 18- */
        font-size: 0.7em;
    }

.loginID {
    background: url(/assets/images/vi-vn/icon_loginID.svg) no-repeat 10px 50%;
    background-size: auto 20px;
}

.loginPW {
    background: url(/assets/images/vi-vn/icon_loginPW.svg) no-repeat 10px 50%;
    background-size: auto 20px;
    padding-right: 40px;
}

.loginFG {
    cursor: pointer;
    color: #337caa;
    float: right;
    margin: 8px 0 -2px;
    line-height: 1em;
    font-size: 0.9em;
    text-decoration: none;
}

.error_login_t + .loginFG {
    margin-top: 20px;
}

.btn_sign {
    margin-bottom: 10px;
    height: 38px !important;
}

    .btn_sign[class*="w50"] {
        width: 48%;
    }

    .btn_sign.w50L {
        background-color: #ff7500;
        float: none;
    }

.error_login {
}

    .error_login .loginID {
        border-color: #ff3b30;
        color: #ff3b30;
        background-image: url(/assets/images/vi-vn/icon_loginID02.svg);
    }

    .error_login .loginPW {
        border-color: #ff3b30;
        color: #ff3b30;
        background-image: url(/assets/images/vi-vn/icon_loginPW02.svg);
    }

    .error_login .loginNum {
        background-image: url(/assets/images/vi-vn/icon_loginNum02.svg);
        border-color: #ff3b30;
    }

        .error_login .loginNum.keyIn {
            color: #ff3b30;
        }

    .error_login .error_login_t {
        display: block;
    }

.error_login_t {
    display: none;
    position: absolute;
    left: 0;
    color: #ff3b30;
    font-size: 0.75em;
    top: 40px;
    line-height: 20px;
}

@media (min-width: 350px) {
    .loginID, .loginPW {
        line-height: 1em;
    }
}

@media (min-width: 400px) {
    .login_list {
        margin-bottom: 15px;
    }

    .loginID, .loginPW, .loginNum {
        height: 50px;
        padding-left: 60px;
        background-position-x: 15px;
        background-size: auto 30px;
    }

    .loginID, .loginPW {
        line-height: 1.2em;
    }

    .loginNum {
        line-height: 50px;
    }

    .loginPW {
        padding-right: 48px;
    }

    .loginFG {
        margin-top: 10px;
        margin-bottom: -5px;
    }

    .btn_sign {
        height: 48px !important;
        margin-bottom: 15px;
    }

    .popVerify ~ .btn_sign {
        margin-top: 0;
    }

    .error_login_t {
        top: 50px;
    }
}

/*字數顯示*/
.complaintHint {
    position: absolute;
    font-size: 0.75em;
    bottom: -1.5em;
    line-height: 1em;
    text-align: right;
    left: 4%;
}

    .complaintHint ~ .error_t {
        bottom: -1.5em;
        top: auto;
        left: auto;
        right: 0;
    }

/*请选择银行頁*/
.btn_bankSearch {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    padding: 10px 4%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}

    .btn_bankSearch input {
        width: 100%;
        height: 35px;
        background: url(/assets/images/vi-vn/icon_search_gray.svg) no-repeat 10px 50%;
        background-size: auto 45%;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding-left: 36px;
        padding-right: 10px;
        font-size: 0.9em;
    }

.formBank {
    padding-top: 55px; /*-*/
}

    .formBank li {
        min-height: 48px;
        display: flex;
        flex-flow: wrap;
        align-items: center;
        font-size: 0.9em;
        cursor: pointer;
        padding: 5px 4%;
        box-sizing: border-box;
    }

        .formBank li + li {
            border-top: 1px solid #f3f3f3;
        }

        .formBank li:active {
            background-color: #e8f9ff;
            color: #2782d7;
        }

.noBank {
    font-size: 0.95em;
    color: #888;
    text-align: center;
    margin-top: 55px; /*-*/
    padding: 50px 20px;
}

.btn_select {
    background: url(/assets/images/vi-vn/icon_select.svg) no-repeat right;
    background-size: auto 20%;
    width: 100%;
    height: 100%;
    line-height: 48px;
    font-size: 0.9em;
}

@media (min-width: 400px) {
    .btn_bankSearch {
        padding: 15px 4%;
    }

        .btn_bankSearch input {
            height: 40px;
        }

    .formBank {
        padding-top: 70px; /*-*/
    }

        .formBank li {
            min-height: 60px;
        }

    .noBank {
        margin-top: 70px; /*-*/
        padding: 65px 20px;
    }

    .btn_select {
        line-height: 60px;
    }
}

/*彈窗-立即存款*/
.popupNEW {
    max-width: 330px;
    width: 85%;
    overflow: initial;
    display: table;
}

    .popupNEW .popup_In {
        border-radius: 13px;
        display: flex;
        justify-content: center;
        flex-flow: wrap;
    }

    .popupNEW .img_gift {
        margin: 0 auto 22px;
        display: table;
        width: 105px;
        height: auto;
    }

    .popupNEW input {
        width: 82%;
        height: 35px;
        border-radius: 100px;
        margin: 0 auto 20px;
        display: table;
        background-color: #008bec;
        font-size: 0.85em;
    }

        .popupNEW input:active {
            background-color: #3fb0ff;
        }

.icon_newMBR {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 1;
    background: url(/assets/images/vi-vn/icon_ribbon.png) no-repeat center;
    background-size: 100% auto;
    width: 100px;
    height: 100px;
}

    .icon_newMBR span {
        color: #fff;
        position: absolute;
        width: 80px;
        text-align: center;
        left: -4px;
        top: 24px;
        z-index: 1;
        font-weight: bold;
        font-size: 0.7em;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        line-height: 1.1em;
    }

.DAC_T {
    font-weight: bold;
    text-align: center;
    margin-top: 44px;
    color: #ff9000;
    font-size: 0.9em;
}

.DAC_C {
    font-size: 0.85em;
    margin: 22px 24px;
    line-height: 25px;
    display: table;
}

    .DAC_C > div {
        display: table-row;
    }

.DAC_circle {
    width: 10px;
    display: table-cell;
}

    .DAC_circle:before {
        content: '';
        background-color: #008bec;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        display: block;
        margin-bottom: 1px;
    }

.DAC_txt {
    padding-left: 5px;
    display: table-cell;
}

@media (min-width: 360px) {
    .DAC_C {
        margin: 22px 34px;
    }
}

@media (min-width: 400px) {
    .popupNEW .popup_In {
        border-radius: 18px;
    }

    .popupNEW .img_gift {
        margin: 0 auto 30px;
        width: 136px;
    }

    .popupNEW input {
        height: 45px;
        margin: 0 auto 25px;
    }

    .icon_newMBR {
        top: -5px;
        left: -5px;
        width: 118px;
        height: 118px;
    }

        .icon_newMBR span {
            width: 100px;
            top: 30px;
            left: -8px;
        }

    .DAC_C {
        margin: 22px 36px;
        line-height: 25px;
    }

    .DAC_circle {
        width: 10px;
    }

        .DAC_circle:before {
            width: 10px;
            height: 10px;
        }
}

/*置頂KU APP下載廣告*/
.btn_AD {
    background-color: #fff;
    width: 100%;
    height: 45px;
    position: fixed;
    cursor: pointer;
    z-index: 99;
    top: 0;
}

.btn_ADclose {
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background: url(/assets/images/vi-vn/btn_close_gray.svg) no-repeat center;
    background-size: auto 25%;
    width: 35px;
    left: 0;
}

    .btn_ADclose:active {
        opacity: 0.6;
    }

.ADtxt {
    font-size: 0.75em;
    position: absolute;
    padding-left: 42px;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 13px;
    width: calc(98% - 95px);
    box-sizing: border-box;
}

    .ADtxt:before {
        content: '';
        background: url(/assets/images/vi-vn/logo_KUapp.png) no-repeat center;
        background-size: 100% auto;
        height: 35px;
        width: 35px;
        position: absolute;
        left: 0;
        top: 0;
        margin: auto;
        bottom: 0;
    }

    .ADtxt div {
        font-weight: bold;
    }

    .ADtxt span {
        display: inline-block;
    }

.btn_ADdl {
    background-color: #2b91e5;
    border-radius: 2px;
    padding: 5px 8px;
    color: #fff;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 0.85em;
}

    .btn_ADdl:active {
        background-color: #4caeff;
    }

.btn_AD ~ .bg_header {
    top: 45px;
}

.btn_AD.VIP .ADtxt:before {
    background-image: url(/assets/images/vi-vn/logo_VIPapp.png);
}

.btn_AD.VIP .btn_ADdl {
    background-color: #cfaa75;
}

    .btn_AD.VIP .btn_ADdl:active {
        background-color: #ddbb8a;
    }

@media (min-width: 350px) {
    .btn_ADclose {
        width: 40px;
    }

    .ADtxt {
        left: 40px;
        padding-left: 45px;
        width: calc(98% - 106px);
    }

    .btn_ADdl {
        padding: 5px 10px;
    }
}

@media (min-width: 400px) {
    .btn_AD {
        height: 55px;
    }

    .btn_ADclose {
        width: 45px;
    }

    .ADtxt {
        left: 45px;
        padding-left: 55px;
        width: calc(98% - 120px);
        line-height: 14px;
    }

        .ADtxt:before {
            width: 43px;
            height: 43px;
        }

    .btn_ADdl {
        border-radius: 3px;
    }

    .btn_AD ~ .bg_header {
        top: 55px;
    }
}

@media (min-width: 530px) {
    .ADtxt {
        line-height: normal;
    }

        .ADtxt div {
            font-size: 1.25em;
        }
}

@media (min-width: 768px) {
    .btn_ADdl {
        padding: 5px 15px;
    }
}

/*會員互轉*/
.trnsMHint {
    margin-bottom: 21px;
    border: 0 !important;
    font-size: 0.85em;
    height: auto !important;
    min-height: 50px !important;
    padding: 10px 4% !important;
    display: flex !important;
    align-items: center;
}

.transferGift {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 13px;
    padding: 4%;
}

    .transferGift ul {
        display: flex;
        flex: 50%;
        flex-direction: column;
        text-align: center;
    }

        .transferGift ul:nth-child(3n),
        .transferGift ul:nth-child(4n) {
            margin-top: 4%;
        }

    .transferGift li[class*="t_"] {
        font-weight: bold;
        font-size: 0.95em;
    }

    .transferGift li:not([class*="t_"]) {
        font-size: 0.8em;
    }

    .transferGift .t_orange {
        color: #fea800 !important;
    }

.verifyIn {
}

    .verifyIn [class*="verify"] {
        position: relative;
        background-color: #f6f6f7;
        border: 1px solid #ddd;
        box-sizing: border-box;
        float: left;
        height: 38px;
    }

        .verifyIn [class*="verify"] .keyboard {
            line-height: 36px;
            height: 36px;
            background-color: transparent;
            border: 0;
        }

    .verifyIn > .keyboard {
        background-color: #f6f6f7;
    }

    .verifyIn .verifyL {
        width: 55%;
        border-right: 0;
        border-radius: 2px 0 0 2px;
    }

    .verifyIn .verifyR {
        width: 45%;
        border-left: 0;
        border-radius: 0 2px 2px 0;
        padding: 4px;
    }

    .verifyIn input.btn_codeSecond {
        background-color: #2fabfd;
    }

    .verifyIn .btn_codeSecond {
        width: 100%;
        height: 100% !important;
    }

.btn_forgetCode {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(/assets/images/vi-vn/icon_loginForget.svg) no-repeat center;
    background-size: 50% auto;
    width: 38px;
    height: 100%;
    cursor: pointer;
}

@media (min-width: 375px) {
    .transferGift li[class*="t_"] {
        font-size: 1em;
    }

    .transferGift li:not([class*="t_"]) {
        font-size: 0.85em;
    }

    .verifyIn .verifyL {
        width: 58%;
    }

    .verifyIn .verifyR {
        width: 42%;
    }
}

@media (min-width: 400px) {
    .trnsMHint {
        margin-bottom: 27px;
        min-height: 62px !important;
    }

    .transferGift {
        margin-bottom: 17px;
        padding: 15px 4%;
    }

        .transferGift ul:nth-child(3n),
        .transferGift ul:nth-child(4n) {
            margin-top: 15px;
        }

    .verifyIn [class*="verify"] {
        height: 50px;
    }

        .verifyIn [class*="verify"] .keyboard {
            line-height: 48px;
            height: 48px;
        }

    .verifyIn .verifyL {
        border-radius: 3px 0 0 3px;
    }

    .verifyIn .verifyR {
        border-radius: 0 3px 3px 0;
    }

    .btn_forgetCode {
        width: 50px;
    }
}

/*暂无消息*/
.noMSG_out {
    position: absolute;
    display: table;
    height: 75%;
    height: calc(100% - 93px);
    width: 100%;
}

.container_T ~ .noMSG_out {
    height: calc(100% - 144px);
}

.recordSearch ~ .noMSG_out { /*-*/
    height: calc(100% - 192px);
    top: 149px;
}

.noMSG {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 5% 0;
    color: #72a5dc;
    font-weight: bold;
    text-align: center;
}

    .noMSG img {
        width: 35%;
        max-width: 150px;
        margin-bottom: 5px;
    }

@media (min-width: 350px) {
    .noMSG_out {
        height: calc(100% - 99px);
    }

    .container_T ~ .noMSG_out {
        height: calc(100% - 150px);
    }

    .recordSearch ~ .noMSG_out { /*-*/
        height: calc(100% - 198px);
    }
}

@media (min-width: 400px) {
    .noMSG_out {
        height: calc(100% - 116px);
    }

    .container_T ~ .noMSG_out {
        height: calc(100% - 183px);
    }

    .recordSearch ~ .noMSG_out { /*-*/
        height: calc(100% - 243px);
        top: 187px;
    }
}

@media (min-width: 768px) {
    .noMSG_out {
        height: calc(100% - 136px);
    }

    .container_T ~ .noMSG_out {
        height: calc(100% - 208px);
    }

    .recordSearch ~ .noMSG_out { /*-*/
        height: calc(100% - 268px);
        top: 192px;
    }
}

@media (max-height: 450px) {
    .noMSG_out {
        height: calc(100% - 60px);
    }
}

/*手機號碼認證*/
.icon_confirmOk {
    width: 25px;
    height: 30px;
    float: right;
}

@media (min-width:400px) {
    .icon_confirmOk {
        width: 30px;
        height: 40px;
    }
}

/*发现新版本*/
.appNew {
    max-width: 330px;
    width: 80%;
    height: 300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(/Areas/Mobile/Content/Css/images/appNew_bg.html) no-repeat top center;
    background-size: 100% auto;
    position: relative;
}

    .appNew:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 35px;
        z-index: -1;
        border-radius: 10px;
        background: #004172; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #004172 0%, #005a9e 26%, #0068b7 50%, #0068b7 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #004172 0%,#005a9e 26%,#0068b7 50%,#0068b7 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #004172 0%,#005a9e 26%,#0068b7 50%,#0068b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004172', endColorstr='#0068b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

.new_In {
    box-sizing: border-box;
    padding: 0 18px 18px;
    width: 100%;
    text-align: center;
    position: relative;
}

    .new_In:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        border-radius: 10px;
        background-color: #fff;
    }

    .new_In input {
        width: 100%;
        border-radius: 3px;
        background-color: #419eda;
        font-size: 1em;
    }

        .new_In input:active {
            background-color: #4cb9ff;
        }

.newTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1em;
}

.newVersion {
    color: #8a8989;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1em;
}

@media (min-width: 350px) {
    .appNew {
        height: 330px;
    }

    .newVersion {
        margin-bottom: 15px;
    }
}

@media (min-width: 375px) {
    .appNew {
        height: 342px;
    }

        .appNew:before {
            top: 40px;
        }
}

@media (min-width: 400px) {
    .appNew {
        height: 374px;
    }

    .new_In {
        padding: 22px;
    }

        .new_In input {
            height: 45px;
            border-radius: 5px;
        }
}

/*存款专区/提款专区-维护中/详情/停用中*/
.deposit_list.off,
.btn_subList.off { /*-*/
    color: #999 !important;
    cursor: not-allowed;
    overflow: hidden;
}

    .depositSelect_In li.off:before,
    .deposit_list.off:before,
    .btn_subList.off:before { /*-*/
        content: '';
        background-color: rgba(0,0,0,.6);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .deposit_list.off a {
        display: none;
    }

.payMaintain {
    display: none;
    color: #fee000;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    line-height: normal;
}

.deposit_list .payMaintain {
    justify-content: flex-end;
    padding-right: 4%;
}

.off .payMaintain {
    display: flex;
}

.pmTxt, .btn_pmInfo {
    line-height: 1em;
    box-sizing: border-box;
}

.btn_subList .pmTxt, /*-*/
.deposit_list .pmTxt {
    font-size: 0.8em;
}

.btn_subList .btn_pmInfo, /*-*/
.deposit_list .btn_pmInfo {
    border-radius: 100px;
    border: 1px solid #fee000;
    font-size: 0.8em;
}

    .btn_subList .btn_pmInfo:active, /*-*/
    .deposit_list .btn_pmInfo:active {
        background-color: rgba(254,224,0,.2);
    }

.deposit_list .pmTxt,
.deposit_list .btn_pmInfo {
    height: 25px;
    width: 80px;
    padding-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_subList .btn_pmInfo { /*-*/
    height: 23px;
    width: 48%;
    max-width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_subList .pmTxt + .btn_pmInfo {
    margin-left: 10%;
}

.deposit_subList_33 .pmTxt + .btn_pmInfo {
    margin-left: 6%;
}

.deposit_subList_33 .payMaintain {
    letter-spacing: -0.5px;
}

.depositSelect_In li .btn_pmInfo {
    font-size: 0.8em;
    max-width: 73px;
    width: 20%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff9600;
    border-radius: 100px;
    color: #fff;
}

    .depositSelect_In li .btn_pmInfo:active {
        background-color: #ffba00;
    }

.depositSelect_In li .pmTxt + .btn_pmInfo {
    margin-left: 10%;
}

@media (min-width: 350px) {
    .deposit_list .pmTxt,
    .deposit_list .btn_pmInfo {
        width: 95px;
    }

    .deposit_subList_33 .payMaintain {
        letter-spacing: 0;
    }
}

@media (min-width: 400px) {
    .deposit_list .pmTxt,
    .deposit_list .btn_pmInfo {
        width: 105px;
        padding-top: 0;
    }

    .btn_subList .btn_pmInfo { /*-*/
        height: 25px;
    }

    .depositSelect_In li .btn_pmInfo {
        height: 28px;
    }
}

@media (min-width:530px) {
    .deposit_subList_33 .pmTxt + .btn_pmInfo {
        margin-left: 10%;
    }
}

@media (min-width:768px) {
    .deposit_list .pmTxt + .btn_pmInfo {
        margin-left: 1%;
    }
}

/*彈跳視窗 - 新版*/
.mask_new .popup {
    width: 71%;
    max-width: 18em;
    font-size: 1rem;
    border-radius: 0.3125em;
}

.mask_new .popupWidth {
    width: 90%;
}

.mask_new .btn_close {
    background-image: url(/assets/images/vi-vn/btn_close.svg);
    background-size: 30% auto;
    width: 3em;
    height: 3em;
}

.mask_new .popup_T {
    background-color: #fff;
    line-height: 1em;
    padding: 1em 2em;
    font-weight: bold;
    font-size: 1.0625em;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mask_new .popup_In {
    padding: 0 0 1em;
}

.mask_new .popupTitle {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mask_new .popupTitle img {
        width: auto;
        height: 70px;
    }

.mask_new .popupCenter {
    margin: auto;
    display: table;
    padding: 0 1em;
    text-align: center;
}

.mask_new .popupLeft {
    margin: auto;
    display: table;
    padding: 0 1em;
}

.mask_new .bankMsg_check {
    letter-spacing: -0.8px;
}

    .mask_new .bankMsg_check > div:first-child {
        text-align: center;
        margin-bottom: 5px;
    }

.mask_new .popup_button {
    height: 40px;
    border-top: 1px solid #eee;
    box-sizing: border-box;
}

    .mask_new .popup_button > * {
        font-size: 1.0625em !important;
        height: 100% !important;
        border-top: 0 !important;
        background-color: #fff;
        font-weight: bold;
        border-radius: 0;
        cursor: pointer;
    }

        .mask_new .popup_button > *:hover:not([class*=off]),
        .mask_new .popup_button > *:hover:not(:disabled) {
            background-color: #e5e5e5;
        }

        .mask_new .popup_button > *:active:not([class*=off]),
        .mask_new .popup_button > *:active:not(:disabled) {
            background-color: #ccc;
        }

    .mask_new .popup_button .w100 {
        color: #008bec;
    }

    .mask_new .popup_button .w50L {
        color: #a1a1a1;
        border-right: 1px solid #eee !important;
    }

    .mask_new .popup_button .w50R {
        color: #008bec;
    }

    .mask_new .popup_button input[type="button"]:disabled,
    .mask_new .popup_button input[type="button"][class*=off] {
        background-color: #eee !important;
        color: #a1a1a1 !important;
    }

/*非白底色按鈕*/
.popupCB {
}

    .popupCB .popupLeft {
        line-height: 28px;
        font-size: 0.95em;
    }

    .popupCB .popup_button {
        border: 0;
    }

        .popupCB .popup_button .w50L {
            border: 0 !important;
            color: #fff;
            background-color: #b3b3b3;
            letter-spacing: -0.5px;
        }

        .popupCB .popup_button .w50R {
            color: #fff;
            background-color: #2782d7;
        }

            .popupCB .popup_button .w50R:hover,
            .popupCB .popup_button .w50R:active {
                background-color: #3fb0ff;
            }

@media (min-width: 350px) {
    .mask_new .bankMsg_check {
        padding: 0 .55em;
    }

    .mask_new .popupWidth {
        max-width: 340px;
    }

    .popupCB .popup_button .w50L {
        letter-spacing: 0;
    }
}

@media (min-width: 400px) {
    .mask_new .popupWidth {
        width: 80%;
    }
}

@media (min-width: 530px) {
    .mask_new .bankMsg_check {
        letter-spacing: 0;
        padding: 0 1em;
    }
}

/*彈跳視窗-成功*/
.popupShort {
    border-radius: 0.3125em;
    width: 50%;
    max-width: 210px;
    padding: 20px 5px;
    box-sizing: border-box;
    background-color: #fff;
}

    .popupShort .popup_In {
        padding: 0;
        white-space: nowrap;
    }

.popupS_T {
    text-align: center;
    margin-bottom: 10px;
    line-height: 0;
}

    .popupS_T img {
        width: 26px;
        height: 26px;
    }

.popupS_In {
    text-align: center;
    font-size: 0.9em;
}

@media (min-width: 400px) {
    .popupShort {
        padding: 25px 15px;
    }
}

/*彈跳視窗-绑定银行卡*/
.joinT {
    text-align: center;
    margin-bottom: 10px;
}

    .joinT img {
        width: 75px;
        height: 75px;
    }

.joinIn {
    margin: 0 4%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 0.9em;
}

    .joinIn .checkBank {
        display: table;
        margin: 0 auto;
        font-size: 1em;
        margin-top: 10px;
        float: none;
        position: relative;
        right: 0;
        bottom: 0;
    }

        .joinIn .checkBank:before {
            position: absolute;
            top: 0px;
            bottom: 0;
            margin: auto;
            content: '';
            background: url(/assets/images/vi-vn/icon_prompt.svg) no-repeat top center;
            background-size: 100%;
            width: 15px;
            height: 15px;
        }

/*彈跳視窗 - 短信验证*/
.msgBox {
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    padding: 20px 6.5% 25px;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
}

    .msgBox .btn_close {
        top: 10px;
        left: auto;
        right: 8px;
        width: 40px;
        height: 40px;
    }

    .msgBox .numInputArea {
        width: 100%;
        margin: 0 0 25px;
    }

    .msgBox .bg_colorR {
        background-color: #d72727 !important;
    }

    .msgBox .form_button input:not(:disabled):active,
    .msgBox .form_button input:not([class*=off]):active {
        opacity: .8;
    }

    .msgBox .form_button {
        margin-top: 20px;
        padding: 0;
    }

        .msgBox .form_button input,
        .msgBox .form_button div {
            border-radius: 10px;
            font-size: 0.95em;
            height: 50px;
        }

        .msgBox .form_button div {
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1em;
        }

            .msgBox .form_button div .t_yellow {
                margin-left: 5px;
            }

            .msgBox .form_button div.off {
                background-color: #a7aebb;
                color: #fff;
            }

.msgBox_T {
    font-size: 0.95em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.msgBox_Txt {
    font-size: 0.95em;
    text-align: center;
    min-height: 40px;
    line-height: 25px;
}

    .msgBox_Txt .img_call {
        width: auto;
        height: 17px;
        margin-right: 5px;
        margin-top: -4px;
        vertical-align: middle;
    }

.msgBox_Num {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

    .msgBox_Num li {
        height: 65px;
        font-weight: bold;
        font-size: 2.6em;
        border-bottom: 3px solid #ddd;
        display: flex;
        flex: 1;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
    }

        .msgBox_Num li.on {
            border-color: #2682d5;
        }

        .msgBox_Num li + li {
            margin-left: 20px;
        }

@media (min-width: 350px) {
    .msgBox .btn_close {
        right: 10px;
    }
}

@media (min-width: 400px) {
    .msgBox {
        padding: 25px 6.5% 40px;
    }

        .msgBox .btn_close {
            top: 16px;
            right: 14px;
        }

        .msgBox .numInputArea {
            margin-bottom: 40px;
        }

    .msgBox_T {
        margin-bottom: 25px;
    }

    .msgBox_Txt {
        min-height: 55px;
        line-height: 30px;
    }

        .msgBox_Txt .img_call {
            height: 20px;
            margin-top: -5px;
        }

    .msgBox_Num {
        margin-bottom: 40px;
    }

        .msgBox_Num li {
            height: 80px;
        }
}

@media screen and (orientation: landscape) {
    .msgBox {
        position: relative;
        border-radius: 20px;
    }
}

/*彈跳視窗 - 安全验证 图片验证*/
.Safety_wrap {
    height: auto;
    margin: 0 1em;
}

.Safety_Wbox {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #f6f6f7;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

    .Safety_Wbox input {
        height: 100%;
        width: 50%;
        padding: 0 8px;
        font-size: 1em;
    }

    .Safety_Wbox .error_t {
        bottom: -20px;
        line-height: 20px;
        right: 0;
        left: 0;
    }

.img_character {
    width: calc(50% - 5px);
    margin: auto;
    margin-right: 5px;
}

@media (min-width: 350px) {
    .Safety_Wbox input {
        width: calc(100% - 105px);
    }

    .img_character {
        width: 100px;
    }
}


/*禁止IOS 雙擊放大*/
* {
    touch-action: manipulation;
}

/*#region Mobile DatePicker Style Modify */

[date-picker] {
    padding: 0;
    border-width: 1px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    /*box-shadow: unset !important;*/
}

/*#region angular-datepicker-mobile */
@media only screen and (min-width: 320px) {
    [date-picker] {
        width: 80%;
    }
}

@media only screen and (min-width: 360px) {
    [date-picker] {
        width: 80%;
    }
}

@media only screen and (min-width: 400px) {
    [date-picker] {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) {
    [date-picker] {
        /* T11106 第 3 點 ipad 調整*/
        width: inherit;
    }
}
/*#endregion */
/* http://10.10.0.30/T1581 1.顯示訊息希望不因手機螢幕大小變動而換行 */
@media screen and (max-width: 400px) {
    .swal2-modal h2 {
        font-size: 20px;
    }
}
/*手機板Loading樣式(實際做法與美術工版不同故與此處自定義樣式)*/
.mask_Loading_custom {
    width: 100%;
    background: url(/assets/images/vi-vn/spinner.png) no-repeat center;
    background-size: 15%;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
}

@media(min-width: 400px) {
    .mask_Loading_custom {
        background-size: 60px 60px;
    }
}

@media(min-width: 768px) {
    .mask_Loading_custom {
        background-size: 80px 80px;
    }
}

/*活動贈點-列表*/
.bonusLogRec_list {
    background-color: #fff;
    margin-bottom: 13px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.bonusLogRec_listT {
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
    position: relative;
    padding: 0 4%;
    box-sizing: border-box;
    line-height: 48px;
    font-size: 0.9em;
}

    .bonusLogRec_listT:after {
        content: "";
        background-image: url(/assets/images/vi-vn/icon_arrow.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        position: absolute;
        right: 4%;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 15px;
        height: 8px;
    }

    .bonusLogRec_listT.on:after {
        background-position: center bottom;
    }

.bonusLogRec_listIn {
    padding: 10px 4%;
    line-height: 1.5em;
    border-bottom: 1px solid #ddd;
    background-color: #e8f9ff;
    font-size: 0.75em;
    color: #535353;
    display: none;
}

    .bonusLogRec_listIn ul {
        display: table;
        width: 100%;
        margin-bottom: 3px;
    }

        .bonusLogRec_listIn ul:nth-last-child(1) {
            margin-bottom: 0;
        }

    .bonusLogRec_listIn li {
        display: table-cell;
    }

.bonusLogRec_listIn_T {
    width: 1%;
    white-space: nowrap;
}

.bonusLogRec_text {
    color: #000;
}

.bonusLogRec_listFoot {
    line-height: 30px;
    padding: 0 4%;
    font-size: 0.8em;
}

    .bonusLogRec_listFoot ul {
        display: table;
        width: 100%;
    }

    .bonusLogRec_listFoot li {
        display: table-cell;
        width: 50%;
        float: left;
        color: #000;
    }

.bonusLogRec_date {
    color: #b7b7b7 !important;
    text-align: left;
    vertical-align: middle;
}

.bonusLogRec_time {
    margin-left: 5px;
}

.bonusLogRec_money, .bonusLogRec_moneyR, .bonusLogRec_moneyG {
    font-size: 1.3em;
    text-align: center;
    vertical-align: bottom;
    float: right;
}

.bonusLogRec_money {
    color: #2782d7;
}

.bonusLogRec_moneyR {
    color: #f00;
}

.bonusLogRec_moneyG {
    color: #12c200;
}

@media (min-width: 400px) {
    .bonusLogRec_list {
        margin-bottom: 17px;
    }

    .bonusLogRec_listT {
        line-height: 60px;
    }

    .bonusLogRec_listIn {
        padding: 15px 4%;
    }

        .bonusLogRec_listIn ul {
            margin-bottom: 5px;
        }

    .bonusLogRec_listFoot {
        line-height: 39px;
    }
}

/*快速轉帳處理錯誤提示訊息顯示*/
.placeholder_class::-webkit-input-placeholder {
    color: #f00;
}

/*快速轉帳處理錯誤提示訊息顯示 for Mozilla*/
.placeholder_class::-moz-placeholder {
    color: #f00;
}

/* 快速轉帳處理錯誤提示訊息顯示 for ie 10+ */
.placeholder_class:-ms-input-placeholder {
    color: #f00;
}

.btn-disabled,
.btn-disabled:hover {
    background-color: grey !important;
    cursor: not-allowed !important;
}

.formPopup input[type="number"] + .error_t {
    top: 63px;
}

.formPopup input[type="number"] {
    background-color: #f6f6f7;
    color: #333;
    border: 1px solid #ddd;
    height: 38px;
    padding: 0 8px;
}

input[type=number].ng-invalid-number, input[type=number].ng-invalid {
    border-color: red !important;
}

/* 遮罩 */
.mask_join_additionally {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    position: fixed;
    z-index: 99;
    overflow: auto;
    /*display: none;*/
    padding: 20px 0;
    box-sizing: border-box;
}

.mask_join_additionally {
    top: 50px;
    bottom: 0;
}

@media (min-width: 400px) {
    .mask_join_additionally {
        top: 60px;
        bottom: 0;
    }
}

.header_maintainTxt {
    right: 10px !important;
}

.footer_list {
    position: relative;
}

/* T12327 KU 手機版 - 1012 No.02 值為空浮水印不消失*/
.keyboard:empty:not([value=""]):before {
    content: attr(placeholder);
    color: #999;
}

/* T13304 手機版當平臺轉賬維護中，進入平臺快速轉賬金額欄位浮水印提示語請修改為紅色*/
.keyboardmaintain:empty:not([value=""]):before {
    content: attr(placeholder);
    color: red;
}

.popup_bg.full_layout {
    padding-top: 20%;
}

.popup_bg_middle {
    vertical-align: baseline !important;
    padding-top: 50%;
}

.popup_bg_upper {
    vertical-align: baseline !important;
    padding-top: 6%;
}

    .popup_bg_upper.full_layout {
        padding-top: 20%;
    }

/* T12327 0903 No.3 維持寬度及置中以免問號跑版 */
.form_fiveNum .form_In div {
    width: calc(96% - 28px);
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 400px) {
    .form_fiveNum .form_In div {
        width: calc(96% - 35px);
        display: inline-block;
        vertical-align: middle;
    }
}

/* T14844 忘記密碼頁面帳號欄位請修改為無法修改 */
/* 帳號欄位已改成不顯示，此段處理可以不用了 */
/*#forgetPwd input[disabled="disabled"] {
    background-color: #e5e5e5 !important;
    color: #000;
}*/

.fancybox-confirm-button {
    display: block;
    white-space: nowrap
}

.fancybox-cancel-button {
    display: block;
    white-space: nowrap
}

#CustServiceAccount {
    color: #000;
    background: url(/assets/images/vi-vn/icon_select-2.svg) no-repeat right;
    background-size: auto 20%;
    cursor: pointer;
}

/* 因數字鍵盤使用 before 顯示文字，所以要另外處理 */
.placeholder_class:empty:not([value=""]):before {
    color: #f00;
}

.form_vertical .form_In input, .form_vertical select {
    line-height: normal;
}

.annuncement_no_data {
    width: 92%;
    padding: 0 4%;
    line-height: 48px;
    font-size: 0.9em;
    text-align: center;
}

/*
    Firefox select 會有多餘空白在前面 (差 3px)
    故利用 css 去調整與其他瀏覽器的差異
*/
@-moz-document url-prefix() {
    #forgetPwd .form_In select {
        padding-left: 0px;
    }

    #forgetPwd .form_In input {
        padding-left: 3px;
    }
}

.disable-pointer-events {
    pointer-events: none;
}

#forgetPwd .disable-pointer-events {
    background: none;
    color: #000;
}

.longEnglish {
    word-break: break-all;
}
/* 會員端投訴箱修改問題-[客服態度] 和 [客服人員] 的欄位都不對齊 for Mozilla*/
@-moz-document url-prefix() {
    .selectleft3 {
        margin-left: -4px;
    }

    #CustServiceAccount {
        background-position: calc(100% - 4px) center;
    }
}

/*T18670 1.手機版使用谷歌瀏覽器會員端打開快速转账框內的轉賬金額欄鑲有金邊，麻煩移除*/
.keyboard {
    outline: none;
}

/*會員互轉*/
.TM_termRD {
    border-radius: 3px;
    display: table;
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    margin-bottom: 21px;
}

.btn_TMconfirmRD {
    display: table-cell;
    background-color: #2782d7;
    border-radius: 2px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

    .btn_TMconfirmRD.on {
        background: #2782d7 url('/assets/images/vi-vn/btn_confirm.svg') no-repeat center;
        background-size: auto 70%;
    }

    .btn_TMconfirmRD.no {
        background-color: #bfbfbf;
    }

.TM_termTextRD {
    display: table-cell;
    color: #535353;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 1.6em;
    font-size: 0.75em;
}

.TM_termRD {
    border-radius: 3px;
    display: block;
    padding: 0 4%;
    margin-bottom: 21px;
    position: relative;
}

.btn_TMconfirmRD {
    float: left;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 21px);
}

.TM_termTextRD {
    padding-left: 18%;
}

@media (min-width: 400px) {
    .TM_termRD {
        margin-bottom: 27px;
    }

    .btn_TMconfirmRD {
        border-radius: 3px;
        width: 52px;
        height: 52px;
    }

    .btn_TMconfirmRD {
        float: left;
        vertical-align: middle;
        position: absolute;
        top: calc(50% - 26px);
    }
}

/*數字鍵盤水平居中*/
.keySetting .numInputArea {
    margin: 10px auto;
}

/*忘記密碼*/
#forgetPwd .verCode_Sec {
    text-align: center;
    background-color: #e5e5e5 !important;
    margin-top: 21px;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.9em;
    line-height: 40px;
    height: 40px;
}

@media (min-width: 400px) {
    #forgetPwd .verCode_Sec {
        margin-top: 27px;
        line-height: 52px;
        height: 52px;
    }
}

.set-word-break {
    word-break: normal !important;
    word-wrap: break-word !important;
}

#bankInfoNextStep .marginBottom30.error .checkBank {
    bottom: -36px;
}

#bankInfoNextStep .marginBottom30.error {
    margin-bottom: 38px !important;
}

#bankInfoNextStep .marginBottom30 .error_t {
    right: -3%;
}

.set-word-break-block {
    word-break: normal !important;
    word-wrap: break-word !important;
}

    .set-word-break-block a {
        table-layout: fixed;
        width: 100%;
    }

.set-word-break-table {
    word-break: normal !important;
    word-wrap: break-word !important;
    table-layout: fixed;
    width: 100%;
    display: table;
}

.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;
    }
}

#AccountNameForm .error_t {
    line-height: 1.2em;
}

.inforMDrop {
    transform: translate3d(0,0,0);
}

#popUpCellphoneVerify ul li span.error_t, #joinStep01 ul li span.error_t {
    text-align: left;
    margin-left: 0%;
    right: 0%;
}

/* T25652 02.13 滑動遮蔽需全版面*/
.mask_join.full_layout {
    top: 0px;
    z-index: 101;
}

/* T25192 03.09 遮罩全版面*/
.mask.full_layout {
    top: 0px;
    z-index: 99;
    bottom: 0px;
}

/*-*/

#sliderArea .slidercaptcha .sliderContainer {
    padding-left: 4px;
}

/* T26838 */
#frmLogin #CellPhone.keyIn.on:empty:after {
    height: 65%;
    left: 40px;
    top: -3px;
}

#frmLogin #CellPhone.keyIn.on:after {
    color: #ff3b30;
    height: 65%;
    top: -3px;
}

#frmLogin .error_login #CellPhone.keyIn.on:after {
    background-color: #ff3b30;
}

#frmLogin .error_login .loginNum.keyIn {
    color: #ff3b30 !important;
}

@media (min-width: 400px) {
    #frmLogin #CellPhone.keyIn.on:empty:after {
        left: 60px;
    }
}
/* T26838 */

.infor.none {
    display: none !important;
}

.footer.none {
    display: none !important;
}

.footer_maintainTxt_width {
    left: 0px;
    right: 0px;
}

.tooltipster-content {
    margin-left: 15px;
    white-space: nowrap;
}

.content-icon:before {
    position: absolute;
    left: 5px;
    content: '';
    background: url(/assets/images/vi-vn/icon_prompt-2.svg) no-repeat top center;
    background-size: 100%;
    width: 17px;
    height: 17px;
}

.tooltipster-sidetip .tooltipster-content {
    padding: 8px 8px 8px 15px;
    font-size: 0.75em;
}

.tooltipster-sidetip .tooltipster-arrow {
    filter: drop-shadow(0px 4px 2px rgba(0,0,0,.1));
}

.personalOnlineHint {
    font-size: 0.75em;
    margin-left: 4%;
}

.footer_mask_all {
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: 48763;
    overflow: auto;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
}

/* T31074【審核中】帳號提示語改為換行顯示 */
.waitAudit {
    white-space: normal;
    width: 55%;
    max-width: 200px;
    text-align: left;
}

/*loading圖示/spinner*/
img[src$="spinner.svg"] {
    animation: img_spinner 1.2s linear infinite;
    -webkit-animation: img_spinner 1.2s linear infinite;
    width: 1em;
    vertical-align: middle;
    height: 48px;
}

@media (min-width: 768px) {
    .waitAudit {
        white-space: normal;
        width: 60%;
        max-width: 350px;
        text-align: left;
    }
}

.btn_codeSecond.disabled {
    background-color: #aaa !important;
    color: #fff !important;
    opacity: 1;
}

/*设置保护密码*/
.loginSet {
    font-size: 0.85em;
    text-align: center;
    padding: 21px 4%;
}

.loginSetT {
    text-align: center;
    margin-bottom: 10px;
}

    .loginSetT img {
        width: 75px;
        height: 75px;
    }

.loginSetIn {
    text-align: center;
    padding: 0 1.2em 0 1.2em;
}

#frmLogin .slidercaptcha .sliderText {
    margin-left: 40px;
}

@media (min-width: 400px) {
    .slidercaptcha .sliderCaptcha-area .sliderContainer {
        margin-top: 5px;
    }

        .slidercaptcha .sliderCaptcha-area .sliderContainer .sliderText {
            font-size: initial;
        }
}

@media (min-width: 350px) {
    .slidercaptcha .sliderCaptcha-area .sliderContainer .sliderText {
        font-size: initial;
    }
}

/*列表-5選1-舊版*/
.WC_Table_member_old {
    width: 100%;
    border-spacing: 1px;
    background-color: #ccc;
    font-weight: bold;
    table-layout: fixed;
}

    .WC_Table_member_old td {
        vertical-align: middle;
        text-align: center;
        padding: 7px 10px;
    }

        .WC_Table_member_old td:nth-child(2) {
            background-color: #fff;
            text-align: left;
        }

        .WC_Table_member_old td:first-child {
            background-color: #eee;
        }

    .WC_Table_member_old img {
        vertical-align: middle;
        height: 35px;
        width: auto;
    }

@media (min-width: 360px) {
    .WC_Table_old {
        font-size: 12px;
    }
}

@media (min-width: 375px) {
    .WC_Table_old {
        font-size: 13px;
    }

    .WC_Table_member_old img {
        height: 46px;
    }
}

@media (min-width: 400px) {
    .loginSet {
        padding: 27px 4%;
    }

    .WC_Table_old {
        font-weight: normal;
        font-size: 15px;
    }

    .WC_Table_member_old {
        font-weight: normal;
    }

        .WC_Table_member_old img {
            height: 56px;
        }
}

@media (max-width: 360px) {
    #sliderArea {
        margin-top: -10px;
    }
}

/*T32391 9/12評論*/
.container_T ~ div.liveGame {
    margin-top: 0;
    padding-top: 53px;
}

@media (min-width: 400px) {
    /*T32391 9/12評論*/
    .container_T ~ div.liveGame {
        padding-top: 65px;
        margin-top: 0;
    }
}

#memberEditCtrl .disabledBlackInput {
    -webkit-text-fill-color: #000000;
    opacity: 1;
}

#memberEditCtrl input[disabled="disabled"], #memberEditCtrl input[disabled="disabled"]:hover {
    cursor: not-allowed !important;
}

.show-popup {
    display: block !important;
}

.swal2-popup .swal2-actions {
    flex-wrap: inherit;
}

/*T41470 0315.1 寬度參照美術彈窗*/
.swal2-popup {
    max-width: 18em;
}

/*T38732 0911.3 點擊取消紐*/
.mask_all.mask_new .popup_container .popup_button input[type="button"][class="w50L popup_close"]:active {
    background-color: #e5e5e5;
}

#CellPhone.w100.keyboard.keyIn[disabled], #CellPhone.w100.keyboard[disabled] {
    color: #a7aebb !important;
}

.container_main.protectcode_container {
    padding-left: 0%;
    padding-right: 0%;
    display: table;
    background-color: #f0eff5;
}

/* 忘記密碼頁-短信按鈕按照art樣式調整寬度 */
@media(min-width: 768px) {
    #forgetPwd #sendCaptcha.btn_code {
        min-width: 90px;
    }
}

/* 忘記密碼頁-手機號碼欄位驗證文字位置調整 */
#forgetPwd .form_Code .error_t {
    text-align: left;
}

/* 首頁在有下載APP條的情況會跑版 */
.btn_AD ~ div > .container_main {
    padding-top: 85px;
}

@media (min-width: 400px) {
    .btn_AD ~ div > .container_main {
        padding-top: 95px;
    }
}

/* 首頁在有下載APP條的情況會跑版 */
.btn_AD ~ .gamearea_main .GameList_R [class*="btn_GLhot"] .img_GL:after {
    width: 21vh;
    height: 14vh;
}

/*only for IOS*/
@supports (-webkit-overflow-scrolling: touch) {
    .btn_AD ~ .gamearea_main .GameList_R [class*="btn_GLhot"] .img_GL:after {
        width: 19vh;
        height: 12vh;
    }
}

@media (max-width: 375px) {
    /*only for IOS*/
    @supports (-webkit-overflow-scrolling: touch) {
        /*        .btn_AD ~ .gamearea_main .GameList_R [class*="btn_GLhot"] .img_GL:after {
            min-height: 95px;
        }*/ /*-*/

        .btn_AD ~ .gamearea_main .GameList_R [class*="btn_GLsport"] .img_GL:after {
            width: 18vh;
            height: 11vh;
        }
    }
}

@media (min-width: 400px) and (max-width: 462px) and (min-height: 774px) and (max-height: 835px) {
    .btn_AD ~ .gamearea_main .btn_GLhotSlot img,
    .btn_AD ~ .gamearea_main .btn_GLhotLoto img,
    .btn_AD ~ .gamearea_main .btn_GLhotLive img,
    .btn_AD ~ .gamearea_main .logo_CAO img {
        height: 47px;
    }
}

@media (min-width: 530px) {
    .btn_AD ~ .gamearea_main .GameList_R [class*="btn_GLhot"] .img_GL:after,
    .btn_AD ~ .gamearea_main .GameList_R [class*="btn_GLsport"] .img_GL:after {
        width: 20vh;
        height: 13.5vh;
    }
}

@media (orientation: landscape) {
    .btn_AD ~ .gamearea_main .GameList {
        height: calc(100vh - 95px);
    }
}

/* 移除個人訊息樣板訊息版面前後多餘空行 */
.pMail_listIn span p {
    margin-block-start: 0;
    margin-block-end: 0;
}

/* T41743.0712.3 日期選單避免Click於Pseudo element(偽元素)上*/
.dateInput > div:after {
    pointer-events: none;
}

/* T43707 數字鍵盤視窗觸擊效果調整*/
.tdTouchActive {
    background-color: #d8f9ff !important;
}

.divTouchActive {
    background-color: #fff !important;
}

/* T43578 被登出時改為顯示首頁已登出*/
.transMsg {
    margin-top: 30%;
}

    .transMsg img {
        margin: 0 auto;
        width: 20%;
        max-width: 84px;
        display: block;
    }

    .transMsg span {
        display: table;
        text-align: center;
        margin: 8px auto 0;
        width: 90%;
        font-size: 14px;
        line-height: 8px;
    }

/* 400 */
@media (min-width: 352px) {
    .transMsg {
        margin-top: 32%;
    }

        .transMsg img {
            width: 23%;
        }

        .transMsg span {
            font-size: 18px;
            line-height: 30px;
        }
}

/* T45017.1031 排序:公告>女優>Line>領取*/
.btn_receive {
    z-index: 7 !important;
}

.servLine {
    z-index: 8 !important;
}

.btn_AVactiv {
    z-index: 9 !important;
}

/* T45103 隱藏 Edge 瀏覽器預設的密碼眼 */
::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

/* T45861 使網頁不可滾動 */
.ovfHiden {
    overflow: hidden;
    height: 100%;
}

.popupShort {
    border-radius: 0.3125em;
    width: 62%;
    max-width: 210px;
    padding: 20px 10px;
    box-sizing: border-box;
}

    .popupShort .popup_In {
        padding: 0;
    }

        /* 客製彈窗文字不摺疊 */
        .popupShort .popup_In.noWrap {
            white-space: nowrap;
        }

        /* 客製彈窗文字摺疊 */
        .popupShort .popup_In.wrap {
            white-space: initial;
        }

.popupS_T {
    text-align: center;
    margin-bottom: 10px;
    line-height: 0;
}

    .popupS_T img {
        width: 26px;
        height: 26px;
    }

.popupS_In {
    text-align: center;
    font-size: 0.9em;
}
