body {
    margin: 0;
    padding: 0;
    font-family: Arial, Microsoft JhengHei, Microsoft YaHei, sans-serif;
    background: #FFF9E6;
    color: #333333;
}


/*=============== 共用style ==================*/

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

/*陰影*/
.shadow {
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%) !important;
}


/*scrollbar*/

.scrollbar::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.1);
}

.scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}


/* 主要區塊 */
.wrap {
    position: relative;
    min-height: calc(100vh - 222px);
    background: url('../images/bg_wrap01.jpg') no-repeat top center;
    background-size: contain;
    margin-top: 128px;
}

.section {
    padding: 3.75rem 0;
}

.section-style01 {
    background-image: url('../images/bg_foil.svg');
    background-repeat: no-repeat;
    background-position: center 45px;
    background-size: 80%;
}

.section-style02 {
    background: #EEEEEE;
}

.inPage {
    margin-top: -1.875rem;
    padding-bottom: 3.125rem;
}

.con-block {
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.rounded {
    border-radius: 8px !important;
    overflow: hidden;
}

.con-block.con-inpage {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 2.5rem 1.875rem;
}
.con-block.con-inpage:after {
    width: 100%;
    height: 5px;
    position: absolute;
    content: "";
    background: #cda035;
    background: -moz-linear-gradient(left, #cda035 0%, #b57e10 10%, #f9df7b 31%, #fff3a6 51%, #f9df7b 68%, #b57e10 90%, #cda035 100%);
    background: -webkit-linear-gradient(left, #cda035 0%, #b57e10 10%, #f9df7b 31%, #fff3a6 51%, #f9df7b 68%, #b57e10 90%, #cda035 100%);
    background: linear-gradient(to right, #cda035 0%, #b57e10 10%, #f9df7b 31%, #fff3a6 51%, #f9df7b 68%, #b57e10 90%, #cda035 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cda035', endColorstr='#cda035', GradientType=1);
    top: 0px;
    left: 0px;
}
@media (max-width:1199.98px) {
    .wrap {
        min-height: calc(100vh - 140px);
        margin-top: 46px;
    }
}
@media (max-width:991px) {
    .wrap {
        min-height: calc(100vh - 106px);
        margin-top: 46px;
        margin-bottom: 59px;
    }
    .section {
        padding: 1.875rem 0;
    }
    .section-style01 {
        background-position: center 40px;
        background-size: 90%;
    }
    .inPage {
        margin-top: 0;
        padding-bottom: 1.25rem;
    }
    .con-block {}
    .con-block.con-inpage {
        padding: 1.5rem 1rem;
    }
}
/*內頁-左側submenu*/
.left-submenu {
    background: #de0d4e; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #de0d4e 0%, #d22a1f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #de0d4e 0%,#d22a1f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #de0d4e 0%,#d22a1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 8px;
	padding:0.625rem 0;
}
.left-submenu .row {
    margin: 0;
}
.left-submenu a {
    width: 100%;
    height: 50px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #ffffff;
    color: #603D0A;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius:6px;
    padding: 0 0.75rem;
    margin: 5px 0;
}
.left-submenu a img {
	margin-right: 6px;
}
.left-submenu a.active,.left-submenu a:hover {
    text-decoration: none;
    background: #fffac2;
    background: -moz-linear-gradient(-45deg, #fffac2 0%, #ffc75b 100%);
    background: -webkit-linear-gradient(-45deg, #fffac2 0%,#ffc75b 100%);
    background: linear-gradient(135deg, #fffac2 0%,#ffc75b 100%);
}
@media (max-width:991px) {
    .left-submenu {
        padding:0.375rem;
        margin-bottom:0.625rem;
    }
    .left-submenu .col-3,.left-submenu .col-4,.left-submenu .col-6 {
        padding: 0 0.375rem;
    }
    .left-submenu a {
        height: 40px;
        font-size: 1rem;
        justify-content: center;
        padding: 0 0.25rem;
    }
    .left-submenu a img {
        display: none;
    }
}


/* 文字 */

h3 {
    font-weight: bold;
}

.text-danger {
    color: #C92217 !important;
}

.font-color01 {
    color: #D7ADE3;
}

.font-color02 {
    color: #FFDD00;
}

/*省略*/
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-truncate2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* 按鈕 */

.btn {
    font-weight: bold;
    padding: 0.5rem 0.75rem;
}

button:focus {
    outline: 1px solid;
    outline: 5px auto rgba(255, 118, 67, 0.5);
}

.btn-warning:focus,
.btn-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 118, 67, 0.5);
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.4rem 0.5rem;
}

.btn-round {
    border-radius: 50px;
}


/*橘色*/

.btn-warning {
    background: #fffac2; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fffac2 0%, #ffc75b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fffac2 0%,#ffc75b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fffac2 0%,#ffc75b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 0px;
    color: #603D0A;
}

.btn-warning:hover {
    background: #fff58a; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fff58a 0%, #fbae1b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fff58a 0%,#fbae1b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fff58a 0%,#fbae1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 0px;
    color: #603D0A;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    background: #fff58a; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fff58a 0%, #fbae1b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fff58a 0%,#fbae1b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fff58a 0%,#fbae1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 0px;
    color: #603D0A;
}

.btn-outline-warning {
    border: 1px solid #FFE18F;
    color: #FFE18F;
}

.btn-outline-warning:hover {
    background: #fffac2; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fffac2 0%, #ffc75b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fffac2 0%,#ffc75b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fffac2 0%,#ffc75b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 0px;
    color: #603D0A;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    background: #fffac2; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fffac2 0%, #ffc75b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fffac2 0%,#ffc75b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fffac2 0%,#ffc75b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 0px;
    color: #603D0A;
}


/*紅色*/

.btn-danger {
    background: #f95147; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f95147 1%, #ee2757 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f95147 1%,#ee2757 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f95147 1%,#ee2757 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid rgba(255,255,255,0);
    color: #ffffff;
}

.btn-danger:hover {
    background: #fb1e11; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fb1e11 1%, #c80022 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fb1e11 1%,#c80022 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fb1e11 1%,#c80022 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid rgba(255,255,255,0);
    color: #ffffff;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    background: #fb1e11; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fb1e11 1%, #c80022 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fb1e11 1%,#c80022 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fb1e11 1%,#c80022 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid rgba(255,255,255,0);
    color: #ffffff;
}

.btn-outline-danger {
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #C92217;
    color: #C92217;
}

.btn-outline-danger:hover {
    background: #f95147; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f95147 1%, #ee2757 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f95147 1%,#ee2757 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f95147 1%,#ee2757 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid rgba(255,255,255,0);
    color: #ffffff;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    background: #f95147; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f95147 1%, #ee2757 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f95147 1%,#ee2757 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f95147 1%,#ee2757 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid rgba(255,255,255,0);
    color: #ffffff;
}


/*藍色*/

.btn-primary {
    background: #04c2e1; /* Old browsers */
    background: -moz-linear-gradient(top, #04c2e1 0%, #004d6a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #04c2e1 0%,#004d6a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #04c2e1 0%,#004d6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c2e1', endColorstr='#004d6a',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    border-color: #0183A1;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.btn-primary:hover {
    background: #04c2e1; /* Old browsers */
    background: -moz-linear-gradient(top, #004d6a 0%, #04c2e1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004d6a 0%,#04c2e1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004d6a 0%,#04c2e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d6a', endColorstr='#04c2e1',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    border-color: #0183A1;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background: #04c2e1; /* Old browsers */
    background: -moz-linear-gradient(top, #004d6a 0%, #04c2e1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004d6a 0%,#04c2e1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004d6a 0%,#04c2e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d6a', endColorstr='#04c2e1',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    border-color: #0183A1;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.btn-outline-primary {
    border: 1px solid #0183A1;
    color: #0183A1;
}

.btn-outline-primary:hover {
    background: #0183A1;
    color: #ffffff;
    border-color: #0183A1;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    background: #0183A1;
    color: #ffffff;
    border-color: #0183A1;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

/*綠色*/

.btn-success {
    background: #00c9a7; /* Old browsers */
    background: -moz-linear-gradient(top, #00c9a7 0%, #015b4c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00c9a7 0%,#015b4c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00c9a7 0%,#015b4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c9a7', endColorstr='#015b4c',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    border-color: #008E76;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.btn-success:hover {
    background: #00c9a7; /* Old browsers */
    background: -moz-linear-gradient(top, #015b4c 0%, #00c9a7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #015b4c 0%,#00c9a7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #015b4c 0%,#00c9a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015b4c', endColorstr='#00c9a7',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    border-color: #008E76;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    background: #00c9a7; /* Old browsers */
    background: -moz-linear-gradient(top, #015b4c 0%, #00c9a7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #015b4c 0%,#00c9a7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #015b4c 0%,#00c9a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015b4c', endColorstr='#00c9a7',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    border-color: #008E76;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.btn-outline-success {
    border: 1px solid #008E76;
    color: #008E76;
}

.btn-outline-success:hover {
    background: #008E76;
    color: #ffffff;
    border-color: #008E76;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    background: #008E76;
    color: #ffffff;
    border-color: #008E76;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

/*灰色*/
.btn-secondary {
    background: #F5F5F5;
    color: #333333;
    border-color: #F5F5F5;
}

.btn-secondary:hover {
    background: #dddddd;
    color: #333333;
    border-color: #dddddd;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    background: #dddddd;
    color: #333333;
    border-color: #dddddd;
}

.btn-outline-secondary {
    border: 1px solid #dddddd;
    color: #333333;
}

.btn-outline-secondary:hover {
    background: #F5F5F5;
    color: #333333;
    border-color: #F5F5F5;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    background: #F5F5F5;
    color: #333333;
    border-color: #F5F5F5;
}

/*白色*/

.btn-white {
    background: #ffffff;
    color: #333333;
    border-color: #dddddd;
}

.btn-white:hover {
    background: #eeeeee;
    color: #333333;
    border-color: #dddddd;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
    background: #ffffff;
    color: #333333;
    border-color: #dddddd;
}

.btn-outline-white {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-outline-white:hover {
    background: #ffffff;
    color: #333333;
    border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
    background: #ffffff;
    color: #333333;
    border-color: #ffffff;
}

/*btn.disabled*/

.btn-warning.disabled,
.btn-warning:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff;
    background: #bbbbbb;
    border-color: #bbbbbb;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #bbbbbb;
    background: #ffffff;
    border-color: #bbbbbb;
}


/* hr */

.hr-style01 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}


/*大標*/
.headline-section {
    min-height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-games {
    background-image: url('../images/haedline_banner/topBanner_games.png');
}
.bg-news {
    background-image: url('../images/haedline_banner/topBanner_news.png');
}
.bg-member {
    background-image: url('../images/haedline_banner/topBanner_member.png');
}
.bg-stored {
    background-image: url('../images/haedline_banner/topBanner_stored.png');
}
.bg-faq {
    background-image: url('../images/haedline_banner/topBanner_faq.png');
}
.headline {
    color: #C92217;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin: 0;
}
.headline.line-btm::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #3BC4A9;
    left: 50%;
    margin-left: -40px;
    bottom: 0px;
}
.headline-title {
    font-size: 36px;
}
.headline-small {
    font-size: 46px;
    display: block;
    margin-top: -25px;
    opacity: 0.15;
}

/*小標*/
.subtitle-style01 {
    font-size: 28px;
    color: #D22A1F;
    font-weight: bold;
}
.subtitle-style01 .en {
    font-size: 18px;
    color: #888888;
    font-weight: 500;
    margin-left: 5px;
}
.subtitle-style01 img {
    vertical-align: bottom;
}

.subtitle-style02 {
    font-size: 24px;
    color: #D22A1F;
    font-weight: bold;
    border-left: 4px solid #D22A1F;
    padding-left: 0.5rem;
}

@media (max-width: 991px) {
    /*大標*/
    .headline-section {
        min-height: 100px;
        padding: 1.25rem 0;
    }
    .headline.line-btm::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 3px;
        background-color: #3BC4A9;
        left: 50%;
        margin-left: -30px;
        bottom: 0px;
    }
    .headline-title {
        font-size: 24px;
    }
    .headline-small {
        font-size: 1rem;
        margin-top: -5px;
    }

    /*小標*/
    .subtitle-style01 {
        font-size: 22px;
    }
    .subtitle-style01 .en {
        display: none;
    }
    .subtitle-style01 img {
        height: 30px;
    }

    .subtitle-style02 {
        font-size: 1.25rem;
        border-left: 4px solid #D22A1F;
    }
}

.subtitle-style {
    background: rgb(103, 4, 79);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(103, 4, 79, 1) 0%, rgba(64, 9, 50, 1) 80%, rgba(126, 14, 100, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(103, 4, 79, 1) 0%, rgba(64, 9, 50, 1) 80%, rgba(126, 14, 100, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(103, 4, 79, 1) 0%, rgba(64, 9, 50, 1) 80%, rgba(126, 14, 100, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#67044f', endColorstr='#7e0e64', GradientType=0);
    /* IE6-9 */
    text-align: center;
    margin: 0;
}

.subtitle-style img {
    vertical-align: middle;
    margin-top: -18px;
}

.headline-style {
    margin: 0;
}

.headline-style div {
    width: 100%;
    height: 50px;
    position: relative;
    color: #FFD671;
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0 0 0.375rem 0.75rem;
}


.headline-style div img {
    width: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

.headline-style span {
    color: #FEEABA;
    font-size: 1rem;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .headline-style div {
        height: 40px;
        font-size: 1.25rem;
        padding-left: 0;
    }
    .headline-style span {
        font-size: 0.875rem;
    }
    .headline-style div img {
        width: 20px;
        margin-right: 6px;
    }
}


/* 彈窗 */

.popup-style {
    color: #ffffff;
}

.popup-style .modal-content {
    background: #EBEEF7;
    border-radius: 10px;
    overflow: hidden;
}

.popup-style .modal-header {
    background: #5aa6ff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5aa6ff 0%, #466cf5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5aa6ff 0%, #466cf5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5aa6ff 0%, #466cf5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5aa6ff', endColorstr='#466cf5', GradientType=0);
    /* IE6-9 */
    border-bottom: 0;
    padding: 0.75rem 1rem;
}

.popup-style .modal-header h5 {
    font-size: 18px;
}

.popup-style .modal-body {
    font-size: 1rem;
    padding: 0;
}

.popup-style .modal-sm .modal-body {
    padding: 1.875 1.25rem;
}

.modal-header .close {
    color: #ffffff;
    opacity: 1;
}

@media (max-width: 991px) {
    .popup-style .modal-header h5 {
        font-size: 1rem;
    }
}


/* 表單 */
.con-form {
    width: 100%;
    margin: 0 auto;
}
.con-form input[type=file] {
    padding: 0.375rem 0.75rem;
}


/*webkit瀏覽器專用*/

.con-form ::-webkit-input-placeholder {
    color: #999999;
    font-size: 0.875rem;
}


/*Firefox 4-18瀏覽器專用*/

.con-form input::-moz-placeholder {
    color: #999999;
    font-size: 0.875rem;
}


/*Firefox 19+瀏覽器專用*/

.con-form input::-moz-placeholder {
    color: #999999;
    font-size: 0.875rem;
}


/*IE10瀏覽器專用*/

.con-form:-ms-input-placeholder {
    color: #999999;
    font-size: 0.875rem;
}

.con-form .form-group {
    margin-bottom: 1rem;
}

.con-form .user-avatar {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1.25rem;
}
.con-form .avatar {
    width: 80px;
    border-radius: 80px;
    overflow: hidden;
    border: 3px solid #E5C370;
    margin-bottom: 0.75rem;
}

.con-form .form-control {
    border: 1px solid #dddddd;
    color: #333333;
    padding: 0.5rem 0.75rem;
}

.con-form .form-control:focus {
    outline: 0;
    box-shadow: 0px 0px 2px 2px rgba(201,34,23,0.1);
}

.con-form .form-control:disabled,
.con-form .form-control[readonly] {
    background: #eeeeee;
    color: #333333;
    opacity: 1;
}

/*radio*/
.con-form .btn-check + .btn {
    position: relative;
}

.con-form .btn-check:focus + .btn, .con-form .btn:focus {
    outline: 0;
    box-shadow: none;
}
.con-form .btn-check + .btn-radio {
    background: #f5f5f5;
    border-color: #eeeeee;
}
.con-form .btn-check + .btn-radio:hover {
    background: #ffffff;
    border-color: #D22A1F;
}
.con-form .btn-check:checked + .btn-radio, .con-form .btn-check:active + .btn-radio, .con-form .btn-radio:active, .con-form .btn-radio.active, .con-form .show > .btn-radio.dropdown-toggle {
    background-color: #ffffff;
    border-color: #D22A1F;
}
.con-form .btn-check:checked + .btn-radio::after, .con-form .btn-check:active + .btn-radio::after, .con-form .btn-radio:active::after, .con-form .btn-radio.active::after, .con-form .show > .btn-radio.dropdown-toggle::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/common_icon/img_check.svg);
    background-size: contain;
    right: 0px;
    bottom: 0px;
}
.con-form .btn-check + .radio-imgPos {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}
.con-form .btn-check + .radio-imgPos img {
    max-width: 100%;
    height: auto;
}

/*check*/
.con-form input[type=checkbox],
.con-form input[type=radio] {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}
.con-form .form-check-label {
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}
.con-form .form-check-input:focus {
    border-color: #dddddd;
    outline: 0;
    box-shadow: 0px 0px 2px 2px rgb(201 34 23 / 10%);
}

/*form小註解*/
.con-form .text-muted {
    color:#D7ADE3 !important; 
}

.con-form .form-control-plaintext {
    color: #ffffff;
}

.con-form .note-text {
    font-size: 0.875rem;
    display: block;
    margin-top: 0.375rem;
}

.con-form .form-title {
    font-size: 1.25rem;
    color: #0ebf7a;
    border-left: 3px solid #0ebf7a;
    margin-bottom: 1.25rem;
    padding-left: 0.625rem;
}

.form-btn {
    width: 240px;
}

.form-btn-group {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin: 1.2em auto 0;
}

.form-btn-group .btn {
    width: 48%;
}

.coin-text {
    font-size: 18px;
    color: #FFE600;
    font-weight: bold;
    padding: 0.25rem;
    margin: 0;
}

.con-form .col-form-label {
    font-size: 0.75rem;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    text-align: right;
    line-height: 1.8;
}

.con-form .custom-control-label {
    font-size: 0.9375rem;
}

.con-form .custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    pointer-events: none;
    content: "";
    border: #1A69BF solid 1px;
    border-radius: 2px;
    /* display: none; */
}

.con-form .custom-control-label::after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border-radius: 2px;
    border: #666666 solid 1px;
    /* display: none; */
}

a.select-bank {
    position: relative;
    border-bottom: 5px solid #cccccc;
    display: inline-block;
    margin-right: 0.25rem;
}

a.select-bank:last-child {
    margin-right: 0;
}

a.select-bank.active {
    color: #f5c719;
    border-bottom: 5px solid #f5c719;
}

a.select-bank.active:after {
    content: "";
    border-bottom: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-top: 0;
    border-left: 0.5em solid transparent;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -0.5rem;
}

/*日期*/
.form-group.form-range-date .form-control,
.form-group.form-range-date .input-group-text {
    border-radius: 0;
    border: 0;
}

.form-group.form-range-date .input-group {
    border: 1px solid #d8d8d8;
    border-radius: 0;
    overflow: hidden;
}

/*select下拉*/
.con-form .form-select {
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
}
.con-form .form-select:focus {
    border-color: #dddddd;
    outline: 0;
    box-shadow: 0px 0px 2px 2px rgb(201 34 23 / 10%);
}

@media (max-width: 991px) {
    .con-form .col-form-label {
        text-align: left;
    }
    .con-form {
        width: 100%;
        margin: 0 auto;
    }
    .form-btn-group {
        width: 100%;
        margin: 1.2em auto 0;
    }
    .con-form .user-avatar {
        margin-bottom: 1rem;
    }
    .con-form .avatar {
        width: 70px;
    }
    /*radio*/
    .con-form .btn-check + .btn {
        font-size: 0.9375rem;
    }
}


/* tabs切換 */

.tabs-style01 .nav {
    align-items: stretch;
    justify-content: center;
    background-color: #C92217;
}

.tabs-style01 .nav-pills .nav-link {
    color: #ffffff;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 0.75rem 0.5rem;
}

.tabs-style01 .nav-pills .nav-link:first-child {
    margin-left: 0;
}

.tabs-style01 .nav-pills .nav-link:hover,
.tabs-style01 .nav-pills .nav-link.active,
.tabs-style01 .nav-pills .show>.nav-link {
    color: #C92217;
    background: #FFFFFF;
}

.tabs-style01 .nav-pills .nav-link:hover:after,
.tabs-style01 .nav-pills .nav-link.active:after,
.tabs-style01 .nav-pills .show>.nav-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #C92217;
    top: 0px;
    left: 0px;
}

.tabs-style01 .nav-pills .nav-link img {
    margin-right: 0.375rem;
}

.tabs-style01 .nav-pills .nav-link.active img.icon-on,
.tabs-style01 .nav-pills .show>.nav-link img.icon-on {
    display: block;
}

.tabs-style01 .nav-pills .nav-link img.icon-on,
.tabs-style01 .nav-pills .nav-link.active img.icon-off,
.tabs-style01 .nav-pills .show>.nav-link img.icon-off {
    display: none;
}

.tabs-style01 .nav-pills .nav-link span {
    margin-top: 0.25rem;
}

.tabs-style02 .nav {
    align-items: stretch;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 1.125rem;
}

.tabs-style02 .nav-pills .nav-link {
    color: #ffffff;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}

.tabs-style02 .nav-pills .nav-link:first-child {
    margin-left: 0;
}

.tabs-style02 .nav-pills .nav-link.active,
.tabs-style02 .nav-pills .show>.nav-link {
    color: #FFD671;
    border-bottom: 3px solid#FFD671;
}

.tabs-style02 .nav-pills .nav-link img {
    margin-right: 0.375rem;
}

.tabs-style02 .nav-pills .nav-link.active img.icon-on,
.tabs-style02 .nav-pills .show>.nav-link img.icon-on {
    display: block;
}

.tabs-style02 .nav-pills .nav-link img.icon-on,
.tabs-style02 .nav-pills .nav-link.active img.icon-off,
.tabs-style02 .nav-pills .show>.nav-link img.icon-off {
    display: none;
}

.tabs-style02 .nav-pills .nav-link span {
    margin-top: 0.25rem;
}

.tabs-style02+.tab-content {
    padding: 1.875rem 1rem;
}

@media (max-width: 991px) {
    .tabs-style01 .nav-pills .nav-link {
        font-size: 1rem;
        padding: 0.75rem 0.5rem;
    }
    .tabs-style01 .nav-pills .nav-link img {
        width: 1.5rem;
    }
}

/*仿tab*/
.tabs-style03-block {}

@media (min-width: 768px) {
    .tabs-style03-block .btn {
        font-size: 1.25rem;
        padding: 0.75rem;
    }
}




/* 注意事項 */

.alert {
    font-size: 0.875rem;
    text-align: left;
    border-radius: 0;
    padding: 0.75rem 1.25rem;
    margin: 0;
}

.alert-danger {
    background-color: #FFEEEE;
    color: #333333;
    border: 1px solid #FFDCDC;
}

.alert-secondary {
    background-color: #F5F5F5;
    color: #3F4560;
    border: 1px solid #dddddd;
}

@media (max-width: 991px) {
    .alert {
        padding: 0.5rem 0.75rem;
    }
}


/* 表格 */

.con-table .table {
    text-align: center;
    table-layout: fixed;
    word-break: break-all;
    background: #ffffff;
}
.con-table .table tr {
    border: 1px solid #eeeeee;
}

.con-table .table tr:nth-child(2n+2) {
    background: #f5f5f5;
}

.con-table .table th,
.con-table .table td {
    vertical-align: middle;
    border: 0;
}

.con-table .table th {
    background: #D5618C;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #D5618C;
    padding: 0.5rem;
}
.table > :not(:first-child) {
    border-top: 0px;
}

.con-table .table p {
    margin-bottom: 0.375rem;
}

@media (max-width:991px) {
    .con-table .table th,
    .con-table .table td {
        font-size: 0.875rem;
    }
    .con-table .table td {
        padding: 0.75rem 0.5rem;
    }
}


/* badge標籤 */

.badge-type {}

.badge-type.badge {
    padding: 0.5rem 0.375rem;
}

.badge-type.badge-warning {
    color: #fff;
    background-color: #EE825A;
}

.badge-type.badge-danger {
    color: #fff;
    background-color: #E8698C;
}

.badge-type.badge-primary {
    color: #fff;
    background-color: #3E9DE5;
}

.badge-type.badge-info {
    color: #fff;
    background-color: #2FAFB7;
}


/* 頁數 */

.page-item .page-link {
    background: rgba(255,255,255,0.6);
    font-size: 1rem;
    border-color: #dddddd;
    color: #888888;
    border-radius: 4px;
    margin: 0 0.25rem;
}

.page-item.active .page-link {
    background: #f95147;
    background: -moz-linear-gradient(-45deg, #f95147 1%, #ee2757 100%);
    background: -webkit-linear-gradient(-45deg, #f95147 1%,#ee2757 100%);
    background: linear-gradient(135deg, #f95147 1%,#ee2757 100%);
    border-color: rgba(255,255,255,0.6);
    color: #ffffff;
}

.page-item.disabled .page-link {
    background: rgba(255,255,255,0.6);
    border-color: #dddddd;
    color: #dddddd;
}


/*=============== 各頁面style ==================*/


/*header*/

.header {
    width: 100%;
    position: fixed;
    background: #d21f56; /* Old browsers */
    background: -moz-linear-gradient(top, #d21f56 0%, #d22a1f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d21f56 0%,#d22a1f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d21f56 0%,#d22a1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: 0.5s all;
    top: 0px;
    z-index: 999;
}

body.header-fixed header {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
}

.header .container {
    height: 100%;
}


/*header資訊*/
.nav-login-block {
    color: #ffffff;
}
.nav-login-block .info-login h3 {
    font-size: 1rem;
    margin: 0 0 0.625rem 0;
}

.nav-login-block .info-login p {
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0.375rem 0;
}

.nav-login-block .info-login span.info-amount {
    font-size: 1rem;
    color: #FFE18F;
    font-weight: bold;
}

.nav-login-block .info-login .info-login-text01 span.info-amount {
    color: #FFE18F;
}

.nav-login-block .lang-block {
    font-size: 0.875rem;
    margin-left: 1rem;
}

.nav-login-block .lang-block a {
    font-size: 1rem;
    font-weight: bold;
    opacity: 0.6;
    padding: 0 0.375rem;
}

.nav-login-block .lang-block a.active {
    opacity: 1.0;
}


/*header menu*/
.header_navIcon {
    position: absolute;
    display: block;
    padding: 0.5rem 0;
    right: 15px;
}
.header_nav .mask {
    display: none;
    z-index: -1;
    top: inherit;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.nav {
    font-size: 1.25rem;
    font-weight: bold;
}

.header_nav .nav-link .fas,
.header_nav .nav-link .far {
    min-width: 1em;
    text-align: center;
    margin-right: 0.5em;
}

@media (max-width: 1199.98px) {
    .header {
        width: 100%;
        height: 46px;
        position: fixed;
        top: 0px;
    }
    .header_nav .cont {
        display: block;
    }
    .header-logo {
        width: auto;
        height: 46px;
        position: absolute;
        background: none;
        z-index: 2;
        left: 15px;
        top: 0px;
        margin-left: 0;
    }
    .header-logo img {
        height: 40px;
        margin-top: 0;
    }
    .nav-login-block .lang-block {
        margin: 1rem 0 0 0;
    }
    .header_nav {
        position: fixed;
        z-index: 999;
        top: 46px;
        bottom: 0;
        right: -100%;
        opacity: 0;
        min-width: 240px;
        transition: all ease .3s;
    }
    .header_nav .cont {
        height: 100%;
        background: #D2253A;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }
    .nav-login-block {
        background: rgba(0,0,0,0.2);
        padding: 1rem;
    }
    .nav-login-block .container {
        padding: 0;
    }
    .header_nav .nav {
        display: block;
    }
    .header_nav .nav-item {
        padding-top: 0.3em;
    }
    .header_nav .nav-link {
        font-size: 1rem;
        display: flex;
        align-items: center;
        color: #ffffff;
        text-align: left;
        padding: 0.625rem;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    }
    .header_nav .nav-link span {
        margin-right: 0.5rem;
    }
    .header_nav .nav-link span img {
        vertical-align: text-top;
    }
    .header_nav .fas {
        min-width: 1em;
        margin-right: 0.5em;
        opacity: .55;
    }
    .header_nav.open {
        right: 0;
        opacity: 1;
    }
    .header_nav.open .mask {
        display: block;
    }
}
@media (min-width: 1200px) {
    .header-logo {
        position: absolute;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 50%;
        margin-left: -555px;
        top: 46px;
        transition: 0.5s all;
    }
    
    .header-logo img {
        width: auto;
        height: 74px;
        transition: 0.5s all;
    }
    body.header-fixed .header-logo {
        top: 42px;
    }
    body.header-fixed .header-logo img {
        height: 56px;
    }
    
    /*header資訊*/
    .nav-login-block {
        align-items: center;
        background: rgba(0,0,0,0.2);
        padding: 0.3rem 0.5rem 0.4rem 0.5rem;
    }
    .nav-login-block .container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .nav-login-block .info-login {
        display: flex;
        align-items: center;
    }
    /* .nav-login-block .info-login .info-login-text02,
    .nav-login-block .info-login .info-login-text03 {
        display: none;
    } */
    .nav-login-block .info-login h3 {
        font-size: 0.875rem;
        margin: 0 0.5rem;
    }
    .nav-login-block .info-login p {
        font-size: 0.875rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0.5rem;
    }
    .nav-login-block .btn {
        width: 80px;
        height: 28px;
        font-size: 0.875rem;
        padding: 0.2em 0.5rem;
    }
    /*header menu*/
    .header_nav .nav-link {
        position: relative;
        color: #ffffff;
        padding: 1.5em 1.25rem;
        transition: 0.5s all;
    }
    body.header-fixed .header_nav .nav-link {
        padding: 0.875em 1.25rem;
    }
    .header_nav .nav-link:hover {
        color: #FFE18F;
        text-decoration: none;
    }
    .header_nav .nav-item.active>a:after,
    .header_nav .nav-item:hover>a:after {
        background-color: #FFE18F;
        width: 100%;
    }
    .header_nav .nav-item>a:after {
        content: '';
        height: 4px;
        background-color: transparent;
        position: absolute;
        width: 30%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        transition: width ease .3s;
        pointer-events: none;
    }
    .header_nav .nav-item.active,
    .header_nav .nav-item:hover {
        background: rgba(0,0,0,0.2);
    }
    .header_nav .nav-item.active>a,
    .header_nav .nav-item:hover>a {
        color: #FFE18F;
        font-weight: bold;
    }
    /* .header_nav .nav-item.active:hover>a:after {
        background-color: transparent;
    }
    .header_nav .nav-item.active>a:after,
    .header_nav .nav-item:hover>a:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1.25rem 3.75rem 0 3.75rem;
        border-color: #cda035 transparent transparent transparent;
        left: 0px;
        bottom: -20px;
    } */
    .header_nav .nav-link span {
        display: none;
    }
    .header_navIcon {
        display: none;
    }
}
@media (min-width: 1400px) {
    .header-logo {
        margin-left: -635px;
    }
}


/*首頁輪播*/

.main-random-block {
    position: relative;
    height: 100%;
}

.main-random-block .owl-carousel,
.main-random-block .owl-carousel .owl-stage-outer,
.main-random-block .owl-carousel.owl-drag .owl-item,
.main-random-block .owl-carousel .item,
.main-random-block .owl-carousel .owl-item img {
    height: 100%;
}

.main-random-block .owl-carousel.owl-drag .owl-item .rd-shading {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
}

.main-random-block .owl-carousel .owl-stage {
    height: 100%;
}

.main-random-block .owl-theme .owl-dots .owl-dot span {
    margin: 0.25rem 0.5rem;
    background: #eeeeee;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.main-random-block .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFDD00;
}

.main-random-block .owl-theme .owl-nav.disabled+.owl-dots {
    width: 100%;
    position: absolute;
    z-index: 999;
    text-align: right;
    bottom: 0px;
    margin-top: 0;
    padding: 0.625rem;
}

@media (max-width:1199.98px) {}

@media (max-width:991px) {
    /*首頁輪播*/
    .main-random-block {}
    .owl-carousel.owl-drag .owl-item .rd-shading {
        display: none;
    }
    .main-random-block .owl-carousel .owl-stage-outer {
        border-radius: 10px;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    }
    .main-random-block .owl-theme .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
        margin: 3px;
        background: #cccccc;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    .main-random-block .owl-theme .owl-nav.disabled+.owl-dots {
        text-align: right;
        bottom: 0px;
        padding: 0 0.25rem;
    }
}


/*AD廣告*/

.ad-block h2.tit-style {
    text-align: center;
    margin: 0;
}

.ad-block .owl-stage-outer {}

.ad-item {
    position: relative;
    border-radius: 10px;
    padding: 0.625rem;
}

.ad-block .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

.ad-block .owl-nav button.owl-next,
.ad-block .owl-nav button.owl-prev {
    width: 30px;
    line-height: 70px;
    background: #cda035;
    background: -moz-linear-gradient(left, #cda035 0%, #b57e10 10%, #f9df7b 31%, #fff3a6 51%, #f9df7b 68%, #b57e10 90%, #cda035 100%);
    background: -webkit-linear-gradient(left, #cda035 0%, #b57e10 10%, #f9df7b 31%, #fff3a6 51%, #f9df7b 68%, #b57e10 90%, #cda035 100%);
    background: linear-gradient(to right, #cda035 0%, #b57e10 10%, #f9df7b 31%, #fff3a6 51%, #f9df7b 68%, #b57e10 90%, #cda035 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cda035', endColorstr='#cda035', GradientType=1);
    color: #3B2A07;
    padding: 0!important;
    border-radius: 4px;
    font-size: 1.25rem;
}

.ad-block .owl-nav button.owl-prev,
.ad-block .owl-nav button.owl-next {
    display: inline-block;
}

.ad-block .owl-nav button.owl-prev {
    margin-left: -2.25rem;
}

.ad-block .owl-nav button.owl-next {
    margin-right: -2.25rem;
}

.ad-block .owl-nav button.owl-next:hover,
.ad-block .owl-nav button.owl-prev:hover {
    background: #cda035;
    background: -moz-linear-gradient(left, #cda035 0%, #f9df7b 31%, #fff3a6 51%, #f9df7b 68%, #cda035 100%);
    background: -webkit-linear-gradient(left, #cda035 0%, #f9df7b 31%, #fff3a6 51%, #f9df7b 68%, #cda035 100%);
    background: linear-gradient(to right, #cda035 0%, #f9df7b 31%, #fff3a6 51%, #f9df7b 68%, #cda035 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cda035', endColorstr='#cda035', GradientType=1);
    color: #3B2A07;
}

.ad-item .ad-img {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.ad-item .ad-img .gameList-tagAge {
    width: 20px;
}

@media (max-width:991px) {
    .ad {
        order: 1;
    }
    .ad-block h2.tit-style img {
        width: 150px;
    }
    .ad-item {
        padding: 0.25rem;
    }
    .ad-block .owl-nav {
        display: none;
    }
}


/*首頁-新聞列表*/
.news-list .badge {
    font-size: 0.875rem;
    height: 30px;
    line-height: 22px;
}

.news-list .badge.bg-danger {
    background: #ab65c4; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ab65c4 1%, #e35e94 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ab65c4 1%,#e35e94 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ab65c4 1%,#e35e94 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.news-list .badge.bg-info {
    background: #0e8fd2; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0e8fd2 0%, #3dd0e1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0e8fd2 0%,#3dd0e1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0e8fd2 0%,#3dd0e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}

.news-list ul {
    padding: 0;
    margin: 0;
}

.news-list ul li {
    list-style: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news-list ul li:first-child {
    border-top: none;
}

.news-list ul li:hover {}

.news-list ul li a.news-list-item {
    color: #333333;
    border-radius: 4px;
    display: block;
    padding: 0.5rem;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.news-list ul li a.news-list-item:hover {
    color: #333333;
    text-decoration: none;
    background-color: #f5f5f5;
}
.news-list ul li a.news-list-item.hvr-grow:hover {
    background-color: #ffffff;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.news-list-r {
    width: calc(100% - 50px);
}

.news-list-title {
    word-break: keep-all;
    /* 不换行 */
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
    /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

.news-list-date {
    font-size: 0.875rem;
    color: #C92217;
}

.news-list-text {
    font-size: 0.875rem;
    color: #888888;
}

@media (max-width:991px) {
    .news-list ul li a.news-list-item {
        font-size: 0.875rem;
    }
    .news-list-date {
        font-size: 0.75rem;
    }
}


/* footer */

.footer {
    background: #666666;
    padding: 1.25rem;
}

.footer .footer-link a {
    padding: 0 0.25rem;
}

.footer p {
    font-size: 0.875rem;
    color: #ffffff;
    margin: 0.25rem 0;
}

@media (max-width:991px) {
    .footer {
        display: none;
    }
}


/* tabbar */

.tabbar {
    display: none;
}

@media (max-width:991px) {
    .tabbar {
        width: 100%;
        height: 60px;
        position: fixed;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border-top: 2px solid #f95147;
        display: flex;
        left: 0px;
        bottom: 0px;
        z-index: 3;
    }
    .tabbar a {
        width: 100%;
        height: auto;
        position: relative;
        font-size: 0.75rem;
        font-weight: bold;
        text-align: center;
        color: #DF1C2C;
        text-decoration: none;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .tabbar a:hover,
    .tabbar a.active {
        background: #f95147;
        background: -moz-linear-gradient(-45deg, #f95147 1%, #ee2757 100%);
        background: -webkit-linear-gradient(-45deg, #f95147 1%,#ee2757 100%);
        background: linear-gradient(135deg, #f95147 1%,#ee2757 100%);
        color: #ffffff;
    }
    .tabbar a:hover img.icon-on,
    .tabbar a.active img.icon-on {
        display: block;
    }
    .tabbar a img.icon-on,
    .tabbar a:hover img.icon-off,
    .tabbar a.active img.icon-off {
        display: none;
    }
    .tabbar img {
        width: 24px;
        margin: 0 auto 2px auto;
    }
    .tabbar p {
        margin: 0;
    }
}


/*登入註冊*/

.login {
    position: relative;
}

.login .con-inpage {
    padding: 1.875rem 0 0 0;
}

.login .tabs-style02+.tab-content {
    padding: 1.875rem 0 0 0;
}

.forget-input {
    position: relative;
}

.forget-input .form-control {
    padding-right: 90px;
}

.btn-forget {
    color: #429FDE;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -0.625rem;
    font-size: 0.875rem;
}
.btn-forget:hover {
    color: #1DBBF6;
}

.verify-code {
    width: calc(100% - 100px);
    margin-right: 0.625rem;
}

.verify-code+img {
    width: 90px;
    height: 40px;
}

.login .img-foil01,
.login .img-foil02 {
    position: absolute;
    z-index: 2;
}

.login .img-foil01 {
    left: -460px;
    top: 0px;
}

.login .img-foil02 {
    right: -200px;
    bottom: -20px;
}

.other-login-block {
    background: #FFEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-login-block span {
    margin-right: 0.375rem;
}

.other-login-block .other-login-btn {
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.other-login-block .other-login-btn:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}


/*註冊*/

.consent {
    padding: 1em;
    height: 180px;
    max-height: 80vh;
    font-size: 0.875rem;
    line-height: 1.5;
    overflow-y: auto;
    border-radius: 4px;
    border: solid 1px #ced4da;
}

@media (max-width:991px) {
    .login .con-inpage {
        padding: 1rem 0 0 0;
    }
    .login .tabs-style02+.tab-content {
        padding: 1.25rem 0 0 0;
    }
    .login .img-foil01,
    .login .img-foil02 {
        display: none;
    }
    .other-login-block {
        padding: 1.25rem 1rem;
    }
    .other-login-block .other-login-btn img {
        width: 40px;
    }
}

/*遊戲大廳*/
.gameList-item {
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 8px;
    border: 0px;
    padding: 0px 0.5rem;
}
.gameList-item .item-card-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-top: -0.75rem;
}
.cover-image {
    background-size: cover !important;
    position: relative;
}
.gameList-item .item-card-img .pd-img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gameList-item:hover .item-card-img .pd-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gameList-item .card-footer {
    background: #ffffff;
    border-top: 0px;
    padding: 0.625rem 0.25rem;
}

.product-more {
    background: url('../images/product/img_more.png') center no-repeat;
    background-size: contain;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gameList-tagAge {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: auto;
    margin: 0.25rem;
}

@media (max-width:991px) {
    .product-more {
        height: 300px;
    }
}

/*遊戲詳情*/
.gameDetail-pic {
    position: relative;
}
.gameDetail-pic img.game-img {
    width: 100%;
    height: auto;
}
.gameDetail-pic .game-text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    left: 0px;
}
.gameDetail-pic .gameList-tagAge {
    width: 40px;
}


@media (max-width:991px) {
    .gameDetail-pic .game-text {
        position: relative;
    }
    .gameDetail-pic .gameList-tagAge {
        width: 25px;
    }
    /*伺服器*/
    .server-block .btn {
        font-size: 0.875rem;
    }
}


/*新聞詳情*/

.newsDetail .con-block {
    padding: 0;
}

.newsDetail-top {
    background: #f5f5f5;
    text-align: center;
    border-top: 3px solid #C92217;
    padding: 1.875rem 1rem;
}

.newsDetail-top h3 {
    font-size: 1.625rem;
    margin: 0 0 0.75rem 0;
}

.newsDetail-top p {
    font-size: 1.125rem;
    color: #C92217;
    margin: 0;
}

.newsDetail-content {
    padding: 2.5rem;
}

.newsDetail-content img {
    width: auto;
    height: auto;
    max-width: 600px;
    max-height: 100%;
    display: block;
    margin: 1rem auto;
}

@media (max-width:991px) {
    .newsDetail-top {
        padding: 1rem;
    }
    .newsDetail-top h3 {
        font-size: 1.25rem;
        margin: 0 0 0.625rem 0;
    }
    .newsDetail-top p,
    .newsDetail-content p {
        font-size: 0.875rem;
    }
    .newsDetail-content {
        padding: 1.25rem 1rem;
    }
    .newsDetail-content img {
        max-width: 100%;
    }
}


/*儲值購點*/
.pay-subtitle {
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    color: #D22A1F;
}
.pay-subtitle span {
    width: 32px;
    height: 32px;
    background: #D22A1F;
    border: 3px solid #FFDCDC;
    border-radius: 30px;
    color: #ffffff;
    font-size: 1rem;
    display: block;
    text-align: center;
    line-height: 28px;
    margin-right: 0.25rem;
}
.pay-types {
    height: 90px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(106,78,155); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(106,78,155,1) 0%, rgba(60,40,100,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(106,78,155,1) 0%,rgba(60,40,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(106,78,155,1) 0%,rgba(60,40,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a4e9b', endColorstr='#3c2864',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
    border: 1px solid #694D9A;
    padding: 0.75rem;
}
.pay-types.active {
    border: 1px solid #E5C370;
}
.pay-check {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.pay-types .pay-types-pic {
    margin-bottom: 0.25rem;
}
.pay-types p {
    margin: 0;
}
/*金額*/
.amount {
    text-align: center;
    margin: 1.25rem 0;
}
.amount .img-amount {
    margin-bottom: 0.5rem;
}
.amount h3 {
    font-size: 1rem;
    margin: 0 0 0.25rem 0;
}
.amount p {
    font-size: 0.875rem;
    color: #D7ADE3;
    margin: 0;
}

@media (max-width:991px) {
    .pay-types-box {
        margin: 0 -0.625rem;
    }
    .pay-types-box .col-4 {
        padding: 0.25rem 0.5rem;
    }
    .pay-types {
        height: 80px;
        padding: 0.375rem;
    }
    .pay-check img {
        width: 30px;
    }
    .pay-types .pay-types-pic {
        width: 100%;
    }
    .pay-types p {
        font-size: 0.875rem;
    }
    /*金額*/
    .amount {
        margin: 0.75rem 0;
    }
}

/*客服紀錄*/
.faq-record .accordion-item {
    background-color: #fff;
    border: 1px solid #eeeeee;
}
.faq-record .accordion-item:first-of-type {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.faq-record .accordion-item:last-of-type {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.faq-record .accordion-button {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    cursor: pointer;
    background-color: #f5f5f5;
}
.faq-record .accordion-button:not(.collapsed) {
    color: #333333;
    background-color: #f5f5f5;
    box-shadow: none;
}
.faq-record .accordion-button::after {
    margin-top: -1.25rem;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-image: url('../images/common_icon/icon_accordion_down.svg');
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/common_icon/icon_accordion_down.svg');
    transform: rotate(-180deg);
}
.faq-record .faq-record-title {
    font-size: 1.125rem;
    font-weight: bold;
}
.faq-record .badge {
    padding: 0.5em 0.65em;
}
.faq-record .badge.bg-secondary {
    background-color: #666666 !important;
}
.faq-record .faq-record-date {
    font-size: 0.875rem;
    color: #888888;
}
.faq-record .faq-record-text img {
    max-width: 100%;
    height: auto;
}
.faq-record .faq-record-reply {
    background: #FFF3EC;
    border-radius: 6px;
}